Description Usage Arguments Examples
To get basic drawing, including t-SNE, split figure and featureplot
1 2 3 4 5 6 7 8 9 10 | Get_BASIC_drawing(
object,
filename = NULL,
genenames,
pt.size = 0.6,
split_by = "samples",
width = 7,
height = 6,
ncol = 2
)
|
object |
seurat.obj |
filename |
the name of the generated file |
genenames |
the genes you interested |
pt.size |
size of the point |
split_by |
split the figure by |
width |
the width of the figure |
height |
the height of the figure |
ncol |
the col of the figure |
1 2 3 4 5 6 | ## Not run:
input.file <- system.file('extdata','pbmc_small.RDS',package = 'LIANLAB')
load(input.file)
Get_BASIC_drawing(pbmc_small,genenames=c('CD8A','CD4'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.