.getNonMissingFilterStats | R Documentation |
Get a logical vector for non-missing values to calculate summary statistics
.getNonMissingFilterStats(input, censored_symbol)
input |
data.table with data for a single protein |
censored_symbol |
Missing values are censored or at random. 'NA' (default) assumes that all 'NA's in 'Intensity' column are censored. '0' uses zero intensities as censored intensity. In this case, NA intensities are missing at random. The output from Skyline should use '0'. Null assumes that all NA intensites are randomly missing. |
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.