| cpg | R Documentation |
"cpg"Methods and extra functions for class "cpg".
plot.cpg creates a QQ plot based on the association p-values or t-statistics from the function cpg.assoc.
## S3 method for class 'cpg'
plot(x, save.plot = NULL, file.type = "pdf", popup.pdf = FALSE,
tplot = FALSE, classic = TRUE,main.title = NULL, eps.size = c(5, 5),
gc.p.val = FALSE, gcdisplay = FALSE, ...)
## S3 method for class 'cpg'
summary(object,...)
## S3 method for class 'cpg'
print(x,...)
## S3 method for class 'cpg'
sort(x,decreasing,...)
x |
Output of class |
save.plot |
Name of the file for the plot to be saved to. If not specified, plot will not be saved. |
file.type |
Type of file to be saved. Can either be |
popup.pdf |
|
tplot |
Logical. If |
classic |
Logical. If |
main.title |
Main title to be put on the graph. If |
eps.size |
Vector indicating the size of .eps file (if creating one). Corresponds to the options horizontal and height in the
|
gc.p.val |
Logical. If true, plot will use the genomic control adjusted p-values. |
gcdisplay |
Logical.If true, plot will display the genomic control value in the legend. |
object |
Output of class |
decreasing |
logical. Should the sort be increasing or decreasing? Not available for partial sorting. |
... |
Arguments to be passed to methods, such as graphical parameters. |
sort.cpg returns an item of class "cpg" that is sorted by p-value.
summary.cpg creates a qq-plot based on the data, and scatterplots or boxplots for the top sites.
Plots with empirical confidence intervals based on permutation tests can be obtained from cpg.perm.
See plot.cpg.perm for more info.
Barfield, R.; Kilaru,V.; Conneely, K.
Maintainer: R. Barfield: <barfieldrichard8@gmail.com>
cpg.perm
cpg.assoc
scatterplot
manhattan
plot.cpg.perm
##QQ Plot:
data(samplecpg,samplepheno,package="CpGassoc")
test<-cpg.assoc(samplecpg,samplepheno$weight,large.data=FALSE)
plot(test)
##t-statistic plot:
plot(test,tplot=TRUE)
#Getting our plot:
plot(test,classic=FALSE)
##Now an example of sort
head(sort(test)$results)
##Summary
summary(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.