Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/SnpSetIlluminaReports.R
Functions that help create pdf reports
1 2 3 | pdfChromosomesSmoothCopyNumber(object, filename, ...)
pdfSamplesSmoothCopyNumber(object, filename, ...)
pdfChromosomeGainLossLOH(object, filename, ...)
|
object |
SnpSetIllumina object |
filename |
filename of output pdf file |
... |
arguments for report functions |
These functions set up and perfom reporting to pdf files.
This function is used for its side effects
Jan Oosting
reportChromosomesSmoothCopyNumber
, reportSamplesSmoothCopyNumber
,
reportChromosomeGainLossLOH
1 2 3 | ## Not run: data(chr17.260)
## Not run: data.nrm<-standardNormalization(chr17.260)
## Not run: pdfChromosomesSmoothCopyNumber(data.nrm, "Chr17.pdf", grouping=pData(data.nrm)$Group,smooth.lambda=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.