Displaying 2 results from an estimated 2 matches for "anemia".
Did you mean:
anemic
2006 Jul 06
0
read.xport issues
...ation of Gestation Used Fl Y
GESTAT Gestation - Detail in Weeks CSEX Sex
DBIRWT Birth Weight - Detail in Grams CLINGESTClinical Estimate of Gestation
ANEMIA Anemia CARDIAC Cardiac Dis
ase LUNG Acute or Chronic Lung Disease
DIABETESDiabetes HERPES Genital Herpes...
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="\"")