get_etiology | R Documentation |
Return the known or hypothesized causes of mutational signatures. The level of evidence supporting the proposed etiologies varies. In addition, some proposed etiologies are more akin to associations than specific, mechanistic causes.
get_etiology(mutation_type, sig_id)
mutation_type |
Character string, one of "SBS96", "SBS192", "DBS78", "ID". |
sig_id |
Character vector with signature ids, e.g. |
A character vector of the same length as sig_id
,
each element of which is the etiology of the
corresponding signature, if available, or else the empty string.
The etiology information is not versioned at the COSMIC website.
get_etiology
get_etiology(mutation_type = "ID", sig_id = c("ID1", "foo", "ID3"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.