search for: centromeres

Displaying 2 results from an estimated 2 matches for "centromeres".

2011 Nov 05
2
Doing dist on separate objects in a text file
...t;Field_1_R3D_D3D_PRJ_w617.tif" 447 855 1 11 "Field_1_R3D_D3D_PRJ_w617.tif" 450 868 1 12 "Field_1_R3D_D3D_PRJ_w617.tif" 447 875 1 13 "Field_1_R3D_D3D_PRJ_w617.tif" 439 885 1 14 "Field_1_R3D_D3D_PRJ_w617.tif" 2 8 1 What it represents are the locations of centromeres per nucleus in a microscope image. What I need to do is do a dist() on each grouping (the grouping being separated by the low values of x and y's) and then compute an average. The part that I'm having trouble with is writing code that will allow R to separate these objects. Do I have to fin...
2009 Dec 17
2
some help regarding combining columns from different files
Dear all, Here is my code which am using to combine 5th column from different data sets. Here is the function to do my job genesymbol.append.file <-NULL gene.column <- NULL readGeneSymbol <- function(files,genesymbol.column=5){ for(i in fnames){ temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")