Description Usage Arguments Details Value Author(s) Examples
View source: R/missingValuesFilter.R
Filters the lines of exprs()
table with conditions on the number
of missing values.
The user chooses the minimum amount of intensities that is acceptable and
the filter delete lines that do not respect this condition.
The condition may be on the whole line or condition by condition.
1 |
obj |
An object of class |
type |
Method used to choose the lines to delete. Values are : "None", "WholeMatrix", "AllCond", "AtLeastOneCond" |
th |
An integer value of the threshold |
processText |
A string to be included in the |
The different methods are :
"WholeMatrix": given a threshold th
, only the lines that contain
at least th
values are kept.
"AllCond": given a threshold th
, only the lines which contain
at least th
values for each of the conditions are kept.
"AtLeastOneCond": given a threshold th
, only the lines that contain
at least th
values, and for at least one condition, are kept.
An instance of class MSnSet
that have been filtered.
Florence Combes, Samuel Wieczorek
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.