read.gaf | R Documentation |
parse GAF files
read.gaf(file, asis = FALSE, add_indirect_GO = FALSE)
parse_gff(file, asis = FALSE, add_indirect_GO = FALSE)
file |
GAF file |
asis |
logical, whether output the original contains of the file and only works if 'add_indirect_GO = FALSE' |
add_indirect_GO |
whether to add indirect GO annotation |
given a GAF file, this function extracts the information from it
A data.frame. Original table if 'asis' works, otherwise contains 3 conlumns of 'GENE', 'GO' and 'ONTOLOGY'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.