-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·19 lines (18 loc) · 946 Bytes
/
NAMESPACE
File metadata and controls
executable file
·19 lines (18 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import(methods)
import(BiocGenerics, except = "plotMA")
import(SummarizedExperiment)
import(limma, except = "plotMA")
import(S4Vectors)
importFrom("scales", "alpha")
importFrom("graphics", "lines")
importFrom("stats", "approxfun", "lowess", "pt", "quantile", "setNames")
importFrom("statmod", "mixedModel2Fit")
importFrom("tidyr", "pivot_wider")
importFrom("tidyr", "unite")
importFrom("dplyr", "%>%", "group_by", "summarise", "mutate", "filter", "ungroup", "pull", "select", "n", "row_number", "arrange", "matches", "rename_with")
importFrom("rlang", "sym")
importFrom("mpra", MPRASet, getRNA, getDNA, getBarcode, getEid, getEseq, normalize_counts, mpralm, get_precision_weights)
export(MPRASet, getRNA, getDNA, getBarcode, getEid, getEseq, getLabel)
export(mpralm, get_precision_weights, compute_logratio, normalize_counts, fit_elements)
export(downsample_barcodes, create_dna_df, create_rna_df, create_var_df)
export(plot_groups, mpra_treat)