View source: R/biological_integration.R
join_gost | R Documentation |
Takes list of gprofiler2::gost results and join them. Usefull to join results of gprofiler2::gost with custom gmt to other gprofiler2::gost results.
join_gost(gost_result)
gost_result |
list of gprofiler2::gost result |
First element of the list is taken as reference for checks on gost_result elements compatibility. If warnings returned, value from reference will be used. Also, timestamp is set to timestamp of the join
A gprofiler2::gost result
query <- c("ENSG00000184349", "ENSG00000158955", "ENSG00000091140",
"ENSG00000163114", "ENSG00000163132", "ENSG00000019186")
g1 <- gprofiler2::gost(query, sources = "GO")
g2 <- gprofiler2::gost(query, sources = "REAC")
gj <- join_gost(list(g1,g2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.