Description Usage Arguments Value Note Author(s) Source
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.
1 | fromQuartetToSnp(quartetInfo, snpInfo, cIntensity="quartetLogRatio", nLog=1)
|
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 |
return the data.frame snpInfo with additionnal columns.
People interested in tools dealing with array CGH analysis and DNA copy number analysis can visit our web-page http://bioinfo.curie.fr.
Guillem Rigaill, italics@curie.fr.
Institut Curie, italics@curie.fr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.