Description Usage Arguments Value Author(s) See Also Examples
View source: R/readNimblegen.R
Function to read in Nimblegen Intensity Text Files into an
RGList
. Calls some other functions for actual reading of data.
This function is to be used with two-color NimbleGen array data.
Use the function read.xysfiles
of the oligo
package
for single-color data.
1 2 | readNimblegen(hybesFile, spotTypesFile, path = getwd(),
headerPattern="# software=NimbleScan",verbose = TRUE, ...)
|
hybesFile |
Name of the file describing the arrays. In
|
spotTypesFile |
spot types also used by |
path |
Path to directoy that hold the files |
headerPattern |
string; pattern used to identify explantory header lines in the supplied pair-format files |
verbose |
logical; progress output to STDOUT? |
... |
further arguments passed on the |
Returns raw intensity values in form of an RGList
.
Joern Toedling
1 2 3 | exDir <- system.file("exData",package="Ringo")
exRG <- readNimblegen("example_targets.txt","spottypes.txt",path=exDir)
print(exRG)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.