search for: sterol

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

Did you mean: stero
2017 Sep 19
3
remove quotes from matrix
...dine_containing", "Pyrimidine,_Orotate_containing", "Pyrimidine,_Thymine_containing", "Pyrimidine,_Uracil_containing", "Riboflavin", "Secondary_Bile_Acid", "Short_Chain_Fatty_Acid", "Sphingolipid", "Steroid", "Sterol", "TCA_Cycle", "Tocopherol", "Tryptophan", "Urea_cycle;_Arginine_and_Proline", "Vitamin_A", "Vitamin_B6"), class = "factor"), BMI_beta = c(0.2382, -0.313, 0.1238, 0.3035, -0.00982), SAT_beta = c(-0.02409, -1.9751, 0.4095, 0....
2017 Sep 19
0
remove quotes from matrix
...", > "Pyrimidine,_Orotate_containing", "Pyrimidine,_Thymine_containing", > "Pyrimidine,_Uracil_containing", "Riboflavin", "Secondary_Bile_Acid", > "Short_Chain_Fatty_Acid", "Sphingolipid", "Steroid", "Sterol", > "TCA_Cycle", "Tocopherol", "Tryptophan", > "Urea_cycle;_Arginine_and_Proline", > "Vitamin_A", "Vitamin_B6"), class = "factor"), BMI_beta = c(0.2382, > -0.313, 0.1238, 0.3035, -0.00982), SAT_beta = c(-0.02409,...
2007 May 23
2
problem with read.table
...shock 70kDa protein 8 3313 heat shock 70kDa protein 9B (mortalin-2) 6302 sarcoma amplified sequence 6303 spermidine/spermine N1-acetyltransferase 6304 special AT-rich sequence binding protein 1 (binds to nuclear matrix/scaffold-associating DNA's) 6305 SET binding factor 1 6307 sterol-C4-methyl oxidase-like 6625 Small nuclear ribonucleoprotein 70kDa polypeptide (RNP antigen) 6626 small nuclear ribonucleoprotein polypeptide A 6627 small nuclear ribonucleoprotein polypeptide A' 6628 small nuclear ribonucleoprotein polypeptides B and B1 6629 Small nuclear ribonuc...
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="\"")