Description Usage Arguments Value Examples
Computes the level of activation of the functions related to the previously computed subpathways
1 2 | quantify_terms(results, metaginfo, dbannot, out_matrix = FALSE,
normalize = TRUE)
|
results |
List of results as returned by the |
metaginfo |
Pathways object |
dbannot |
Either a string indicating which precomputed annotation to use ("uniprot" for Uniprot Keywords or "GO" for Gene Ontology terms), or a dataframe with the annotation of the genes to the functions. First column are gene symbols, second column the functions. |
out_matrix |
Boolean, whther the output object should be a matrix object. Default is FALSE, returning a SummarizedExperiment object. |
normalize |
Boolean, whether to normalize the matrix of pathway
values with |
Matrix with the level of activation of the functions in
dbannot
1 2 3 4 5 | data(results)
pathways <- load_pathways(species = "hsa", pathways_list = c("hsa03320",
"hsa04012"))
go_values <- quantify_terms(results, pathways, "GO")
uniprot_values <- quantify_terms(results, pathways, "uniprot")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.