Skip to Content

Release Notes

Posted in
Release Notes for MEM
03/30/2018

 

  • The MEM() function now includes the option "output_prescaled_MEM" that, when set to TRUE, outputs a TXT file containing pre-scaled MEM scores.
  • When MAGpop = MAGref and IQRpop < IQRref, the MEM score will always be negative. This prevents positive MEM scores on populations that do not express a given marker.
09/12/2017

 

1. Build.heatmaps function outputs IQR heatmap and text file

2. Added a new function, MEM_RMSD, that compares populations given their MEM scores.

3. Updated MEM algorithm to prevent erroneously negative MEM scores when MAGpop-MAGref is near zero and IQRref < IQRpop. 

06/19/2017

 

Updated code to fix the file output error when running build.heatmaps() function.

A detailed R script for installing and running MEM
04/10/2017

 

Added a sample R script that guides the user through the installation and analysis process.

03/06/2017

 

Initial Build