FeaturePlotSaveGO | R Documentation |
Plot and save a Seurat FeaturePlot from a GO-score.
FeaturePlotSaveGO(
obj = combined.obj,
GO.score = "Score.GO.0034976",
name_desc = NULL,
save.plot = TRUE,
title_ = paste(GO.score, name_desc),
h = 7,
PNG = TRUE,
...
)
obj |
Seurat single cell object, Default: combined.obj |
GO.score |
Metadata column name for a GO-term scoreDefault: 'Score.GO.0034976' |
name_desc |
Descriptive name to suffix plot and file name, Default: NULL |
save.plot |
Save plot into a file. Default: TRUE |
title_ |
Plot title, Default: paste(GO.score, name_desc) |
h |
Plot height, Default: 7 |
PNG |
Save as .png? Default: TRUE |
... |
Pass any other parameter to the internally called functions (most of them should work). |
FeaturePlot
labs
ww.FnP_parser
save_plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.