Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 868 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 868 Bytes

RPPA

R package for performing basic data cleaning, exploratory visualisations and normalisation of reverse phase protein array (RPPA) data from the Zeptosens system. RRPA is an antibody based assay used to determine protein expression levels.

The Zeptosens system outouts relative fluorescence intensity (RFI) values, which are indicative of protein concentration in that sample. The format of the data is a matrix of RFI values where each row represents a sample and each column represents a antibody.

To intall this package, first make sure you have installed and loaded devtools (using install.packages("devtools") then library(devtools)).

You can then install using: install_github("lucyleeow/RPPA") and load with: library(RPPA)