Displaying 2 results from an estimated 2 matches for "gtpase".
2005 May 20
2
RSYNC with Double-byte
Hi All,
Can anyone suggest how to make rsync work in order to replicate
double-byte characters ?
Thanks to anyone who can help
aslay
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="\"")