BoutrosLab.plotting.general (version 5.9.2)

CNA: Copy number aberration (CNA) data from colon cancer patients

Description

CNA calls from 30 genes across 58 colon cancer patients. Additional data on the patient samples is found in the patient dataset. The same patient samples are described in the microarray and SNV datasets.

Usage

CNA

Arguments

Format

A data frame with 58 columns and 30 rows. The columns indicate the patient sample, and the rows indicate the gene. The contents of the data frame are encoded such that 0 indicates no CNA, -1 indicates a CNA loss, and 1 indicates a CNA gain.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
data(CNA);
create.dotmap(
    filename = paste0(tempdir(),'/Using_CNA_dataset.tiff'),
    x = CNA[1:15, 1:15],
    main = 'CNA data',
    xaxis.cex = 0.8,
    yaxis.cex = 0.8,
    xaxis.rot = 90,
    description = 'Dotmap created by BoutrosLab.plotting.general'
    );
# }

Run the code above in your browser using DataCamp Workspace