Description Usage Arguments Value Examples
View source: R/pwOmics_get_functions.R
This function returns the omics datasets of the experiment.
1 | getOmicsDataset(data_omics, writeData = FALSE)
|
data_omics |
OmicsData object. |
writeData |
boolean value indicating if datasets should be written into csv file. |
list with protein data set as first element and gene data set as second element; both elements contain matrices with significant proteins/ genes/transcripts at the given time points.
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"))
getOmicsDataset(data_omics)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.