Description Usage Arguments Value Author(s) References See Also
This function computes the various probe-dependant biases used by the Waves aCGH Correction Algorithm (WACA), in order to apply this correction to CGH arrays using these probes.
1 2 3 |
chromFiles |
Character vector, paths to chromosome sequences (a single fasta file for each chromosome). |
probeChrom |
|
probeStarts |
|
probeEnds |
|
chromPattern |
Single character value, a regular expression to be used for chromosome name extraction from |
fragSites |
Named character vector describing the restriction enzymes used for the CGH experiment. Restriction sites are described in upper cases, with a pipe at the fragmentation position (see the default value for an example). Only A, C, G and T letters allowed. |
digits |
Single integer value, to be passed to |
verbose |
Single integer value, whether to print diagnostic |
Returns a double matrix, with probes in rows and the following columns :
wGC150 |
GC frequency in a window of 150 kb on each side of the probe |
wGC500 |
GC frequency in a window of 500 kb on each side of the probe |
wGCprobe |
GC frequency in the probe sequence |
wGCfrag |
GC frequency in the fragment holding the probe |
wFragSize |
Size (in bp) of the fragment holding the probe |
Sylvain Mareschal
Lepretre F. et al. (2010) Waved aCGH: to smooth or not to smooth. Nucleic Acids Res. 2010 Apr;38(7):e94
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.