View source: R/s03_all_functions.R
count_iters | R Documentation |
Count elements in a vector and return with their occurrences. This is an internal function.
count_iters(x)
x |
factor or vector that can be coerced to factor |
This is a helper function.
numeric vector
Damiano Fantini, damiano.fantini@gmail.com
More information and examples about mutational signature analysis can be found here:
Official website: http://www.mutsignatures.org
More info and examples about the mutSignatures R library: https://www.data-pulse.com/dev_site/mutsignatures/
Oncogene paper, Mutational Signatures Operative in Bladder Cancer: https://www.nature.com/articles/s41388-017-0099-6
WTSI framework: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3588146/
@examples count_iters(LETTERS[sample(1:10, size = 50, replace = TRUE)])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.