Description Usage Arguments Details Value Author(s)
This function returns the absolute and the relative frequency of the four bases (A, C, G, T).
1 | baseFrequency(object)
|
object |
An object of class DNAStringSet, ShortRead or SFFContainer. |
This function makes use of the alphabetFrequency function from package
Biostrings
.
A data.frame with two columns containing the absolute and relative frequencies respectively and six rows, one for each of the four bases (A, C, G, T), one for other symbols contained in the reads and one summarizing the five aforementioned rows.
Christian Ruckert
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.