You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. #
The text was updated successfully, but these errors were encountered:
Under what assumptions are extronic, intronic and ambiguous counts calculated in rna_velocity.py?
Here is a quick summary of the calculation:
By definition,
ambiguous_counts
will always be0
. 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. #The text was updated successfully, but these errors were encountered: