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

Get reads assigned to a particular species #20

Open
Danieljaen opened this issue Aug 22, 2024 · 1 comment
Open

Get reads assigned to a particular species #20

Danieljaen opened this issue Aug 22, 2024 · 1 comment

Comments

@Danieljaen
Copy link

I was wondering if it is possible to get a file with only the reads that has been assigned to a particular species in the output. Or, at least, a list of the especific reads that has been assigned to it, so I can extract them myself from the original fastq files afterwards.

@fwa93
Copy link
Collaborator

fwa93 commented Aug 23, 2024

Hi,
Right now you can get a list where each read has a sort of probability assignment for each species. Use the flag "-- keep_read_assignments" to get this list.
"output .tsv file with read assignment distributions: each row as an input read; each entry as the likelihood it is dervied from that taxa (taxid is the column header); each row sums to 1" https://github.com/treangenlab/emu

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