molpopgen / fwdpp

fwdpp is a C++ template library for implementing efficient forward-time population genetic simulations
http://fwdpp.readthedocs.io
GNU General Public License v3.0
27 stars 11 forks source link

Convert data_matrix so that rows are sites. #128

Closed molpopgen closed 6 years ago

molpopgen commented 6 years ago

When working on #102, we should swap the row/site dimensions of the matrix. This will give better compatibility with msprime, libsequence's forthcoming VariantMatrix, and scikit-allel.