dataset_preprocessing | R Documentation |
executes the preprocessing steps of CIMICE
dataset_preprocessing(dataset)
dataset |
a mutational matrix as a (sparse) matrix |
Preprocessing steps:
1) dataset is compacted
2) genotype frequencies are computed
3) labels are prepared
a list containing the mutational matrix ("samples"), the mutational frequencies of the genotypes ("freqs"), the node labels ("labels") and finally the gene names ("genes")
require(dplyr) example_dataset() %>% dataset_preprocessing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.