Open Rohit-Satyam opened 3 years ago
The filtering on features is mostly irrelevant here. (Though it is weird that you only have 6k features before filtering, I would have expected 30-50k features for a typical mammalian genome.) Instead, I'm guessing that the real problem is that you don't have enough barcodes with total counts above 100. You could try to set lower=
to a lower value, but if you don't have many barcodes with more than 100 counts, some questions have to be asked about the quality of your data.
Hi Aron
I just started my Single Cell analysis and was trying to make knee plots. I read the 10X data using
read10xCounts
function performed filtering using the following function:I presume this is the reason for the failure of
barcodeRanks()
function. Is there a workaround? Should I not filter using the above function?