bpmapCluster2Cdf | R Documentation |
Creates a CDF from tiling-array BPMAP file.
NOTE: This method applies only to Affymetrix tiling arrays! Furthermore, it is likely to be more useful for promoter tiling arrays and less so for whole-genome tiling arrays.
## Default S3 method:
bpmapCluster2Cdf(pathname, chipType, tags=NULL, rows, cols, maxProbeDistance=3000L,
minNbrOfProbes=30L, groupName=gsub("_.*", "", chipType), field="fullname",
stringRemove=sprintf("%s:.*;", groupName), ..., flavor=c("v2", "v1"), path="*",
verbose=-10)
pathname |
The pathname to the BPMAP file. |
chipType , tags |
The chip type and optional tags of the CDF to be written. |
rows , cols |
Two positive |
maxProbeDistance |
A positive |
minNbrOfProbes |
A positive |
groupName |
A |
field |
A |
stringRemove |
An (optional) regular expression. |
... |
Optional arguments passed to |
flavor |
Specifying which version of BPMAP-to-CDF generator to use. The default is always to use the most recent one, which is also the recommended one. Previous versions are kept only for backward compatibility (and may be dropped at anytime). |
path |
The directory where the CDF file will be written.
If |
verbose |
See |
This method applies only to Affymetrix tiling arrays. It is likely
to be useful for promoter tiling arrays and less so for whole-genome
tiling arrays.
Flavor "v2"
replaced "v1"
as aroma.affymetrix v2.5.4
(June 21, 2012). For details, see news(package="aroma.affymetrix")
.
Returns (invisibly) a the pathname of the created CDF file. The created CDF is written to the current directory.
Henrik Bengtsson adopted from Mark Robinson standalone/online version as of July 11, 2011.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.