search for: acetyltransferase

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

2007 May 23
2
problem with read.table
...ibonucleoprotein K 3309 "heat shock 70kDa protein 5 (glucose-regulated protein, 78kDa)" 3310 heat shock 70kDa protein 6 (HSP70B') 3312 heat shock 70kDa protein 8 3313 heat shock 70kDa protein 9B (mortalin-2) 6302 sarcoma amplified sequence 6303 spermidine/spermine N1-acetyltransferase 6304 special AT-rich sequence binding protein 1 (binds to nuclear matrix/scaffold-associating DNA's) 6305 SET binding factor 1 6307 sterol-C4-methyl oxidase-like 6625 Small nuclear ribonucleoprotein 70kDa polypeptide (RNP antigen) 6626 small nuclear ribonucleoprotein polypeptide...
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="\"")