Learn R Programming

idiffomix (version 1.0.0)

gene_expression_data: Gene expression data for patients suffering from breast cancer

Description

A dataset containing simulated RNA-Seq data for \(G\) genes located on chromosomes 1 and 2, from \(R=2\) sample types, from \(N=4\) patients. The sample types are assumed to be benign and tumour tissues.

Usage

data(gene_expression_data)

Arguments

Format

A data frame with 20 rows and 9 columns. The data contain no missing values.

  • Gene: The gene name.

  • Patient1_GX1: Expression values from benign tissue from patient 1.

  • Patient2_GX1: Expression values from benign tissue from patient 2.

  • Patient3_GX1: Expression values from benign tissue from patient 3.

  • Patient4_GX1: Expression values from benign tissue from patient 4.

  • Patient1_GX2: Expression values from tumour tissue from patient 1.

  • Patient2_GX2: Expression values from tumour tissue from patient 2.

  • Patient3_GX2: Expression values from tumour tissue from patient 3.

  • Patient4_GX2: Expression values from tumour tissue from patient 4.

Details

The simulated raw RNA-Seq data for genes located on the chromosomes 1 and 2 needs to be filtered, normalized and transformed before applying idiffomix.

See Also

gene_chromosome_data

methylation_data