search for: samplefil

Displaying 3 results from an estimated 3 matches for "samplefil".

Did you mean: samplefile
2011 Oct 07
1
Creating One Single Object with Phenotype and Expression Data
...mmandArgs(TRUE) print(inputargs) sessionInfo() strInputAccession <- inputargs[1] strBaseDir <- inputargs[2] processedDir <- paste(strBaseDir,strInputAccession,"PROCESSED/DEFAULT",sep="/") qcDir <- paste(strBaseDir,strInputAccession,"QC",sep="/") sampleFile <- paste(processedDir,"/",strInputAccession,"_RAWfilenames.txt",sep="") defaultExprs <- paste(processedDir,"/",strInputAccession,"_default_exprs.csv",sep="") if(file.exists(sampleFile)){ affyobj <- try(ReadAffy(filenames=read....
2011 Oct 07
0
Creating One Single Object Linking Multiple Datapoints
...ccession<- inputargs[1] >> strBaseDir<- inputargs[2] >> >> processedDir<- >> paste(strBaseDir,**strInputAccession,"PROCESSED/**DEFAULT",sep="/") >> qcDir<- paste(strBaseDir,**strInputAccession,"QC",sep="/"**) >> sampleFile<- >> paste(processedDir,"/",**strInputAccession,"_**RAWfilenames.txt",sep="") >> defaultExprs<- >> paste(processedDir,"/",**strInputAccession,"_default_**exprs.csv",sep="") >> >> if(file.exists(sampleFi...
2009 Sep 05
5
Filling Wx::ListCtrl with contents
...o on_get_item_text(item, col) or better on_get_item_text(item, col, array). I attached a rubyscript showing what I mean. I would be very grateful, if you could give me a solution of this problem ― maybe modify my testscript. And/Or please show me how to use the approach via ListItems because the samplefile http://wxruby.rubyforge.org/doc/samplelistctrl.html at the website http://wxruby.rubyforge.org/doc/listctrl.html is not accessible. I tinkered with it but it doesn''t really work. Thank you very much in advance for your kind help. Kind regards, der Max -- Maximilian Bräutigam max-braeu...