Skip to content

Repository containing code for running CloneSig for identification of genes with convergent mutations

Notifications You must be signed in to change notification settings

getzlab/CloneSig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloneSig

CloneSig for identification of genes with convergent mutations across multiple cancer clones.

Implemented in Convergent evolution within and across patients reveals mechanisms of cancer drug resistance.

Usage

python Run_CloneSig.py input.maf genes_list.txt [--n_perm N_PERMUTATIONS] [--step {permutations,genes,all}]

Installation Requirements

  1. Clone this repository:
git clone https://github.com/getzlab/CloneSig.git
cd CloneSig
  1. Install CloneSig and its dependencies:
pip install -e .
  1. Install CurveBall:
# Option 1: Install as an extra
pip install -e .[curveball]

# Option 2: Manual installation
git clone https://github.com/getzlab/CurveBall.git
cd CurveBall
pip install -e .

Concepts

Inputs

Outputs

About

Repository containing code for running CloneSig for identification of genes with convergent mutations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages