search for: nmarkers

Displaying 4 results from an estimated 4 matches for "nmarkers".

Did you mean: markers
2009 May 19
1
[PATCH node-image] Fixing the autotest script.
The test_stateless_pxe_nohd test was broken. Fixed. Result code was not matching the success/failure state for the tests. Fixed. Signed-off-by: Darryl L. Pierce <dpierce at redhat.com> --- autotest.sh | 115 +++++++++++++++++++++++++++++++++------------------------- 1 files changed, 65 insertions(+), 50 deletions(-) diff --git a/autotest.sh b/autotest.sh index 12d3e30..e5e23a8 100755
2010 Mar 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
Autobuild has to be updated to call make in the recipe directory and move the resulting iso to the main build directory. Importing the existing autotest.sh script from ovirt-node-image Signed-off-by: Mike Burns <mburns at redhat.com> --- autobuild.sh | 7 + autotest.sh | 764 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 771 insertions(+), 0 deletions(-)
2009 Oct 19
1
How to import the large data into R
...e to deal with microarray data, it can run when i deal with little data. However, the amount number of SNP data are 45181, amount numbers of animal are 3081,it can not be allocated 1000Mb memory when i importing them to R Procedure sentence show: m<-matrix(scan("D:/SNPdata.txt"),ncol=nmarkers,byrow=TRUE) Error show: Error: cannot allocate vector of size 1000.0 Mb Is there any way to import these data and calculations, i am very anxious. Thank you very much. Best regards. Chen
2009 Nov 06
1
Qtl - package - Question
...ength as the vector [0] I checked the code for read.cross function in the package read.map.qtlcart("mapfile.txt") works fine... The problem was in the following function: read.cro.qtlcart("crofile.txt") I tried to debug and find the problem: debug: traits <- t(f[-(1:(2 + nmarkers)), ]) debug: traits = as.data.frame(traits) debug: if (nrow(traits) == 1) traits <- as.data.frame(t(traits)) ******************data frame with 0 columns and 102 rows**************** --- This is the problem portion ---It should read my 9 trait values for all the 102 individuals. *****************...