Learn R Programming

BaseSet (version 0.9.0)

getGAF: Read a GAF file

Description

Read a GO Annotation File (GAF) formatted file

Usage

getGAF(x)

Value

A TidySet object

Arguments

x

A file in GAF format

References

The format is defined here.

See Also

Other IO functions: getGMT(), getOBO()

Examples

Run this code
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