BoutrosLab.plotting.general (version 5.9.2)

microarray: Microarray dataset of colon cancer patients

Description

Gene expression level changes of 2382 genes across 58 colon cancer patients. Additional data on the genes include chromosomal location and p-values. Additional data on the patient samples is found in in the "patient" dataset. The same patient samples are described in the "SNV" and "CNA" datasets.

Usage

microarray

Arguments

Format

A data frame with 62 columns and 2383 rows. Columns 1-58 indicate the cancer patient sample. Columns 59-61 indicate the (sorted) chromosomal location by "Chr", "Start", and "End". Column 62 contains adjusted p-values. Each row is a different gene, and the row names are the gene names.

Examples

Run this code
# NOT RUN {
create.dotmap(
    filename = paste0(tempdir(),'/Using_microarray_dataset.tiff'),
    x = microarray[1:5,1:5],
    main = 'microarray data',
    spot.size.function = function(x) {abs(x)/3;},
    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 DataLab