/usr/lib/R/site-library/AnnotationDbi/TODO is in r-bioc-annotationdbi 1.26.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | Some todos:
1) links, toTable etc need to be better documented
2) hgu95av2_dbschema() should not just cat its output across
the screen - it should return something that could be processed
3) Put details on the meta data needed for building chip packages
into the vignette
myMeta = c("DBSCHEMA" = "HUMANCHIP_DB",
"ORGANISM" = "Homo sapiens",
"SPECIES" = "Human",
"MANUFACTURER" = "Affymetrix",
"CHIPNAME" = "Affymetrix Human Genome U95 Set Version 2",
"MANUFACTURERURL" = "http:www.affymetrix.com")
4) Add a function to the templates for all the classes to make the
datacache available do this before we push out new devel packages in
January. So near to where you see:
@ANNOBJPREFIX@_dbInfo <- function() dbInfo(datacache)
Add something that will produce:
hgu95av2_datacache(), once it has been called.
|