Adding an extra/dummy chromosome to reference genome
1
0
Entering edit mode
21 months ago
Omurice ▴ 10

What would be the recommended way to add a dummy/extra chromosome (in this case my vector/plasmid construct sequence) to a human reference genome? I am hoping to pull out reads aligned to this additional chromosome as well (also is there any caveat about me doing something like this?).

genome Alignment rna-sequencing • 432 views
ADD COMMENT
1
Entering edit mode
21 months ago
cat ref.fa plasmid.fa  > newref.fa
samtools faidx newref.fa
samtools dict newref.fa > newref.dict
ADD COMMENT

Login before adding your answer.

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