Description Usage Arguments Examples
View source: R/Get_Scatterplot.R
To show the corralations between two genes
1 2 3 4 5 6 7 8 |
mat.object |
expression matrix as genes in row, samples or cells in column |
seurat_object |
it also support a seurat_object instead of expression matrix |
log |
the mat.object whether had log |
genes |
the genes to show |
filename |
the name of the generated file |
type |
Smoothing method (function) to use, accepts either NULL(default) or a character vector, e.g. "lm", "glm", "gam", "loess" or a function |
1 2 3 4 5 6 | ## Not run:
input.file <- system.file('extdata','pbmc_1k.RDS',package = 'LIANLABDATA')
pbmc_1k <- readRDS(input.file)
Get_Scatterplot1(pbmc_1k,genes=c('CD8A','CD4'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.