shinyMethyl

Interactive visualization of Illumina methylation array data

https://github.com/jfortin1/shinymethyl

Science Score: 36.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
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    4 of 19 committers (21.1%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary

Keywords from Contributors

bioconductor-package bioconductor proteomics genomics mass-spectrometry bioinformatics ncbi-geo rnaseq metabolomics derfinder
Last synced: 10 months ago · JSON representation

Repository

Interactive visualization of Illumina methylation array data

Basic Info
  • Host: GitHub
  • Owner: Jfortin1
  • Language: R
  • Default Branch: devel
  • Homepage:
  • Size: 7.51 MB
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created almost 10 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

shinyMethyl

|Package|BioC-release|BioC-devel |---|---|---| |shinyMethyl|Release OK|Devel OK |shinyMethylData|Release OK|Devel OK

Authors: Jean-Philippe Fortin and Kasper Daniel Hansen

Welcome to shinyMethyl, an interactive R application based on the shiny package for exploration of DNA methylation data from Illumina arrays (450k and EPIC arrays). shinyMethyl is part of the Bioconductor project.

The shinyMethyl paper can be found here

Installation

First, you will need to install at least the following packages from Bioconductor

{r} if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("minfi") BiocManager::install("minfiData") and from CRAN {r} install.packages("httpuv") install.packages("devtools") install.packages("matrixStats") install.packages("RColorBrewer") To install the development version of shinyMethyl: {r} library(devtools) install_github("rstudio/shiny") install_github("jfortin1/shinyMethyl") install_github("jfortin1/shinyMethylData")

Vignette

You can find the vignette for shinyMethyl at https://github.com/Jfortin1/shinyMethyl/blob/master/vignettes/shinyMethyl.pdf

Quick example

After installation, you can launch shinyMethyl with an example dataset from TCGA with the following code: {r} library(shinyMethyl) library(shinyMethylData) runShinyMethyl(summary.tcga.raw, summary.tcga.norm)

Citation

To cite package shinyMethyl in publications use:

Fortin J, Fertig EJ and Hansen KD (2014). “shinyMethyl: interactive quality control of Illumina 450k DNA methylation arrays in R.”, F1000Research

A BibTeX entry for LaTeX users is

@Article{shinymethyl, author = {Jean-Philippe Fortin and Elana J. Fertig and Kasper D. Hansen}, title = {{shinyMethyl: interactive quality control of Illumina 450k DNA methylation arrays in R}}, journal = {F1000Research}, year = {2014}, volume = {3}, pages = {175}, doi = {10.12688/f1000research.4680.2}, pubmed = {25285208} }

Owner

  • Name: Jean-Philippe Fortin
  • Login: Jfortin1
  • Kind: user
  • Location: San Francisco
  • Company: Genentech

Senior Principal Scientist @ Genentech

GitHub Events

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

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 142
  • Total Committers: 19
  • Avg Commits per committer: 7.474
  • Development Distribution Score (DDS): 0.725
Past Year
  • Commits: 17
  • Committers: 5
  • Avg Commits per committer: 3.4
  • Development Distribution Score (DDS): 0.529
Top Committers
Name Email Commits
Jean-Philippe Fortin j****n@j****u 39
j.fortin j****n@b****8 29
Nitesh Turaga n****a@g****m 14
d.tenenbaum d****m@b****8 10
Dan Tenenbaum d****a@f****g 10
Jean-Philippe Fortin j****n@c****u 9
Jean-Philippe Fortin f****6@g****m 8
fortinj2 f****e@g****m 4
Herve Pages h****s@f****g 4
J Wokaty j****y@s****u 2
Hervé Pagès h****s@f****g 2
vobencha v****n@r****g 2
vobencha v****a@g****m 2
J Wokaty j****y 2
m.carlson m****n@b****8 1
jeanphi j****i@v****u 1
Marc Carlson m****n@f****g 1
LiNk-NY m****9@g****m 1
lshep l****d@r****g 1

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 32,511 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
bioconductor.org: shinyMethyl

Interactive visualization for Illumina methylation arrays

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 32,511 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 10.7%
Downloads: 32.1%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • Biobase * imports
  • BiocGenerics * imports
  • MatrixGenerics * imports
  • RColorBrewer * imports
  • grDevices * imports
  • graphics * imports
  • htmltools * imports
  • methods * imports
  • minfi * imports
  • shiny * imports
  • stats * imports
  • utils * imports
  • BiocStyle * suggests
  • knitr * suggests
  • minfiData * suggests
  • shinyMethylData * suggests
  • testthat * suggests