For bio125 , paper PCR exercises
# Generate sequences for PCR paper exericses
library("seqinr");
list.files()
# Load plasmid pMSH2 sequence into R
seqs = read.fasta( "pMSH2.seq")
# look at the first sequence
seq1 = seqs[[1]]
seq1 = toupper(seq1[1:91])
seq1RC = toupper(rev(comp(seq1)))
c2s(seq1) #sense strand
c2s(seq1RC) #antisense stand
This site is to serve as my note-book and to effectively communicate with my students and collaborators. Every now and then, a blog may be of interest to other researchers or teachers. Views in this blog are my own. All rights of research results and findings on this blog are reserved. See also http://youtube.com/c/hongqin @hongqin
Showing posts with label PCR. Show all posts
Showing posts with label PCR. Show all posts
Thursday, February 5, 2015
Sunday, February 23, 2014
Online primer design tools
http://www.ncbi.nlm.nih.gov/tools/primer-blast/
http://primer3.ut.ee/cgi-bin/primer3/primer3web_results.cgi
Subscribe to:
Posts (Atom)