[an error occurred while processing this directive]
Murphy LabHomeInformation People Addresses Cytometry Development Workshop FCS API
Research
Data
Affiliations
InternalInformationLab FAQ Lab Research Topics
Services
Web Pages
Software and Documentation
|
Murphy Lab - Software - MBoC 2015 - Cell and Nuclear Shape ModelsThe software and intermediate results used for the following paper can be downloaded below: G. R. Johnson, T. E. Buck, D. P. Sullivan, G. K. Rohde, and R. F. Murphy (2015) Joint modeling of cell and nuclear shape variation. Molecular Biology of the Cell 26: 4046-4056. http://dx.doi.org/10.1091/mbc.E15-06-0370
Recreating resultsTo recreate the results from the article (i.e. the figures and tables),
tar -xzf MBoC_Shape_source_code.tgz wget -nc http://murphylab.web.cmu.edu/software/2015_MBoC_Cell_And_Nuclear_Shape/MBoC_Shape_h1299_images.tgz wget -nc http://murphylab.web.cmu.edu/software/2015_MBoC_Cell_And_Nuclear_Shape/MBoC_Shape_mcf7_images.tgz for FILE in *images*.tgz; do tar -xvf "$FILE"; done Or download and expand the intermediate results into the same root directory. wget -nc http://murphylab.web.cmu.edu/software/2015_MBoC_Cell_And_Nuclear_Shape/MBoC_Shape_hela_intermediate_results.tgz wget -nc http://murphylab.web.cmu.edu/software/2015_MBoC_Cell_And_Nuclear_Shape/MBoC_Shape_mcf7_intermediate_results.tgz for FILE in *results*.tgz; do tar -xvf "$FILE"; done Go into the code directory and run the code matlab< >> masterscript Note that the masterscript will check for the presence of the intermediate results files and if they are present it will skip processing of the corresponding primary data. If neither the primary data nor the intermediate results are present for a given cell line, the masterscript will warn about the missing data but will process data for other cell lines if present. Thus the results for just one cell line can be reproduced by downloading either primary data or intermediate results for that cell line. System requirements
|
||||||
Last Updated: 07 Mar 2016 |
Copyright © 1996-2019 by the Murphy Lab, Computational Biology Department at Carnegie Mellon University |