The main functions in SignacX are:
install.packages('SignacX') library(SignacX) # Generate initial labels labels = Signac(E = your_data_here) # Generate cell type labels celltypes = GenerateLabels(labels, E = your_data_here)
Where 'your_data_here' is either a Seurat object or a sparse matrix loaded from SPRING.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.