in silico PCR of designed primers against an assembled transcriptome
1
1
Entering edit mode
8.1 years ago
ahmad.iut ▴ 90

Dear all, I have designed some Primers from several genes of an assemled transcriptome. I need to check that these primers are specific, so I want to do In silico PCR these primers against the transcriptome. Do you know any tools that do this job? I tried some tools like : NCBI-ePCR, EmBoss, genome tester, ... but they did not work for me.

Thank you in advanced

RNA-Seq E-PCR • 3.2k views
ADD COMMENT
1
Entering edit mode
8.1 years ago
Erik Wright ▴ 420

The R package DECIPHER can be used to perform in silico PCR. The function AmplifyDNA takes in a set of (typically 2) primers and a DNAStringSet of templates, and returns all possible amplicons ranked by their predicted amplification efficiency. Enter ?AmplifyDNA in R for more information. Hope that helps!

ADD COMMENT
0
Entering edit mode

Dear Wright, Thank you for the answer. How can I make a DNAStringSet of the templates. I want all the transcripts as the template.

ADD REPLY
0
Entering edit mode

You can use readDNAStringSet to create a DNAStringSet from a FASTA or FASTQ sequence file.

ADD REPLY

Login before adding your answer.

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