View source: R/firevat_report.R
GetOptimizedSignatures | R Documentation |
This function fetches the last row from the optimization iteration log and returns the target and artifactual mutational signatures for the type of mutations ('refined' or 'artifactual')
GetOptimizedSignatures(data, mutations.type = "refined", signatures = "all")
data |
A list of main data from |
mutations.type |
A string for type of mutations ('refined' or 'artifact') |
signatures |
A string ('all', 'target', 'artifact') |
A data.frame with the columns 'signature' and 'weight'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.