Description Usage Arguments Value Examples
Read a GO annotation file in GAF format. Further information about the GAF format is available from the Gene Ontology Consortium.
1 2 3 4 5 6 7 |
filepath |
the location of the GAF file |
filter_NOT |
if true, filter annotations with the qualifier NOT |
filter_evidence |
optionally, specify evidence codes to filter. By default, evidence codes ND, IPI, IEA and NAS are filtered. |
ontology |
optionally, provide the Gene Ontology itself as an object
read in by the |
propagate |
if true, and an ontology file is provided, all ancestors of a given term are associated with each protein. |
a data.frame containing the filtered GAF file
1 2 3 4 | # read human GOA and filtering IEA annotations
# go = read_gaf("goa_human.gaf.gz", filter_evidence = "IEA")
# read mouse GOA wthout filtering any annotations
# go = read_gaf("goa_mouse.gaf.gz", filter_evidence = NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.