dataset_preprocessing_population | R Documentation |
executes the preprocessing steps of CIMICE
dataset_preprocessing_population(compactedDataset)
compactedDataset |
a list (matrix: a mutational matrix, counts: number of samples with given genotype). "counts" is normalized automatically. |
Preprocessing steps:
1) genotype frequencies are computed
2) 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_withFreqs() %>% dataset_preprocessing_population
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.