New.fromQuartetToSnp: Compute the copy number of each SNP from its quartets...

Description Usage Arguments Value Note Author(s) Source

Description

This function removes the LogRatio column of the snpInfo data.frame. Then compute the copy number of each SNP having its quartet intensities. And return the snpInfo data.frame with the newly computed LogRatio.

Usage

1
  fromQuartetToSnp(quartetInfo, snpInfo, cIntensity="quartetLogRatio", nLog=1)

Arguments

quartetInfo

A table containing the quartet intensities and other quartet information. It must have a column called : fsetid.

snpInfo

A table containing snp information.

cIntensity

A vector containing the names of the quartet information to be aggregate. For example quartetLogRatio.

nLog

The position of the field which will be named LogRatio in the snpInfo data.frame. For example if cIntensity = c("a", "b") and you want b to be considered as the LogRatio you should set nLog=2

Value

return the data.frame snpInfo with additionnal columns.

Note

People interested in tools dealing with array CGH analysis and DNA copy number analysis can visit our web-page http://bioinfo.curie.fr.

Author(s)

Guillem Rigaill, italics@curie.fr.

Source

Institut Curie, italics@curie.fr.


ITALICS documentation built on Nov. 8, 2020, 6:48 p.m.