View source: R/preprocessing.R
Analyze the inter-sample correlation and distance
1 2 | batch.analysis.ISCCD(x, s1.cols, s2.cols, s1.label = "s1", s2.label = "s2",
file.prefix = NULL, fig.res = 150)
|
x |
The expression matrix; rows are genes, cells are columns. |
s1.cols |
(numeric) the column indices for the first set of cells |
s2.cols |
(numeric) the column indices for the second set of cells |
s1.label |
(character) the name for the first set of cells |
s2.label |
(character) the name for the second set of cells |
fig.prefix |
(character) the file prefix of the output figure; if file.prefix is null, the figure will be plotted to the screen |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.