Description Usage Arguments Details Value Examples
View source: R/incrementalRMA.R
Return a cleaned up platform name from based on an AffyBatch cdf name.
1 | cleanplatformname(abatch)
|
abatch |
AffyBatch object to extract platform name from. |
An AffyBatch records the CDF suitable for processing the GeneChip data. Embedded in this cdf is the name of the platform itself. This routine cleans up the cdf and trims off the "cdf" on the platform name.
The AffyBatch-class cdfName
function extracts a cdf
and the cleancdfname
function cleans
up problems with the cdf name. However, this function goes
beyond this by stripping off the cdf text. This code
was taken from the frma
package.
A string representing a cleaned up platform name.
1 2 3 4 | ## Not run:
cleanplatformname(AffyBatch)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.