search for: carnitine

Displaying 6 results from an estimated 6 matches for "carnitine".

2017 Sep 19
3
remove quotes from matrix
...t results as Duncan suggested. Regards, Greg structure(list(Sub_Pathways = structure(c(3L, 3L, 3L, 3L, 3L), .Label = c("Acetylated_Peptides", "Advanced_Glycation_End-product", "Alanine_and_Aspartate", "Aminosugar", "Ascorbate_and_Aldarate", "Carnitine", "Ceramides", "Creatine", "Diacylglycerol", "Dipeptide", "Dipeptide_Derivative", "Disaccharides_and_Oligosaccharides", "Eicosanoid", "Endocannabinoid", "Fatty_Acid(Acyl_Carnitine)", "Fatty_Acid(Acyl...
2017 Sep 19
0
remove quotes from matrix
...egards, > > Greg > > structure(list(Sub_Pathways = structure(c(3L, 3L, 3L, 3L, 3L), .Label = > c("Acetylated_Peptides", > "Advanced_Glycation_End-product", "Alanine_and_Aspartate", "Aminosugar", > "Ascorbate_and_Aldarate", "Carnitine", "Ceramides", "Creatine", > "Diacylglycerol", "Dipeptide", "Dipeptide_Derivative", > "Disaccharides_and_Oligosaccharides", > "Eicosanoid", "Endocannabinoid", "Fatty_Acid(Acyl_Carnitine)", > &...
2005 Mar 16
2
TINY fonts
Hello there, am I really the only one, who compiled wine20050211 source, run wineinstall script, changed [fonts] section in config to match my dirs (ttf, afm) on my Mandrake 10.1 system AND STILL HAVING ALMOST UNREADABLE FONTS in applications using standard windows fonts (not its own)? (I'm not using any M$ stuff, including fonts - just those in X windows (xfs running)). Nyyr
2017 Sep 19
0
remove quotes from matrix
On 19/09/2017 9:47 AM, greg holly wrote: > Hi all; > > I have data at 734*22 dimensions with rows and columns names are > non-numeric.When I convert this data into matrix then all values show up > with quotes. Then when I use > x1= noquotes(x) to remove the quotes from the matrix then non-numeric row > names remain all other values in matrix disappear. > > Your help is
2017 Sep 19
3
remove quotes from matrix
Hi all; I have data at 734*22 dimensions with rows and columns names are non-numeric.When I convert this data into matrix then all values show up with quotes. Then when I use x1= noquotes(x) to remove the quotes from the matrix then non-numeric row names remain all other values in matrix disappear. Your help is greatly appreciated. Greg [[alternative HTML version deleted]]
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="\"")