Does the input have columns with unique values?
Source:R/check-scalar-hasUniqueCols.R
check-scalar-hasUniqueCols.Rd
Checks a matrix for duplicated columns, which reprent samples. Duplicate rows are allowed here, because many genes (rows) can contain all zeros.
SummarizedExperiment
If the object is a SummarizedExperiment
, then the primary
assay matrix is checked for duplicated
columns.