search for: superfamily

Displaying 3 results from an estimated 3 matches for "superfamily".

2013 Jan 31
2
rbind Missing Something: Need New Eyes
...e added to the statements. The data frame has this structure (without any data): $ PHYLUM : chr $ SUBPHYLUM : chr $ SUPERCLASS : chr $ CLASS : chr $ SUBCLASS : chr $ INFRACLASS : chr $ SUPERORDER : chr $ ORDER : chr $ SUBORDER : chr $ INFRAORDER : chr $ SUPERFAMILY: chr $ FAMILY : chr $ SUBFAMILY : chr $ TRIBE : chr $ SUBTRIBE : chr $ GENUS : chr $ TAXON : chr One command (all on one line) is: itis.ttable <- rbind(itis.ttable, data.frame(PHYLUM = "ARTHROPODA", SUBPHYLUM = "MANDIBULATA", SUPERCLASS...
2010 May 11
1
comparing and combing files
...eine-rich flanking regions C-terminal LEUCINE-RICH TRANSMEMBRANE PROTEINS Biological process unclassified - A_51_P100174 NM_008613.2 - MEIOSIS-SPECIFIC NUCLEAR STRUCTURAL PROTEIN 1 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 p...
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="\"")