columnSpecials: Specials are not numeric or integer, but have chunks of a...

View source: R/transformRaw.R

columnSpecialsR Documentation

Specials are not numeric or integer, but have chunks of a certain size All encountered in Proteome Discoverer are actually booleans with a value 0 (FALSE), 1 (TRUE) or NA

Description

Specials are not numeric or integer, but have chunks of a certain size All encountered in Proteome Discoverer are actually booleans with a value 0 (FALSE), 1 (TRUE) or NA

Usage

columnSpecials()

Value

data.frame with columns 'names' and 'size'

Note

each chunk consists of two bytes, first one is logical (boolean): zero = FALSE, otherwise TRUE. Second byte = also logical: determines if value is NA (1) or not (0)


BenBruyneel/proteinDiscover documentation built on March 16, 2024, 4:36 p.m.