ArchR multiome analysis: varFeature in scRNA-seq addIterativeLSI() #1456
-
Hi rcorces, I met a problem that I ran multiome ArchR pipeline scRNA-seq part with varFeature = 2500 successful. However, when I adjust the varFeatures = 25000, it gave me error messages: "nFeature for variable selection must be at leat 1/2 the total features!". I don't know what is the meaning of varFeatures and how to set the rationale number for this parameter in scRNA-seq part? 2500? 5000? or something else? My second question is: should the varFeature parameters be same in scATAC-seq part? Since I use varFeature = 25000 in scATAC-seq part successful. Thank you for your kindly help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sorry. That is a typo which I've corrected via 21099d6 It should say "nFeature for variable selection must be less than 1/2 the total features" You cannot have |
Beta Was this translation helpful? Give feedback.
Sorry. That is a typo which I've corrected via 21099d6
It should say "nFeature for variable selection must be less than 1/2 the total features"
You cannot have
varFeatures
be greater than half of the total features. Because ATAC has way more peaks than RNA has genes, you should not use the same values forvarFeatures
in both cases.