-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,11 @@ Authors@R: c( | |
person("Vincent J", "Carey", , , c("aut", "ctb")), | ||
person("Levi", "Waldron", , "[email protected]", "aut"), | ||
person("MultiAssay", "SIG", , "[email protected]", "ctb")) | ||
Description: MultiAssayExperiment harmonizes data management of multiple | ||
experimental assays performed on an overlapping set of specimens. It | ||
provides a familiar Bioconductor user experience by extending concepts | ||
from SummarizedExperiment, supporting an open-ended mix of standard | ||
data classes for individual assays, and allowing subsetting by genomic | ||
Description: Harmonize data management of multiple experimental assays | ||
performed on an overlapping set of specimens. It provides a familiar | ||
Bioconductor user experience by extending concepts from | ||
SummarizedExperiment, supporting an open-ended mix of standard data | ||
classes for individual assays, and allowing subsetting by genomic | ||
ranges or rownames. Facilities are provided for reshaping data into | ||
wide and long formats for adaptability to graphing and downstream | ||
analysis. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters