Displaying 2 results from an estimated 2 matches for "methscor".
Did you mean:
methscore
2012 May 21
1
tcktk problem with custom R 2.15.0 build on RHEL5
...kage: chron
Loading required package: RSQLite
Loading required package: RSQLite.extfuns
> result<-sqldf("select data.*, meth450part.chromStart as
MethChromStart, meth450part.chromEnd as MethChromEnd, meth450part.strand
as MethStrand, meth450part.name as MethName, meth450part.score as
MethScore from data join meth450part where data.V1=meth450part.chrom and
data.V2<=meth450part.chromStart and data.V3>=meth450part.chromEnd")
Loading required package: tcltk
Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class =
"tclObj") :
[tcl]...
2013 Jun 18
0
tcktk problem with custom R 2.15.0 build on RHEL5
...blem using the R library
sqldf under Red Hat 5.6:
> library("sqldf")
..
> result<-sqldf("select data.*, meth450part.chromStart as
MethChromStart, meth450part.chromEnd as MethChromEnd, meth450part.strand
as MethStrand, meth450part.name as MethName, meth450part.score as
MethScore from data join meth450part where data.V1=meth450part.chrom and
data.V2<=meth450part.chromStart and data.V3>=meth450part.chromEnd")
Loading required package: tcltk
Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class =
"tclObj") :
[tcl]...