kroganlab / mist

mist R package files
GNU General Public License v3.0
9 stars 3 forks source link

MIST


New in Version 1.5

MiST now automatically uses the scaled specificity score (specificity18, by default) in the combined MiST score. See docs/ScalingSpecificity.pdf for a discussion of this change. This means MiST thresholds and weights should be closer to those used in the original study, but also scores will be sensitive to MiST version. Don't change versions mid-study without changing your yml file!

You can disable the use of specificity score scaling in the combined MiST score by changing your config yml file to include:

  standardize_specificity : FALSE

See tests/small/mist_small_test.yml for an example config yml file.

We do not recommend disabling this in general, but it can be useful for consistency with previous versions. Regardless of the setting, the output will include columns for both the scaled and unscaled specificity; this setting changes which specificity score will be used in MiST score.

1. Necessary Resources

1.1 Hardware

Workstation running any current OS, Unix environment recommended

1.2 Software

2. Installation

3. Test

To test your installation, navigate to the ./tests/small directory within the MIST downloads and run MIST there. On MacOSX and other unix terminals, commands would look like this:

cd mist/tests/small
Rscript ../../main.R  -c mist_small_test.yml    

Output will appear within a subdirectory of your current working directory at processed/preprocessed_NoC_MAT_MIST.txt

4. References