forked from gschofl/biofiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
94 lines (93 loc) · 1.85 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Generated by roxygen2: do not edit by hand
export("end<-")
export("key<-")
export("qualif<-")
export("start<-")
export("strand<-")
export(as.gbLocation)
export(dbxref)
export(downstream)
export(end)
export(featureTable)
export(filter)
export(flanking)
export(ft)
export(fuzzy)
export(gbRecord)
export(gbRecordList)
export(geneID)
export(getAccession)
export(getComment)
export(getDBLink)
export(getDBSource)
export(getDate)
export(getDefinition)
export(getDivision)
export(getFeatures)
export(getGeneID)
export(getHeader)
export(getKeywords)
export(getLength)
export(getLocus)
export(getMoltype)
export(getOrganism)
export(getReference)
export(getSequence)
export(getSource)
export(getTaxonomy)
export(getTopology)
export(getVersion)
export(hasKey)
export(hasQualif)
export(header)
export(index)
export(joint_range)
export(key)
export(loadRecord)
export(location)
export(locusTag)
export(note)
export(product)
export(proteinID)
export(qualif)
export(qualifList)
export(qualifTable)
export(ranges)
export(revcomp)
export(saveRecord)
export(select)
export(shift)
export(span)
export(start)
export(strand)
export(summary)
export(translation)
export(uniqueQualifs)
export(upstream)
export(view)
export(write.FeatureTable)
export(write.GenBank)
exportClasses(gbFeature)
exportClasses(gbFeatureTable)
exportClasses(gbRecord)
exportClasses(gbRecordList)
exportMethods("[")
exportMethods(length)
exportMethods(saveRecord)
exportMethods(write.FeatureTable)
exportMethods(write.GenBank)
import(Rcpp)
import(methods)
importFrom(BiocGenerics,"end<-")
importFrom(BiocGenerics,"start<-")
importFrom(BiocGenerics,"strand<-")
importFrom(BiocGenerics,end)
importFrom(BiocGenerics,start)
importFrom(BiocGenerics,strand)
importFrom(IRanges,ranges)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(foreach,registerDoSEQ)
importFrom(iterators,iter)
useDynLib(biofiles)