| run_sctransform | R Documentation |
This function runs the data integration protocol detailed in the Seurat "Using sctransform in Seurat" found at https://satijalab.org/seurat/articles/sctransform_vignette.html . This function completes the sctransform process on the datasets, using the first data set as a reference as described at https://satijalab.org/seurat/articles/integration_large_datasets.html. Use run_sctransform_workflow() for the entire workflow process
run_sctransform(dataList, numFeatures = 2000)
dataList |
A list of data sets to integrate using the sctransform protocol |
numFeatures |
The number of Features to use, defaults to 2000 |
A data list of the combined data from the sctransform protocol
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.