Displaying 2 results from an estimated 2 matches for "edant".
Did you mean:
vedant
2007 Aug 07
1
Error in as.double.default(x) : (list) object cannot be coerced to 'double'
...rgence vs. Expression Divergence)
But then getting the error
Error in as.double.default(x) : (list) object cannot be coerced to 'double'
Note: The diagonal values for X1 was neglected as its seems to give some bias in my results. Code to derive X1,X2,X3..and Y1,Y2,Y3 is given as:
> EDant <- read.table("C:/ant.txt",sep="\t")
> ED1 <- as.matrix(EDant)
> X1 <- lapply(1:ncol(ED15), function(a) ED15[-a, a]) # to neglect diagonal values
I am attaching couple of matrices for your reference. ANT.txt is X1 after deleting the diagnol values, similarly,ANT...
2007 Aug 07
0
plotting series of matrices on a single plot.
...rgence vs. Expression Divergence)
But then getting the error
Error in as.double.default(x) : (list) object cannot be coerced to 'double'
Note: The diagonal values for X1 was neglected as its seems to give some bias in my results. Code to derive X1,X2,X3..and Y1,Y2,Y3 is given as:
> EDant <- read.table("C:/ant.txt",sep="\t")
> ED1 <- as.matrix(EDant)
> X1 <- lapply(1:ncol(ED15), function(a) ED15[-a, a]) # to neglect diagonal values
I am attaching couple of matrices for your reference. ANT.txt is X1 after deleting the diagnol values, similarly,ANT...