In general, for calculating boostraps for a tree in R, all you need is the original genetic data and the aboot function will take care of the rest.
My question is can i use that genetic distance data in the format which
R accepts to calculate the bootstrap values for the phylogenetic tree
constructed in MEGA.
You cannot use that genetic distance data to calculate bootstrap values for the reasons I stated in the previous response.
The genetic distance matrix calculated by Genalex is based on Nei’s
distance and in poppr manual it is mentioned that aboot function can do
Bootstrapping for any genetic distance calculated. So may be i need to
change my genetic distance format to some other genind or genclone
object as mentioned in the manual that i am not clear about. Please
explain this also.
So if you are saying i can only calculate BS values if i had calculated
genetic distance in R itself then only this function will work.but for
now as i have not done everything in R , i just wanted to learn how to
calculate and interpret those BS values in R for the phylogenetic tree.
So what should i do should i go for calculating bruvo distance for
codominant allelic data. So that from bruvo i can go for BS values. Plz
help in this.
Bruvo's distance has its own bootstrap function called `bruvo.boot()` and it takes a genind or genclone object. Like the answer above, read in your data with `read.genalex()` and then pass it to the `bruvo.boot()` function, making sure to note the repeat lengths of the SSR markers (see
https://grunwaldlab.github.io/poppr/reference/bruvo.boot.html).
One more thing in Bootstrapping it is mentioned that we need to
calculate some confidence intervals. Plz brief it about this also.
I do not believe you can calculate a confidence interval. The bootstrap values represent the confidence level for a particular clade to contain all the members across bootstrap samples.
I hope that helps.
Best,
Zhian
Thank you for reply
I have one more query regarding this.
i am working on the co-dominant markers. I have scored the alleles as per the base pairs size and generated the scoring file of it and from that created genetic distance matrix using Genalex software and then created the dendrogram in MEGA software by that genetic distance file format. My question is can i use that genetic distance data in the format which R accepts to calculate the bootstrap values for the phylogenetic tree constructed in MEGA.
My second question is
The genetic distance matrix calculated by Genalex is based on Nei’s distance and in poppr manual it is mentioned that aboot function can do Bootstrapping for any genetic distance calculated. So may be i need to change my genetic distance format to some other genind or genclone object as mentioned in the manual that i am not clear about. Please explain this also.
My next query is regarding bruvo’s distance.
So if you are saying i can only calculate BS values if i had calculated genetic distance in R itself then only this function will work.but for now as i have not done everything in R , i just wanted to learn how to calculate and interpret those BS values in R for the phylogenetic tree. So what should i do should i go for calculating bruvo distance for codominant allelic data. So that from bruvo i can go for BS values. Plz help in this.
One more thing in Bootstrapping it is mentioned that we need to calculate some confidence intervals. Plz brief it about this also.
Waiting for your respone
Thank you so much for your previous reply.
Regards
Tamanna
> On 16-Apr-2024, at 9:20 PM, Zhian Kamvar <zka...@gmail.com> wrote:
>