-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Hello,
I am new in this field and having trouble in analysing my data. Can anyone please suggest me what exactly is wrong in creating tree. As m getting this error after 20th days :
fitGTR <- optim.pml(fitGTR, model="GTR", optInv=TRUE, optGamma=TRUE,
rearrangement = "stochastic", control = pml.control(trace = 0))
Error in optim(par = lbf, fn = fn, gr = NULL, method = "Nelder-Mead", :
function cannot be evaluated at initial parameters
In addition: There were 48 warnings (use warnings() to see them)
warnings()
Warning messages:
1: In optimize(f = fn, interval = c(0.1, 500), lower = 0.1, ... :
NA/Inf replaced by maximum positive value
2: In optimize(f = fn, interval = c(0.1, 500), lower = 0.1, ... :
NA/Inf replaced by maximum positive value
Information about:
A) Sequencing Library:
We outsourced our samples where we amplified V3-V4 region using Illumina miseq platform using nexetra library preparation kit.
B) Size of the ASV table:
are you talking about this?
otu_table() OTU Table: [ 24226 taxa and 72 samples ]
sample_data() Sample Data: [ 72 samples by 19 sample variables ]
tax_table() Taxonomy Table: [ 24226 taxa by 6 taxonomic ranks ]
I am having trouble in making tree. Its getting killed.
Please suggest.