Description Usage Arguments Value
View source: R/dataset_utils.R
align dataset margins
1 2 3 4 5 6 | align.dataset.margins(
datasets,
na.rows = TRUE,
na.cols = FALSE,
use.dims = NULL
)
|
datasets |
list of matrices (columns are samples, rows are genes) |
na.rows |
if TRUE, add NAs for missing rows, otherwise they are removed |
na.cols |
if TRUE, add NAs for missing columns, otherwise they are removed |
use.dims |
either an integer or character vector of length 1 |
new list of matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.