gocats_to_annotation | R Documentation |
Transforms a gocats ancestors JSON list to a GO annotation object.
gocats_to_annotation(
ancestors_file = "ancestors.json",
namespace_file = "namespace.json",
annotation_type = "gocatsGO",
feature_type = "Uniprot",
feature_translation = NULL
)
ancestors_file |
the ancestors.json file from gocats (required) |
namespace_file |
the namespace.json file from gocats (optional) |
annotation_type |
what annotations are we making? (gocatsGO by default) |
feature_type |
what type of features are we using (assume Uniprot) |
feature_translation |
a data.frame used to convert the feature IDs |
annotation object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.