View source: R/prepare.for.dittoSeq.R
prepare.for.dittoSeq | R Documentation |
Create a SCE object to use for creating plots in dittoSeq
prepare.for.dittoSeq( object, assay, slot = "normalised", clust.method, column, reduction = NULL, ... )
object |
An IBRAP S4 class object |
assay |
Character. Which assay within the object to access |
reduction |
Character. Which reduction to use to display points |
clust.method. |
Character. Whcih cluster assignments should be added to the metadata. the dataframe contained in 'object@sample_metadata' is alread contained in the object. NULL will mean only sample_metadata will be in the returned object |
pt.size |
Numeric. What should the point size be |
cells |
Numeric. Which cells should be subset for plotting, Default = NULL |
A SCE object containing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.