Skip to content

Commit

Permalink
include README.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Jan 24, 2024
1 parent 36fbc9e commit 7c336dc
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 42 deletions.
126 changes: 126 additions & 0 deletions README.Rmd
@@ -0,0 +1,126 @@
---
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
cache = TRUE,
out.width = "100%"
)
```

# MultiAssayExperiment <a href='https://waldronlab.io/MultiAssayExperiment'><img src='https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/MultiAssayExperiment/MultiAssayExperiment.png' align="right" height="100" /></a>

## Software For The Integration Of Multi-Omics Experiments In Bioconductor

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

<!-- badges: start -->
[![BioC status](http://www.bioconductor.org/shields/build/release/bioc/MultiAssayExperiment.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/MultiAssayExperiment)
[![Platforms](http://www.bioconductor.org/shields/availability/release/MultiAssayExperiment.svg)](https://www.bioconductor.org/packages/release/bioc/html/MultiAssayExperiment.html#archives)
[![Coverage Status](https://codecov.io/github/waldronlab/MultiAssayExperiment/coverage.svg?branch=devel)](https://codecov.io/github/waldronlab/MultiAssayExperiment?branch=devel)
[![Downloads](http://www.bioconductor.org/shields/downloads/release/MultiAssayExperiment.svg)](https://bioconductor.org/packages/stats/bioc/MultiAssayExperiment)
<!-- badges: end -->

## Installation

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

```{r, eval = FALSE}
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
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.

```{r, out.height = "354px", out.width = "384px", echo = FALSE, fig.cap = "MultiAssayExperiment schematic"}
knitr::include_graphics("vignettes/MultiAssayExperiment.png")
```

## Cheatsheet

<a href="https://github.com/waldronlab/cheatsheets/blob/main/MultiAssayExperiment_QuickRef.pdf"><img src="https://raw.githubusercontent.com/waldronlab/cheatsheets/main/pngs/MultiAssayExperiment_QuickRef.png" width="989" height="1091"/></a>

## Ready-to-use `MultiAssayExperiment` objects

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

```{r, eval = FALSE}
BiocManager::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.

```{r, eval = FALSE}
BiocManager::install("TCGAutils")
```

## Documentation

The `MultiAssayExperiment` API is available by browsing to the
[API wiki](https://github.com/waldronlab/MultiAssayExperiment/wiki/MultiAssayExperiment-API).

## 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](https://groups.google.com/forum/#!forum/biocmultiassay)
and see the
[calendar](https://www.google.com/calendar/embed?src=9ar0qc8mpkv6b9intgmdcdf0ss%40group.calendar.google.com&ctz=America/New_York)
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](http://contributor-covenant.org), version 1.0.0, available
at
[http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
96 changes: 54 additions & 42 deletions README.md
@@ -1,42 +1,56 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# MultiAssayExperiment <a href='https://waldronlab.io/MultiAssayExperiment'><img src='https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/MultiAssayExperiment/MultiAssayExperiment.png' align="right" height="100" /></a>

## Software For The Integration Of Multi-Omics Experiments In Bioconductor

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

<!-- badges: start -->

[![BioC status](http://www.bioconductor.org/shields/build/release/bioc/MultiAssayExperiment.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/MultiAssayExperiment)
[![BioC
status](http://www.bioconductor.org/shields/build/release/bioc/MultiAssayExperiment.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/MultiAssayExperiment)
[![Platforms](http://www.bioconductor.org/shields/availability/release/MultiAssayExperiment.svg)](https://www.bioconductor.org/packages/release/bioc/html/MultiAssayExperiment.html#archives)
[![Coverage Status](https://codecov.io/github/waldronlab/MultiAssayExperiment/coverage.svg?branch=devel)](https://codecov.io/github/waldronlab/MultiAssayExperiment?branch=devel)
[![Coverage
Status](https://codecov.io/github/waldronlab/MultiAssayExperiment/coverage.svg?branch=devel)](https://codecov.io/github/waldronlab/MultiAssayExperiment?branch=devel)
[![Downloads](http://www.bioconductor.org/shields/downloads/release/MultiAssayExperiment.svg)](https://bioconductor.org/packages/stats/bioc/MultiAssayExperiment)
<!-- badges: end -->

## Installation

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

```
if (!require("BiocManager"))
``` r
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")

library(BiocManager)
install("MultiAssayExperiment")
BiocManager::install("MultiAssayExperiment")
```

## Schematic

Here is a visual overview of the `MultiAssayExperiment` class.
The three main components are:
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'
- `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.
*Note*. For simplicity, we use the terms samples and participants to
elucidate the relationship although `MultiAssayExperiment` can work on
other biological specimens.

<img src="vignettes/MultiAssayExperiment.png" alt="MultiAssayExperiment schematic"/>
<div class="figure">

<img src="vignettes/MultiAssayExperiment.png" alt="MultiAssayExperiment schematic" width="384px" height="354px" />
<p class="caption">
MultiAssayExperiment schematic
</p>

</div>

## Cheatsheet

Expand All @@ -47,30 +61,30 @@ biological specimens.
For easy-to-use and ready-made MultiAssayExperiment objects, use the
`curatedTCGAData` experiment data package.

```
install("curatedTCGAData")
``` r
BiocManager::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.
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")
``` r
BiocManager::install("TCGAutils")
```

## Documentation

The `MultiAssayExperiment` API is available by browsing to the
[API wiki](https://github.com/waldronlab/MultiAssayExperiment/wiki/MultiAssayExperiment-API).
The `MultiAssayExperiment` API is available by browsing to the [API
wiki](https://github.com/waldronlab/MultiAssayExperiment/wiki/MultiAssayExperiment-API).

## 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](https://groups.google.com/forum/#!forum/biocmultiassay)
This group meets remotely to discuss this project approximately every 3
weeks. If you are interested, please join the [MultiAssayExperiment
Google Group](https://groups.google.com/forum/#!forum/biocmultiassay)
and see the
[calendar](https://www.google.com/calendar/embed?src=9ar0qc8mpkv6b9intgmdcdf0ss%40group.calendar.google.com&ctz=America/New_York)
of upcoming meetings.
Expand All @@ -84,26 +98,24 @@ 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.
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.
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.
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](http://contributor-covenant.org), version 1.0.0, available
at
[http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
Covenant](http://contributor-covenant.org), version 1.0.0, available at
<http://contributor-covenant.org/version/1/0/0/>

0 comments on commit 7c336dc

Please sign in to comment.