Skip to content

Commit

Permalink
restore features use in plotExpression
Browse files Browse the repository at this point in the history
Signed-off-by: Daena Rys <[email protected]>
  • Loading branch information
Daenarys8 committed Jun 19, 2024
1 parent 54137f4 commit c22fa16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plotAbundance.R
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ setMethod("plotAbundance", signature = c("SummarizedExperiment"),
.check_assay_present(assay.type, x)
# if rank is set to NULL, default to plotExpression
if(is.null(rank)){
plot <- plotExpression(x, col.var = col.var,
plot <- plotExpression(x, col.var = features, features,
exprs_values = assay.type,
one.facet = one.facet,
ncol = ncol, scales = scales, ...)
Expand Down

0 comments on commit c22fa16

Please sign in to comment.