-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
81 lines (80 loc) · 2.23 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
# Generated by roxygen2: do not edit by hand
export(SummarizedCounts)
export(calc_gene_gc)
export(calc_region_gc)
export(correct_GC)
export(correct_IR)
export(correct_global)
export(correct_stranded)
export(create_summarizedcounts)
export(get_region_stat)
export(get_saf)
export(plot_assignment_stat)
export(plot_expr_distr)
export(plot_gene_content)
export(plot_pca_heatmap)
export(plot_read_distr)
export(plot_sample_corr)
export(salmon_tximport)
export(style_BSgenome)
export(summarize_reads)
import(DESeq2)
import(ggplot2)
importFrom(AnnotationFilter,AnnotationFilter)
importFrom(AnnotationFilter,GeneBiotypeFilter)
importFrom(AnnotationFilter,SeqNameFilter)
importFrom(BSgenome,getSeq)
importFrom(BiocGenerics,"strand<-")
importFrom(BiocGenerics,"width<-")
importFrom(BiocGenerics,width)
importFrom(Biostrings,letterFrequency)
importFrom(GenomeInfoDb,"seqnames<-")
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicRanges,reduce)
importFrom(GenomicRanges,setdiff)
importFrom(KernSmooth,bkde2D)
importFrom(R6,R6Class)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rsamtools,BamFile)
importFrom(Rsamtools,seqinfo)
importFrom(Rsubread,featureCounts)
importFrom(SummarizedExperiment,assay)
importFrom(edgeR,cpm)
importFrom(edgeR,filterByExpr)
importFrom(ensembldb,EnsDb)
importFrom(ensembldb,exons)
importFrom(ensembldb,exonsBy)
importFrom(ensembldb,genes)
importFrom(ensembldb,seqlevels)
importFrom(ensembldb,transcripts)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,smoothScatter)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(limma,lmFit)
importFrom(limma,voom)
importFrom(methods,as)
importFrom(methods,is)
importFrom(pheatmap,pheatmap)
importFrom(qsmooth,qsmooth)
importFrom(qsmooth,qsmoothData)
importFrom(reshape2,melt)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(tximport,tximport)
importFrom(utils,read.delim)
importFrom(utils,write.table)