View source: R/firevat_utils.R
EnumerateTriNucCounts | R Documentation |
Returns C>A, C>G, C>T, T>A, T>C, T>G counts
EnumerateTriNucCounts(spectrum)
spectrum |
a numeric vector with 96 numeric values |
Please note that this function assumes that 'spectrum' is sorted (i.e. 1:16 –> C>A; 17:32 –> C>G; 33:48 –> C>T; 49:64 –> T>A; 65:80 –> T>C; 81:96 –> T>G)
a numeric vector of length 6 corresponding to the counts of each trinucleotide change (C>A, C>G, C>T, T>A, T>C, T>G)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.