MNPpreprocessIllumina | R Documentation |
MNPpreprocessIllumina
works with single samples. Normalize to 10,000 instead of average normalization control intensity of first/reference sample
MNPpreprocessIllumina(
rgSet,
bg.correct = TRUE,
normalize = c("controls", "no"),
ref = 10000
)
MNPnormalize.illumina.control(rgSet, ref = 10000)
rgSet |
an object of class RGset |
bg.correct |
background correction |
normalize |
either "controls" or "no" |
ref |
reference intensity 10,000 |
RGset |
object of class RGset |
See preprocessIllumnia for more details.
MNPnormalize.illumina.control
: Modified version of normalize.illumina.control
called byMNPpreprocessIllumina
MNPnormalize.illumina.control
works with single samples. Normalize to 10,000 instead of average normalization control intensity of first/reference sample
Called by MNPpreprocessIllumina
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.