Filter specific genes from the Giotto object #1048
IgLab-UNAV
started this conversation in
General
Replies: 1 comment 1 reply
|
Not sure what you're trying to do without a reproducible example but subsetGiotto should work for you. You just need to specify which features (e.g. genes) you want to keep. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Sorry for such a basic question, but I've been searching through all the functions and also in this site, and I haven´t found an answer to this. How can I remove features (that from the object once it has been created? I have tried doing it in the @feat_metadata[["cell"]][["rna"]]@metaDT slot, but that doesn´t seem to update @expression$cell$rna$raw@exprMat. I can remove them from the latter, but that will leave the former unaltered. Do I have to change both and that will be enough? Is there a more clean method to do it? Cheers,
All reactions