Description Usage Arguments Value Author(s) See Also Examples
The pfilter function filters data sets based on bead count and
detection p-values. The user can set their own thresholds or use
the default pfilter settings. This specific function will take a Genomic Data
Structure (GDS) file as input and perform pfilter similar to how
pfilter
in wateRmelon is performed.
1 2 3 |
mn |
a gds object OR node corresponding to methylated intensities |
perCount |
Threshold specifying which sites should be removed if they have a given percentage of samples with a beadcount <3, default = 5 |
pnthresh |
cut off for detection p-value, default= 0.05 |
perc |
remove sample having this percentage of sites with a detection p-value greater than pnthresh, default = 1 |
pthresh |
Threshold specifying which sites should be removed if they have a given percentage of samples with a detection p-value greater than pnthresh, default = 1 |
See pfilter
. If using pfilter.gds, function
If using pfilter.gds function will return a list of containing two locical vectors of length(nrow) and lneght(ncol) which can be used to subset data. Otherwise if called using pfilter data will be subsetted automatically.
Tyler Gorrie-Stone, Original (wateRmelon) Function by Ruth Pidsley Who to Contact: <t.gorrie-stone@qmul.ac.uk
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.