Closed gaospecial closed 2 years ago
This is for gson list, but not for a GSON_LIST object.
gson
GSON_LIST
This function is useful when users want to merge the annotations that derived from different sources/tools. For example, to combine the GO annotation from NCBI/Uniprot, and so on.
users can do the c() %>% unique() themself for simple merging.
c() %>% unique()
This function will introduce many issues as users will use them to merge, e.g., KEGG with GO.
This is for
gson
list, but not for aGSON_LIST
object.This function is useful when users want to merge the annotations that derived from different sources/tools. For example, to combine the GO annotation from NCBI/Uniprot, and so on.