Description Usage Arguments Value Examples
Convert GAF format type annotation to list contains GO term id's as keys and Gene ID's as values
1 | convert_annotation_wide(data, id_pattern = NULL)
|
data |
- GAF annotation table (output of read.gaf function) |
id_pattern |
- regex for Gene identifier (see fsgor::patterns_enum$Arabidopsis_thaliana for Arabidopsis AGI code example pattern) |
- list with GO term id's as keys and Gene ID's as values
1 2 3 4 | ## Not run:
convert_annotation_wide(annot_data, fsgor::patterns_enum$Arabidopsis_thaliana)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.