powered by
Curates biological sequences of primer reverse.This cleaning is required for techniques such as cDNA-AFLP.
DNAStringSetOPR(SEQs, PrimerR)
clean biological sequences and visualization of the alignments
file with fasta format containing biological sequences that are to be cleaned.
dnastring containing the reverse primer/vector sequences to be removed.
Florencia I Pozzi, Silvina A. Felitti
SEQs = readDNAStringSet(system.file("sequences","SeqInputOPR.fasta", package = "CleanBSequences")) PrimerR= DNAString ("GACTGCGTACCATGC") DNAStringSetOPR (SEQs,PrimerR)
Run the code above in your browser using DataLab