get_ancestor_go | R Documentation |
Given a data.frame with with a column containing GO terms, this function will output a data.frame with with the ontologies of those GO terms, their description, and all their ancestor terms.
get_ancestor_go(
go_df,
feature_col = "UNIPROTKB",
go_col = "GO.ID",
return_early_debug = FALSE,
verbose = TRUE
)
go_df |
|
feature_col |
|
go_col |
|
return_early_debug |
|
verbose |
|
Returns a data.frame
containing all ancestor GO terms for all
proteins plus GO term descriptions and ontologies.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.