Save plots en masse.
1 2 3 |
dge |
Seurat object with available t-SNE coords (or whatever's in 'axes') |
alpha |
Transparency of points |
... |
Additional parameters are passed to 'custom_feature_plot' or 'time_series' |
results_path: |
where to save the resulting plots |
top_genes: |
deprecated; do not use |
by_cluster: |
deprecated; do not use |
gene_list: |
character vector consisting of gene names |
gene_list_name: |
used in file paths so that you can call this function again with different 'gene_list_name' |
axes: |
any pair of numeric variables retrievable via FetchData. Defaults to 'c("tSNE_1", "tSNE_2")'. |
axes_description: |
used in file paths so that you can call this function again with different ‘axes_description' but the same 'results_path' and it won’t overwrite. |
time_series: |
Uses 'time_series' internally instead of 'custom_feature_plot'. Changes defaults for 'axes' and 'axes_description'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.