-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
51 lines (50 loc) · 1.4 KB
/
NAMESPACE
File metadata and controls
51 lines (50 loc) · 1.4 KB
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
45
46
47
48
49
50
51
# Generated by roxygen2: do not edit by hand
export(TSSHMM)
export(coerce)
export(encode_obs)
export(tss)
exportClasses(TSSHMM)
exportMethods("parameters<-")
exportMethods(as.character)
exportMethods(dim)
exportMethods(parameters)
exportMethods(train)
exportMethods(viterbi)
import(GenomicRanges)
importFrom(BiocGenerics,normalize)
importFrom(BiocGenerics,relist)
importFrom(BiocGenerics,score)
importFrom(BiocGenerics,start)
importFrom(IRanges,IRanges)
importFrom(IRanges,IntegerList)
importFrom(IRanges,PartitioningByWidth)
importFrom(IRanges,RleList)
importFrom(IRanges,width)
importFrom(Rdpack,reprompt)
importFrom(S4Vectors,"mcols<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,List)
importFrom(S4Vectors,Pairs)
importFrom(S4Vectors,elementNROWS)
importFrom(S4Vectors,endoapply)
importFrom(S4Vectors,isSorted)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,mendoapply)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,runValue)
importFrom(S4Vectors,subjectHits)
importFrom(S4Vectors,to)
importFrom(futile.logger,flog.debug)
importFrom(futile.logger,flog.info)
importFrom(iterators,idiv)
importFrom(iterators,nextElem)
importFrom(methods,as)
importFrom(methods,callNextMethod)
importFrom(methods,coerce)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,validObject)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,na.pass)
useDynLib(tsshmm, .registration = TRUE)