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

"__no_feature " read in SAMPLE_ID.transcript_counts.tsv file #272

Open
SweetGojoSatoru opened this issue Dec 31, 2024 · 1 comment
Open
Labels
question Further information is requested

Comments

@SweetGojoSatoru
Copy link

Thanks for developing this nice tool.I have met a problem, how should I interpret the meaning of the "__no_feature" read statistics in the last three lines of the SAMPLE_ID.transcript_counts.tsv file?

$ tail -n 5 OUT.gene_counts.tsv
ENSMUSG00000095019 0.00
ENSMUSG00000095041 10.00
__ambiguous 298
__no_feature 719891
__not_aligned 0

@andrewprzh
Copy link
Collaborator

Dear @SweetGojoSatoru

Thanks for the feedback!

As far as I remenber, these lines are derived from a popular short-read tool featureCounts.
__no_feature represents the number of reads that were not assigned to any gene/isoforms, i.e. most likely due to being mapped to intergeneic/intronic space.

Best
Andrey

@andrewprzh andrewprzh added the question Further information is requested label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants