Description Usage Arguments Details Value Author(s) See Also Examples
The function allows the user to extract CpG sites used for gestational age prediction with the function predictGA
.
1 | extractSites(type="se")
|
The argument type=c("se", "min", "all") can be used to spesify which CpGs are to be extracted. "se" designates the CpGs needed by the predictGA function if the penalty term lambda is to be set to one standard error within the minimum, "min" specifies the minimum lambda, while "all" returns the complete sets of CpGs in the UL.mod.cv
object.
type |
- a string that can be "se" (default), "min" or "all", depending on which CpGs is wanted by the user. |
Use this function if predictGA failes due to missing predictor CpGs, or to see which CpGs are used by predictGA
for gestational age prediction.
Returns a vector with the requested CpG sites.
Jon Bohlin
1 | CpGs<-extractSites(type="se")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.