... | ... |
@@ -21,7 +21,7 @@ Description: The qmtools (quantitative metabolomics tools) package provides |
21 | 21 |
License: GPL-3 |
22 | 22 |
Encoding: UTF-8 |
23 | 23 |
Roxygen: list(markdown = TRUE) |
24 |
-RoxygenNote: 7.1.2 |
|
24 |
+RoxygenNote: 7.2.3 |
|
25 | 25 |
biocViews: Metabolomics, Preprocessing, Normalization, DimensionReduction, |
26 | 26 |
MassSpectrometry |
27 | 27 |
Imports: |
... | ... |
@@ -3,8 +3,8 @@ |
3 | 3 |
##' Visualizes missing values with a \link{SummarizedExperiment} object or |
4 | 4 |
##' matrix of intensity data where rows represent features and columns represent |
5 | 5 |
##' samples. All values in a data matrix are re-coded (1: missing; 0: |
6 |
-##' non-missing). The right panel displays the amount of missing values in each |
|
7 |
-##' samples. The left panel displays the pattern of missing values using a |
|
6 |
+##' non-missing). The left panel displays the amount of missing values in each |
|
7 |
+##' samples. The right panel displays the pattern of missing values using a |
|
8 | 8 |
##' heatmap with dendrograms. |
9 | 9 |
##' |
10 | 10 |
##' @param x A matrix-like object or \linkS4class{SummarizedExperiment} object. |
... | ... |
@@ -62,8 +62,8 @@ A patchwork object of aligned ggplots |
62 | 62 |
Visualizes missing values with a \link{SummarizedExperiment} object or |
63 | 63 |
matrix of intensity data where rows represent features and columns represent |
64 | 64 |
samples. All values in a data matrix are re-coded (1: missing; 0: |
65 |
-non-missing). The right panel displays the amount of missing values in each |
|
66 |
-samples. The left panel displays the pattern of missing values using a |
|
65 |
+non-missing). The left panel displays the amount of missing values in each |
|
66 |
+samples. The right panel displays the pattern of missing values using a |
|
67 | 67 |
heatmap with dendrograms. |
68 | 68 |
} |
69 | 69 |
\examples{ |