load_and_clean_DAISY_data | R Documentation |
This function loads the serum anti-carbohydrate antibody data from the DAISY cohort along with the DAISY phenotype data It keeps only the earliest measured sample for each individual and performs background thresholding
load_and_clean_DAISY_data( dataloc, phenoloc, removeoutliers = F, backgroundThesholdval = 1, log2 = F )
dataloc |
Path to DAISY Iggdata |
phenoloc |
Path to DAISY phenotype 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.