Description Usage Arguments Examples
This will set default X and Y coordinates based on the LEM results within reducedDim(sce)
| 1 | set_xy(input, lem, x = "x", y = "y")
 | 
| input | the input sce | 
| lem | the LEM within reducedDims | 
| x | The x values for 2D representation. Can be character x or a numeric column of sampleFactors(lem) | 
| y | The y values for 2D representation. Can be character y or a numeric column of sampleFactors(lem) | 
| 1 | sce <- set_xy(input = sce, lem = "iPCA", x = "x", y = "y")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.