Description Usage Arguments Value Examples
To retrieve the results from the xtail run use one of the accessor functions.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## 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
1 2 3 4 5 6 7 | 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.