SBS_counts | R Documentation |
Extract SBS data for 96 contexts and 6 possible substitutions, in matrix format.
SBS_counts(x)
x |
A CNAqc object. |
A one-row matrix with SBS data for 96 contexts and 6 possible substitutions.
## Not run:
data('example_dataset_CNAqc')
x = init(mutations = example_dataset_CNAqc$mutations, cna =example_dataset_CNAqc$cna, purity = example_dataset_CNAqc$purity)
x = SBS(x)
# SBS analysis
print(SBS_counts(x))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.