-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
38 lines (37 loc) · 965 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(calc_mappability)
export(fit_ab)
export(get_CPM)
export(join_count_and_design)
export(measure_gene_stats)
export(measure_sgrna_stats)
export(plot_PCA)
export(plot_corr_heatmap)
export(plot_count_distribution)
export(plot_dotplot)
export(quant)
export(run_estimation)
export(run_sgrna_quant)
import(dplyr)
importFrom(R.utils,gunzip)
importFrom(Rcpp,evalCpp)
importFrom(dplyr,arrange_)
importFrom(dplyr,left_join)
importFrom(magrittr,"%>%")
importFrom(parallel,clusterApply)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(pheatmap,pheatmap)
importFrom(readr,read_csv)
importFrom(readr,read_tsv)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,pt)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tools,file_ext)
useDynLib(CB2)