Genlight objects problem
Hi, I am working with the R package "adegenet". I have 2 genlight objects (2 populations of different size), and I need to make it a only object to do a NJ tree. Does someone know what I should do? Thanks!
• 2,429 views
•
link
1 answer
It might be late though but are you looking for something like this?
library(adegenet)
obj1
obj2
newObj <- repool(obj1, obj2)
• 1 views
•
link
Log in to answer this question.