Description Usage Arguments Details Value Author(s) See Also Examples
topgenes
prints a table of top-ranked genes by
DEDS
.
1 |
obj |
An object of |
number |
A numeric variable specifying the number of top genes to be printed out. |
genelist |
A data.frame or a vector containing gene names. |
sort.by |
A character string specifying the name of the statistic to sort genes by. The default uses the DEDS result, the user can also choose from the names of the statistics (or unadjusted p values) that DEDS is used to summarize. |
tail |
A character string specifying the type of rejection
region. |
The function topgenes
accepts a DEDS
object as
the first argument. The DEDS
class is a simple
list-based class to store DEDS results. The list contains a "stat"
component, which stores statistics or unadjusted p-values from
various statistical tests. The function topgenes.DEDS
extracts the
"stat" component and prints out the top genes according to the user
defined criterion – usually by DEDS or by a single statistical
measure that DEDS summarizes.
A data.frame with rows for selected genes, and columns for the "stat" matrix and q- or adjusted p-values from DEDS.
Yuanyuan Xiao, yxiao@itsa.ucsf.edu,
Jean Yee Hwa Yang, jean@biostat.ucsf.edu.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.