... | ... |
@@ -15,7 +15,6 @@ exportMethods(runMergeTumorIntoX) |
15 | 15 |
exportMethods(runReverseDecon) |
16 | 16 |
exportMethods(runspatialdecon) |
17 | 17 |
import(graphics) |
18 |
-import(logNormReg) |
|
19 | 18 |
import(stats) |
20 | 19 |
import(utils) |
21 | 20 |
importClassesFrom(GeomxTools,NanoStringGeoMxSet) |
... | ... |
@@ -29,7 +28,6 @@ importFrom(graphics,lines) |
29 | 28 |
importFrom(graphics,plot) |
30 | 29 |
importFrom(graphics,polygon) |
31 | 30 |
importFrom(graphics,text) |
32 |
-importFrom(logNormReg,lognlm) |
|
33 | 31 |
importFrom(methods,is) |
34 | 32 |
importFrom(repmis,source_data) |
35 | 33 |
importFrom(stats,cor) |
... | ... |
@@ -8,13 +8,16 @@ export(download_profile_matrix) |
8 | 8 |
export(florets) |
9 | 9 |
export(mergeTumorIntoX) |
10 | 10 |
export(reverseDecon) |
11 |
-export(runCollapseCellTypes) |
|
12 | 11 |
export(runErrorModel) |
13 |
-export(runMergeTumorIntoX) |
|
14 |
-export(runReverseDecon) |
|
15 | 12 |
export(spatialdecon) |
13 |
+exportMethods(runCollapseCellTypes) |
|
14 |
+exportMethods(runMergeTumorIntoX) |
|
15 |
+exportMethods(runReverseDecon) |
|
16 | 16 |
exportMethods(runspatialdecon) |
17 |
+import(graphics) |
|
17 | 18 |
import(logNormReg) |
19 |
+import(stats) |
|
20 |
+import(utils) |
|
18 | 21 |
importClassesFrom(GeomxTools,NanoStringGeoMxSet) |
19 | 22 |
importFrom(Biobase,assayData) |
20 | 23 |
importFrom(SeuratObject,GetAssayData) |
... | ... |
@@ -27,6 +30,7 @@ importFrom(graphics,plot) |
27 | 30 |
importFrom(graphics,polygon) |
28 | 31 |
importFrom(graphics,text) |
29 | 32 |
importFrom(logNormReg,lognlm) |
33 |
+importFrom(methods,is) |
|
30 | 34 |
importFrom(repmis,source_data) |
31 | 35 |
importFrom(stats,cor) |
32 | 36 |
importFrom(stats,cutree) |
... | ... |
@@ -9,9 +9,13 @@ export(florets) |
9 | 9 |
export(mergeTumorIntoX) |
10 | 10 |
export(reverseDecon) |
11 | 11 |
export(runErrorModel) |
12 |
+export(runMergeTumorIntoX) |
|
13 |
+export(runReverseDecon) |
|
12 | 14 |
export(spatialdecon) |
13 | 15 |
exportMethods(runspatialdecon) |
14 | 16 |
import(logNormReg) |
17 |
+importClassesFrom(GeomxTools,NanoStringGeoMxSet) |
|
18 |
+importFrom(Biobase,assayData) |
|
15 | 19 |
importFrom(SeuratObject,GetAssayData) |
16 | 20 |
importFrom(grDevices,colors) |
17 | 21 |
importFrom(graphics,barplot) |
Created minimal viable function to create custom profile matrix from single cell data. Users must provide read in count matrix rather than files.
links to matrices will need to be updated when they are merged with master
... | ... |
@@ -8,7 +8,9 @@ export(florets) |
8 | 8 |
export(mergeTumorIntoX) |
9 | 9 |
export(reverseDecon) |
10 | 10 |
export(spatialdecon) |
11 |
+exportMethods(runspatialdecon) |
|
11 | 12 |
import(logNormReg) |
13 |
+importFrom(SeuratObject,GetAssayData) |
|
12 | 14 |
importFrom(grDevices,colors) |
13 | 15 |
importFrom(graphics,barplot) |
14 | 16 |
importFrom(graphics,frame) |
- lazyload = FALSE (causes some check() warnings and notes)
- @keywords internal added
- fixed docs for mini_geomx_dataset
- vignette toc added
- vignette installation instructions added
- @importfrom's added
... | ... |
@@ -9,3 +9,22 @@ export(mergeTumorIntoX) |
9 | 9 |
export(reverseDecon) |
10 | 10 |
export(spatialdecon) |
11 | 11 |
import(logNormReg) |
12 |
+importFrom(grDevices,colors) |
|
13 |
+importFrom(graphics,barplot) |
|
14 |
+importFrom(graphics,frame) |
|
15 |
+importFrom(graphics,legend) |
|
16 |
+importFrom(graphics,lines) |
|
17 |
+importFrom(graphics,plot) |
|
18 |
+importFrom(graphics,polygon) |
|
19 |
+importFrom(graphics,text) |
|
20 |
+importFrom(logNormReg,lognlm) |
|
21 |
+importFrom(stats,cor) |
|
22 |
+importFrom(stats,cutree) |
|
23 |
+importFrom(stats,dist) |
|
24 |
+importFrom(stats,hclust) |
|
25 |
+importFrom(stats,lm) |
|
26 |
+importFrom(stats,pt) |
|
27 |
+importFrom(stats,quantile) |
|
28 |
+importFrom(stats,sd) |
|
29 |
+importFrom(utils,data) |
|
30 |
+importFrom(utils,read.csv) |
... | ... |
@@ -1,11 +1,9 @@ |
1 | 1 |
# Generated by roxygen2: do not edit by hand |
2 | 2 |
|
3 | 3 |
export(TIL_barplot) |
4 |
-export(algorithm2) |
|
5 | 4 |
export(collapseCellTypes) |
6 | 5 |
export(derive_GeoMx_background) |
7 | 6 |
export(download_profile_matrix) |
8 |
-export(flagOutliers) |
|
9 | 7 |
export(florets) |
10 | 8 |
export(mergeTumorIntoX) |
11 | 9 |
export(reverseDecon) |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,14 @@ |
1 |
+# Generated by roxygen2: do not edit by hand |
|
2 |
+ |
|
3 |
+export(TIL_barplot) |
|
4 |
+export(algorithm2) |
|
5 |
+export(convertCellTypes) |
|
6 |
+export(deriveWeights) |
|
7 |
+export(derive_GeoMx_background_at_normalized_scale) |
|
8 |
+export(download_profile_matrix) |
|
9 |
+export(flagOutliers) |
|
10 |
+export(florets) |
|
11 |
+export(mergeTumorIntoX) |
|
12 |
+export(reverseDecon) |
|
13 |
+export(spatialdecon) |
|
14 |
+import(logNormReg) |