-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
44 lines (43 loc) · 1.15 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Generated by roxygen2: do not edit by hand
export(convert_FASTA_to_BAPS)
export(greedyMix)
export(handleData)
export(importFile)
importFrom(R6,R6Class)
importFrom(Rsamtools,scanBam)
importFrom(adegenet,.readExt)
importFrom(adegenet,read.genepop)
importFrom(ape,as.DNAbin)
importFrom(ape,read.FASTA)
importFrom(matlab2r,blanks)
importFrom(matlab2r,cell)
importFrom(matlab2r,colon)
importFrom(matlab2r,disp)
importFrom(matlab2r,find)
importFrom(matlab2r,inputdlg)
importFrom(matlab2r,isempty)
importFrom(matlab2r,isfield)
importFrom(matlab2r,isspace)
importFrom(matlab2r,log2)
importFrom(matlab2r,max)
importFrom(matlab2r,min)
importFrom(matlab2r,nargin)
importFrom(matlab2r,ones)
importFrom(matlab2r,questdlg)
importFrom(matlab2r,rand)
importFrom(matlab2r,repmat)
importFrom(matlab2r,reshape)
importFrom(matlab2r,size)
importFrom(matlab2r,sortrows)
importFrom(matlab2r,squeeze)
importFrom(matlab2r,strcmp)
importFrom(matlab2r,times)
importFrom(matlab2r,uiputfile)
importFrom(matlab2r,zeros)
importFrom(methods,is)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(vcfR,read.vcfR)
importFrom(zeallot,"%<-%")