remove_duplicated_rows: Removes data (collapses) with duplicated names

View source: R/dataManipulation.R

remove_duplicated_rowsR Documentation

Removes data (collapses) with duplicated names

Description

Will collapse a matrix based on duplicated labels that have the greatest variance

Usage

remove_duplicated_rows(matrix, labels)

Arguments

matrix

Input object with unique rownames

labels

the non-unique labels (i.e. Gene Symbol)


scfurl/seqGlue documentation built on Sept. 1, 2024, 11:20 a.m.