Internalized all functions except greedyMix() and load_fasta() (#25)

This commit is contained in:
Waldir Leoncio 2023-08-09 09:36:15 +02:00
parent 449982a083
commit 7aff7bbb82
39 changed files with 2 additions and 82 deletions

View file

@ -1,45 +1,7 @@
# Generated by roxygen2: do not edit by hand
export(addAlleles)
export(admix1)
export(calculatePopLogml)
export(computeAllFreqs2)
export(computeIndLogml)
export(computePersonalAllFreqs)
export(computeRows)
export(etsiParas)
export(fgetl)
export(fopen)
export(greedyMix)
export(greedyPopMix)
export(handleData)
export(handlePopData)
export(initPopNames)
export(learn_partition_modified)
export(learn_simple_partition)
export(linkage)
export(load_fasta)
export(logml2String)
export(lueGenePopData)
export(lueGenePopDataPop)
export(lueNimi)
export(noIndex)
export(ownNum2Str)
export(poistaLiianPienet)
export(proportion2str)
export(randdir)
export(rivinSisaltamienMjonojenLkm)
export(selvitaDigitFormat)
export(simulateAllFreqs)
export(simulateIndividuals)
export(simuloiAlleeli)
export(suoritaMuutos)
export(takeLine)
export(testaaKoordinaatit)
export(testaaOnkoKunnollinenBapsData)
export(testaaPop)
export(writeMixtureInfo)
export(writeMixtureInfoPop)
importFrom(R6,R6Class)
importFrom(Rsamtools,scanBam)
importFrom(adegenet,.readExt)