View source: R/preprocessing.R
compact_dataset | R Documentation |
Count duplicate rows and compact the dataset (mutational). The column 'freq' will contain the counts for each row.
compact_dataset(mutmatrix)
mutmatrix |
input dataset (mutational matrix) |
a list with matrix (the compacted dataset (mutational matrix)), counts (frequencies of genotypes) and row_names (comma separated string of sample IDs) fields
compact_dataset(example_dataset())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.