This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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!

genlight adegenet r

1 answer

It might be late though but are you looking for something like this?

library(adegenet)
obj1
obj2
newObj <- repool(obj1, obj2)

Log in to answer this question.