We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372a98e commit 0e89481Copy full SHA for 0e89481
R/misc.R
@@ -1,5 +1,5 @@
1
#' @export
2
-plot_cvs <- function(se, id="label", scale=T, check.names=F) {
+plot_cvs <- function(se, id="sample_name", scale=T, check.names=F) {
3
4
## backtransform data
5
untransformed_intensity<- 2^(assay(se))
@@ -63,7 +63,7 @@ coef_variation <- function(x) {
63
64
65
plot_feature <- function(se, protein, index=NULL,
66
- type="boxplot", id="label", interactive=F) {
+ type="boxplot", id="sample_name", interactive=F) {
67
assertthat::assert_that(inherits(se, "SummarizedExperiment"),
68
is.character(protein),
69
is.character(type))
0 commit comments