Browse code

fix export

87875172 authored on 23/04/2019 21:08:43
Showing 2 changed files

... ...
@@ -51,7 +51,6 @@ export(resamplePerplexity)
51 51
 export(runParams)
52 52
 export(sampleLabel)
53 53
 export(selectBestModel)
54
-export(semiPheatmap)
55 54
 export(simulateCells)
56 55
 export(simulateCellscelda_C)
57 56
 export(simulateCellscelda_CG)
... ...
@@ -1493,7 +1493,6 @@ vplayout <- function(x, y) {
1493 1493
 #' }
1494 1494
 #'
1495 1495
 #' pheatmap(test, clusteringCallback = callback)
1496
-#' @export
1497 1496
 semiPheatmap <- function(mat,
1498 1497
     color = colorRampPalette(rev(brewer.pal(n = 7, name = "RdYlBu")))(100),
1499 1498
     kmeansK = NA,