Learn R Programming

aroma.cn (version 0.5.0)

TumorBoostNormalization: The TumorBoostNormalization class

Description

Package: aroma.cn Class TumorBoostNormalization Object ~~| ~~+--TumorBoostNormalization Directly known subclasses: public static class TumorBoostNormalization extends Object TumorBoost is normalization method that normalizes the allele B fractions of a tumor sample given the allele B fractions and genotype calls for a matched normal. The method is a single-sample (single-pair) method. It does not require total copy number estimates. The normalization is done such that the total copy number is unchanged afterwards.

Usage

TumorBoostNormalization(dsT=NULL, dsN=NULL, gcN=NULL, flavor=c("v4", "v3", "v2", "v1"), collapseHomozygous=FALSE, tags="*", ...)

Arguments

dsT
An AromaUnitFracBCnBinarySet of tumor samples.
dsN
An AromaUnitFracBCnBinarySet of match normal samples.
gcN
An AromaUnitGenotypeCallSet of genotypes for the normals.
flavor
A character string specifying the type of correction applied.
collapseHomozygous
If TRUE, SNPs that are homozygous in the matched normal are also called homozygous in the tumor, that is, it's allele B fraction is collapsed to either 0 or 1. If
tags
(Optional) Sets the tags for the output data sets.
...
Not used.

Fields and Methods

Methods: rll{ getFullName - getInputDataSet - getName - getNormalDataSet - getNormalGenotypeCallSet - getOutputDataSet - getPath - getRootPath - getTags - nbrOfFiles - process - setTags - } Methods inherited from Object: asThis, $, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, registerFinalizer, save