load_and_clean_PAGODA_data | R Documentation |
This function loads the serum anti-carbohydrate antibody data from the PAGODA cohort along with the PAGODA phenotype data It keeps only the earliest measured sample for each individual and performs background thresholding
load_and_clean_PAGODA_data( fileloc, removeoutliers = F, backgroundThesholdval = 1, log2 = F )
fileloc |
Path to PAGODA data |
removeoutliers |
Logical indicating whether or not to remove outliers in the iggdata |
backgroundThesholdval |
Value for background thresholding of Iggdata |
log2 |
Logical indicating whether or not to log2 transform the iggdata |
a list containing two data frames, igg and pheno
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.