Replies: 2 comments 1 reply
|
There is no such information. The connection with the reads is lost quite early. So I would suggest you to use your favourite short read mapper to align reads back to the contigs. And yes, some reads might "occur" in contigs multiple times. Think about repeats. |
1 reply
This is correct. de Bruijn graph assemblers do not assemble "reads", they assemble k-mers and there is no way to track back to reads
Correct. Think about read with sequencing error and inexact repeat. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Wondering if there is an output file or a way to determine how many reads were used to generate each contig. I would need this type of information for relative abundance information for my work. Likewise, I would need to know if reads can be used multiple times in the creation of different contigs? Is something like this kept in a report anywhere or is it completely irrelevant?
After blasting the contigs, I calculate relative abundance of groups of species (i.e. families) which would be the total number of hits (typically READS not contigs) that match to a family in a sample, divided by total number of reads in a sample. Hence why I want to know how many reads are used in each contig. Hope this made sense.
All reactions