
Last chance! 50% off unlimited learning
Sale ends in
Enrichment
object
plot
is a generic function for plotting of R objects.
The function invokes particular methods
which depend on the class
of the first argument.
"plot"(x, what = "Genome", type = c("eSNP", "xSNP"), ggplot = FALSE, pvalue = TRUE, ...)
Enrichment
which the Z statistics or p-values have to be drawn.what="Genome"
) plot Z statistics or p-values for genome only (what must be: "All"
, "Genome"
or numeric vector)."eSNP"
and/or "xSNP"
.ggplot=FALSE
) instead of classic plot method.TRUE
, p-value convergense is plotted. Otherwise, Z statistic is plotted.par
)snpEnrichment-package
Classes : Enrichment
, Chromosome
, EnrichSNP
Methods : plot
, reSample
, getEnrichSNP
, excludeSNP
, compareEnrichment
,
enrichment
, is.enrichment
, chromosome
, is.chromosome
Functions : initFiles
, writeLD
, readEnrichment
## Not run: data(toyEnrichment)
# reSample(toyEnrichment, 10)
# plot(toyEnrichment)## End(Not run)
Run the code above in your browser using DataLab