-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathREADME.txt
77 lines (56 loc) · 2.88 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
===========
Schism
===========
SCHISM is a computational tool designed to infer subclonal hierarchy and
the tumor evolution from somatic mutations. The inference process involves
computational assessment of two fundamental properties of tumor evolution:
lineage precedence rule and lineage divergence rule.
First, SCHISM combines information about somatic mutation cellularity (aka
mutation cancer cell fraction) across all tumor sample(s) available from a
patient in a hypothesis testing framework to identify the statistical support
for the lineage relationship between each pair of mutations or mutation clusters.
The results of the hypothesis test are represented as Cluster Order Precedence
Violation (CPOV) matrix which informs the subsequent step in SCHISM and ensures
compliance of candidate tree topologies with lineage precedence rule.
Next, an implementation of genetic algorithm (GA) based on a fitness function that
incorporates considerations for both lineage precedence (CPOV) rule and lineage
divergence rule explores the space of tree topologies and returns a prioritized list
of candidate subclonal phylogenetic trees, most compatible with observed cellularity
data.
Links
===========
Please consult the SCHISM wiki page for installation guide, software tutorial, and
usage examples.
https://github.com/Niknafs/SCHISM/wiki
Releases
===========
SCHISM-1.0.0 2015-03-05 Initial release, concurrent with manuscript publication
SCHISM-1.0.1 2016-01-01 Minor visualization update. Citation updated.
SCHISM-1.1.0 2016-01-26 Mutation clustering module added.
SCHISM-1.1.1 2016-02-19 POV matrix visualization, Mutation/Cluster cellularity visualization added.
SCHISM-1.1.2 2016-05-11 better color handling in cluster cellularity plots, addition of docker file
Citation
===========
If you use SCHISM in your research, please cite:
Niknafs et al. SubClonal Hierarchy Inference from Somatic Mutations: automatic
reconstruction of cancer evolutionary trees from multi-region next generation
sequencing http://dx.plos.org/10.1371/journal.pcbi.1004416
Availability
===========
Stable releases of SCHISM are available from KarchinLab website.
http://karchinlab.org/apps/appSchism.html
and also
https://github.com/Niknafs/SCHISM/releases
Platform
===========
Basic functionality of SCHISM scripts developed in python should be available across
all platforms.
The plotting functionality of SCHISM relies on matplotlib, igraph c core and
python-igraph. Matplotlib should run across all platforms. igraph dependencies (c core,
and python-igraph), however, have been tested on linux distributions Fedora and Ubuntu
only. An installation guide for igraph dependencies is available on the project wiki
page.
Support
===========
Please contact the package developer Noushin Niknafs (niknafs at jhu dot edu)
with suggestions, questions or bug reports.