Description Usage Arguments Value Examples
View source: R/pwOmics_get_functions.R
This function returns the timepoints of the OmicsData.
1 | getOmicsTimepoints(data_omics)
|
data_omics |
OmicsData object. |
list of protein time points and gene time points; in case of single time point measurement experiment number entered in OmicsData object.
1 2 3 4 5 6 | data(OmicsExampleData)
data_omics = readOmics(tp_prots = c(0.25, 1, 4, 8, 13, 18, 24),
tp_genes = c(1, 4, 8, 13, 18, 24), OmicsExampleData,
PWdatabase = c("biocarta", "kegg", "nci", "reactome"),
TFtargetdatabase = c("userspec"))
getOmicsTimepoints(data_omics)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.