Skip to content

Commit 0e89481

Browse files
committed
update default id column for plot_feature
1 parent 372a98e commit 0e89481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/misc.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @export
2-
plot_cvs <- function(se, id="label", scale=T, check.names=F) {
2+
plot_cvs <- function(se, id="sample_name", scale=T, check.names=F) {
33

44
## backtransform data
55
untransformed_intensity<- 2^(assay(se))
@@ -63,7 +63,7 @@ coef_variation <- function(x) {
6363

6464
#' @export
6565
plot_feature <- function(se, protein, index=NULL,
66-
type="boxplot", id="label", interactive=F) {
66+
type="boxplot", id="sample_name", interactive=F) {
6767
assertthat::assert_that(inherits(se, "SummarizedExperiment"),
6868
is.character(protein),
6969
is.character(type))

0 commit comments

Comments
 (0)