Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/createTargetsFile.R
This function, when pointed to a directory containing Illumina bead-level files (e.g. txt, idat, locs, tif) will return a simple targets file of the sort expected by beadarray. Note that a user created targets file is likely to be of greater value.
1 | createTargetsFile(dir = NULL, nochannels = 1, channel1 = "Grn", channel2 = "Red", txtsuff = "txt", imgsuff = "tif", locssuff = "locs", xmlsuff = "xml", verbose = FALSE, special = c("sdf", "fiducial"), ColourConfusionStop = T, metricsflag = "Metrics", metsep = "\t", metricsection = "Section", metricchip = "Matrix")
|
dir |
|
nochannels |
|
channel1 |
|
channel2 |
|
txtsuff |
|
imgsuff |
|
locssuff |
|
xmlsuff |
|
verbose |
|
special |
|
ColourConfusionStop |
|
metricsflag |
codemetricsflag: This gives the key word that can be used to identify metrics files. |
metsep |
|
metricsection |
|
metricchip |
|
This function bases its resultant targets file on the files with suffix txtsuff.
This returns a dataframe containing
Andy Lynch
readIlluminaData()
1 | #createTargetsFile(verbose=T)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.