go_gene2go {goat} | R Documentation |
parse gene2go file
Description
note that this file lacks parent/child relations, so we only learn 'direct annotations'
Usage
go_gene2go(f, taxid_filter = 9606)
Arguments
f |
full path to gene2go file stored on the computer, e.g. previously downloaded from https://ftp.ncbi.nih.gov/gene/DATA/gene2go.gz |
taxid_filter |
taxonomy id, integer |
Value
a tibble with columns; source, source_version, id, name, genes, ngenes
[Package goat version 1.0 Index]