View source: R/extract_design_mdesign_mcts.R
extract_design_mdesign_mcts | R Documentation |
Extract Design-Metadesign (XU) matrix for a set of continuous meta-features stored in a maf file
extract_design_mdesign_mcts(
maf,
variant_col = "variant",
mfeat_cols = "Histone_Marks",
sample_id_col = "sample",
...
)
maf |
mutation annotation file – a data frame-like object containing columns for variant labels, sample IDs and continuous meta-feature variables. NOTE: uniqueness of rows of maf is assumed |
variant_col |
name of the column in |
mfeat_cols |
names of columns in |
sample_id_col |
name of the column in |
... |
Unused. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.