Description Usage Arguments Value Examples
To analyse the seurat.obj easily
1 2 3 4 5 6 7 8 9 10 11 | Get_monocle(
seurat_object,
gene_ann = NULL,
n_cell = NULL,
num_expressed = 1,
batch_if = NULL,
remove_batch = F,
dispersion_empiricals = 0.1,
mean_expressions = 0.01,
ordering_genes = NULL
)
|
seurat_object |
seurat.obj |
gene_ann |
gene information rownames are genenames, and a col named 'gene_short_name' |
n_cell |
barcode of the mixed cells, default NULL |
num_expressed |
the lowest gene expression, default |
batch_if |
batch factor, default NULL |
remove_batch |
whether to remove the batch effect caused by the batch factor |
dispersion_empiricals |
dispersion empiricals |
mean_expressions |
mean expressions |
ordering_genes |
marks genes that will be used for clustering in subsequent calls to clusterCells |
a list, including cds and cluster DE genes
1 2 3 4 5 6 | ## Not run:
input.file <- system.file('extdata','pbmc_1k.RDS',package = 'LIANLABDATA')
pbmc_1k <- readRDS(input.file)
cds.list <- Get_monocle(pbmc_1k)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.