Learn R Programming

strvalidator (version 2.4.1)

sortMarker: Sort Markers

Description

Sort markers and dye as they appear in the EPG.

Usage

sortMarker(data, kit, add.missing.levels = FALSE, debug = FALSE)

Value

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

Arguments

data

data.frame containing a column 'Marker' and optionally 'Dye'.

kit

string or integer indicating kit.

add.missing.levels

logical, TRUE missing markers are added, FALSE missing markers are not added.

debug

logical indicating printing debug information.

Details

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