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

Calculation of ambiguous counts for RNA velocity #345

Open
MarcelloZago opened this issue Oct 16, 2024 · 1 comment
Open

Calculation of ambiguous counts for RNA velocity #345

MarcelloZago opened this issue Oct 16, 2024 · 1 comment

Comments

@MarcelloZago
Copy link

Under what assumptions are extronic, intronic and ambiguous counts calculated in rna_velocity.py?

Here is a quick summary of the calculation:

(total_counts and  extronic_counts are given)
intronic_counts = total_counts - extronic_counts
ambiguous_counts = total_counts - extronic_counts -  @intronic_counts

By definition, ambiguous_counts will always be 0. Thus I am wondering whether everything in this calculation is right. When I look into the resulting loom files, I also see that the intronic_counts are way too high, which is usual in normal suspension-based datasets. #

@tanliwei-coder
Copy link
Collaborator

tanliwei-coder commented Dec 27, 2024

The data of BGI only contains counts and exoncounts, we only can calculate the intronic_counts and extronic_counts.

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

2 participants