You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an issue while generating triplets. I am using following steps to generate the same. Apologies if I have missed any step.
MyAnalysis <- HC$new("chr6_all.fa_mafft_copy_mafft.fa")
Reading in sequence file...
Looking for duplicates...
Checking length of sequences...
Subsetting the informative segregating sites...
Finished DNA input...
Deciding triplets based on results of Four Taxon Tests.
Using tests that are globally significant.
Warning message:
In fttDescision(ftt, "SIGNIFICANT", TripletCombinations, dna) :
No four taxon tests were found to be significant, either none were significant or no test has been performed.
MyAnalysis$setParameters("TripletGeneration", Method = 3L)
MyAnalysis$setParameters("SSAnalysis", WindowSize = 200L, StepSize = 1L)
MyAnalysis$analyzeSS()
Initializing new triplets data.
Error in triplets$scanTriplets(tripletSelections, DNA, settings) :
No triplets have been prepared yet.
The text was updated successfully, but these errors were encountered:
Hi,
I am facing an issue while generating triplets. I am using following steps to generate the same. Apologies if I have missed any step.
The text was updated successfully, but these errors were encountered: