forked from jrthompson54/DGEobj
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathNAMESPACE
More file actions
35 lines (34 loc) · 790 Bytes
/
Copy pathNAMESPACE
File metadata and controls
35 lines (34 loc) · 790 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method("[",DGEobj)
S3method(as.list,DGEobj)
S3method(dim,DGEobj)
S3method(dimnames,DGEobj)
S3method(print,DGEobj)
S3method(subset,DGEobj)
export(addItem)
export(addItems)
export(annotateDGEobj)
export(baseType)
export(baseTypes)
export(getAttributes)
export(getBaseType)
export(getItem)
export(getItems)
export(getType)
export(initDGEobj)
export(initDGEobjDef)
export(inventory)
export(newType)
export(resetDGEobj)
export(rmItem)
export(setAttributes)
export(showAttributes)
export(showMeta)
export(showTypes)
import(magrittr)
importFrom(assertthat,assert_that)
importFrom(stringr,str_c)
importFrom(stringr,str_locate)
importFrom(stringr,str_remove_all)
importFrom(utils,read.delim)
importFrom(utils,stack)