-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
39 lines (38 loc) · 863 Bytes
/
NAMESPACE
File metadata and controls
39 lines (38 loc) · 863 Bytes
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
# Generated by roxygen2: do not edit by hand
export(SCAR_maker)
export(add_bams)
export(add_beds)
export(add_bgs)
export(add_cov)
export(add_matrix)
export(add_ovbed)
export(annotate_peaks)
export(bowtie2_align)
export(bowtie2_index)
export(call_peaks_SEACR)
export(call_peaks_macs)
export(compare_bws)
export(fastqc)
export(make_bgs)
export(make_matrix)
export(make_tracks)
export(make_tracks_opts)
export(pf_analysis)
export(plot_heatmap)
export(plot_profile)
export(print_message)
export(pull_setting)
export(set_settings)
exportClasses(SCAR_obj)
import(data.table)
import(methods)
import(stringr)
importFrom(ChIPseeker,annotatePeak)
importFrom(GenomicFeatures,makeTxDbFromGFF)
importFrom(data.table,data.table)
importFrom(purrr,imap)
importFrom(purrr,iwalk)
importFrom(purrr,map)
importFrom(purrr,pwalk)
importFrom(purrr,walk)
importFrom(rtracklayer,import)