forked from Katsevich-Lab/sceptre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
29 lines (28 loc) · 782 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
# Generated by roxygen2: do not edit by hand
export(assign_grnas)
export(construct_cis_pairs)
export(construct_positive_control_pairs)
export(construct_trans_pairs)
export(get_result)
export(import_data)
export(import_data_from_cellranger)
export(import_data_from_parse)
export(plot_assign_grnas)
export(plot_covariates)
export(plot_grna_count_distributions)
export(plot_run_calibration_check)
export(plot_run_discovery_analysis)
export(plot_run_power_check)
export(plot_run_qc)
export(run_calibration_check)
export(run_discovery_analysis)
export(run_power_check)
export(run_qc)
export(set_analysis_parameters)
export(write_outputs_to_directory)
exportMethods(plot)
exportMethods(print)
import(BH)
import(Matrix)
importFrom(Rcpp,sourceCpp)
useDynLib(sceptre, .registration = TRUE)