Displaying 9 results from an estimated 9 matches for "chrs".
Did you mean:
chris
2009 Nov 03
2
how to display a string containing greek chrs and variables
I'm trying something that I thought would be pretty simple, but it's
proving quite frustrating...
I want to display, for instance, the correlation coefficient "rho" in a graph.
I can do something like:
text(x, y, paste("rho =", cor))
where cor would be my previously calculated correlation coefficient,
and x and y the coordinates.
Obviously that displays
2010 Nov 16
2
Debugging segfault in foreach
...lling combine function:\n") print(e)
NULL }) \
i <- i + 1 }}, error = function(e) { if
(!identical(conditionMessage(e), "StopIteration"))
stop(simpleError(conditionMessage(e), expr))})
10: doSEQ(obj, substitute(ex), parent.frame())
11: foreach(chr = chrs, .packages = "GenomicFeaturesX", .verbose =
TRUE) %do% { .gc <- duplicate(gcache, pre.load = NULL)
on.exit(dispose(.gc)) cat("===", chr, "===\n") \
apaSummary(expt, .gc, chr, pvd.policy, utr.index, polya.variants,
gene.collapse)...
2013 Jun 26
2
Error on executing functions from installed package
...urce the script the function works.
For example, in a method for parallelization of analysis on each chromosome
simultaneously I am receiving error at the following position of the code:
# this profile the information chromosome wise and results in "clRes"
> clRes = clusterApplyLB(cl, Chrs, profilingChr, GenoRanges = GenoRanges,
Sample = Sample)
> class(clRes)
[1] "list"
> clRes
[[1]]
S4 Object of class GElist; 14 features
start : 14350 69251 84185 116264 153924
end : 18349 73250 88184 120263 157923
chr : chr20 chr20 chr20 chr20 chr20
strand : * * * * *
binscor...
2006 Oct 04
1
SAMBA - Windows XP Long Filenames
.... The first disk has the OS on it with all
home directories etc. in other words (/).
The second disk has a partition called /work mounted on it used as a
shared repository for Windows xp <http://www.linuxforums.org/forum/#>
clients.
The problem I have is when a file with a long filename (65 chrs) is
copied from an xp machine to /work I get an xp error of "filename too
long", but when I copy the same file to /home (which is on the other
disk <http://www.linuxforums.org/forum/#>) it works fine.
I have carried out a few tests i.e creating a directory within /home
with the sam...
2007 Apr 30
0
Getting Grand Theft Auto 3 to work under WINE
...71).
I have installed the latest WINE (0.9.36) under Ubuntu
Feisty. Is there anyway I can help to solve these
problems? I can do some testing on my machine for
example. Or are there other ways of getting this game
to work? Is some debug output useful, if yes with what
WINEDEBUG channels?
Regards, Chrs
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2007 Aug 09
1
displaying svg chart
dear railers
I was attempting to display a svg chart inside a tooltip in rails
using Scruffy.
my browser is Firefox 2 and i am using WEBRICK.
when i render inside the controller using
graph.render(:size=> [255,205], :to => ''C:\xyz.svg)
and serve iit via rhtml using the <embed> tag.
Instead of the chart inside the tooltip i get a dialog box asking me
to open it ... with
2007 Oct 04
12
Rails' abilities fitting?
Hi,
I''m looking at developing a reasonably complex web application, where
most of the complexity actually lays in the database and the queries
I need run on it. Some "classes" or models need to consist of an
assembly of several tables. It would be trivial enough for me to code
these queries in SQL, but as far as I understand Rails is trying to
hide the database as
2009 Jan 26
1
ups emerson liebert GTX2 ESP-II serial protocol demo
...n",cmd[0],cmd[1],cmd[2],cmd[3],cmd[4],cmd[5]);
return -1;
}
*rbyteH=buf[5];
*rbyteL=buf[6];
return ((unsigned short)buf[5])*256+buf[6];
}
/* Send a series of consecutive commands and read text response (2 chars each)*/
int SendCmd_T(int fd, unsigned char *cmd, unsigned char *chrs, int len)
{
unsigned char buf[8], lcmd[7];
int wres,rres;
memcpy(lcmd,cmd,6);
for(;len>0;len--)
{
lcmd[5]=cksum(lcmd,5);
wres=timedwrite(fd,lcmd,6,400);
if (wres!=6)
return -1;
rres=timedread(fd,buf,8,400);
if (rres!=8)
return -1;
*chrs++=...
2007 Oct 25
3
Migrate CentOS 3 to 4 to 5?
...n anybody confirm this to work, is there anything else that's
implied but not spelled out?
Another, differing approach seems to be this: http://
levine.sscnet.ucla.edu/general/software/tc1000/rmredhat.htm
Any ideas about it?
Any hints, or rather detailed steps, would be greatly appreciated.
Chrs,
Dav