Displaying 5 results from an estimated 5 matches for "fatty_acid".
2017 Sep 19
3
remove quotes from matrix
...t;,
"Ascorbate_and_Aldarate", "Carnitine", "Ceramides", "Creatine",
"Diacylglycerol", "Dipeptide", "Dipeptide_Derivative",
"Disaccharides_and_Oligosaccharides",
"Eicosanoid", "Endocannabinoid", "Fatty_Acid(Acyl_Carnitine)",
"Fatty_Acid(Acyl_Glycine)", "Fatty_Acid,_Amino", "Fatty_Acid,_Branched",
"Fatty_Acid,_Dicarboxylate", "Fatty_Acid,_Dihydroxy",
"Fatty_Acid,_Monohydroxy",
"Fatty_Acid_(Acyl_Choline)", "Fatty_Acid_(Acyl_...
2017 Sep 19
0
remove quotes from matrix
...bate_and_Aldarate", "Carnitine", "Ceramides", "Creatine",
> "Diacylglycerol", "Dipeptide", "Dipeptide_Derivative",
> "Disaccharides_and_Oligosaccharides",
> "Eicosanoid", "Endocannabinoid", "Fatty_Acid(Acyl_Carnitine)",
> "Fatty_Acid(Acyl_Glycine)", "Fatty_Acid,_Amino", "Fatty_Acid,_Branched",
> "Fatty_Acid,_Dicarboxylate", "Fatty_Acid,_Dihydroxy",
> "Fatty_Acid,_Monohydroxy",
> "Fatty_Acid_(Acyl_Choline)", &qu...
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]]
2010 Jan 06
0
Unconsistent behaviour of function cor()
...t with 'use = "pairwise.complete.obs"'
I used initialy D) and produced wrong results.
I included the code and output:
________________________________ R-code ________________________________
## Read data using UNIX-path to USB-disk
data <-
read.table("/media/disk/ONYG/fatty_acids/mito/BECAC_MITO_23okt09.txt" ,
header = TRUE , dec = "," , sep = ";")
## Read data using Windows-path to USB-disk
# data <- read.table("E:/ONYG/fatty_acids/mito/BECAC_MITO_23okt09.txt" ,
header = TRUE , dec = "," , sep = ";")
## Usage of...