Skip to content

Commit

Permalink
update default id column for plot_feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiaoyi0504 committed Feb 4, 2025
1 parent 372a98e commit 276fb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/misc.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ coef_variation <- function(x) {

#' @export
plot_feature <- function(se, protein, index=NULL,
type="boxplot", id="label", interactive=F) {
type="boxplot", id="sample_name", interactive=F) {
assertthat::assert_that(inherits(se, "SummarizedExperiment"),
is.character(protein),
is.character(type))
Expand Down

0 comments on commit 276fb77

Please sign in to comment.