Deleted:msa::dnds produces nan
0
0
Entering edit mode
Working • 0
@22a915df
Last seen 16 months ago
Hong Kong

Enter the body of text here

Code should be placed in three backticks as shown below

b1 <- msa(a,type = "dna",method = "ClustalW")
b2 <- msa(a,type = "dna",method = "ClustalOmega")
b3 <- msa(a,type = "dna",method = "Muscle")

b3 <- msa::msaConvert(b3,type = "ape::DNAbin")
class(b3) <- "matrix"
converted <- as.DNAbin(b3)
a <- dnds(converted)
Show in New Window
Error in is(x, "MultipleAlignment") : object 'myAlignment' not found
Show in New Window
use default substitution matrix
using Gonnet
Warning in f(x) : NAs introduced by coercion
 7 %Warning in log(a) : NaNs produced
 9 %Warning in log(a) : NaNs produced
 11 %Warning in log(a) : NaNs produced
 13 %Warning in log(a) : NaNs produced
 15 %Warning in log(a) : NaNs produced
 16 %Warning in log(a) : NaNs produced
 18 %Warning in log(a) : NaNs produced
 25 %Warning in log(a) : NaNs produced
 29 %Warning in log(a) : NaNs produced
 31 %Warning in log(a) : NaNs produced
 33 %Warning in log(a) : NaNs produced
 100 %... done
dnds R msa • 334 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 806 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6