Verify if a qlist is formatted correctly.

is.qlist(qlist = NULL)

Arguments

qlist

A qlist object.

Value

Nothing.

Details

Returns error if the object is not a list, contents are not data.frames or NA list elements or missing run labels. Warnings are generated for non standard column labels or missing attributes 'ind' and 'k'. Warnings can be fixed by running as.qlist.

See also

Examples

sfiles <- list.files(path=system.file("files/structure",package="pophelper"), full.names=TRUE) slist <- readQ(sfiles) is.qlist(slist)