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
Hello! If I want to drop MP4, How can I not show this MP in the step plotMetaPrograms()? Thank you very much!
The text was updated successfully, but these errors were encountered:
Hello, have a look at the dropMetaProgram() function, for example:
dropMetaProgram()
geneNMF_metaprograms_filtered <- dropMetaPrograms(geneNMF_metaprograms, dropMP = c("MP4"))
Best -m
Sorry, something went wrong.
Thank you for your answer! I'm curious if there is any code that can be implemented to remove areas like this in the heatmap.
If you run the heatmap function on the filtered MP object, it will only display the remaining MPs after the filtering:
geneNMF.metaprograms_filtered <- dropMetaPrograms(geneNMF.metaprograms, dropMP = c("MP4")) ph <- plotMetaPrograms(geneNMF.metaprograms_filtered)
No branches or pull requests
Hello!
If I want to drop MP4, How can I not show this MP in the step plotMetaPrograms()? Thank you very much!
The text was updated successfully, but these errors were encountered: