Description Usage Arguments Details Value
View source: R/consensusMatrix.R
Tallies characters at each position for a set of character vectors without any Bioconductor packages.
1 |
x |
The sequence data as a set of character vectors |
Designed to function like consensusMatrix from Biostrings.
This function can handle upper and lower case input, but will only produce upper case output.
To prevent a dependency on a bioconductor package, this is not properly set up as a method for the consensusMatrix generic defined in Biostrings.
A matrix with columns representing positions in the sequence and rows the allowed characters in IUPAC notation of nucleotides and cells the counts of the respective character at the respective position.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.