Skip to contents

Function returning some values on the numbers of NA in the data

Usage

get_NA_overview(se, ain = "log2")

Arguments

se

SummarizedExperiment containing all necessary information of the proteomics data set

ain

String which data type should be used (default raw)

Value

list with total amount of values in the data, amount of NA values, and the percentage of NAs

Examples

data(tuberculosis_TMT_se)
get_NA_overview(tuberculosis_TMT_se, ain="log2")
#>    Total.Values NA.Values NA.Percentage
#>           <int>     <int>         <num>
#> 1:         6020      1945      32.30897