somatic.CNV.call: somatic.CNV.call

View source: R/class_definition.R

somatic.CNV.callR Documentation

somatic.CNV.call

Description

Call somatic variants between healthy and disease tissues.

Usage

somatic.CNV.call(normal, tumor, prop.tumor = 1, chromosome, start, end, names)

Arguments

normal

Read count data (numeric vector) for the normal tissue.

tumor

Read count data (numeric vector) for the tumor.

prop.tumor

Proportion of the tumour DNA in the tumour sample (between 0 and 1, and less than 1 if there is normal tissue in the tumor sample).

chromosome

Chromosome information for the bins.

start

Start position of each bin (typically in bp).

end

End position of each bin.

names

Names for each bin (tyically exon names but any way to track the bins will do).

Details

Use read depth data from targeted sequencing experiments to call CNV between a tumor and matched healthy tissue. This is an experimental function at this stage.

Value

An ExomeDepth object with CNV calls.

Note

Absolutely experimental, not the main function from the package.


ExomeDepth documentation built on Nov. 3, 2022, 5:05 p.m.