xtail-accessors | R Documentation |
To retrieve the results from the xtail run use one of the accessor functions.
## S4 method for signature 'xtail' conditions(object) resultsNum(object, ...) ## S4 method for signature 'xtail' resultsNum(object, ...) resultsTable(object, ...) ## S4 method for signature 'xtail' resultsTable(object, sort.by = NULL, log2FCs = FALSE, log2Rs = FALSE, ...) summary(object, ...) ## S3 method for class 'xtail' summary(object, alpha = 0.1, ...)
object |
a |
... |
optional arguments. Currently not used |
sort.by |
the column to sort with. Defaults to |
log2FCs |
|
log2Rs |
|
alpha |
cut off for summarizing results. Only results with a adjusted
p-value lower than |
a DataFrame
with the results or numeric vectors
data(xtailres) resultsTable(xtailres) conditions(xtailres) resultsNum(xtailres) # sorting or results resultsTable(xtailres, sort.by = "pvalue.adjust")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.