https://github.com/kundajelab/coessentiality

Companion to "A genome-wide almanac of co-essential modules assigns function to uncharacterized genes" (https://doi.org/10.1101/827071)

https://github.com/kundajelab/coessentiality

Science Score: 13.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.9%) to scientific vocabulary
Last synced: 4 months ago · JSON representation

Repository

Companion to "A genome-wide almanac of co-essential modules assigns function to uncharacterized genes" (https://doi.org/10.1101/827071)

Basic Info
  • Host: GitHub
  • Owner: kundajelab
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 728 KB
Statistics
  • Stars: 27
  • Watchers: 6
  • Forks: 9
  • Open Issues: 4
  • Releases: 0
Created over 6 years ago · Last pushed over 3 years ago
Metadata Files
Readme License

README.md

Overview

Companion to "A genome-wide almanac of co-essential modules assigns function to uncharacterized genes".

Contains code to generate co-essential gene pairs, co-essential modules, and modules with cancer type-specific dependencies. Coming soon: code to generate the two-dimensional layout (Fig. 1C).

For the web tool associated with the paper, see coessentiality.net. If you would just like the final 17634 x 17634 matrix of p-values, you can download it here. A corresponding 17634 x 17634 matrix with the sign of each correlation (1 = positive, -1 = negative) is downloadable here. The list of the 17634 genes that form the rows and columns of these matrices can be found here. These matrices are in NumPy's npy format and can be loaded with np.load in Python, the RcppCNPy library in R, and the cnpy library in C/C++.

2D coordinates of the final gene layout can be downloaded here.

Code files

  1. gene_pairs.py: generates co-essential gene pairs.
  2. modules.py: generates co-essential modules using the gene pairs from #1.
  3. cancertypedependencies.py: enumerates modules with cancer type-specific dependencies using the gene pairs and modules from #1 and #2.
  4. load_screens.py: loads and bias-corrects CRISPR screens. Used by #1 and #3.
  5. generate_layout.py: generates gene network for visualization, from the GLS p-value matrix and the gene modules from #2.

Required external files

  1. gene_effect.csv: CRISPR screens from the "DepMap Public 18Q3" release at https://depmap.org/portal/download/all/. Required for gene_pairs.py and cancertypedependencies.py.
  2. sample_info.csv: metadata for the cell lines in geneeffect.csv. Required for **genepairs.py** and cancertypedependencies.py.
  3. cluster_one-1.0.jar: Java executable for ClusterONE. Required for modules.py.

If using a newer release of DepMap, #1 and #2 can be obtained from the DepMap website.

Owner

  • Name: Kundaje Lab
  • Login: kundajelab
  • Kind: organization
  • Location: Stanford University

Compbio and machine learning code repositories from the Kundaje Lab at Stanford Genetics and Computer Science Depts.

GitHub Events

Total
  • Issues event: 1
Last Year
  • Issues event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.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