ourMELONS/NAMESPACE

46 lines
1.2 KiB
Text
Raw Permalink Normal View History

2019-12-12 14:03:04 +01:00
# Generated by roxygen2: do not edit by hand
export(convert_FASTA_to_BAPS)
2020-05-20 15:34:40 +02:00
export(greedyMix)
export(handleData)
2023-09-11 12:51:41 +02:00
export(importFile)
importFrom(R6,R6Class)
2021-09-03 12:56:00 +02:00
importFrom(Rsamtools,scanBam)
2022-01-27 11:19:10 +01:00
importFrom(adegenet,.readExt)
importFrom(adegenet,read.genepop)
2021-08-23 14:34:20 +02:00
importFrom(ape,as.DNAbin)
importFrom(ape,read.FASTA)
2022-02-03 10:10:36 +01:00
importFrom(matlab2r,blanks)
importFrom(matlab2r,cell)
importFrom(matlab2r,colon)
2022-09-15 13:02:32 +02:00
importFrom(matlab2r,disp)
importFrom(matlab2r,find)
2022-02-03 10:10:36 +01:00
importFrom(matlab2r,inputdlg)
importFrom(matlab2r,isempty)
importFrom(matlab2r,isfield)
importFrom(matlab2r,isspace)
importFrom(matlab2r,log2)
2022-02-03 10:10:36 +01:00
importFrom(matlab2r,max)
importFrom(matlab2r,min)
importFrom(matlab2r,nargin)
2022-02-03 10:10:36 +01:00
importFrom(matlab2r,ones)
importFrom(matlab2r,questdlg)
2022-02-03 10:10:36 +01:00
importFrom(matlab2r,rand)
importFrom(matlab2r,repmat)
importFrom(matlab2r,reshape)
importFrom(matlab2r,size)
importFrom(matlab2r,sortrows)
importFrom(matlab2r,squeeze)
importFrom(matlab2r,strcmp)
importFrom(matlab2r,times)
2022-07-19 14:34:08 +02:00
importFrom(matlab2r,uiputfile)
2022-02-03 10:10:36 +01:00
importFrom(matlab2r,zeros)
2020-03-18 15:02:38 +01:00
importFrom(methods,is)
importFrom(stats,rgamma)
2019-12-17 15:34:47 +01:00
importFrom(stats,runif)
2021-08-23 14:34:20 +02:00
importFrom(stats,sd)
2020-06-24 12:12:10 +02:00
importFrom(utils,read.delim)
2024-04-08 13:29:03 +02:00
importFrom(utils,read.table)
2021-09-03 11:17:00 +02:00
importFrom(vcfR,read.vcfR)
importFrom(zeallot,"%<-%")