forked from itsvenu/ALPS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
54 lines (53 loc) · 1.56 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(get_genomic_annotations)
export(get_variable_regions)
export(merge_GR)
export(multiBigwig_summary)
export(plot_browser_tracks)
export(plot_correlation)
export(plot_enrichments)
export(plot_genomic_annotations)
export(plot_motif_logo)
export(process_homer)
export(process_jaspar)
export(process_meme)
export(process_pfm)
export(process_transfac)
import(corrplot)
import(ggplot2)
import(org.Hs.eg.db)
importFrom(BiocParallel,bplapply)
importFrom(ChIPseeker,annotatePeak)
importFrom(GGally,ggpairs)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(GenomicRanges,reduce)
importFrom(Gviz,DataTrack)
importFrom(Gviz,GeneRegionTrack)
importFrom(Gviz,plotTracks)
importFrom(TxDb.Hsapiens.UCSC.hg19.knownGene,TxDb.Hsapiens.UCSC.hg19.knownGene)
importFrom(TxDb.Hsapiens.UCSC.hg38.knownGene,TxDb.Hsapiens.UCSC.hg38.knownGene)
importFrom(data.table,dcast)
importFrom(data.table,fread)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(genefilter,rowVars)
importFrom(gghalves,geom_half_violin)
importFrom(ggseqlogo,ggseqlogo)
importFrom(magrittr,"%>%")
importFrom(reshape2,melt)
importFrom(rtracklayer,BigWigFileList)
importFrom(rtracklayer,summary)
importFrom(stats,cor)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,separate)
importFrom(utils,head)