metadata<-
set method now available for theMultiAssayExperiment
metadata
argument available in theMultiAssayExperiment
constructor function- Fix bug when subsetting for unmatched samples/colnames (drop = FALSE) in constructor
- Improved
MultiAssayExperiment
constructor with renamed argument "experiments" for theExperimentList
orlist
input.
updateObject
method now available for old instances of theMultiAssayExperiment
- Users with invalid
MultiAssayExperiments
should update and re-serialize them
drop
argument now works as intended when usingList
inherited objects
complete.cases
method available for theMultiAssayExperiment
class
sampleMap
column names renamed to assay (prev. "assayname"), primary, and colname (prev. "assay")- New vignete available for creating
MultiAssayExperiment
objects with TCGA data
- Added informative error to
MultiAssayExperiment
constructor - Improved
show
method display - Removed warning message when only
ExperimentList
argument provided
Elist
class renamed toExperimentList
ExperimentList
constructor is homonymousExperimentList
accessor now calledexperiments
ExperimentList
replacement method is nowexperiments<-
- Updated vignettes to reflect change of names
assay
method forRangedRaggedAssay
works on inner metadata columns now- vignette examples available for
HDF5Array
package - Improved outline for main vignette
assay
method available forRangedRaggedAssay
and other classes. Created to obtain raw data from certain classes (see?assay,(class),ANY-method
).
- Subsetting by non-character i (#108)
PrepMultiAssay
helper function now available to aid in creating object (#122)- Vignette now building (#125)
- Preliminary assay method for RangedRaggedAssay
- superflous
subset
function removed sampleMap
uses character vectors instead of Rle- Elist order consistent when subsetting
- mapToList preserves list order
- NEWS file is now live!
- Package now in
Bioc-devel
! - More to come!
- Replacement method for
colnames
now available for theRangedRaggedAssay
class.
- Documentation additions