All Projects → NKI-CCB → DISCOVER

NKI-CCB / DISCOVER

Licence: Apache-2.0 license
DISCOVER co-occurrence and mutual exclusivity analysis for cancer genomics data

Programming Languages

fortran
972 projects
python
139335 projects - #7 most used programming language
r
7636 projects
Makefile
30231 projects
Batchfile
5799 projects
shell
77523 projects

Projects that are alternatives of or similar to DISCOVER

bac-genomics-scripts
Collection of scripts for bacterial genomics
Stars: ✭ 39 (+85.71%)
Mutual labels:  genomics
DriverPower
DriverPower
Stars: ✭ 22 (+4.76%)
Mutual labels:  genomics
vrs-python
GA4GH Variation Representation Python Implementation
Stars: ✭ 35 (+66.67%)
Mutual labels:  genomics
bigly
a pileup library that embraces the huge
Stars: ✭ 38 (+80.95%)
Mutual labels:  genomics
psmc
Implementation of the Pairwise Sequentially Markovian Coalescent (PSMC) model
Stars: ✭ 121 (+476.19%)
Mutual labels:  genomics
genoiser
use the noise
Stars: ✭ 15 (-28.57%)
Mutual labels:  genomics
gawn
Genome Annotation Without Nightmares
Stars: ✭ 35 (+66.67%)
Mutual labels:  genomics
OpenOmics
A bioinformatics API and web-app to integrate multi-omics datasets & interface with public databases.
Stars: ✭ 22 (+4.76%)
Mutual labels:  genomics
gubbins
Rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences using Gubbins
Stars: ✭ 103 (+390.48%)
Mutual labels:  genomics
cryfa
A secure encryption tool for genomic data
Stars: ✭ 53 (+152.38%)
Mutual labels:  genomics
mity
mity: A highly sensitive mitochondrial variant analysis pipeline for whole genome sequencing data
Stars: ✭ 27 (+28.57%)
Mutual labels:  genomics
DRAM
Distilled and Refined Annotation of Metabolism: A tool for the annotation and curation of function for microbial and viral genomes
Stars: ✭ 159 (+657.14%)
Mutual labels:  genomics
instaGRAAL
Large genome reassembly based on Hi-C data, continuation of GRAAL
Stars: ✭ 32 (+52.38%)
Mutual labels:  genomics
snp-sites
Finds SNP sites from a multi-FASTA alignment file
Stars: ✭ 182 (+766.67%)
Mutual labels:  genomics
CuteVCF
simple viewer for variant call format using htslib
Stars: ✭ 30 (+42.86%)
Mutual labels:  genomics
sample
Performs memory-efficient reservoir sampling on very large input files delimited by newlines
Stars: ✭ 61 (+190.48%)
Mutual labels:  genomics
genepattern-server
The GenePattern Server web application
Stars: ✭ 26 (+23.81%)
Mutual labels:  genomics
nthash
ntHash implementation in Rust
Stars: ✭ 26 (+23.81%)
Mutual labels:  genomics
human genomics pipeline
A Snakemake workflow to process single samples or cohorts of paired-end sequencing data (WGS or WES) using trim galore/bwa/GATK4/parabricks.
Stars: ✭ 19 (-9.52%)
Mutual labels:  genomics
mandrake
Mandrake 🌿/👨‍🔬🦆 – Fast visualisation of the population structure of pathogens using Stochastic Cluster Embedding
Stars: ✭ 29 (+38.1%)
Mutual labels:  genomics

DISCOVER

DISCOVER is a novel statistical method for analysing co-occurrence and mutual exclusivity in cancer genomics data. The details of this method are described in our paper A novel independence test for somatic alterations in cancer shows that biology drives mutual exclusivity but chance explains most co-occurrence (Genome Biology 2016 17:261).

Installation

DISCOVER is available for both Python and R.

Python

The easiest way to install the DISCOVER Python package is by using Miniconda or Anaconda. We provide precompiled DISCOVER packages for 64-bit Linux, Windows, and Mac OS X. The following steps assume that Miniconda or Anaconda has been installed.

To create a new conda environment containing DISCOVER and its dependencies, execute the following command in a terminal (Linux/Mac OS X) or command prompt (Windows).

conda create -n discover -c https://ccb.nki.nl/software/discover/repos/conda discover

This environment can be activated using:

conda activate discover

Note that this environment contains the bare minimum to use DISCOVER. It does not, for example, include IPython. Trying to run IPython anyway might start a version installed in a different environment, and hence, importing DISCOVER will not succeed. Consult the conda documentation to find out how to install additional packages (such as IPython). Alternatively, DISCOVER can be installed in an existing environment as follows.

conda install -c https://ccb.nki.nl/software/discover/repos/conda discover

Check the documentation for instructions on how to use this package.

R

We provide precompiled R packages for Windows and Mac OS X, as well as a source package for installation on Linux. Installation on Linux requires gfortran version 5.1 or later. To install the DISCOVER package, execute the following in an R session.

options(repos=c(getOption("repos"), "https://ccb.nki.nl/software/discover/repos/r"))
install.packages("discover")

Check the documentation for instructions on how to use this package.

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].