search for: aldoa

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

Did you mean: aldo
2008 Jun 23
2
Writing Vector to a File
...[57] TUBA1C MB GH1 GH1 MT1X UBB GH1 [64] IGL@ MBP VIM GH1 ACTB HBG2 TTR [71] GH1 --Control MYL2 CFL1 EEF1A1 RPL37A IGHG3 [78] PIP --Control HBG1 KRT13 --Control PRM2 IGLJ3 [85] APOA1 ALDOA NM_022646 IGHA1 GFAP PRH1 ALDOA [92] APOA1 SPARCL1 GNAS --Control GPX3 APOC3 TNP1 [99] MT1P2 GNAS However using this command: write(myvec, "output.txt", sep="\n") I get this instead in my output.txt: 1 1 1 1 1 6241 6240 6240 1 6242...
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="\"")