[an error occurred while processing this directive]


Murphy Lab

Home
Information
 People
 Addresses
 Cytometry Development Workshop
 FCS API

Research
 Projects
 Publications
 Software
 Presentations
 Flow Cytometry

Data
 Download

Affiliations
 Carnegie Mellon University
 Computational Biology Department
 Center for Bioimage Informatics
 Biological Sciences Department
 Biomedical Engineering Department
 Machine Learning Department
 MBIC


[an error occurred while processing this directive]


Internal

Information
 Lab FAQ
 Lab Research Topics

Services
 TypIX

Web Pages
 Web Page Template
 Visitation Statistics
 Important Links

Software and Documentation
 Matlab Docs
 Khoros Docs
 TN-Image Docs
 Michael Boland's thesis







Murphy Lab - Software - PLoS ONE 2012 - Classification and Reannotation


The software and intermediate results used for the following paper can be downloaded below:

Jieyue Li, Justin Y. Newberg, Mathias Uhlen, Emma Lundberg, and Robert F. Murphy. Automated Analysis and Reannotation of Subcellular Locations in Confocal Images from the Human Protein Atlas. (2012) PLoS ONE 7:e0050514.

The data and code are contained in the following files compressed with tar with the -z option (gzip)

Source Code
   HPA_reannotation_onlycode.tgz (3Mb)
Raw Data
   The .tgz files below contain the raw images for all proteins used in this study (they are each approximately 1 Gb). You can download individual files (an Excel file containing a list of which proteins are in each file can be found here), or you can use the helper script (getrawdata.sh) that downloads, concatenates and extracts all of the raw data.
   HPA_reannotation_rawdataHPA_A431-1.tgz
   HPA_reannotation_rawdataHPA_A431-2.tgz
   HPA_reannotation_rawdataHPA_A431-3.tgz
   HPA_reannotation_rawdataHPA_A431-4.tgz
   HPA_reannotation_rawdataHPA_A431-5.tgz
   HPA_reannotation_rawdataHPA_A431-6.tgz
   HPA_reannotation_rawdataHPA_A431-7.tgz
   HPA_reannotation_rawdataHPA_A431-8.tgz
   HPA_reannotation_rawdataHPA_A431-9.tgz
   HPA_reannotation_rawdataHPA_A431-10.tgz
   HPA_reannotation_rawdataHPA_A431-11.tgz
   HPA_reannotation_rawdataHPA_A431-12.tgz
   HPA_reannotation_rawdataHPA_A431-13.tgz
   HPA_reannotation_rawdataHPA_A431-14.tgz
   HPA_reannotation_rawdataHPA_A431-15.tgz
   HPA_reannotation_rawdataHPA_A431-16.tgz
   HPA_reannotation_rawdataHPA_A431-17.tgz
   HPA_reannotation_rawdataHPA_A431-18.tgz
   HPA_reannotation_rawdataHPA_A431-19.tgz
   HPA_reannotation_rawdataHPA_A431-20.tgz
   HPA_reannotation_rawdataHPA_A431-21.tgz
   HPA_reannotation_rawdataHPA_A431-22.tgz
   HPA_reannotation_rawdataHPA_A431-23.tgz
   HPA_reannotation_rawdataHPA_A431-24.tgz
   HPA_reannotation_rawdataHPA_A431-25.tgz
   HPA_reannotation_rawdataHPA_A431-26.tgz
   HPA_reannotation_rawdataHPA_A431-27.tgz
   HPA_reannotation_rawdataHPA_A431-28.tgz
   HPA_reannotation_rawdataHPA_A431-29.tgz
   HPA_reannotation_rawdataHPA_A431-30.tgz
   HPA_reannotation_rawdataHPA_A431-31.tgz
   HPA_reannotation_rawdataHPA_A431-32.tgz
   HPA_reannotation_rawdataHPA_A431-33.tgz
   HPA_reannotation_rawdataHPA_A431-34.tgz
   HPA_reannotation_rawdataHPA_A431-35.tgz
   HPA_reannotation_rawdataHPA_A431-36.tgz
   HPA_reannotation_rawdataHPA_A431-37.tgz
Intermediate Results
   Results of classification and reannotation (used to regenerate tables and figures in the paper)
   HPA_reannotation_intermediate.tgz (1.6Gb)

Recreating Final Results from Raw Image Data

To recreate the results from the article (i.e. the figures and tables) from the raw image data,

Download and expand the source code to the desired directory.
tar -xzf HPA_reannotation_onlycode.tgz

Download and expand one or more of the tgz files of raw images, e.g.:
tar -xzf HPA_reannotation_rawdataHPA_A431-1.tgz
You can also use the helper script getrawdata.sh to download and extract all of the raw images (approximately 70GB).

In Matlab, run the main script
>> masterscript
See details in masterscript.m for more options of input image path.

Recreating Final Results from Intermediate Results

Recreate the results from the article (i.e. the figures and tables), from intermediate results of classification and reannotation

To recreate the final results from the intermediate results of classification and reannotation, download the source code and intermediate results to the desired directory and expand them.
tar -xzf HPA_reannotation_onlycode.tgz
tar -xzf HPA_reannotation_intermediate.tgz

In Matlab, run the function
>> regenResults

System requirements

  • MATLAB
This package has been tested using Matlab 2011a under CentOS in a 64bit architecture.



Last Updated: 02 Dec 2012




Copyright © 1996-2019 by the Murphy Lab, Computational Biology Department at Carnegie Mellon University