voichek / kmersGWAS

A library for running k-mers based GWAS
GNU General Public License v3.0
100 stars 24 forks source link

how to generate kmer counts table #120

Closed zhoudreames closed 2 years ago

zhoudreames commented 2 years ago

I want to build the kmer counts table instead of 0/1 matrix table,how to do it? thanks~

voichek commented 2 years ago

You cannot do this with our library. This would be the next big thing to do with this kind of analysis in my opinion but our infrastructure do not support it.

zhoudreames commented 2 years ago

thanks~