Description Usage Arguments Value
View source: R/project.missfilter.R
Checks for problematic samples and markers. Samples with a set missing rate are flagged. Markers with zero-variance (either all theta or R values are the same) are also flagged for removal.
1 | project.missfilter(project, missrate = 0.2, type = "raw")
|
project |
a project object from imported GenomeStudio data |
missrate |
The missing rate threshold where markers with a proportion of NA values above this threshold will be removed (default = 0.2 i.e. 20% cutoff) |
type |
Which type of data should be check. GenomeStudio theta/R values will have more missing values than the raw X/Y. (either 'raw' or 'GSnorm') |
A project object with filter flags applied to markers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.