get.annot | R Documentation |
Extracts and formats all gene annotations (biotypes "protein_coding_gene", ncRNA_gene", and "pseudogene") from a .gff file. Not required presently for the GO enrichment pipeline, but provides useful context for results. Can be used as-is with a provided gff file as input, or is called by get_pfannot to get the gff file from PlasmoDB.
get.annot(x)
x |
input gff file notes on gff format The gff file should be in tabular format with 9 columns, one for each annotated feature associated with a geneID. No formatting is necessary when using the file at the provided url. an annotation created from PlasmoDB's latest P. falciparum .gff file (from PlasmoDB v66; accessed September 28, 2023) pre-formatted using this function is included in this package (pf.annot). |
formatGOdb()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.