load_and_clean_DAISY_data: load and clean DAISY iggdata

View source: R/load.R

load_and_clean_DAISY_dataR Documentation

load and clean DAISY iggdata

Description

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

Usage

load_and_clean_DAISY_data(
  dataloc,
  phenoloc,
  removeoutliers = F,
  backgroundThesholdval = 1,
  log2 = F
)

Arguments

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

Value

a list containing two data frames, igg and pheno


pmtran5884/Glycancc documentation built on Oct. 5, 2022, 10:14 a.m.