powered by
Read a GO Annotation File (GAF) formatted file
getGAF(x)
A TidySet object
A file in GAF format
The format is defined here.
Other IO functions: getGMT(), getOBO()
getGMT()
getOBO()
gafFile <- system.file( package = "BaseSet", "extdata", "go_human_rna_valid_subset.gaf" ) gs <- getGAF(gafFile) head(gs)
Run the code above in your browser using DataLab