filter_missval | R Documentation |
Will keep proteins that have a maximum of thr
missing values in at least one condition.
filter_missval(se, thr = 0)
se |
A SummarizedExperiment object |
thr |
A numeric value representing the missing value threshold |
Used with option type = 'condition'
in prot.filter_missing()
.
A filtered SummarizedExperiment object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.