(edited) Hi, I'm new to single cell analysis. I hope this is not too basic a question. I've followed the pipeline as in the tutorial of Satijalab. Now for the purpose of a control I need to run before doing my own single cell experiment, I'd like to find a list of least expressed genes (that are still "detectable") among the non-variable or least variable ones in a single cell experiment. it appears the function FindVariableFeatures creates the table I need with 3 columns: Mean, variance and variance.standardized. Could you tell me which column is best to defind non- and least variable genes, which threshold should I use? Once I set the threshold, I guess I can just sort on the mean (average expression) column.
thanks a lot for any help, best regards