Bioconductor / RaggedExperiment

Matrix-like representations of mutation and CN data
https://bioconductor.org/packages/RaggedExperiment
4 stars 3 forks source link

clarify on man page of RaggedExperiment-package #7

Closed lgeistlinger closed 7 years ago

lgeistlinger commented 7 years ago

The man page of "RaggedExperiment-package" says

"A distinction between the GRangesList and the RaggedExperiment classes is that the RaggedExperiment class allows for ragged ranges, meaning that there may be a different number of ranges for each sample."

This should be apparently:

"A distinction between the SummarizedExperiment and the RaggedExperiment classes is ..." (as GRangesList also allows for a different number of ranges for each sample (where each sample is an element of the list))