Extracting region from alternate genome
1
0
Entering edit mode
15 months ago
Ana • 0

Hi there, I have used gatk to map and build an alternate genome that includes snps from a vcf file. I need to extract given regions from reference (main UCSC human genome) and the alternate genome I produced. Now...I saw I can use biostrings to extract regions from the UCSC reference genome I am using but I can't seem to figure out how to extract those regions from the alternate I produced. e.g. I have region chrY:1234-2345 and I want the two fasta files with these coord from reference and alternate.

I've seen some posts regarding region extraction but they all seem to use only reference genomes and I can't seem to figure out how to get it to work for what I need. Sorry if this has been asked before.

fasta extract alternatereference gatk • 345 views
ADD COMMENT
0
Entering edit mode
15 months ago
GenoMax 141k

How about samtools faidx with -r option: http://www.htslib.org/doc/samtools-faidx.html

You will need to bgzip compress your alternate genome and index it.

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