align reads to a custom reference genome
1
0
Entering edit mode
13 months ago
Amina • 0

Hello,

I want to insert a specific sequence into the reference genome mm10 and then use it for alignment. Does anyone know how to do that?

reference_genome custom • 716 views
ADD COMMENT
2
Entering edit mode
13 months ago
ATpoint 82k

Make a fasta file with that sequence. Use cat genome.fa newSequence.fa > extendedGenome.fa to append it to the reference genome. Index that new file with the aligner and slign as usual.

ADD COMMENT
2
Entering edit mode

It's a good idea to generate fasta index by running samtools faidx extendedGenome.fa and check things are as expected too.

ADD REPLY

Login before adding your answer.

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