Diff of /README.md [000000] .. [fbf06f]

Switch to unified view

a b/README.md
1
# ATLANTIS
2
3
R package for biomarker/depenedency relationship discovery (via learning random forests 
4
of conditional inference trees).
5
6
There are two packages contained in this directory which are both necessary
7
to run ATLANTIS:
8
9
    - partyMod: A fork from the party package which is used to actually
10
      build the model.  The fork was necessary to include tweaks to reduce 
11
      memory necessary for training with large numbers of input
12
      features.  (See https://cran.r-project.org/web/packages/party/index.html and
13
      "Torsten Hothorn, Peter Buehlmann, Sandrine Dudoit, Annette Molinaro and 
14
      Mark Van Der Laan (2006). Survival Ensembles. Biostatistics, 7(3),
15
      355--373.)
16
17
    - ATLANTIS: The wrapper around party which was used to learn the models
18
      for the paper "Defining a Cancer Dependency Map".  Includes some prefiltering
19
      of features and biased weights more heavily on sensitive lines.   See 
20
      the paper for more details on the specific settings used for each MDP
21
      class.