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

hemato_swne_pseudotime_plot fail to function #32

Open
georgewu1999 opened this issue May 31, 2021 · 0 comments
Open

hemato_swne_pseudotime_plot fail to function #32

georgewu1999 opened this issue May 31, 2021 · 0 comments

Comments

@georgewu1999
Copy link

In reproducing the figure from the script:

pseudotime <- cds$Pseudotime; names(pseudotime) <- colnames(cds@reducedDimS);

pdf("hemato_swne_pseudotime_plot.pdf", width = 6, height = 5)
FeaturePlotSWNE(swne.embedding, pseudotime, alpha.plot = 0.4, label.size = 3.5, pt.size = 1.5)
Error in quantile.default(feature.scores, probs = quantiles) :
missing values and NaN's not allowed if 'na.rm' is FALSE

While other parts of the scripts worked well, the function failed. Is it possibly due to some bugs in the script? Thanks.

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