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