Refactored laskeMuutokset4() as an R6 method

This commit is contained in:
Waldir Leoncio 2022-08-25 12:54:55 +02:00
parent 06dd1a74ee
commit 1667682c5e
8 changed files with 113 additions and 58 deletions

View file

@ -15,7 +15,6 @@ export(greedyPopMix)
export(handleData)
export(handlePopData)
export(initPopNames)
export(laskeMuutokset4)
export(learn_partition_modified)
export(learn_simple_partition)
export(linkage)
@ -40,6 +39,7 @@ export(testaaOnkoKunnollinenBapsData)
export(testaaPop)
export(writeMixtureInfo)
export(writeMixtureInfoPop)
importFrom(R6,R6Class)
importFrom(Rsamtools,scanBam)
importFrom(adegenet,.readExt)
importFrom(adegenet,read.genepop)