-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Apparently, the GO terms in the org.At.tair.db Bioconductor package (release 3.10) are outdated.
In this package, there are 27,416 Arabidopsis genes for a total of 4837 GO terms.
columns(org.At.tair.db)
[1] "ARACYC" "ARACYCENZYME" "ENTREZID" "ENZYME" "EVIDENCE" "EVIDENCEALL"
[7] "GENENAME" "GO" "GOALL" "ONTOLOGY" "ONTOLOGYALL" "PATH"
[13] "PMID" "REFSEQ" "SYMBOL" "TAIR"
length(keys(org.At.tair.db, keytype = 'TAIR'))
[1] 27416
length(keys(org.At.tair.db, keytype = 'GO'))
[1] 4837
One solution would perhaps to use the official most up to date GO terms (available here) and perform the enrichment analysis manually.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed