View source: R/save-detection-pvalues.r
meffil.save.detection.pvalues | R Documentation |
Save detection p-value matrix to GDS file
meffil.save.detection.pvalues(
qc.objects,
gds.filename = NULL,
max.bytes = 2^30 - 1,
verbose = F,
...
)
qc.objects |
A list of outputs from |
gds.filename |
If not |
verbose |
If |
... |
Arguments passed to |
Matrix of probe detection p-values.
If gds.filename
is not NULL
, then
the output is saved to the GDS file rather than retained
in memory and returned.
The library 'gdsfmt' must be installed in this case.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.