forked from chandlerzuo/atSNP
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
32 lines (31 loc) · 772 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(ComputeMotifScore)
export(ComputePValues)
export(GetIUPACSequence)
export(LoadFastaData)
export(LoadMotifLibrary)
export(LoadSNPData)
export(MatchSubsequence)
export(dtMotifMatch)
export(plotMotifMatch)
import(BSgenome)
import(BiocFileCache)
import(Rcpp)
import(data.table)
import(ggplot2)
import(grid)
import(rappdirs)
import(lifecycle)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,SnowParam)
importFrom(BiocParallel,bpmapply)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(motifStack,pcm2pfm)
importFrom(motifStack,plotMotifLogo)
importFrom(stats,quantile)
importFrom(stats,var)
importFrom(utils,data)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(atSNP)