forked from thelovelab/tximeta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
55 lines (54 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
export(addExons)
export(addIds)
export(getTximetaBFC)
export(loadLinkedTxome)
export(makeLinkedTxome)
export(setTximetaBFC)
export(tximeta)
exportMethods(summarizeToGene)
importFrom(AnnotationDbi,keys)
importFrom(AnnotationDbi,loadDb)
importFrom(AnnotationDbi,mapIds)
importFrom(AnnotationDbi,saveDb)
importFrom(AnnotationDbi,select)
importFrom(BiocFileCache,BiocFileCache)
importFrom(BiocFileCache,bfccount)
importFrom(BiocFileCache,bfcnew)
importFrom(BiocFileCache,bfcquery)
importFrom(BiocFileCache,bfcrpath)
importFrom(Biostrings,"%in%")
importFrom(Biostrings,readDNAStringSet)
importFrom(GenomeInfoDb,"genome<-")
importFrom(GenomeInfoDb,"seqinfo<-")
importFrom(GenomeInfoDb,Seqinfo)
importFrom(GenomeInfoDb,seqinfo)
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomicFeatures,exonsBy)
importFrom(GenomicFeatures,genes)
importFrom(GenomicFeatures,makeTxDbFromGFF)
importFrom(GenomicFeatures,transcripts)
importFrom(GenomicRanges,seqnames)
importFrom(S4Vectors,"mcols<-")
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,"rowRanges<-")
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(ensembldb,EnsDb)
importFrom(ensembldb,ensDbFromGtf)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(methods,is)
importFrom(rappdirs,user_cache_dir)
importFrom(tibble,tibble)
importFrom(tximport,summarizeToGene)
importFrom(tximport,tximport)
importFrom(utils,head)
importFrom(utils,menu)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.delim)