View source: R/firevat_mutational_patterns.R
MutPatParseRefMutSigs | R Documentation |
Parses a df.ref.mut.sigs and prepares it to run Mutational Patterns.
MutPatParseRefMutSigs( df.ref.mut.sigs, target.mut.sigs, signature.start.column.index = 4, mutation.type.header = "SomaticMutationType" )
df.ref.mut.sigs |
A data.frame of reference mutational signatures |
target.mut.sigs |
A character vector of target mutational signatures names |
signature.start.column.index |
= An integer value (e.g. column index corresponding to 'SBS1') |
mutation.type.header |
= A string value (name of header corresponding to column containing 'A[C>A]A' data)) |
A data.frame of the format deconstructSigs::signatures.cosmic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.