View source: R/filterLowRepresentedCpGsinCohort.R
filterLowRepresentedCpGsinCohort | R Documentation |
filters out all CpGs with missing call rates exceeding the provided value
filterLowRepresentedCpGsinCohort(data, colname, pcmissing, Ntotal, fileresume)
data |
dataframe with data to be filtered |
colname |
string, column name that contains number of samples for each CpG |
pcmissing |
numeric, máximum percent of missing samples allowed |
Ntotal |
numeric, Number of samples in cohort |
filtered dataframe if colname exists
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.