# NOT RUN {
# SCTAssay objects are generated from SCTransform
pbmc_small <- SCTransform(pbmc_small)
# }
# NOT RUN {
# SCTAssay objects are generated from SCTransform
pbmc_small <- SCTransform(pbmc_small)
pbmc_small[["SCT"]]
# }
# NOT RUN {
# Query and change SCT model names
levels(pbmc_small[['SCT']])
levels(pbmc_small[['SCT']]) <- '3'
levels(pbmc_small[['SCT']])
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab