Description Usage Arguments Value Examples
This function runs the entire GESS/FEA workflow when providing the query drug and cell type, as well as selecting the reference database (e.g. 'cmap' or 'lincs'), defining the specific GESS and FEA methods. In this case, the query GES is drawn from the reference database. The N (defined by the 'N_gess_drugs' argument) top ranking hits in the GESS tables were then used for FEA where three different annotation systems were used: GO Molecular Function (GO MF), GO Biological Process (GO BP) and KEGG pathways.
The GESS/FEA results will be stored in a list object in R session.
A working environment named by the use case will be created under users
current working directory or under other directory defined by users.
This environment contains a results
folder where the GESS/FEA
result tables were written to. The working environment also contains
a template Rmd vignette as well as a rended HTML report, users could make
modifications on the Rmd vignette as they need and re-render it to generate
their HTML report.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
drug |
character(1) representing query drug name (e.g. vorinostat).
This query drug should be included in the |
cell |
character(1) indicating the cell type that the query drug
treated in. Details about cell type options in LINCS database can be found
in the |
refdb |
character(1), one of "lincs", "lincs_expr", "cmap", "cmap_expr",
or path to the HDF5 file built from |
gess_method |
character(1), one of "LINCS", "CORsub", "CORall",
"Fisher", "CMAP", "gCMAP". When |
fea_method |
character(1), one of "dup_hyperG", "mGSEA", "mabs", "hyperG", "GSEA" |
N_gess_drugs |
number of unique drugs in GESS result used as input of FEA |
env_dir |
character(1), directory under which the result environment
located. The default is users current working directory in R session, can
be checked via |
tau |
TRUE or FALSE indicating whether to compute Tau scores if
|
Nup |
integer(1). Number of most up-regulated genes to be subsetted
for GESS query when |
Ndown |
integer(1). Number of most down-regulated genes to be subsetted
for GESS query when |
higher |
numeric(1), it is defined when gess_method argument is 'gCMAP' or 'Fisher' representing the 'upper' threshold of subsetting genes with a score larger than 'higher' |
lower |
numeric(1), it is defined when gess_method argument is 'gCMAP' or 'Fisher' representing the 'lower' threshold of subsetting genes |
method |
One of 'spearman' (default), 'kendall', or 'pearson', indicating which correlation coefficient to use |
pvalueCutoff |
double, p-value cutoff for FEA result |
qvalueCutoff |
double, qvalue cutoff for FEA result |
minGSSize |
integer, minimum size of each gene set in annotation system |
maxGSSize |
integer, maximum size of each gene set in annotation system |
list object containing GESS/FEA result tables
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.