Hi guys,
The goal of the experiment is to assemble the transcriptome of non-model specie and find differentially expressed transcripts under two treatments.
I've assembled transcripts using reads combined from all libraries with Oases using different k-mer length; selected "best" assembly based on blatsx results and summary contig statistics. Next, reads from each treatment were mapped to assembled transcripts with Bowtie.
Now, the problem: How do I go from sam output to raw reads per transcript/contig in order to feed them into DEseq? Htseq-count script doesn't seem to be an option since it requires annotation.
Any help is greatly appreciated.
Cheers!
Slava
P.S. I'm a biologist, so I get stuck with problems like that.
The goal of the experiment is to assemble the transcriptome of non-model specie and find differentially expressed transcripts under two treatments.
I've assembled transcripts using reads combined from all libraries with Oases using different k-mer length; selected "best" assembly based on blatsx results and summary contig statistics. Next, reads from each treatment were mapped to assembled transcripts with Bowtie.
Now, the problem: How do I go from sam output to raw reads per transcript/contig in order to feed them into DEseq? Htseq-count script doesn't seem to be an option since it requires annotation.
Any help is greatly appreciated.
Cheers!
Slava
P.S. I'm a biologist, so I get stuck with problems like that.
Comment