Description Objects from the Class Slots Methods Examples
Manage the appraisal of an eQTL search
Objects can be created by calls of the form new("EqAppr", ...)
, or via buildEqAppr()
meta
:Object of class "ApprMeta"
basic descriptive information
about source analysis
sens
:Object of class "ApprSens"
outputs of sensitivity analysis
pruned
:Object of class "ApprRes"
outputs of appraisal for LD-pruned predictions
unpruned
:Object of class "ApprRes"
outputs of general appraisal without LD pruning
signature(x = "EqAppr", ind = "character")
:
Additional arguments can be specified:
index or name of model to be plotted
distance to move rendered fractions relative to bin x coordinate
maximum value at which axis tick mark will be plotted
axis will have ticks at seq(0, tickend, tickgap)
ylim setting for rendering
xlim setting for rendering
cex setting for fraction rendering
if data are sparse in entries of high predicted probability, you can fuse the nearby cells up to the end – pick fuselast=2 for final 2 cells, 3 for final 3 and so on
signature(x = "EqAppr")
: obtain the list
of strings used to name different appraisal models
signature(x = "EqAppr")
: get the
ApprRes instance corresponding to the LD-pruned loci
signature(x = "EqAppr")
: get the
ApprRes instance for all loci in use
signature(x = "EqAppr")
: get sensitivity
analysis results
signature(object = "EqAppr")
: concise report
1 | showClass("EqAppr")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.