-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi,
I am recent graduate student who is doing raw dna sequence analyzing from the Red Sunflower Seed Weevil.
In this research, I am trying to take an approach of utilizing both dnaPipeTE & deepTE(CNN based classification tool) hoping for better results in TE classification.
The approach I take is as follows:
- Run dnaPipeTE on raw dna sequence
- Run deepTE on Trinity.fasta file from dnaPipeTE output
- join dnaPipeTE reads per component and annotation results with deepTE output using trinity contig as common key.
When taking this approach, I figured that there is a discrepancy between the number of entries(rows) of the Trinity.fasta data set and the reads_per_component_and_annotation output, which the latter lacks about 4k entries.
I was hoping to have a better understanding on why this discrepancy exists. My guess is that within the dnaPipeTE pipeline, after Trinity is done configuring the sequence the data is handed over to Repeat Masker for annotation and quantification, and there is some filtering done by RM in this process that takes out certain reads that don't meet a certain threshold, but not sure whether it is true or not, since the final output file(reads per component and annotation) also includes unknown elements.
I am hoping if you could confirm or provide any insights regarding the discrepancy between the Trinity.fasta output file and the reads_per_component_and_annotation file, or if there could be an alternative output file that I could be utilizing for the approach I am taking.
Thank you for reading this, and thank you for developing and sharing such a wonderful tool.
with best regards,