How to align mouse transcriptome data using bowtie2?
1
0
Entering edit mode
6.3 years ago
John ▴ 270

Hi dear one,

I have previously aligned bacterial RNA-seq with its reference genome, it has only one chromosome! But for mouse I have found the reference genome (As well as transcriptome) for each chromosomes separately! I am now confused, Is it possible to get them in a single file, what is the usual procedure for aligning eukaryotic transcriptome!

Thanks in advance

RNA-Seq alignment bowtie2 • 2.9k views
ADD COMMENT
3
Entering edit mode

You can either concatenate all chromosomes into a single file or download a single file that directly contains all chromosomes. Usually, software work with a single file as it is simpler to handle. See here for mm10 genome version: http://hgdownload.cse.ucsc.edu/goldenPath/mm10/bigZips/

ADD REPLY
0
Entering edit mode

Thanks a lot! I found them!

ADD REPLY
2
Entering edit mode

cat *.fasta > single_file.fa

ADD REPLY
0
Entering edit mode

I dont understand, Is this command for combining all fasta files after downloading for each chromosome?

is this a only procedure?

ADD REPLY
0
Entering edit mode

Absolutely It depends what are you looking for, but if you want to analyze the complete transcriptome, you have to concatenate all chromosomes in a single fasta file (cat *.fasta > single_file.fa) and then align the reads exactly in the same way as you have already done for one chromosome.

ADD REPLY
0
Entering edit mode

bowtie2 is not an appropriate aligner for an eukaryotic transcriptome experiment

ADD REPLY
0
Entering edit mode

Yeah I checked that But I am planning to use RSEM which uses Bowtoe2 only right? thats why I mentioned as Bowtie2! Thanks for your response

ADD REPLY
0
Entering edit mode
6.3 years ago
John ▴ 270

I found reference genome (mm9) at http://hgdownload.cse.ucsc.edu/goldenPath/mm10/bigZips/ as mm10.2bit file and converted to fasta then! Thanks everyone!

I have a doubt that refMrna.fa.gz is the reference transcriptome file?

Please reply with whether both are right or wrong!

Thanks in advance!

ADD COMMENT

Login before adding your answer.

Traffic: 2835 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