-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BEAM Error #508
Comments
I'm facing the same issue, and don't know how to resolve it. |
This happens because progenitor_method is a vector by default, while the logical asks for a string. You can solve it by passing in progenitor_method as an argument to the call for BEAM. This should work: BEAM_res <- BEAM(cds[ordergene,], branch_point = 2, cores = 2, progenitor_method = 'duplicate') |
Following the code you provided, it ran successfully, thank you very much! |
Hi,
I am running BEAM, and my data is such that there are two branch points with four resulting branches or lineages.
BEAM_res <- BEAM(cds[ordergene,], branch_point = 2, cores = 2)
I got this error:
Error in if (progenitor_method == "duplicate") { :
the condition has length > 1
Could somebody explain what this means, and how can I solve it?
Thanks!!
The text was updated successfully, but these errors were encountered: