Custom reference genome for hybride mouse
1
0
Entering edit mode
3.7 years ago
ddjima2014 • 0

I haven’t worked with hybrid genome before, I am trying to create a custom genome to align RNA-Seq that was generated from hybrid mouse. Would you please guide me how to create a custom genome for two hybrid mouse? The strains are C57BL and 6NJ. I have aligned to the mouse reference genome (C57BL) and the unique aligned reads percentage is around 65%, this is not good from my experience.

RNA-Seq • 715 views
ADD COMMENT
1
Entering edit mode

Would you please guide me how to create a custom genome for two hybrid mouse?

What exactly are you trying to do here? Is this a hybrid of two known parents (C57BL and 6NJ) ?

Have you checked a few reads that do not map to make sure they are still mouse and not some contamination.

ADD REPLY
0
Entering edit mode

I have aligned to the mouse reference genome (C57BL) and the unique aligned reads percentage is around 65%

For RNA-seq, 65% aligned reads is actually within the normal range. That fraction can change substantially depending on the sample prep, such as RNA quality and library kit.

Different strains should not be that different.

ADD REPLY
0
Entering edit mode
3.7 years ago
Shalu Jhanwar ▴ 520

You can directly download the FASTA sequences from C57BL_6NJ_v1 assembly for Mus musculus from here under "Chromosome" tab. After downloading, you can concatenate all the FASTA files into one to generate a reference fasta for alignment of RNA-seq reads. You can use below code for creating single reference fasta:

cat fasta_file1 fasta_file2 fasta_filen > reference fasta
ADD COMMENT
1
Entering edit mode

While this would create a hybrid genome it would be a simple compilation of two haploid genomes that are still separate so there would be a large amount of duplication of sequences, which will cause issues with almost all reads multi-mapping. If @ssjima2014 is looking at a hybrid of those two parental strains then the hybrid genome will be recombinant of the two parents, so alternating parts will be identical to parental genomes.

Note: It is not clear to me if a genome assembly is available for C57BL_6NJ_v1 hybrid directly at EBI.

ADD REPLY

Login before adding your answer.

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