Last data update: 2014.03.03

R: Table of Mutation Numbers in Test Set Samples
test.mutationNumR Documentation

Table of Mutation Numbers in Test Set Samples

Description

This is a data frame containing the counts of 9 mutation types for each sample in NGStestdata. It was generated from Compute.input.variables

Usage

data(test.mutationNum)

Format

A data frame with 165 observations on the following 9 variables:

T.sns

total count of SNSs/Mb

S.sns

count of SNSs in simple sequence repeats/Mb

T.ind

total count of indels/Mb

S.ind

count of indels in simple sequence repeats/Mb

T

total mutation count/Mb

S

mutation count in simple sequence repeats/Mb

ratio.sns

S.sns/T.sns

ratio.ind

S.ind/T.ind

ratio

S/T

Details

This is the sample data for MSIseq.classify function input.

Source

https://tcga-data.nci.nih.gov/tcga/

Results