Skip to content

Commit

Permalink
Update cell-cycle.Rmd
Browse files Browse the repository at this point in the history
- Migrate to non-legacy `scRNAseq::LengESCData()`.
  - See LTLA/scRNAseq#50
  • Loading branch information
PeteHaitch committed Apr 18, 2024
1 parent f20d141 commit 8ce6ba6
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="normcounts")
sce.leng <- logNormCounts(sce.leng, assay.type="normalized")
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 8ce6ba6

Please sign in to comment.