alignment software that does not require a reference genome
1
0
Entering edit mode
6.1 years ago

Hello, I am trying to do a RNA-Seq on a mouse cell line derived from a mouse strain that is different from the strain used to generate the reference genome (mm9 or mm10).

Is there an alignment software that does need a reference genome? I checked Kallisto but it does not generate BAM files. Thanks.

RNA-Seq • 1.1k views
ADD COMMENT
0
Entering edit mode

"that need a reference genome" Or "does not need" ?

Genome guided assembler : Cufflinks, Stringtie, bayesembler, etc... => sam/bam output

De-novo assembler : Trinity, Oases, SOAPdenovo-Trans, etc... => fasta output

ADD REPLY
0
Entering edit mode

This sounds like a good job for HISAT2 / StringTie, but by using the pre-existing reference genome FASTA and transcriptome GTF as guides. This would allow you to see the intricate differences in transcript expression between your strain and the reference.

ADD REPLY
0
Entering edit mode

I checked Kallisto but it does not generate BAM files

Kallisto does produce BAMs, or, should I say 'pseudo-bams'.

ADD REPLY
0
Entering edit mode
6.1 years ago
h.mon 35k

You will need to clarify what you want. I understood you want to align using a reference transcriptome and obtain a bam mapping, though it is not clear if a reference transcriptome built from your own reads, or one derived from the standard reference genome and annotation. If you do not want to align to a transcriptome and instead want something else, you will have to spell out clearly what you want.

Do you want to align to a reference transcriptome, and obtain bam files? Salmon can do that, as BWA or Bowtie.

Do you want to assemble a reference transcriptome (with Trinity / Velvet+Oases / etc) from your reads, align the reads to it and obtain a bam file? Again, Salmon, BWA or Bowtie can do that.

With STAR, you can align to a reference genome and output the mapping to the transcriptome.

ADD COMMENT

Login before adding your answer.

Traffic: 1556 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6