Skip to content
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

Suggestion for selection of start_cell #8

Open
jaydu1 opened this issue Mar 21, 2021 · 0 comments
Open

Suggestion for selection of start_cell #8

jaydu1 opened this issue Mar 21, 2021 · 0 comments

Comments

@jaydu1
Copy link

jaydu1 commented Mar 21, 2021

start_cell <- apply(slingshot::slingPseudotime(sds), 1, min) %>% sort() %>% head(1) %>% names()

It would be better to use function(x) min(x, na.rm=T) instead of min, since the entries may be NA when multiple branches result from Slingshot. In that case, there will be some errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant