cpg.GC | R Documentation |
cpg.GC accepts an object of class "cpg.perm"
or "cpg"
and returns information
regarding Holm and FDR-significance of the GC (genomic control) adjusted test statistics. For "cpg.perm"
will return permutation p-values based on the GC-adjusted values from each permutation.
cpg.GC(x)
## S3 method for class 'cpg.gc'
print(x,...)
## S3 method for class 'cpg.perm.gc'
print(x,...)
x |
Object of class |
... |
Arguments to be passed to methods, such as graphical parameters. |
cpg.GC
will display the number of Holm and FDR-significant sites using the genomic control adjusted p-values
test statistics. It will also display the estimated genomic control inflation factor.
cpg.GC
returns an object of class "cpg.gc"
or "cpg.perm.gc"
gc.results |
Matrix consisting of GC-adjusted test statistics for each CpG site. Similar to the results output of |
gc.info |
Data frame with information on the number of Holm and FDR significant sites. Will also have the genomic control
inflation estimate. Objects from |
Barfield, R.; Kilaru,V.; Conneely, K.
Maintainer: R. Barfield: <barfieldrichard8@gmail.com>
cpg.work
cpg.perm
plot.cpg
scatterplot
cpg.combine
manhattan
plot.cpg.perm
sort.cpg.perm
sort.cpg
cpg.qc
cpg.assoc
data(samplecpg,samplepheno,package="CpGassoc")
results<-cpg.assoc(samplecpg,samplepheno$weight,large.data=FALSE)
cpg.GC(results)
##If the genomic inflation factor is less than one there is no need for adjustment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.