TileReadCelCheck {TileShuffle}R Documentation

TileReadCelCheck

Description

Checks parameter for exported function TileReadCel.

Usage

TileReadCelCheck(cel.filename, cel2.filename, celinc.filename,
    bpmap.filename, minhits, group, pmonly, mmonly, normalize, gc,
    matchscore, verbose)

Arguments

cel.filename A vector of one or more filenames as a character to existing files.
cel2.filename A vector of one or more filename as a character to existing files or set to NULL.
celinc.filename A vector of filenames or one or more filenames as character to existing files or set to NULL.
bpmap.filename Filename as a character to existing file.
minhits An integer value.
group A character value.
pmonly A logical value that cannot be enabled if mmonly is TRUE.
mmonly A logical value that cannot be enabled if pmonly is TRUE.
normalize A logical value.
gc A logical value.
matchscore A logical value.
verbose A logical value.

Details

Checks parameter for exported function TileReadCel whether they are missing, have a incorrect data type, or are obviously not correct, e.g., filename parameter refers to non-existing file.

Value

None.


[Package TileShuffle version 0.1.0 Index]