Displaying 2 results from an estimated 2 matches for "importin".
Did you mean:
importing
2010 May 11
1
comparing and combing files
...Developmental processes Meiosis
A_51_P100218 NM_134198.1 Vomeronasal receptors type 1,GPCRs rhodopsin-like superfamily VOMERONASAL PHEROMONE RECEPTOR Signal transduction,Sensory perception Cell surface receptor mediated signal transduction,Pheromone response
A_51_P100227 NM_023579.4 HEAT,Importin-betas N-terminal,Armadillo-like helical IMPORTIN BETA-3,IMPORTIN BETA Intracellular protein traffic,Biological process unclassified,Nucleoside, nucleotide and nucleic acid metabolism,Transport Nuclear transport,RNA localization
A_51_P100227 NM_023579.4 HEAT,Importin-betas N-terminal,Armadillo...
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="\"")