Displaying 4 results from an estimated 4 matches for "chromend".
Did you mean:
chrome
2012 May 21
1
tcktk problem with custom R 2.15.0 build on RHEL5
...required package: proto
Loading required namespace: tcltk
Loading Tcl/Tk interface ... done
Loading required package: 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 s...
2012 Jul 02
1
apply with multiple conditions
...x<-as.numeric(all.tf7[i,2]) }
else if (all.tf7[i,1]!=all.tf7[i-1,1]) {
all.tf7[i,6]<-(all.tf7[i-1,6]+1)
x<-as.numeric(all.tf7[i,2]) }
}
#the aim here is to attribute a bin number to each row so that I can then
split the dataframe according to those bins.
chrom chromStart chromEnd name cumsum bin
chr1 10089 10309 ZBTB33 10089 1
chr1 10132 10536 TAF7_(SQ-8) 20221 1
chr1 10133 10362 Pol2-4H8 30354 1
chr1 10148 10418 MafF_(M8194) 40502 1
chr1 10382...
2013 Jun 18
0
tcktk problem with custom R 2.15.0 build on RHEL5
Bruce Pennypacker wrote that he was having a problem 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 stru...
2010 Jun 23
1
RJDBC vs RMySQL vs ???
I am running a simple SQL SELECT statement that involvs 50k + data
points using R and the RJDBC interface. I am facing very slow response
times in both the RGUI and the R console. When running this SQL
statement directly in a SQL client I have processing times that are a
lot lot faster (which means that the SQL statement itself is not the
problem).
Did any of you compare RJDBC vs RMySQL or is