-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
46 lines (45 loc) · 1.34 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
# Generated by roxygen2: do not edit by hand
export(annotation_ext)
export(annotation_options)
export(available_projects)
export(available_samples)
export(compute_read_counts)
export(compute_scale_factors)
export(create_hub)
export(create_rse)
export(create_rse_manual)
export(expand_sra_attributes)
export(file_retrieve)
export(is_paired_end)
export(locate_url)
export(locate_url_ann)
export(project_homes)
export(read_counts)
export(read_metadata)
export(recount3_cache)
export(recount3_cache_files)
export(recount3_cache_rm)
export(transform_counts)
importFrom(BiocFileCache,bfcinfo)
importFrom(BiocFileCache,bfcremove)
importFrom(BiocFileCache,bfcrpath)
importFrom(GenomicRanges,"mcols<-")
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,mcols)
importFrom(Matrix,readMM)
importFrom(R.utils,gunzip)
importFrom(S4Vectors,DataFrame)
importFrom(SummarizedExperiment,"assayNames<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"metadata<-")
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(data.table,fread)
importFrom(httr,http_error)
importFrom(methods,is)
importFrom(rtracklayer,import.gff)
importFrom(sessioninfo,package_info)
importFrom(tools,R_user_dir)
importFrom(utils,read.delim)