https://github.com/broadinstitute/dlbcl_nat_med_april_2018

https://github.com/broadinstitute/dlbcl_nat_med_april_2018

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
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: broadinstitute
  • Language: R
  • Default Branch: master
  • Size: 60.5 MB
Statistics
  • Stars: 14
  • Watchers: 36
  • Forks: 7
  • Open Issues: 0
  • Releases: 0
Created over 8 years ago · Last pushed about 6 years ago
Metadata Files
Readme

README.md

This repository contains instructions on how to build and run a docker image containing the scripts used to generate clusters used to identify DLBCL subtypes in the publication:

Chapuy, Stewart, & Dunford et al. "Molecular subtypes of diffuse large B cell lymphoma are associated with distinct pathogenic mechanisms and outcomes." Nature Medicine, 30 April 2018. https://doi.org/10.1038/s41591-018-0016-8

Based on a modified consensus clustering algorithm first applied to expression data in the publication:

Brunet et al. "Metagenes and molecular pattern discovery using matrix factorization." PNAS March 23, 2004. 101 (12) 4164-4169; https://doi.org/10.1073/pnas.0308531101

Please cite both publications if referring to this work.

To run the module, first CD into the 'consensus_clustering' directory and build the docker container using the Dockerfile there:

cd consensusclustering docker build . -t dlbclconsensus_clustering

Then run the provided wrapper script in the docker container using the following command:

docker run --mount type=bind,source=${PWD}/inputdata,target=/Rscripts/inputdata --mount type=bind,source=${PWD}/outputdir,target=/Rscripts/outputdir dlbclconsensusclustering Rscript runconsensusclustering.R

Owner

  • Name: Broad Institute
  • Login: broadinstitute
  • Kind: organization
  • Location: Cambridge, MA

Broad Institute of MIT and Harvard

GitHub Events

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

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

consensus_clustering/src/GDAC_TopgenesforCluster/impute/DESCRIPTION cran
  • R >= 1.7.0 depends
consensus_clustering/Dockerfile docker
  • debian jessie build