compact_dataset {CIMICE}R Documentation

Compact dataset rows

Description

Count duplicate rows and compact the dataset (mutational). The column 'freq' will contain the counts for each row.

Usage

compact_dataset(mutmatrix)

Arguments

mutmatrix

input dataset (mutational matrix)

Value

the compacted dataset (mutational matrix)

Examples

compact_dataset(example_dataset())


[Package CIMICE version 1.0.0 Index]