Now "association" implements isva (fast) and sva pipelines (slow).
Vignette was updated.
Doc. was updated.
... | ... |
@@ -4,6 +4,7 @@ export(add_cls) |
4 | 4 |
export(add_exp) |
5 | 5 |
export(association) |
6 | 6 |
export(crossomics) |
7 |
+export(getIntegration) |
|
7 | 8 |
export(plotAssociation) |
8 | 9 |
export(plotHits) |
9 | 10 |
export(plotIntegration) |
... | ... |
@@ -22,6 +23,10 @@ importFrom(Biobase,sampleNames) |
22 | 23 |
importFrom(MultiDataSet,commonSamples) |
23 | 24 |
importFrom(PMA,MultiCCA) |
24 | 25 |
importFrom(PMA,MultiCCA.permute) |
26 |
+importFrom(SmartSVA,smartsva.cpp) |
|
27 |
+importFrom(SummarizedExperiment,assay) |
|
28 |
+importFrom(SummarizedExperiment,rowData) |
|
29 |
+importFrom(SummarizedExperiment,rowRanges) |
|
25 | 30 |
importFrom(ggplot2,aes) |
26 | 31 |
importFrom(ggplot2,geom_hline) |
27 | 32 |
importFrom(ggplot2,geom_point) |
... | ... |
@@ -36,6 +41,7 @@ importFrom(ggrepel,geom_text_repel) |
36 | 41 |
importFrom(grDevices,rainbow) |
37 | 42 |
importFrom(graphics,plot) |
38 | 43 |
importFrom(gridExtra,grid.arrange) |
44 |
+importFrom(isva,EstDimRMT) |
|
39 | 45 |
importFrom(limma,eBayes) |
40 | 46 |
importFrom(limma,lmFit) |
41 | 47 |
importFrom(methods,as) |
... | ... |
@@ -49,5 +55,6 @@ importFrom(stats,model.matrix) |
49 | 55 |
importFrom(stats,qbeta) |
50 | 56 |
importFrom(stats,qchisq) |
51 | 57 |
importFrom(stats,qnorm) |
58 |
+importFrom(stringr,str_pad) |
|
52 | 59 |
importFrom(sva,num.sv) |
53 | 60 |
importFrom(sva,sva) |
... | ... |
@@ -4,21 +4,15 @@ export(add_cls) |
4 | 4 |
export(add_exp) |
5 | 5 |
export(association) |
6 | 6 |
export(crossomics) |
7 |
-export(lambdaClayton) |
|
8 |
-export(opt) |
|
9 |
-export(plotAssociation) |
|
10 | 7 |
export(plotHits) |
11 | 8 |
export(plotIntegration) |
12 | 9 |
export(plotLambda) |
13 |
-export(qq_plot) |
|
14 |
-export(rid) |
|
15 | 10 |
export(tableHits) |
16 | 11 |
export(tableLambda) |
17 |
-export(topTable) |
|
18 |
-exportClasses(ResultSet) |
|
19 | 12 |
import(methods) |
20 | 13 |
import(utils) |
21 | 14 |
importClassesFrom(MultiDataSet,MultiDataSet) |
15 |
+importClassesFrom(MultiDataSet,ResultSet) |
|
22 | 16 |
importClassesFrom(rexposome,ExposomeClust) |
23 | 17 |
importClassesFrom(rexposome,ExposomeSet) |
24 | 18 |
importFrom(Biobase,fData) |
... | ... |
@@ -1,6 +1,9 @@ |
1 | 1 |
# Generated by roxygen2: do not edit by hand |
2 | 2 |
|
3 |
+export(add_cls) |
|
4 |
+export(add_exp) |
|
3 | 5 |
export(assocES) |
6 |
+export(association) |
|
4 | 7 |
export(crossomics) |
5 | 8 |
export(lambdaClayton) |
6 | 9 |
export(opt) |
... | ... |
@@ -13,15 +16,16 @@ export(rid) |
13 | 16 |
export(tableHits) |
14 | 17 |
export(tableLambda) |
15 | 18 |
export(topTable) |
16 |
-export(volcano_plot) |
|
17 | 19 |
exportClasses(ResultSet) |
18 | 20 |
import(methods) |
19 | 21 |
import(utils) |
22 |
+importClassesFrom(MultiDataSet,MultiDataSet) |
|
20 | 23 |
importClassesFrom(rexposome,ExposomeClust) |
21 | 24 |
importClassesFrom(rexposome,ExposomeSet) |
22 | 25 |
importFrom(Biobase,fData) |
23 | 26 |
importFrom(Biobase,pData) |
24 | 27 |
importFrom(Biobase,sampleNames) |
28 |
+importFrom(MultiDataSet,commonSamples) |
|
25 | 29 |
importFrom(PMA,MultiCCA) |
26 | 30 |
importFrom(PMA,MultiCCA.permute) |
27 | 31 |
importFrom(ggplot2,aes) |
Properly generation of 'NAMESPACE' using 'omicRexposome.R' file.
... | ... |
@@ -10,9 +10,46 @@ export(plotIntegration) |
10 | 10 |
export(plotLambda) |
11 | 11 |
export(qq_plot) |
12 | 12 |
export(rid) |
13 |
-export(snpToContinuous) |
|
14 | 13 |
export(tableHits) |
15 | 14 |
export(tableLambda) |
16 | 15 |
export(topTable) |
17 | 16 |
export(volcano_plot) |
18 | 17 |
exportClasses(ResultSet) |
18 |
+import(methods) |
|
19 |
+import(utils) |
|
20 |
+importClassesFrom(rexposome,ExposomeClust) |
|
21 |
+importClassesFrom(rexposome,ExposomeSet) |
|
22 |
+importFrom(Biobase,fData) |
|
23 |
+importFrom(Biobase,pData) |
|
24 |
+importFrom(Biobase,sampleNames) |
|
25 |
+importFrom(PMA,MultiCCA) |
|
26 |
+importFrom(PMA,MultiCCA.permute) |
|
27 |
+importFrom(ggplot2,aes) |
|
28 |
+importFrom(ggplot2,geom_hline) |
|
29 |
+importFrom(ggplot2,geom_point) |
|
30 |
+importFrom(ggplot2,geom_polygon) |
|
31 |
+importFrom(ggplot2,geom_vline) |
|
32 |
+importFrom(ggplot2,scale_colour_manual) |
|
33 |
+importFrom(ggplot2,theme) |
|
34 |
+importFrom(ggplot2,theme_bw) |
|
35 |
+importFrom(ggplot2,xlab) |
|
36 |
+importFrom(ggplot2,ylab) |
|
37 |
+importFrom(ggrepel,geom_text_repel) |
|
38 |
+importFrom(grDevices,rainbow) |
|
39 |
+importFrom(graphics,plot) |
|
40 |
+importFrom(gridExtra,grid.arrange) |
|
41 |
+importFrom(limma,eBayes) |
|
42 |
+importFrom(limma,lmFit) |
|
43 |
+importFrom(methods,as) |
|
44 |
+importFrom(methods,new) |
|
45 |
+importFrom(omicade4,mcia) |
|
46 |
+importFrom(qqman,manhattan) |
|
47 |
+importFrom(rexposome,exposureNames) |
|
48 |
+importFrom(rexposome,phenotypeNames) |
|
49 |
+importFrom(stats,as.formula) |
|
50 |
+importFrom(stats,model.matrix) |
|
51 |
+importFrom(stats,qbeta) |
|
52 |
+importFrom(stats,qchisq) |
|
53 |
+importFrom(stats,qnorm) |
|
54 |
+importFrom(sva,num.sv) |
|
55 |
+importFrom(sva,sva) |
Created new function 'assocES' to use without 'MultiDataSet'.
... | ... |
@@ -1,17 +1,11 @@ |
1 | 1 |
# Generated by roxygen2: do not edit by hand |
2 | 2 |
|
3 |
-export(add_cls) |
|
4 |
-export(add_exp) |
|
5 |
-export(add_prot) |
|
6 |
-export(assocGE) |
|
7 |
-export(assocME) |
|
8 |
-export(assocPRT) |
|
9 |
-export(assocSNP) |
|
10 |
-export(crossomics) |
|
3 |
+export(assocES) |
|
11 | 4 |
export(lambdaClayton) |
12 | 5 |
export(plotAssociation) |
13 | 6 |
export(plotHits) |
14 | 7 |
export(plotIntegration) |
8 |
+export(plotLambda) |
|
15 | 9 |
export(qq_plot) |
16 | 10 |
export(rid) |
17 | 11 |
export(snpToContinuous) |
... | ... |
@@ -20,4 +14,3 @@ export(tableLambda) |
20 | 14 |
export(topTable) |
21 | 15 |
export(volcano_plot) |
22 | 16 |
exportClasses(ResultSet) |
23 |
-importClassesFrom(MultiDataSet,MethylationSet) |
... | ... |
@@ -7,9 +7,11 @@ export(assocGE) |
7 | 7 |
export(assocME) |
8 | 8 |
export(assocPRT) |
9 | 9 |
export(assocSNP) |
10 |
+export(crossomics) |
|
10 | 11 |
export(lambdaClayton) |
11 | 12 |
export(plotAssociation) |
12 | 13 |
export(plotHits) |
14 |
+export(plotIntegration) |
|
13 | 15 |
export(qq_plot) |
14 | 16 |
export(rid) |
15 | 17 |
export(snpToContinuous) |
Added both 'add_exp' and 'add_cls' for 'MultiDataSet'.
... | ... |
@@ -1,10 +1,13 @@ |
1 | 1 |
# Generated by roxygen2: do not edit by hand |
2 | 2 |
|
3 |
+export(add_cls) |
|
4 |
+export(add_exp) |
|
3 | 5 |
export(add_prot) |
4 | 6 |
export(assocGE) |
5 | 7 |
export(assocME) |
6 | 8 |
export(assocPRT) |
7 | 9 |
export(assocSNP) |
10 |
+export(lambdaClayton) |
|
8 | 11 |
export(plotAssociation) |
9 | 12 |
export(plotHits) |
10 | 13 |
export(qq_plot) |
... | ... |
@@ -1,73 +1,17 @@ |
1 | 1 |
# Generated by roxygen2: do not edit by hand |
2 | 2 |
|
3 |
-export("individualNames<-") |
|
4 |
-export(Summary) |
|
5 |
-export(add_cls) |
|
6 |
-export(add_exp) |
|
7 | 3 |
export(add_prot) |
8 |
-export(as.data.frame.ExposomeSet) |
|
9 | 4 |
export(assocGE) |
10 | 5 |
export(assocME) |
11 | 6 |
export(assocPRT) |
12 | 7 |
export(assocSNP) |
13 |
-export(classification) |
|
14 |
-export(clustering) |
|
15 |
-export(correlation) |
|
16 |
-export(crossomics) |
|
17 |
-export(expos) |
|
18 |
-export(exposureNames) |
|
19 |
-export(extract) |
|
20 |
-export(exwas) |
|
21 |
-export(familyNames) |
|
22 |
-export(highAndLow) |
|
23 |
-export(ilod) |
|
24 |
-export(impute) |
|
25 |
-export(imputeLOD) |
|
26 |
-export(individualNames) |
|
27 |
-export(lambdaClayton) |
|
28 |
-export(load_exposome) |
|
29 |
-export(mexwas) |
|
30 |
-export(ndim) |
|
31 |
-export(nl_exwas) |
|
32 |
-export(normalityTest) |
|
33 |
-export(pca) |
|
34 |
-export(phenotypeNames) |
|
35 |
-export(plot3PCA) |
|
36 | 8 |
export(plotAssociation) |
37 |
-export(plotClassification) |
|
38 |
-export(plotCorrelation) |
|
39 |
-export(plotEXP) |
|
40 |
-export(plotEffect) |
|
41 |
-export(plotExwas) |
|
42 |
-export(plotFamily) |
|
43 |
-export(plotHistogram) |
|
44 | 9 |
export(plotHits) |
45 |
-export(plotIntegration) |
|
46 |
-export(plotLOD) |
|
47 |
-export(plotMissings) |
|
48 |
-export(plotPCA) |
|
49 |
-export(plotPHE) |
|
50 | 10 |
export(qq_plot) |
51 |
-export(raw) |
|
52 |
-export(read_exposome) |
|
53 |
-export(restore) |
|
54 | 11 |
export(rid) |
55 | 12 |
export(snpToContinuous) |
56 |
-export(standardize) |
|
57 | 13 |
export(tableHits) |
58 |
-export(tableLOD) |
|
59 | 14 |
export(tableLambda) |
60 |
-export(tableMissings) |
|
61 |
-export(tef) |
|
62 |
-export(trans) |
|
63 | 15 |
export(volcano_plot) |
64 |
-exportClasses(ExWAS) |
|
65 |
-exportClasses(ExposomeClust) |
|
66 |
-exportClasses(ExposomeCorr) |
|
67 |
-exportClasses(ExposomePCA) |
|
68 |
-exportClasses(ExposomeSet) |
|
69 | 16 |
exportClasses(ResultSet) |
70 |
-exportClasses(mExWAS) |
|
71 |
-exportClasses(nlExWAS) |
|
72 |
-importClassesFrom(Biobase,eSet) |
|
73 | 17 |
importClassesFrom(MultiDataSet,MethylationSet) |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,73 @@ |
1 |
+# Generated by roxygen2: do not edit by hand |
|
2 |
+ |
|
3 |
+export("individualNames<-") |
|
4 |
+export(Summary) |
|
5 |
+export(add_cls) |
|
6 |
+export(add_exp) |
|
7 |
+export(add_prot) |
|
8 |
+export(as.data.frame.ExposomeSet) |
|
9 |
+export(assocGE) |
|
10 |
+export(assocME) |
|
11 |
+export(assocPRT) |
|
12 |
+export(assocSNP) |
|
13 |
+export(classification) |
|
14 |
+export(clustering) |
|
15 |
+export(correlation) |
|
16 |
+export(crossomics) |
|
17 |
+export(expos) |
|
18 |
+export(exposureNames) |
|
19 |
+export(extract) |
|
20 |
+export(exwas) |
|
21 |
+export(familyNames) |
|
22 |
+export(highAndLow) |
|
23 |
+export(ilod) |
|
24 |
+export(impute) |
|
25 |
+export(imputeLOD) |
|
26 |
+export(individualNames) |
|
27 |
+export(lambdaClayton) |
|
28 |
+export(load_exposome) |
|
29 |
+export(mexwas) |
|
30 |
+export(ndim) |
|
31 |
+export(nl_exwas) |
|
32 |
+export(normalityTest) |
|
33 |
+export(pca) |
|
34 |
+export(phenotypeNames) |
|
35 |
+export(plot3PCA) |
|
36 |
+export(plotAssociation) |
|
37 |
+export(plotClassification) |
|
38 |
+export(plotCorrelation) |
|
39 |
+export(plotEXP) |
|
40 |
+export(plotEffect) |
|
41 |
+export(plotExwas) |
|
42 |
+export(plotFamily) |
|
43 |
+export(plotHistogram) |
|
44 |
+export(plotHits) |
|
45 |
+export(plotIntegration) |
|
46 |
+export(plotLOD) |
|
47 |
+export(plotMissings) |
|
48 |
+export(plotPCA) |
|
49 |
+export(plotPHE) |
|
50 |
+export(qq_plot) |
|
51 |
+export(raw) |
|
52 |
+export(read_exposome) |
|
53 |
+export(restore) |
|
54 |
+export(rid) |
|
55 |
+export(snpToContinuous) |
|
56 |
+export(standardize) |
|
57 |
+export(tableHits) |
|
58 |
+export(tableLOD) |
|
59 |
+export(tableLambda) |
|
60 |
+export(tableMissings) |
|
61 |
+export(tef) |
|
62 |
+export(trans) |
|
63 |
+export(volcano_plot) |
|
64 |
+exportClasses(ExWAS) |
|
65 |
+exportClasses(ExposomeClust) |
|
66 |
+exportClasses(ExposomeCorr) |
|
67 |
+exportClasses(ExposomePCA) |
|
68 |
+exportClasses(ExposomeSet) |
|
69 |
+exportClasses(ResultSet) |
|
70 |
+exportClasses(mExWAS) |
|
71 |
+exportClasses(nlExWAS) |
|
72 |
+importClassesFrom(Biobase,eSet) |
|
73 |
+importClassesFrom(MultiDataSet,MethylationSet) |