Skip to content

Commit

Permalink
Update cell-cycle.Rmd
Browse files Browse the repository at this point in the history
- `scRNAseq::LengESCData()` again produces an SCE with assay named 'normcounts'.
  - See LTLA/scRNAseq#50 (comment) and LTLA/scRNAseq@4fc723c
  • Loading branch information
PeteHaitch committed Apr 22, 2024
1 parent dcf27b0 commit 843ada7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/book/cell-cycle.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ library(scRNAseq)
sce.leng <- LengESCData(ensembl=TRUE)
# Performing a default analysis without any removal:
sce.leng <- logNormCounts(sce.leng, assay.type="normalized")
sce.leng <- logNormCounts(sce.leng, assay.type="normcounts")
dec.leng <- modelGeneVar(sce.leng)
top.hvgs <- getTopHVGs(dec.leng, n=1000)
sce.leng <- runPCA(sce.leng, subset_row=top.hvgs)
Expand Down

0 comments on commit 843ada7

Please sign in to comment.