项目作者: waldronlab

项目描述 :
Bioconductor package for management of multi-assay data
高级语言: R
项目地址: git://github.com/waldronlab/MultiAssayExperiment.git
创建时间: 2013-07-22T03:29:27Z
项目社区:https://github.com/waldronlab/MultiAssayExperiment

开源协议:

下载


" class="reference-link">MultiAssayExperiment

Software For The Integration Of Multi-Omics Experiments In Bioconductor

https://doi.org/10.1158/0008-5472.CAN-17-0344

BioC status
Platforms
codecov
Downloads

Installation

We recommend installing the stable release version of MultiAssayExperiment in
Bioconductor. This can be done using BiocManager:

  1. if (!require("BiocManager"))
  2. install.packages("BiocManager")
  3. library(BiocManager)
  4. install("MultiAssayExperiment")

Schematic

Here is a visual overview of the MultiAssayExperiment class.
The three main components are:

  • colData - phenotype data
  • ExperimentList - a list of tables from experimental results
  • sampleMap - a graph representation of ‘samples’ and ‘participants’

Note. For simplicity, we use the terms ‘samples’ and ‘participants’ to
elucidate the relationship although MultiAssayExperiment can work on other
biological specimens.

MultiAssayExperiment schematic

Cheatsheet

Ready-to-use MultiAssayExperiment objects

For easy-to-use and ready-made MultiAssayExperiment objects, use the
curatedTCGAData experiment data package.

  1. install("curatedTCGAData")

Companion package for working with TCGA data

TCGAutils is a handy package for working with MultiAssayExperiment data
objects from curatedTCGAData. It is highly recommended to use TCGAutils for
identifier manipulation, sample identification and more.

  1. install("TCGAutils")

Documentation

The MultiAssayExperiment API is available by browsing to the
API wiki.

The MultiAssayExperiment Bioconductor Special Interest Group

This group meets remotely to discuss this project approximately every 3 weeks.
If you are interested, please join the
MultiAssayExperiment Google Group
and see the
calendar
of upcoming meetings.

Contributor Code of Conduct

As contributors and maintainers of this project, we pledge to respect
all people who contribute through reporting issues, posting feature
requests, updating documentation, submitting pull requests or patches,
and other activities.

We are committed to making participation in this project a
harassment-free experience for everyone, regardless of level of
experience, gender, gender identity and expression, sexual
orientation, disability, personal appearance, body size, race, age, or
religion.

Examples of unacceptable behavior by participants include the use of
sexual language or imagery, derogatory comments or personal attacks,
trolling, public or private harassment, insults, or other
disrespectful conduct.

Project maintainers have the right and responsibility to remove, edit,
or reject comments, commits, code, wiki edits, issues, and other
contributions that are not aligned to this Code of Conduct. Project
maintainers who do not follow the Code of Conduct may be removed from
the project team.

Instances of abusive, harassing, or otherwise unacceptable behavior
may be reported by opening an issue or contacting one or more of the
project maintainers.

This Code of Conduct is adapted from the Contributor
Covenant
, version 1.0.0, available
at
http://contributor-covenant.org/version/1/0/0/