-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
43 lines (42 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(batch_effect_qc_setup)
export(before_after_pca_and_plate_regression_plots)
export(combine_txi_objects)
export(direction_change_in_percent_intergenic)
export(filter_dds_restimate_sizeFactors)
export(parse_all_by_all_compiled_results)
export(project_counts_onto_orig_pcs)
export(remove_parameter_effects)
export(sex_mislabel_setup)
export(top_500_pca_for_sex_mislabels)
import(dplyr)
import(ggplot2)
importFrom(DESeq2,counts)
importFrom(DESeq2,design)
importFrom(DESeq2,estimateSizeFactors)
importFrom(DESeq2,normTransform)
importFrom(DESeq2,plotPCA)
importFrom(DESeq2,vst)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(broom,tidy)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(edgeR,cpm)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,prcomp)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)