-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
61 lines (60 loc) · 1.64 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
# Generated by roxygen2: do not edit by hand
export(TENxFile)
export(TENxFileList)
export(TENxFragments)
export(TENxH5)
export(TENxMTX)
export(TENxPeaks)
export(TENxTSV)
exportClasses(TENxFile)
exportClasses(TENxFileList)
exportClasses(TENxFragments)
exportClasses(TENxH5)
exportClasses(TENxMTX)
exportClasses(TENxPeaks)
exportClasses(TENxTSV)
exportMethods("annotation<-")
exportMethods(annotation)
exportMethods(decompress)
exportMethods(dim)
exportMethods(dimnames)
exportMethods(genome)
exportMethods(import)
exportMethods(metadata)
exportMethods(path)
exportMethods(rowData)
exportMethods(rowRanges)
exportMethods(show)
import(SingleCellExperiment)
import(SummarizedExperiment)
importClassesFrom(BiocIO,BiocFile)
importFrom(BiocBaseUtils,checkInstalled)
importFrom(BiocBaseUtils,isScalarCharacter)
importFrom(BiocBaseUtils,selectSome)
importFrom(BiocBaseUtils,setSlots)
importFrom(BiocGenerics,"annotation<-")
importFrom(BiocGenerics,annotation)
importFrom(BiocGenerics,path)
importFrom(BiocIO,decompress)
importFrom(BiocIO,import)
importFrom(GenomeInfoDb,"genome<-")
importFrom(GenomeInfoDb,genome)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(Matrix,readMM)
importFrom(MatrixGenerics,rowRanges)
importFrom(S4Vectors,"mcols<-")
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,isEmpty)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,metadata)
importFrom(S4Vectors,splitAsList)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slotNames)
importFrom(readr,read_tsv)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,untar)