-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
37 lines (35 loc) · 1.39 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
exportPattern("^[[:alpha:]]+")
import(Rcpp, STAAR, MetaSTAAR, STAARpipeline, dplyr, SeqArray, TxDb.Hsapiens.UCSC.hg38.knownGene, Matrix, methods)
import(STAARpipelineSummary, except = genes)
importFrom("stats", "pchisq", "lm", "model.matrix", "quantile", "rnorm", "binomial")
importFrom("SeqVarTools", "isSNV")
importFrom("GenomicFeatures", "genes", "promoters")
importFrom("expm", "sqrtm")
importFrom("MASS", "ginv")
importFrom("grDevices", "dev.off", "png")
importFrom("graphics", "abline", "legend", "par", "plot")
importFrom("utils", "write.csv")
# functions
export(individual_analysis_MetaSTAARlite_worker,
individual_analysis_MetaSTAARlite,
individual_analysis_MetaSTAARlite_cond,
coding_MetaSTAARlite_worker,
coding_MetaSTAARlite,
coding_MetaSTAARlite_cond,
custom_MetaSTAARlite_worker,
custom_MetaSTAARlite,
custom_MetaSTAARlite_cond,
noncoding_MetaSTAARlite_worker,
noncoding_MetaSTAARlite,
noncoding_MetaSTAARlite_cond,
ncRNA_MetaSTAARlite_worker,
ncRNA_MetaSTAARlite,
ncRNA_MetaSTAARlite_cond,
MetaSTAARlite_worker_sumstat,
MetaSTAARlite_worker_cov,
MetaSTAARlite_worker_cov_cond,
MetaSTAARlite_merge,
MetaSTAARlite_merge_cond,
Gene_Centric_Coding_Results_Summary_meta,
Gene_Centric_Noncoding_Results_Summary_meta,
Individual_Analysis_Results_Summary_meta)