-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
29 lines (28 loc) · 838 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(count2FPKM)
export(makeplot)
export(predict_age)
export(predict_age_fromse)
import(org.Hs.eg.db)
importFrom(AnnotationDbi,select)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(impute,impute.knn)
importFrom(methods,is)
importFrom(recount,getRPKM)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,residuals)