-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
43 lines (42 loc) · 1.19 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(Marr)
export(MarrFilterData)
export(MarrPlotFeatures)
export(MarrPlotSamplepairs)
export(MarrProc)
exportClasses(Marr)
exportMethods(MarrAlpha)
exportMethods(MarrData)
exportMethods(MarrFeatureVars)
exportMethods(MarrFeatures)
exportMethods(MarrFeaturesfiltered)
exportMethods(MarrPFeatures)
exportMethods(MarrPSamplepairs)
exportMethods(MarrSamplepairs)
exportMethods(MarrSamplepairsfiltered)
exportPattern('^[[:alpha:]]+')
import(methods)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(dplyr,filter)
importFrom(dplyr,mutate_if)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(magrittr,"%>%")
importFrom(methods,setClassUnion)
importFrom(rlang,.data)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(marr)