Description Usage Arguments Value Examples
This function returns the protein IDs of all proteins measured.
1  | getOmicsallProteinIDs(data_omics)
 | 
data_omics | 
 OmicsData object.  | 
all protein IDs.
1 2 3 4 5 6 7 8 9  | ## Not run: 
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"))
getOmicsallProteinIDs(data_omics)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.