powered by
The standard reverse-complement of nucleotide sequences.
reverseComplement(nuc.sequences, reverse = TRUE)
Character vector containing the nucleotide sequences.
Logical indicating if complement should be reversed.
A character vector of reverse-complemented sequences.
This function uses the Biostrings::reverseComplement function.
# NOT RUN { ex.file <- file.path(file.path(path.package("microseq"),"extdata"),"small.fasta") fdta <- readFasta(ex.file) reverseComplement(fdta$Sequence) # }
Run the code above in your browser using DataLab