search for: olivar

Displaying 10 results from an estimated 10 matches for "olivar".

Did you mean: oliver
2008 Feb 13
4
dimnames
Hi, I used the write.table function to save data in txt file, and this is the output: V1 V2 V3 V4 1 YAL005C 21 14 11 2 YAL007C 2 1 4 3 YAL012W 8 16 3 4 YAL016W 24 23 23 5 YAL019W 3 3 2 6 YAL020C 2 4 2 7 YAL021C 7 5 5 8 YAL022C 3 1
2008 Feb 12
3
filter data from data frame
Hi, I have a data frame Y with the following information, ORF spectra 1 YAL001C 2 2 YAL005C 21 3 YAL007C 2 4 YAL012W 8 5 YAL016W 24 6 YAL019W 3 7 YAL020C 2 8 YAL021C 7 9 YAL022C 3 10 YAL023C 6 11 YAL026C 2 12 YAL029C 1 13 YAL031C 1 14 YAL035W 48 15 YAL038W 173 16 YAL041W 4 17 YAL042W 4 18
2009 Apr 02
8
Problem with Custom matcher and Blocks
Hi, I''m trying to write my first custom matcher. Here''s a bit of my example group. describe "/contact/index" do include FormMatchers before(:each) do render ''contact/index'' end it "should show the contact form" do response.should have_a_contact_form end describe "the contact form" do context
2007 Aug 10
1
reading xcms files
Hi, I am using xcms library to read mass spectrum data. I generate objects from CDF files using the command line > SME10 <- xcmsRaw("SME_10.CDF") I have 50 CDF files with different name and I don't want to repeat the command for each one. Is there any option to read all the files and generate a corresponding object name? In advance thank you Roberto [[alternative HTML
2008 Sep 09
1
write dataframes
Hi, After manipulate my data I have ended up with 5 different data frames with different number of observations but the same number of variables (columns) An example, if I write str(object1), I see this, data.frame': 47 obs. of 3 variables: $ ORF : Factor w/ 245 levels "YAL038W","YAL054C",..: 10 19 38 39 44 45 50 51 59 60 ... $ mRNA : num 0.891 1.148 1.202
2010 May 03
1
Comparing the correlations coefficient of two (very) dependent samples
Hello all, I believe this can be done using bootstrap, but I am wondering if there is some other way that might be used to tackle this. #Let's say I have two pairs of samples: set.seed(100) s1 <- rnorm(100) s2 <- s1 + rnorm(100) x1 <- s1[1:99] y1 <- s2[1:99] x2 <- x1 y2 <- s2[2:100] #And both yield the following two correlations: cor(x1,y1) # 0.7568969 (cor1) cor(x2,y2)
2009 May 04
5
moving a project from windows to linux
How easy is it to do this. Is it simply a case of copying the project directory over to the linux directory or does one have to create a new project in the linux system and copy paste (due to the wonders of rails magic)??? -- Posted via http://www.ruby-forum.com/.
2007 Aug 11
0
DOE and interaction plot general question
...> ail ! > [[alternative HTML version deleted]] > > > > ------------------------------ > > Message: 4 > Date: Fri, 10 Aug 2007 11:47:21 +0100 (BST) > From: Prof Brian Ripley <ripley@stats.ox.ac.uk> > Subject: Re: [R] reading xcms files > To: Roberto Olivares Hernandez <roh@biocentrum.dtu.dk> > Cc: "'r-help@stat.math.ethz.ch'" <r-help@stat.math.ethz.ch> > Message-ID: <Pine.LNX.4.64.0708101142260.20343@gannet.stats.ox.ac.uk> > Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed > > On Fri, 10 Aug...
2023 Mar 11
0
RevisiĆ³n de cumplimiento
An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/pkg-xen-devel/attachments/20230310/5a25fd41/attachment.htm>
2002 Nov 11
0
MEMDISK un-loading from memory..
Hello: After boting, using syslinux and memdisk, is it possible unloading memdisk whren no more needing? Thank you.