Learn R Programming

demi (version 1.1.2)

addCytoband: Add karyotype information to DEMI differential expression results

Description

The function addCytoband adds karyotype information to the results of DEMI differential expression 'genome' analysis. It is used internally in DEMI analysis.

Usage

addCytoband(result, cyto)

Arguments

result
A data.frame. A 'genome' analysis genome section that contains chromosome name, region start and region end coordinates.
cyto
A data.frame. A data.frame describing karyotype information of the organism used in the analysis.

Value

A data.frame where karyotype information has been added to the input 'result' table.

See Also

findCytoband which this function wraps