All Projects → waldronlab → MultiAssayExperiment

waldronlab / MultiAssayExperiment

Licence: other
Bioconductor package for management of multi-assay data

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to MultiAssayExperiment

GenomicDataCommons
Provide R access to the NCI Genomic Data Commons portal.
Stars: ✭ 64 (+12.28%)
Mutual labels:  genomics, tcga, bioconductor
GeneTonic
Enjoy your transcriptomic data and analysis responsibly - like sipping a cocktail
Stars: ✭ 66 (+15.79%)
Mutual labels:  bioconductor, bioconductor-package
wdlRunR
Elastic, reproducible, and reusable genomic data science tools from R backed by cloud resources
Stars: ✭ 34 (-40.35%)
Mutual labels:  genomics, bioconductor
psichomics
Interactive R package to quantify, analyse and visualise alternative splicing
Stars: ✭ 26 (-54.39%)
Mutual labels:  tcga, bioconductor
smartas
📓Notebook of Climente-González et al. (2017), The Functional Impact of Alternative Splicing in Cancer.
Stars: ✭ 13 (-77.19%)
Mutual labels:  genomics, tcga
STing
Ultrafast sequence typing and gene detection from NGS raw reads
Stars: ✭ 15 (-73.68%)
Mutual labels:  genomics
fwdpy11
Forward-time simulation in Python using fwdpp
Stars: ✭ 25 (-56.14%)
Mutual labels:  genomics
manhattan generator
Manhattan plot Generator
Stars: ✭ 20 (-64.91%)
Mutual labels:  genomics
CUT-RUNTools-2.0
CUT&RUN and CUT&Tag data processing and analysis
Stars: ✭ 36 (-36.84%)
Mutual labels:  genomics
nf-hack17-tutorial
Nextflow basic tutorial for newbie users
Stars: ✭ 32 (-43.86%)
Mutual labels:  genomics
scarf
Toolkit for highly memory efficient analysis of single-cell RNA-Seq, scATAC-Seq and CITE-Seq data. Analyze atlas scale datasets with millions of cells on laptop.
Stars: ✭ 54 (-5.26%)
Mutual labels:  genomics
cancer-data
TCGA data acquisition and processing for Project Cognoma
Stars: ✭ 17 (-70.18%)
Mutual labels:  tcga
haslr
A fast tool for hybrid genome assembly of long and short reads
Stars: ✭ 68 (+19.3%)
Mutual labels:  genomics
assembly improvement
Improve the quality of a denovo assembly by scaffolding and gap filling
Stars: ✭ 46 (-19.3%)
Mutual labels:  genomics
omxware-getting-started
Examples to get started with IBM Functional Genomics Platform
Stars: ✭ 13 (-77.19%)
Mutual labels:  genomics
BigComputeLabs
Big Compute Learning Labs
Stars: ✭ 19 (-66.67%)
Mutual labels:  genomics
atacr
Analysing Capture Seq Count Data
Stars: ✭ 14 (-75.44%)
Mutual labels:  genomics
alpine
Modeling and correcting fragment sequence bias for RNA-seq
Stars: ✭ 25 (-56.14%)
Mutual labels:  bioconductor
Contributions
Contribute Packages to Bioconductor
Stars: ✭ 117 (+105.26%)
Mutual labels:  bioconductor
phenol
phenol: Phenotype ontology library
Stars: ✭ 15 (-73.68%)
Mutual labels:  genomics

MultiAssayExperiment

Software For The Integration Of Multi-Omics Experiments In Bioconductor

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

BioC status Platforms wercker status Coverage Status Downloads

Installation

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

if (!require("BiocManager"))
    install.packages("BiocManager")

library(BiocManager)

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.

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.

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/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].