Hello,
I'm trying to put a pipeline together for someone which will result in a transcriptome analysis with deseq2 in the end and I'm having some issues.
There isn't a reference genome for the organism. What we've done is assemble the transcriptome sequencing (illumina). We then aligned the reads back to the contigs using bowtie2.
We'd like to analyze the resulting bam/sam files with DESeq2, but most of the functions to read bam alignments require a DTF or other annotation.
Is DESeq2 appropriate for this sort of analysis and is there a function to create a summarizedexperiment object from bam files without an annotation?
Thanks
I'm trying to put a pipeline together for someone which will result in a transcriptome analysis with deseq2 in the end and I'm having some issues.
There isn't a reference genome for the organism. What we've done is assemble the transcriptome sequencing (illumina). We then aligned the reads back to the contigs using bowtie2.
We'd like to analyze the resulting bam/sam files with DESeq2, but most of the functions to read bam alignments require a DTF or other annotation.
Is DESeq2 appropriate for this sort of analysis and is there a function to create a summarizedexperiment object from bam files without an annotation?
Thanks
Comment