SeqCNAInfo-class: Class '"SeqCNAInfo"'

Description Objects from the Class Slots Methods Author(s) Examples

Description

A structure that contains information on depth of coverage (DOC), genome build, and summarization window size and position. If applicable, it also contains paired normal DOC. If paired-end mapping (PEM) was used in the alignment, DOCs are broken down by read type. Further processing with seqCNA functions of these objects, attach filtering information, and normalized, segmented and called profiles.

Objects from the Class

Objects can be created by calls to readSeqsumm and further modified by applyFilters, runSeqnorm, runGLAD and applyThresholds.

Slots

tumour:

A list with either 1 or 5 numeric vectors, depending on whether the reads are single- or paired-end. Each vector represents the read count for a specific group of read types in a window of size win. The first vector corresponds to the proper reads.

normal:

A list analogue to tumour, but for the normal sample. If there is no information on a normal sample, the list has length zero.

seq:

A vector indicating the chromosome of each window.

pos:

A vector indicating the index of each window within the corresponding chromosome.

build:

Genome and build of the sample. Available builds in the package (hg18, hg19) enable some filters and better GC correction.

win:

An integer indicating the window size in kilobases.

x:

The profile against which to perform normalization. Either GC content (estimated or from annotation) or paired-normal read count profile.

y:

The profile to be normalized, this is, the read count profile of the tumoural sample.

skip:

A vector with the indexes of the windows that are to be discarded prior to normalization.

output:

A dataframe with a minimum of 3 columns: chromosome, window start position and normalized profile values. With further processing of the object, columns for the segmented and called profiles are appended.

thr:

A vector with values that establish the ranges for each copy number.

minCN:

The copy number of the lowest range defined by the thresholds.

gc:

Mean GC content of the reads within each genomic window. The means from the tumoural sample are used unless there is a paired-normal sample.

mapq:

Mean mapping quality of the reads within each genomic window. The means from the tumoural sample are used unless there is a paired-normal sample.

Methods

summary

signature(object = "SeqCNAInfo"): Prints on screen a summary of the object and the applied processing.

Author(s)

David Mosen-Ansorena

Examples

1
showClass("SeqCNAInfo")

seqCNA documentation built on Nov. 8, 2020, 7:09 p.m.