cgh.image(FASeg)R Documentation

Present copy number result in color image

Description

Given a fitted copy number matrix, this function displays the copy number as an image.

Usage

cgh.image(h.1, trunc = 4, data.scale="log2ratio")

Arguments

h.1 The fitted copy number matrix, i.e. the output of faseg().
truncate Any copy number higher than this number will be truncated at this number. The purpose is to help adjust colors.
data.scale The scale the data is on. Four possible values: "original", "ratio", "log2ratio", "log". The data is transformed to raw copy numbers to plot based on this information. Mis-specifying the scale may lead to incorrect colors.

Details

On the x-axis is the physical position of the chromosomes. On the y-axis are the samples.

Value

No return value.

Note

Author(s)

Tianwei Yu (tyu8@sph.emory.edu)

References

See Also

Examples


data(sample.fitted)
cgh.image(sample.fitted)


[Package FASeg version 2.0 Index]