Windows 10 R v 3.3.2 Package "RMySQL" When I want to access the fields of a table in a data base with this command:
> dbListFields(hg19,"affyU133PLus2")
I get this information :
Error in .local(conn, statement, ...) : could not run statement: Table 'hg19.affyU133PLus2' doesn't exist
but this Table exist:
allTables[1:19]
[1] "HInv" "HInvGeneMrna" [3] "acembly" "acemblyClass" [5] "acemblyPep" "affyCytoScan" [7] "affyExonProbeAmbiguous" "affyExonProbeCore" [9] "affyExonProbeExtended" "affyExonProbeFree" [11] "affyExonProbeFull" "affyExonProbesetAmbiguous" [13] "affyExonProbesetCore" "affyExonProbesetExtended" [15] "affyExonProbesetFree" "affyExonProbesetFull" [17] "affyGnf1h" "affyU133" [19] "affyU133Plus2"