metadata
argument added toRaggedExperiment
constructor function (@LiNk-NY).
- Ensure order is the same in both sparse and dense outputs of
compactAssay
(@csoneson, #30)
- Added citation information to the vignette and package. See
citation(package = "RaggedExperiment")
- Added a contributed vignette for ASCAT workflows (@Lydia-King, #28).
- Use full argument names in unit tests.
- Invoke
colSums
fromMatrixGenerics
in unit tests.
- Add
as.list
andas.data.frame
methods toRaggedExperiment
to facilitate extraction ofmcols
and conversion to table format, respectively.
- Sparse matrices of
dgCMatrix
type can now be coerced toRaggedExperiment
whenrownames
are coercible toGRanges
- 'counts' set as the default name for the values in
mcols
after coercion fromdgCMatrix
sparseAssay
andcompactAssay
now supportsparseMatrix
outputs from theMatrix
package
- Update package to changes in
MatrixGenerics
(new location of therowRanges
generic)
- Adjust to changes from
SummarizedExperiment::assay
(withDimnames
argument) - Reference
simplifyTCGA
helper function fromTCGAutils
in examples - Restore original real-world
qreduceAssay
example and include alternativeqreduceTCGA
example
- Include reference to
TCGAutils
functions forqreduceAssay
examples - Add robustness to
RaggedExperiment
constructor including unit tests - Include class and assay operations overview schematic in the vignette
RaggedExperiment
vignette now available.- Submission to
Bioconductor/Contributions
issue tracker
- Software for copy number, mutation, and other ragged array data representations
RaggedExperiment
class and basic methods: subsetting, dimnames, etc.- Assay methods expose a particular metadata column and creates a retangular matrix
- Coerce functions from
RaggedExperiment
toSummarizedExperiment
class available