-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage between swappedDrops and chimericDrops ... #86
Comments
I saw this reply in prior dated issue: For barcode swapping: the swappedDrops just loads the data from the molinfo file and then calls removeSwappedDrops. The latter function doesn't care where the data comes from, so you can just call it directly with your data. The same idea applies with chimericDrops, which just calls removeChimericDrops. I will explore doing this. |
I don't think it's possible to run both of them. I don't use If you really, really, need to do this, I suppose you could call the internal If that is useful, I may consider adding an option to return these logical vectors. Otherwise the |
Thanks for getting back to me so quickly. I will proceed with: swappedDrops -> emptyDrops -> remove ambient RNA using soupX using the post swappedDrops matrix as "raw" and the post emptyDrops as "filtered" -> downsampleMatrix -> Seurat SCT reference integration workflow -> perform cluster over range of resolution -> clustree to pick subjective best resolution -> perform doublet cluster and doublet curation -> repeat clustering using MultiK over range for non-subjective resolution selection and final clustering, marker selection, characterization. Want to use DropletUtils upfront of course to prevent garbage in garbage out. I saw and understand the reply to another post you provided regarding downsample vs scaling. Will see to what extent downsampling impacts vs scaling. Any additional comments are most welcome. Thanks again. Best, Kory |
Hello,
Thank you for making available the DropletUtils tool suite. Question please. I am interested in employing your tools as part of pre-processing in the following order: swappedDrops -> chimericDrops -> emptyDrops -> maximumAmbience -> downsampleReads. However, swappedDrops and chimericDrops both require the mol.info as input then output a cleaned count matrix. How can I correct for swapped drops then chimeric drops when both tools require the same starting input? This seems to be the case for removeAmbience. While, emptyDrops requires the ambient estimate to identify and remove empty drops, hence why I am looking at using maximumAmbience after emptyDrops. But, need clarity and guidance on usage between swappedDrops and chimericDrops. How can I employ both in order that is correct that ensures pre-processing corrects for these events that you describe as important to correct for.
Thanks in advance for your time and feedback.
Best,
Kory Johnson
The text was updated successfully, but these errors were encountered: