We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
data(pancreas_sub) FeatureStatPlot(pancreas_sub, features = c("G2M_score", "nCount_RNA"), ident = "SubCellType", facet_scales = "free_y") >Error in FeatureStatPlot(pancreas_sub, features = c("G2M_score", "nCount_RNA"), : unused arguments (features = c("G2M_score", "nCount_RNA"), ident = "SubCellType", facet_scales = "free_y") FeatureStatPlot(pancreas_sub, features = c("G2M_score", "nCount_RNA"), ident = "SubCellType", plot_type = "box", facet_scales = "free_y") >Error in FeatureStatPlot(pancreas_sub, features = c("G2M_score", "nCount_RNA"), : unused arguments (features = c("G2M_score", "nCount_RNA"), ident = "SubCellType", facet_scales = "free_y")
It could work like this
FeatureStatPlot(pancreas_sub,"Pyy")
But if I add features in thee code,same error occurs.
features
FeatureStatPlot(pancreas_sub, features = c("Pyy")) >Error in FeatureStatPlot(pancreas_sub, features = c("Pyy")) : unused argument (features = c("Pyy"))
The text was updated successfully, but these errors were encountered:
Two things to try:
FeatureStatPlot
scplotter::FeatureStatPlot(...)
?FeatureStatPlot
It'd be helpful if you could attach your session info as well.
Sorry, something went wrong.
No branches or pull requests
It could work like this
But if I add
features
in thee code,same error occurs.The text was updated successfully, but these errors were encountered: