... | ... |
@@ -37,6 +37,7 @@ importFrom(RCurl,url.exists) |
37 | 37 |
importFrom(doParallel,registerDoParallel) |
38 | 38 |
importFrom(foreach,"%dopar%") |
39 | 39 |
importFrom(foreach,foreach) |
40 |
+importFrom(limma,squeezeVar) |
|
40 | 41 |
importFrom(methods,is) |
41 | 42 |
importFrom(methods,new) |
42 | 43 |
importFrom(openxlsx,read.xlsx) |
... | ... |
@@ -8,7 +8,6 @@ export(competeModels) |
8 | 8 |
export(computeFStatFromParams) |
9 | 9 |
export(computeFdr) |
10 | 10 |
export(computeFstat) |
11 |
-export(computePvalFromKernelDensity) |
|
12 | 11 |
export(configWide2Long) |
13 | 12 |
export(filterOutContaminants) |
14 | 13 |
export(findHits) |
... | ... |
@@ -42,7 +41,6 @@ importFrom(methods,new) |
42 | 41 |
importFrom(openxlsx,read.xlsx) |
43 | 42 |
importFrom(parallel,makeCluster) |
44 | 43 |
importFrom(parallel,stopCluster) |
45 |
-importFrom(sfsmisc,integrate.xy) |
|
46 | 44 |
importFrom(stats,approx) |
47 | 45 |
importFrom(stats,coef) |
48 | 46 |
importFrom(stats,density) |
... | ... |
@@ -25,7 +25,7 @@ export(plot2dTppProfile) |
25 | 25 |
export(plot2dTppRelProfile) |
26 | 26 |
export(recomputeSignalFromRatios) |
27 | 27 |
export(renameColumns) |
28 |
-export(resolveAmbigousProteinNames) |
|
28 |
+export(resolveAmbiguousProteinNames) |
|
29 | 29 |
export(runTPP2D) |
30 | 30 |
exportClasses(tpp2dExperiment) |
31 | 31 |
import(BiocParallel) |
... | ... |
@@ -5,6 +5,7 @@ export(annotateDataList) |
5 | 5 |
export(bootstrapNull) |
6 | 6 |
export(bootstrapNullAlternativeModel) |
7 | 7 |
export(competeModels) |
8 |
+export(computeFStatFromParams) |
|
8 | 9 |
export(computeFdr) |
9 | 10 |
export(computeFstat) |
10 | 11 |
export(computePvalFromKernelDensity) |
... | ... |
@@ -34,6 +35,7 @@ importFrom(doParallel,registerDoParallel) |
34 | 35 |
importFrom(foreach,"%dopar%") |
35 | 36 |
importFrom(foreach,foreach) |
36 | 37 |
importFrom(methods,is) |
38 |
+importFrom(methods,new) |
|
37 | 39 |
importFrom(openxlsx,read.xlsx) |
38 | 40 |
importFrom(parallel,makeCluster) |
39 | 41 |
importFrom(parallel,stopCluster) |
... | ... |
@@ -52,5 +54,6 @@ importFrom(stats,sd) |
52 | 54 |
importFrom(stringr,str_to_title) |
53 | 55 |
importFrom(tidyr,gather) |
54 | 56 |
importFrom(tidyr,spread) |
57 |
+importFrom(utils,head) |
|
55 | 58 |
importFrom(utils,read.delim) |
56 | 59 |
importFrom(utils,read.table) |
... | ... |
@@ -23,7 +23,9 @@ export(plot2dTppProfile) |
23 | 23 |
export(plot2dTppRelProfile) |
24 | 24 |
export(recomputeSignalFromRatios) |
25 | 25 |
export(renameColumns) |
26 |
+export(runTPP2D) |
|
26 | 27 |
exportClasses(tpp2dExperiment) |
28 |
+import(BiocParallel) |
|
27 | 29 |
import(dplyr) |
28 | 30 |
import(ggplot2) |
29 | 31 |
importFrom(MASS,lda) |
... | ... |
@@ -3,6 +3,7 @@ |
3 | 3 |
export(TPP_importCheckConfigTable) |
4 | 4 |
export(annotateDataList) |
5 | 5 |
export(bootstrapNull) |
6 |
+export(bootstrapNullAlternativeModel) |
|
6 | 7 |
export(competeModels) |
7 | 8 |
export(computeFdr) |
8 | 9 |
export(computeFstat) |
... | ... |
@@ -13,6 +14,7 @@ export(findHits) |
13 | 14 |
export(fitAndEvalDataset) |
14 | 15 |
export(fitH0Model) |
15 | 16 |
export(fitH1Model) |
17 |
+export(getModelParamsDf) |
|
16 | 18 |
export(gg_qq) |
17 | 19 |
export(import2dDataset) |
18 | 20 |
export(import2dMain) |
... | ... |
@@ -21,6 +23,7 @@ export(plot2dTppProfile) |
21 | 23 |
export(plot2dTppRelProfile) |
22 | 24 |
export(recomputeSignalFromRatios) |
23 | 25 |
export(renameColumns) |
26 |
+exportClasses(tpp2dExperiment) |
|
24 | 27 |
import(dplyr) |
25 | 28 |
import(ggplot2) |
26 | 29 |
importFrom(MASS,lda) |
... | ... |
@@ -6,6 +6,7 @@ export(bootstrapNull) |
6 | 6 |
export(competeModels) |
7 | 7 |
export(computeFdr) |
8 | 8 |
export(computeFstat) |
9 |
+export(computePvalFromKernelDensity) |
|
9 | 10 |
export(configWide2Long) |
10 | 11 |
export(filterOutContaminants) |
11 | 12 |
export(findHits) |
... | ... |
@@ -31,12 +32,15 @@ importFrom(methods,is) |
31 | 32 |
importFrom(openxlsx,read.xlsx) |
32 | 33 |
importFrom(parallel,makeCluster) |
33 | 34 |
importFrom(parallel,stopCluster) |
35 |
+importFrom(sfsmisc,integrate.xy) |
|
34 | 36 |
importFrom(stats,approx) |
35 | 37 |
importFrom(stats,coef) |
38 |
+importFrom(stats,density) |
|
36 | 39 |
importFrom(stats,fft) |
37 | 40 |
importFrom(stats,lm) |
38 | 41 |
importFrom(stats,median) |
39 | 42 |
importFrom(stats,optim) |
43 |
+importFrom(stats,p.adjust) |
|
40 | 44 |
importFrom(stats,predict) |
41 | 45 |
importFrom(stats,residuals) |
42 | 46 |
importFrom(stats,sd) |
... | ... |
@@ -15,6 +15,7 @@ export(fitH1Model) |
15 | 15 |
export(gg_qq) |
16 | 16 |
export(import2dDataset) |
17 | 17 |
export(import2dMain) |
18 |
+export(moderateOutliers) |
|
18 | 19 |
export(plot2dTppFit) |
19 | 20 |
export(plot2dTppProfile) |
20 | 21 |
export(plot2dTppRelProfile) |
... | ... |
@@ -39,6 +40,7 @@ importFrom(stats,median) |
39 | 40 |
importFrom(stats,optim) |
40 | 41 |
importFrom(stats,predict) |
41 | 42 |
importFrom(stats,residuals) |
43 |
+importFrom(stats,sd) |
|
42 | 44 |
importFrom(stringr,str_to_title) |
43 | 45 |
importFrom(tidyr,gather) |
44 | 46 |
importFrom(tidyr,spread) |
... | ... |
@@ -1,19 +1,25 @@ |
1 | 1 |
# Generated by roxygen2: do not edit by hand |
2 | 2 |
|
3 |
+export(TPP_importCheckConfigTable) |
|
4 |
+export(annotateDataList) |
|
3 | 5 |
export(bootstrapNull) |
4 | 6 |
export(competeModels) |
5 | 7 |
export(computeFdr) |
6 | 8 |
export(computeFstat) |
9 |
+export(configWide2Long) |
|
10 |
+export(filterOutContaminants) |
|
7 | 11 |
export(findHits) |
8 | 12 |
export(fitAndEvalDataset) |
9 | 13 |
export(fitH0Model) |
10 | 14 |
export(fitH1Model) |
11 | 15 |
export(gg_qq) |
12 | 16 |
export(import2dDataset) |
17 |
+export(import2dMain) |
|
13 | 18 |
export(plot2dTppFit) |
14 | 19 |
export(plot2dTppProfile) |
15 | 20 |
export(plot2dTppRelProfile) |
16 | 21 |
export(recomputeSignalFromRatios) |
22 |
+export(renameColumns) |
|
17 | 23 |
import(dplyr) |
18 | 24 |
import(ggplot2) |
19 | 25 |
importFrom(RCurl,url.exists) |
... | ... |
@@ -26,6 +32,7 @@ importFrom(parallel,makeCluster) |
26 | 32 |
importFrom(parallel,stopCluster) |
27 | 33 |
importFrom(stats,approx) |
28 | 34 |
importFrom(stats,coef) |
35 |
+importFrom(stats,fft) |
|
29 | 36 |
importFrom(stats,lm) |
30 | 37 |
importFrom(stats,median) |
31 | 38 |
importFrom(stats,optim) |
... | ... |
@@ -22,6 +22,8 @@ importFrom(foreach,"%dopar%") |
22 | 22 |
importFrom(foreach,foreach) |
23 | 23 |
importFrom(methods,is) |
24 | 24 |
importFrom(openxlsx,read.xlsx) |
25 |
+importFrom(parallel,makeCluster) |
|
26 |
+importFrom(parallel,stopCluster) |
|
25 | 27 |
importFrom(stats,approx) |
26 | 28 |
importFrom(stats,coef) |
27 | 29 |
importFrom(stats,lm) |
... | ... |
@@ -16,9 +16,11 @@ export(plot2dTppRelProfile) |
16 | 16 |
export(recomputeSignalFromRatios) |
17 | 17 |
import(dplyr) |
18 | 18 |
import(ggplot2) |
19 |
+importFrom(RCurl,url.exists) |
|
19 | 20 |
importFrom(doParallel,registerDoParallel) |
20 | 21 |
importFrom(foreach,"%dopar%") |
21 | 22 |
importFrom(foreach,foreach) |
23 |
+importFrom(methods,is) |
|
22 | 24 |
importFrom(openxlsx,read.xlsx) |
23 | 25 |
importFrom(stats,approx) |
24 | 26 |
importFrom(stats,coef) |
... | ... |
@@ -21,9 +21,13 @@ importFrom(foreach,"%dopar%") |
21 | 21 |
importFrom(foreach,foreach) |
22 | 22 |
importFrom(openxlsx,read.xlsx) |
23 | 23 |
importFrom(stats,approx) |
24 |
+importFrom(stats,coef) |
|
24 | 25 |
importFrom(stats,lm) |
26 |
+importFrom(stats,median) |
|
25 | 27 |
importFrom(stats,optim) |
28 |
+importFrom(stats,residuals) |
|
26 | 29 |
importFrom(stringr,str_to_title) |
27 | 30 |
importFrom(tidyr,gather) |
31 |
+importFrom(tidyr,spread) |
|
28 | 32 |
importFrom(utils,read.delim) |
29 | 33 |
importFrom(utils,read.table) |
... | ... |
@@ -10,16 +10,20 @@ export(fitH0Model) |
10 | 10 |
export(fitH1Model) |
11 | 11 |
export(gg_qq) |
12 | 12 |
export(import2dDataset) |
13 |
-export(nullSampleFstat) |
|
14 | 13 |
export(plot2dTppFit) |
15 | 14 |
export(plot2dTppProfile) |
16 | 15 |
export(plot2dTppRelProfile) |
17 | 16 |
export(recomputeSignalFromRatios) |
18 |
-import(TPP) |
|
19 | 17 |
import(dplyr) |
20 | 18 |
import(ggplot2) |
21 | 19 |
importFrom(doParallel,registerDoParallel) |
22 | 20 |
importFrom(foreach,"%dopar%") |
23 | 21 |
importFrom(foreach,foreach) |
22 |
+importFrom(openxlsx,read.xlsx) |
|
24 | 23 |
importFrom(stats,approx) |
25 | 24 |
importFrom(stats,lm) |
25 |
+importFrom(stats,optim) |
|
26 |
+importFrom(stringr,str_to_title) |
|
27 |
+importFrom(tidyr,gather) |
|
28 |
+importFrom(utils,read.delim) |
|
29 |
+importFrom(utils,read.table) |
... | ... |
@@ -1,6 +1,7 @@ |
1 | 1 |
# Generated by roxygen2: do not edit by hand |
2 | 2 |
|
3 | 3 |
export(bootstrapNull) |
4 |
+export(competeModels) |
|
4 | 5 |
export(computeFdr) |
5 | 6 |
export(computeFstat) |
6 | 7 |
export(findHits) |
... | ... |
@@ -9,6 +10,8 @@ export(fitH0Model) |
9 | 10 |
export(fitH1Model) |
10 | 11 |
export(gg_qq) |
11 | 12 |
export(import2dDataset) |
13 |
+export(nullSampleFstat) |
|
14 |
+export(plot2dTppFit) |
|
12 | 15 |
export(plot2dTppProfile) |
13 | 16 |
export(plot2dTppRelProfile) |
14 | 17 |
export(recomputeSignalFromRatios) |
... | ... |
@@ -1,11 +1,22 @@ |
1 | 1 |
# Generated by roxygen2: do not edit by hand |
2 | 2 |
|
3 |
+export(bootstrapNull) |
|
4 |
+export(computeFdr) |
|
5 |
+export(computeFstat) |
|
6 |
+export(findHits) |
|
7 |
+export(fitAndEvalDataset) |
|
3 | 8 |
export(fitH0Model) |
4 | 9 |
export(fitH1Model) |
5 | 10 |
export(gg_qq) |
11 |
+export(import2dDataset) |
|
6 | 12 |
export(plot2dTppProfile) |
7 | 13 |
export(plot2dTppRelProfile) |
8 | 14 |
export(recomputeSignalFromRatios) |
15 |
+import(TPP) |
|
9 | 16 |
import(dplyr) |
10 | 17 |
import(ggplot2) |
18 |
+importFrom(doParallel,registerDoParallel) |
|
19 |
+importFrom(foreach,"%dopar%") |
|
20 |
+importFrom(foreach,foreach) |
|
11 | 21 |
importFrom(stats,approx) |
22 |
+importFrom(stats,lm) |
... | ... |
@@ -1,5 +1,7 @@ |
1 | 1 |
# Generated by roxygen2: do not edit by hand |
2 | 2 |
|
3 |
+export(fitH0Model) |
|
4 |
+export(fitH1Model) |
|
3 | 5 |
export(gg_qq) |
4 | 6 |
export(plot2dTppProfile) |
5 | 7 |
export(plot2dTppRelProfile) |
... | ... |
@@ -7,3 +9,6 @@ export(recomputeSignalFromRatios) |
7 | 9 |
import(dplyr) |
8 | 10 |
import(ggplot2) |
9 | 11 |
importFrom(stats,approx) |
12 |
+useDynLib(TPP2D, .registration=TRUE) |
|
13 |
+exportPattern("^[[:alpha:]]+") |
|
14 |
+importFrom(Rcpp, evalCpp) |