https://github.com/databio/cocoa

Annotating epigenetic variation among samples with region sets in R

https://github.com/databio/cocoa

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.1%) to scientific vocabulary

Keywords

dna-methylation pca
Last synced: 5 months ago · JSON representation

Repository

Annotating epigenetic variation among samples with region sets in R

Basic Info
Statistics
  • Stars: 10
  • Watchers: 10
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Topics
dna-methylation pca
Created almost 8 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

COCOA: Coordinate Covariation Analysis

Build Status COCOA is a method for understanding epigenetic variation among samples. COCOA can be used with epigenetic data that includes genomic coordinates and an epigenetic signal, such as DNA methylation and chromatin accessibility data. To describe the method on a high level, COCOA quantifies inter-sample variation with either a supervised or unsupervised technique then uses a database of "region sets" to annotate the variation among samples. A region set is a set of genomic regions that share a biological annotation, for instance transcription factor (TF) binding regions, histone modification regions, or open chromatin regions. COCOA can identify region sets that are associated with epigenetic variation between samples and increase understanding of variation in your data.

Installing COCOA

To install from Bioconductor (recommended):

```{r, eval=FALSE, message=FALSE, warning=FALSE} if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("COCOA") ```

COCOA may also be installed from Github:

{r, eval=FALSE, message=FALSE, warning=FALSE} devtools::install_github("databio/COCOA")

or locally after downloading/cloning the source code:

{r, eval=FALSE, message=FALSE, warning=FALSE} install.packages("path/to/COCOA/directory", repos=NULL, type="source")

Learning How to Use COCOA

A vignette is included with the package that shows an overview of COCOA and walks you through multiple analysis scenarios with code.

Owner

  • Name: Databio
  • Login: databio
  • Kind: organization
  • Location: University of Virginia

Solving problems in computational biology

GitHub Events

Total
  • Watch event: 1
  • Pull request event: 1
Last Year
  • Watch event: 1
  • Pull request event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 36
  • Total pull requests: 20
  • Average time to close issues: about 1 year
  • Average time to close pull requests: about 2 months
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 0.75
  • Average comments per pull request: 0.15
  • Merged pull requests: 18
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kinganimz (13)
  • nsheff (13)
  • j-lawson (9)
  • AlexWixom (1)
Pull Request Authors
  • j-lawson (15)
  • kinganimz (5)
  • nsheff (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • GenomicRanges * depends
  • R >= 3.5 depends
  • Biobase * imports
  • BiocGenerics * imports
  • ComplexHeatmap * imports
  • IRanges * imports
  • MIRA * imports
  • S4Vectors * imports
  • data.table * imports
  • fitdistrplus * imports
  • ggplot2 * imports
  • grDevices * imports
  • grid * imports
  • methods * imports
  • simpleCache * imports
  • stats * imports
  • tidyr * imports
  • AnnotationHub * suggests
  • BiocStyle * suggests
  • LOLA * suggests
  • knitr * suggests
  • parallel * suggests
  • rmarkdown * suggests
  • testthat * suggests