Description Usage Arguments Value Examples
View source: R/utils-general.R
Function to compute the amounts of each nucleotide in a sequence.
1 |
seq |
character vector of length |
matrix
with n
rows and 4 columns with the counts for
each base.
1 2 | sequences <- c("ATATATCCCCG", "TTTCCGAGC")
basecontent(sequences)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.