search for: samplelist

Displaying 12 results from an estimated 12 matches for "samplelist".

2008 Jun 29
1
creating a dataframe using a list of the variable names
...atabase: BOB <- c('A/A', 'C/C', '15/27') MARY <- c('A/A', NA, '13/12') JOHN <- c('A/A', 'C/A', '154/35') CLIFF <- c('A/C', 'C/C', '15/12') PAM <- c('A/C', 'C/A', '13/12') sampleList <- c("BOB", "MARY", "JOHN", "CLIFF", "PAM") polyList <- c("rs123", "rs124", "rs555") to create a dataframe with the data I use: data.raw <- data.frame(BOB, MARY, JOHN, CLIFF, PAM, row.names=polyList) which w...
2008 Jun 29
2
How to get an argument dynamically from a list?
...database BOB <- c('A/A', 'C/C', '15/27') MARY <- c('A/A', NA, '13/12') JOHN <- c('A/A', 'C/A', '154/35') CLIFF <- c('A/C', 'C/C', '15/12') PAM <- c('A/C', 'C/A', '13/12') sampleList <- c("BOB", "MARY", "JOHN", "CLIFF", "PAM") polyList <- c("rs123", "rs124", "rs555") #make dataframe with data data.raw <- data.frame(t(do.call(data.frame, lapply(sampleList, get)))) names(data.raw) <- pol...
2006 Nov 23
0
[754] trunk/wxruby2/samples/bigdemo: Rubified samples and added in missing client data sample code
...lt;/span><span class="lines">@@ -24,9 +24,9 @@ </span><span class="cx"> cb = Wx::ComboBox.new(self, 500, "default value", Wx::Point.new(90,50), Wx::DEFAULT_SIZE, </span><span class="cx"> sampleList, Wx::CB_DROPDOWN) </span><span class="cx"> </span><del>- evt_combobox(cb.get_id()) {|event| on_combobox(event)} - evt_text(cb.get_id()) {|event| on_evt_text(event)} - evt_text_enter(cb.get_id()) {|event| on_evt_text_enter(event)} </...
2006 Aug 25
1
wxCheckListBox.rbw patch file
This fixes truncated text on the CheckListBox sample in bigdemo. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2011 Sep 15
1
Creando scrips en R
Hola queridos usuarios de R-HELP-ES Primero que nada, muchas gracias a todo aquellos que me prestaron ayuda en mi anterior pregunta, fue de gran utilidad. A lo siguiente, tengo ahora otras preguntas, que bajo mis conocimientos las considero complejas, espero que me puedan ayudar, se los agradezco de antemano. Necesito realizar las siguientes operaciones (#OperaciĆ³n general) a un conjunto de 18
2006 Nov 23
0
[752] trunk/wxruby2: Fix for Bug #6810: ListBox#get_selections should return an array of selections
...8,7 +88,7 @@ </span><span class="cx"> Wx::StaticText.new(self, -1, "Select many:", Wx::Point.new(200,50), Wx::Size.new(65,18)) </span><span class="cx"> @lb2 = Wx::ListBox.new(self, 70, Wx::Point.new(280,50), Wx::Size.new(80,120), sampleList, Wx::LB_EXTENDED) </span><span class="cx"> evt_listbox(@lb2.get_id()) {|event| on_evt_multi_listbox(event)} </span><del>- # evt_right_up(@lb2.get_id()) {|event| on_evt_right_button(event)} </del><ins>+ @lb2.evt_right_up {|event| on...
2008 Nov 30
7
wxComboBox and wxTE_PROCESS_ENTER
Hi all, i am trying to use wxComboBox (instead of wxChoice) to capture wxTE_PROCESS_ENTER event. If i enable TE_PROCESS_ENTER flag on the resulting xrc file, i get an ''Unknown style flag wxTE_PROCESS_ENTER'' on app loading. Probably wxComboBox doesn''t reconize this kind of event. How do i catch this event for the wxComboBox widget? Thank you all. bio.
2006 Aug 25
3
Patch to wxComboBox.rbw
This patch fixes the sample so it works correctly. You''ll need to patches in the previous e-mail. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2010 Nov 04
2
Converting Strings to Variable names
Hi all, I am processing 24 samples data and combine them in single table called CombinedSamples using following: CombinedSamples<-rbind(Sample1,Sample2,Sample3) Now variables Sample1, Sample2 and Sample3 have many different columns. To make it more flexible for other samples I'm replacing above code with a for loop: #Sample is a string vector containing all 24 sample names for (k in
2011 Jun 29
0
XML parsing
...accession="MS:1000128" name="profile spectrum" value=""/> <cvParam cvRef="MS" accession="MS:1000129" name="negative scan" value=""/> </referenceableParamGroup> </referenceableParamGroupList> <sampleList count="1"> <sample id="sample1" name="Sample1"> <cvParam cvRef="MS" accession="MS:1000001" name="sample number" value="1"/> </sample> </sampleList> <softwareList count="2"...
2010 Jan 26
6
Help
> Dear All > > I have data as follows. > > D T M L > 0.20 1 03 141 > 0.32 1 07 62 > 0.50 1 05 49 > 0.80 1 04 46 > 0.20 2 14 130 > 0.32 2 17 52 > 0.50 2 13 41 > 0.80 2 14 36 > 0.20 3 24 120 > 0.32
2011 Jun 30
0
help with interpreting what nnet() output gives:
...accession="MS:1000128" name="profile spectrum" value=""/> <cvParam cvRef="MS" accession="MS:1000129" name="negative scan" value=""/> </referenceableParamGroup> </referenceableParamGroupList> <sampleList count="1"> <sample id="sample1" name="Sample1"> <cvParam cvRef="MS" accession="MS:1000001" name="sample number" value="1"/> </sample> </sampleList> <softwareList count="2"...