Learn R Programming

expands (version 1.7.1)

snv: Single Nucleotide Variations

Description

Somatic mutations and Loss of Heterozygosity (LOH) of a Glioblastoma tumor (TCGA-06-0152-01).

Usage

data(snv)

Arguments

format

Numeric matrix with 773 rows (one per mutation) and 7 columns: chr - the chromosome startpos - genomic position endpos - same as above REF - ASCII code of the reference nucleotide (in hg18/hg19) ALT - ASCII code of the B-allele nucleotide AF_Tumor - allele frequeny of B-allele PN_B - ploidy of B-allele in normal cells. A value of 0 indicates that the mutation has only been detected in the tumor sample (i.e. somatic mutations). A value of 1 indicates that the mutation is also present in the normal (control) sample, albeit at reduced allele frequency (i.e. mutation is consequence of LOH). Other mutations should not be included.

source

Data derived from The Cancer Genome Atlas (TCGA).