Skip to content

Commit

Permalink
drop examples for not exported function .get_robscale
Browse files Browse the repository at this point in the history
  • Loading branch information
wolski committed Sep 27, 2021
1 parent 21d960a commit 3f154e3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions R/tidyMS_R6_TransitionCorrelations.R
Original file line number Diff line number Diff line change
Expand Up @@ -278,17 +278,6 @@ gatherItBack <- function(pdata, value, config, data = NULL, sep = "~lfq~"){

#' compute median and mad on matrix
#'
#' @examples
#'
#' library(tidyverse)
#' bb <- prolfqua::data_ionstar$filtered()
#' stopifnot(nrow(bb$data) == 25780)
#' conf <- bb$config$clone(deep=TRUE)
#' sample_analysis <- bb$data
#' pepIntensityNormalized <- transform_work_intensity(sample_analysis, conf, log2)
#' mat <- toWideConfig(pepIntensityNormalized, conf,as.matrix = TRUE)$data
#' rs <- robust_scale(mat, preserveMean = TRUE)
#' .get_robscales(rs)
#'
.get_robscales <- function(data,
dim = 2)
Expand Down

0 comments on commit 3f154e3

Please sign in to comment.