Skip to content
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

Integrating Ambient RNA Removal (CellBender) into Velocity Analysis #403

Open
Evenlyeven opened this issue Aug 21, 2024 · 0 comments
Open

Comments

@Evenlyeven
Copy link

Thank you for developing such a valuable tool—our velocity-related analyses heavily depend on it.

We recently started incorporating ambient RNA removal (e.g., using CellBender) into our scRNA-seq analysis pipeline. However, we noticed that when running velocyto run10x, the loom file generated contains counts before ambient RNA removal, which poses a challenge.

To address this, here’s the workaround we’re considering:

  1. Run velocyto on all barcodes using the BAM file generated by Cell Ranger as input. We do this because CellBender requires information on empty droplets to effectively remove ambient RNA.
  2. Extract the spliced, unspliced, and ambiguous counts from the Velocyto results.
  3. Run CellBender to remove ambient RNA.
  4. Convert the CellBender-processed results into a loom file for subsequent velocity analysis.

Could you please provide your thoughts on whether this is a valid approach? I’m concerned that this process might violate some of Velocyto’s prerequisites or assumptions. Any guidance or suggestions you could offer would be greatly appreciated!

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant