-
Hi Signac team, I would like to perform the same idea from scRNA clustering with features (select_genes) on scATAC-seq, like in scRNA, there is a step after subset object, I would like to use the same way on scRNA, clustering without some genes, but I couldn't find the similar way on RunSVD or RunUmap.., so what I did is I was wondering how could I fix this issue, or do you have suggestions on my processing steps? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Those other assays are probably removed because they don't contain any of the features you asked to keep. If you want to run SVD using a pre-defined set of features, you can use the |
Beta Was this translation helpful? Give feedback.
Those other assays are probably removed because they don't contain any of the features you asked to keep.
If you want to run SVD using a pre-defined set of features, you can use the
features
argument inRunSVD()
. See the documentation forRunSVD()
for more information.