View source: R/reduceDimension_PCA.R
rd_PCA | R Documentation |
Title
rd_PCA(
norm.dat,
select.genes = row.names(norm.dat),
select.cells = colnames(norm.dat),
sampled.cells = select.cells,
max.pca = 10,
th = 2
)
norm.dat |
|
select.genes |
|
select.cells |
|
sampled.cells |
|
max.pca |
|
th |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.