Description Usage Arguments Value Examples
Return history of applied functions and argument from pmp package.
1 |
df |
A matrix-like (e.g. an ordinary matrix, a data frame) or
RangedSummarizedExperiment-class object with
all values of class |
List of function names and argument values.
1 2 3 4 5 6 | df <- MTBLS79[ ,MTBLS79$Batch == 1]
df$Class[1:2] <- "Blank"
out <- filter_peaks_by_blank(df=df, fold_change=1.2,
classes=df$Class, blank_label="Blank", qc_label=NULL,
remove_samples=FALSE, remove_peaks=TRUE, fraction_in_blank=0)
processing_history(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.