How to perform BLAST with selected genes from RNA-seq results to the reference sequence??
1
0
Entering edit mode
2.1 years ago
ongchip • 0

I have performed SNPeff with RNA-seq results. Finally, I want to design primers but I can't know the sequences near SNP positions. I want to compare the sequences of the selected transcripts within samples or SNP between samples and the reference genome. I don't know what files and programs should be used. fastq.gz files? SAM files? BAM files? or VCF files? Is there an easy way to perform this?

BLAST • 366 views
ADD COMMENT
0
Entering edit mode
2.1 years ago
Trivas ★ 1.7k

You could use a combo of bedtools getfasta to get the sequence you're interested in then use samtools view to get the mapped reads that fall into that region. I would then convert the output of samtools view into fastq files then do a multiple sequence alignment over your reference sequence. This method assumes you know where your SNPs are (approximately).

ADD COMMENT

Login before adding your answer.

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