search for: scripps

Displaying 20 results from an estimated 88 matches for "scripps".

Did you mean: scrips
2008 Jun 27
2
converting numbers to characters
Hi, I need to convert numbers to characters in order to index an array when I encountered the number 100000 which turned into "1e+05". Does anyone know how to get around this problem? Lana Schaffer Biostatistics/Informatics The Scripps Research Institute DNA Array Core Facility La Jolla, CA 92037 (858) 784-2263 (858) 784-2994 schaffer at scripps.edu
2007 Jan 19
3
if else statement
Hello, I'm doing some scripting and I've noticed that R doesn't seem to have an if (cond){ do }ifelse (cond) { do } else { do } type block. Is this correct or am I missing something. THX Paul -- Research Technician Mass Spectrometry o The / o Scripps \ o Research / o Institute
2008 Jul 03
1
subset function within a function
...uot;,length=nLev) for (gp in 1:nLev) { cov[[gp]] <- covariate == levels(ff)[gp] } LIS <- vector(mode="list",length=nLev) #if (SINGLE == T ) LIS[[1]] <- LI else {} for (i in 1:nLev) LIS[[i]]<- lapply(LI, subset, select=cov[[i]]) Lana Schaffer Biostatistics/Informatics The Scripps Research Institute DNA Array Core Facility La Jolla, CA 92037 (858) 784-2263 (858) 784-2994 schaffer at scripps.edu
2007 Jun 18
2
data type for block data?
...uot;10" "40" Is there a way to take cc[i:index[i-1],] to another format as to where each block could be worked on separately. ie so in one block would be rows1:10 the next block would be rows11:40 and so on. Thanks, Paul -- Research Technician Mass Spectrometry o The / o Scripps \ o Research / o Institute
2007 Dec 18
1
comparing poisson distributions
...I would like to compare two sets of count data which form Poisson distributions. I'd like to generate some sort of p-value of the likely-hood that the distributions are the same. Thanks in advance for your advice. Cheers, Mark Mark Gosink, Ph.D. Head of Computational Biology Scripps Florida 5353 Parkside Drive - RFA Jupiter, FL 33458 tel: 561-799-8921 fax: 561-799-8952 gosink@scripps.edu [[alternative HTML version deleted]]
2006 Nov 29
3
better define: matrix comparison and cbind issue
...lumns. If I find that the number in A[9,x] and B[9, x] are the same then I want to remove the row that it is comparing from A. So overall, if something appears in B then I remove it from A. Cheers, Paul Research Technician Mass Spectrometry o The / o Scripps \ o Research / o Institute [[alternative HTML version deleted]]
2009 Feb 13
1
error with make
...9;: Operation not permitted make[2]: *** [Rmath.h] Error 1 make[2]: Leaving directory `/lustre/people/schaffer/R-devel/src/include' make[1]: *** [R] Error 1 make[1]: Leaving directory `/lustre/people/schaffer/R-devel/src' make: *** [R] Error 1 Lana Schaffer Biostatistics/Informatics The Scripps Research Institute DNA Array Core Facility La Jolla, CA 92037 (858) 784-2263 (858) 784-2994 schaffer at scripps.edu
2007 Aug 28
4
Nodes & edges with similarity matrix
...not produce the code yet to make my similitary matrix. Does anyone know a method to do this or do I have to write something. :( If I do any starter code :D jj. If I've read something wrong or misunderstood my apologies. cheers, Paul -- Research Technician Mass Spectrometry o The / o Scripps \ o Research / o Institute
2008 Aug 01
5
viewing data in something similar to 'R Data Editor'
...her than str(), head(), and tail() which just allow me a quick peak at the object. I do not want to edit the object in the table, but be able to watch the object change while I run anything that would manipulate it. Thank you for your help. Best, Rachel Schwartz Graduate Student Researcher UCSD; Scripps Institution of Oceanography [[alternative HTML version deleted]]
2007 Aug 07
1
S4 methods: unable to find an inherited method
...dardGeneric for "read.metlin" defined from package ".GlobalEnv" function (xml, ...) standardGeneric("read.metlin") <environment: 0x83a8ae4> Methods may be defined for arguments: xml > url description "http://metlin.scripps.edu/download/MSMS_test.XML" class "url" mode "r"...
2007 May 25
1
3D plots with data.frame
...[1] 400 4 > xs[1:5,] x y Z1 Z2 1 27172.4 19062.4 0 128 2 27000.9 19077.8 0 0 3 27016.8 19077.5 0 0 4 27029.5 19077.3 0 0 5 27045.4 19077.0 0 0 Cheers, Paul -- Research Technician Mass Spectrometry o The / o Scripps \ o Research / o Institute
2002 Feb 13
1
Samba, Winbind, and netatalk on Solaris 8
...y installed, and winbindd is working and running. (Tested via wbinfo) I have placed pam_winbind.so in the /usr/lib/security directory, and have installed netatalk with the --with-pam option, but I still cannot seem to get it working. Any help would be appreciated. John Helt Systems Administrator Scripps Networks 865-560-4133
2008 Jan 07
4
side by side plots
Hello everyone, I have an overlay plot it's nice but you can't see all the data. I would like to know if there is a way to get a plot that gives a side by side plot so that each plot would be next to each other. The two plots have the same data are of different species. At the moment this is the code I'm using: exp<-cbind(abs(round(rnorm(10),2)*10), seq(100, 200, by=10))
2006 Aug 28
7
Time plots
...C 500 400 200 1000 ^ | samples I would like to plot these however, all I get is a very messed up plot. It may be due to the size of the matrix, it is 7746 rows long. But I thought for R that shouldn't make a difference. Cheers, Paul Research Technician Mass Spectrometry ? o The ? / o Scripps ? \ ? o Research ? / o Institute
2002 Feb 15
4
Winbind issues! HELP!
...to /lib and create the symbolic links (nss_winbind.so.1 & nss_winbind.so.2) my PC users can no longer authenticate. Also, has anyone been able to get Telnet authentication via winbind to work on Solaris 8?? I am running up against a serious deadline. HELP!! John Helt Systems Administrator Scripps Networks 865-560-4133
2008 May 08
2
anova p value extraction
hello all, Quick question, how do I get the p value out of the anova? Thanks, Paul > pb<-aov(as.numeric(diff[5,16:33]) ~ grF) > summary(pb) Df Sum Sq Mean Sq F value Pr(>F) grF 3 2.7860e+10 9.2867e+09 4.2236 0.02534 * Residuals 14 3.0783e+10 2.1988e+09 --- Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 '
2007 Apr 24
2
negative number to positive number
...I make a negative number positive. Such as -5 to be +5 I tried +(-5), but that didn't work. So no, I don't mean taking a -5^2 just to get a positive number. This is in a function so it's not just -5 it's x. :) Thanks, Paul -- Research Technician Mass Spectrometry o The / o Scripps \ o Research / o Institute
2010 Sep 05
1
Greek symbols (again but more complicated)
...atement gets displayed. plotTimeXMastPAR <- qplot(DT,MastPAR, data=A, xlab = "", ylab = c("PAR", expression(mu, quote(E ~m^-2 ~s^-1))), geom="line") + opts(legend.position="none") Cheers. -------------- John Helly, UCSD / San Diego Supercomputer Center / Scripps Institution of Oceanography, Climate, Atmospheric Science, and Physical Oceanography / +01 760 840 8660 mobile / stonesteps (Skype) / stonesteps7 (iChat) / /www.sdsc.edu/~hellyj
1997 Oct 24
0
SMB mounting over ssh
...Since I was going to a Unix box this was ok for me. Fewer things locked up, in particular Windows Explorer appeared to be able to read/write/delete files over the link, but NetObjects Fusion locked up looking at the drive. sdw > Thank you in advance, > > Stephen Greenle > greenlee@scripps.edu > Research Computing > The Scripps Research Institute >
2011 Dec 22
2
Axis manipulation in Stackpoly (Plotrix)
...ix<-as.matrix(ts4Ex) stackpoly(CaribMatrix, stack=TRUE, xlab="Year",ylab="Catch in tons", xaxlab=(1250:2008), main="Historical Florida reef fisheries catch by sector", axis4="FALSE") Any assistance appreciated! Thanks very much, Benjamin P Neal, Scripps Inst. of Oceanogrpahy