Description Usage Arguments Examples
initialize VAT Entity
1 2 3 | initVATEntity(data.raw, title = "VAT", min.genes = 0, min.cells = 0,
cell.scale = FALSE, scale.factor = 0, log.trans = TRUE,
pseudocount = 1, verbose = TRUE)
|
data.raw |
data matrix |
title |
dataset name |
min.genes |
Include cells where more than this many genes are detected, default 0 |
min.cells |
Include genes where more than this many cells are detected, default 0 |
cell.scale |
whether or not normalizing by library size, default FALSE |
scale.factor |
multiple factor for cell.scale, default 0, using the mean for library size |
log.trans |
whether or not log-transform (log(p+pseudocount)), default TRUE |
verbose |
whether or not printing verbose, default TRUE |
pseducount |
pseducount for log-transform, default 1 |
1 2 3 | vat <- initVATEntity(data.raw = data, title="VAT")
vat <- initVATEntity(data, title="VAT", min.genes = 0, min.cells = 3, cell.scale = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.