read_gaf: GAF file reader

Description Usage Arguments Value Examples

Description

GAF file reader

Usage

1
read_gaf(gafpath)

Arguments

gafpath

- full path to GAF file

Value

- list contains information about file and data accessible by $info and $data keys correspondingly

Examples

1
2
    gaf_path <- system.file("extdata", "gene_association.tair", package = "fsgor")
    read_gaf(gaf_path)

DanWiebe/fsgor documentation built on May 12, 2019, 12:30 a.m.