search for: inositol

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

2009 Jul 03
3
Variable names in lattice XY-plot
Hi, how can I get a more descriptive text instead of the variable names in my XY-lattice plot, according to the table below? Variable text acet = "Acetylaspartate Thalamus" chol = "Choline Thalamus" acetp = "Acetylaspartate parieoc" ino = "Inositole Thalamus" I could not find a solution. Please have a look at my syntax. Thanks a lot, Udo library(lattice) grp <-c(0,1,0,1) zp <- c(1,1,2,2) acet <- c(1.7,1.8,1.9,1.8) chol <- c(0.6, 0.8,0.8, 0.7) ino <- c(0.6, 0.3, 0.5, 0.4) acetp <- c(1.8, 1.9, 2.0, 1.8) data <-...
2017 Sep 19
3
remove quotes from matrix
..., "Glutamate", "Glutathione", "Glycerolipid", "Glycine,_Serine_and_Threonine", "Glycogen", "Glycolysis,_Gluconeogenesis,_and_Pyruvate", "Guanidino_and_Acetamido", "Hemoglobin_and_Porphyrin", "Histidine", "Inositol", "Ketone_Bodies", "Leucine,_Isoleucine_and_Valine", "Long_Chain_Fatty_Acid", "Lysine", "Lyso-phospho-ether", "Lysolipid", "Lysoplasmalogen", "Medium_Chain_Fatty_Acid", "Methionine,_Cysteine,_SAM_and_Taurine&q...
2017 Sep 19
0
remove quotes from matrix
...ot;, "Glutathione", "Glycerolipid", > "Glycine,_Serine_and_Threonine", "Glycogen", > "Glycolysis,_Gluconeogenesis,_and_Pyruvate", > "Guanidino_and_Acetamido", "Hemoglobin_and_Porphyrin", "Histidine", > "Inositol", "Ketone_Bodies", "Leucine,_Isoleucine_and_Valine", > "Long_Chain_Fatty_Acid", "Lysine", "Lyso-phospho-ether", "Lysolipid", > "Lysoplasmalogen", "Medium_Chain_Fatty_Acid", > "Methionine,_Cysteine,_SA...
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="\"")