search for: weizmann

Displaying 19 results from an estimated 19 matches for "weizmann".

Did you mean: weinmann
2000 Mar 27
1
Installing R on Solaris
...`/opt/local/R-1.0.0/src/appl' make[2]: *** [R] Error 2 make[2]: Leaving directory `/opt/local/R-1.0.0/src/appl' make[1]: *** [R] Error 1 make[1]: Leaving directory `/opt/local/R-1.0.0/src' make: *** [R] Error 1 Shai Shen-Orr Crown Human Genome Center and Bioinformatics Unit, Weizmann Institute of Science Home page and more contact info: http://bioinfo.weizmann.ac.il/~lvssso -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[...
2000 Apr 05
0
My first R program
...ore, inputData$width1, inputData$width2); inputData$pValue <- list(pVal); write.table(inputData, file = "pValLamaScore.out", row.names = FALSE, col.names = FALSE, sep = "\t"); Thanks, Shai -- Shai Shen-Orr Crown Human Genome Center and Bioinformatics Unit, Weizmann Institute of Science Home page and more contact info: http://bioinfo.weizmann.ac.il/~lvssso -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[...
2003 Feb 08
1
mirroring R
Dear supporter, Can you tell me please how can I mirroring R at our site? One of the reasons I would like to do this is the fact that it is impossible to update R behind our firewalls. Thank in advance Ron Ophir, Ph.D. Bioinformatician, Biological Services Weizmann Institute of Science POB 26 Rehovot 76100 Israel e-mail: Ron.Ophir at weizmann.ac.il Phone: 972-8-9342614 Fax:972-8-9344113
2000 Apr 05
2
My first R-program
...ble(inputData, file = "pValLamaScore.out", row.names = FALSE, col.names = FALSE, sep = "\t"); The error seems to be in, in its inability to recognize my self-made function (pValCalculator). Shai -- Shai Shen-Orr Crown Human Genome Center and Bioinformatics Unit, Weizmann Institute of Science Home page and more contact info: http://bioinfo.weizmann.ac.il/~lvssso -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[...
2000 Apr 05
1
Working with R batch
...g someplace that sometimes there might be problems with graphics & batch, but does anybody know how to get passed them ? 3) How can I print a plot ? Is it only through the postscript() command ? Thanks, Shai -- Shai Shen-Orr Crown Human Genome Center and Bioinformatics Unit, Weizmann Institute of Science Home page and more contact info: http://bioinfo.weizmann.ac.il/~lvssso -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[...
2005 Sep 27
3
Dummy quesion about environment
Hi, I'm trying to understand environment object in R. I used the example: f <- function(x) { y <- 10 g <- function(x) x + y return(g) } h <- f() h(3) then i saw that f return an environment > h function(x) x + y <environment: 01B28570> but I coudn't access to x and y object in that environment: I tried
1995 May 30
1
Announcing FreeBSD 2.0.5 ALPHA!
...D <ftp@ftp.fb9dv.uni-duisburg.de> Germany ftp://gil.physik.rwth-aachen.de/pub/FreeBSD <kuku@gil.physik.rwth-aachen.de> Germany ftp://ftp.uni-paderborn.de/freebsd <ftp@uni-paderborn.de> Israel ftp://orgchem.weizmann.ac.il/pub/FreeBSD <serg@klara.weizmann.ac.il> Hong Kong ftp://ftp.hk.super.net/pub/FreeBSD <ftp-admin@HK.Super.NET> Korea ftp://ftp.cau.ac.kr/pub/FreeBSD <ftpadm@ftp.cau.ac.kr> Netherlands ftp://ftp.nl.net/pub/...
2003 May 01
1
rotate plot
Dear group members, I am trying to plot two adjacent plots using layout function. One plot is scatter plot and the other is density plot. However, I would like that the density plot would be present horizonaly in respect to the scatter plot. | | | | | | |
2003 Jun 16
1
grid background color
Dear all, I am trying to run cloud function in lattice library under r-1.7, and I wlways get gray background. I've tried to chang it by set "...par.box=list(col="white")" or by gpar(background="white") but no result. How do i do it? Thanks in advance, Ron
2003 Jul 13
1
bootstrap for hclust
dear group members, I am looking for a function that assess the stability of cluster. The result of hclust function is an hclust object which can be plot as a dendrogram. However to have confidence in the tree topology usualy bootstap is applied. I understand that I can apply bootstarp on the original data and then run hclust(dist() ) as much as I resampled but how to comapre the topologies the I
2005 Nov 10
7
different functions on different vector subsets
Hi, I am trying to apply two different functions on on a vector as follow: a<-c(NA,1,2,3,-3,-4,-6) if a>0 I would like to raise it by the power of 2: 2^a and if the a<0 I would like to have the inverse value, i.e., -1/2^a. so I thought of doing it two steps: a[a>0]<-2^[a>0] a[a<0]<-(-1)/2^a[a<0] I got the following error Error: NAs are not allowed in subscripted
1998 Apr 23
8
Login problem
Hi , I have a problem with NT 4.0 workstation with service pack 3 cant able to login to hp system. From FAQ what i understood is to modify the registry but even after modifying i couldn't able to login from NT 4.0 workstation. Can anybody can able to help me in this matter. Thx Ramesh -- ___________________________ Ramesh Ragineni Ilog (s) Pte Ltd Systems Engineer
2002 Nov 29
1
KS for goodness of fit
Dear All, I have two distributions which I don't their nature. I want to check whether they come from the same distribution. I know that I can use KS test however the standart function ks.test applies only the ks test for testing the difference of two samples (non-parametric). By the way the distribution are of Euclidean distances. One of observed and the other of shuffled data. Thanks, Ron
2003 Jan 26
1
R2HTML
Dear group members, I am trying to install R2HTML on PC, but keep getting the following error message: Error in testRversion(descfile) : This package has not been installed properly See the Note in ?library Can any help me with this? thanks in advance, Ron [[alternate HTML version deleted]]
2003 May 22
0
download problem: configuration
Dear All, I installed R on linux red-hat 7.3. I tried to run getBioC() script, which download R packages from bioconductor site, but I get the followin error message: Error in getBioC() : Your R is not currently configured to allow HTTP connections, which is required for getBioC to work properly. How do I configure R correctly? Thanks, Ron
2006 May 16
0
reordering materix presentation in heatmap.2 in the 'gplots' library
Dear R users, I'm trying to create images of 2 symmetrical matrices using heatmap.2 of the 'gplots' library. Both matrices have the same row and column names For the first matrix I'm using the default clustering and column denrogram options: heatmap.2(Matrix1, symm=T, breaks=20, col=rich.colors(19), main="matrix1", density.info="histogram",
2006 Jul 12
1
direct descent into home directory
I am trying, after login that samba will go directly to thei users home directory. But it doesn't happen. Please help. Here is my setup: logon home = \\%N\%U [homes] comment = %U's Home Directory valid users = %S read only = Yes browseable = no ## path = %H create mask = 0600 directory mask = 0700 guest ok = no printable = no
2012 Apr 04
1
sambaHomePath usage
My name is Camelia Botez and I'm linux system admin. I try to configure samba server usind ldap authentication and different sambaHomePath from login home directory. For ex. A user user_test has his home (login) directory /home/user_test and I want , using samba map on windows to have /srv/user_test home directory for this user. We included in ldap schema 2 attributes sambaHomeDrive (H: ) And
2006 Jul 13
0
[Fwd: Re: direct descent into home directory]
Hi: The home directory isn't being maped to a letter (as in netuse h: /home). After the user chooses the machine the user must login, he then sees in the window a folder with the same name as his userid. The user must then choose this folder to enter his home directory. I want him to go directly into the folder without having to choose it. Regards,