We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76990b8 commit 4eae80cCopy full SHA for 4eae80c
2 files changed
NAMESPACE
@@ -46,6 +46,7 @@ import(httr)
46
import(jsonlite)
47
import(magrittr)
48
import(parallel)
49
+import(pivot_longer)
50
import(plotly)
51
import(quantmod)
52
import(reshape2)
@@ -54,6 +55,7 @@ import(scales)
54
55
import(str_split)
56
import(stringr)
57
import(tibble)
58
+import(tidyr)
59
import(tidyverse)
60
import(tools)
61
import(utils)
R/Violin_Plots_by_Metadata.R
@@ -15,10 +15,11 @@
15
#' @param outlier.high Filter upper bound outliers (Default = 0.95)
16
#' @param jitter.points Scatter points on the plot (TRUE/FALSE)
17
#' @param jitter.dot.size Set size of individual points
18
-
+#'
19
#' @import Seurat
20
#' @import reshape2
21
#' @import tidyverse
22
+#' @import tidyr pivot_longer
23
#' @import cowplot
24
#' @import rlang
25
#' @import ggplot2
0 commit comments