Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Daena Rys <[email protected]>
  • Loading branch information
Daenarys8 committed Oct 21, 2024
1 parent b3be334 commit 6f7afe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plotScree.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ setMethod("plotScree", signature = c(x = "SingleCellExperiment"),
stop("'dimred' must specify a valid reducedDim.", call. = FALSE)
}
# Get reducedDim
reduced_dim <- reducedDim(tse, dimred)
reduced_dim <- reducedDim(x, dimred)

# Extract eigenvalues
# Check if data is available
Expand Down

0 comments on commit 6f7afe8

Please sign in to comment.