Learn R Programming

strvalidator (version 1.3.0)

sortMarker: Sort markers

Description

sortMarkers Sort markers and dye as they appear in the EPG.

Usage

sortMarker(data, kit, addMissingLevels = FALSE, debug = FALSE)

Arguments

data
data.frame containing a column 'Marker' and optionally 'Dye'.
kit
string or integer indicating kit.
addMissingLevels
logical, TRUE missing markers are added, FALSE missing markers are not added.
debug
logical indicating printing debug information.

Value

  • data.frame with factor levels sorted according to 'kit'.

Details

Change the order of factor levels for 'Marker' and 'Dye' according to 'kit'. Levels in data must be identical with kit information.