Refactored laskeMuutokset4() as an R6 method
This commit is contained in:
parent
06dd1a74ee
commit
1667682c5e
8 changed files with 113 additions and 58 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue