search for: serine

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

Did you mean: serie
2008 Jul 16
2
barchart with bars attached to y=0-line
Dear R users, i am using the following code to produce barcharts with lattice: Compound<-c("Glutamine", "Arginine", "Glutamate", "Glycine", "Serine", "Glucose", "Fructose", "Raffinose", "Glycerol", "Galacglycerol", "Threitol", "Galactinol", "Galactitol") Class<-c("aminos","aminos","aminos","aminos","aminos&quo...
2004 Jan 06
1
Problem reading large tables
...1 and 1.8.1 on Linux/IA-32. Can anyone help? Thanks, Daniel -- Daniel Myers Laboratory of Dr. Michael P. Cummings Center for Bioinformatics and Computational Biology University of Maryland Agri/LFSc Surge Building #296 College Park, MD 20742-3360 dmyers at umiacs.umd.edu 301.405.1262 work http://serine.umiacs.umd.edu/personnel/myers_daniel/ - "Think of your breed; for brutish ignorance / Your mettle was not made; you were made men / To follow after knowledge and excellence." As if I also was hearing for the first time: like the blast of a trumpet, like the voice of God. For a moment I...
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="\"")