| getGAF | R Documentation | 
Read a GO Annotation File (GAF) formatted file
getGAF(x)
x | 
 A file in GAF format  | 
A TidySet object
The format is defined here.
Other IO functions: 
getGMT(),
getOBO()
gafFile <- system.file(
    package = "BaseSet", "extdata",
    "go_human_rna_valid_subset.gaf"
)
gs <- getGAF(gafFile)
head(gs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.