prot.filter_missing | R Documentation |
Filters a SummarizedExperiment proteomics dataset based on three strategies:
"complete"
: keep only proteins with no missing values across all samples,
"condition"
: keep proteins with at most thr
missing values in at least one condition,
"fraction"
: keep proteins with at least min
fraction of valid values overall.
prot.filter_missing(
se,
type = c("complete", "condition", "fraction", NULL),
thr = NULL,
min = NULL
)
se |
A |
type |
Character; one of |
thr |
Numeric; maximum allowed missing values per condition (used when |
min |
Numeric; minimum fraction of valid (non- |
A filtered SummarizedExperiment
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.