morinlab/morinkit

Name: morinkit

Owner: Ryan D. Morin Laboratory

Description: Python functions for cancer genomics

Created: 2016-07-27 19:50:25.0

Updated: 2016-12-06 18:30:52.0

Pushed: 2016-12-07 05:57:58.0

Homepage:

Size: 56

Language: Python

GitHub Committers

UserMost Recent Commit# Commits
Bruno Grande2016-12-07 05:49:08.09
rdmorin2016-12-06 18:30:51.01

Other Committers

UserEmailMost Recent Commit# Commits

README

Morinkit: Python functions for cancer genomics

PyPI Build Status Coverage Status

Morinkit is a Python package that bundles several functions meant for cancer genomics. Examples include:

Installation

You need Python 3.3 or later to install morinkit.

install numpy Cython  # Or `conda install numpy Cython`
install morinkit
Dependencies
Functions

ensemble_vcf: One of the ICGC-TCGA DREAM challenges showed that ensemble SNV calling led to the highest accuracy (doi:10.1038/nmeth.3407). Ensemble_vcf is primarily meant to integrate the VCF files from different methods and only output variants supported by some number of methods (or fraction of methods).


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.