pf.annot | R Documentation |
A dataset containing all P. falciparum gene-product annotations taken directly from gff file(reference strain 3D7). Only "gene" entries are kept to remove redundancy.
data(pf.annot)
A data frame of 5720 rows and 9 columns.
chromosome ID.
gene start coordinate.
gene end coordinate.
gene strand.
type of annotation. Here protein-coding genes, ncRNA genes and pseudogenes are kept.
gene ID.
functional annotation.
the gene symbol, or short name, if one exists; otherwise the geneID is used.
annotation source.
These data aren't explicitly required for running any enrichments with this package. They are included for reference to aid exploring your enrichment results.
Some redundant columns were filtered/removed from the original data source.
Updated versions can be generated using the get.pfannot function and specifying the url or filepath to your preferred plasmoDB .gff file. Note the run.topGO.meta function currently calls get.pfannot with plasmoDB release 66 to annotate the significant-genes-in-enriched-terms output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.