Description Usage Arguments Value Author(s) References See Also Examples
Reads one or several ScanAlyze files into a ScanAlyzeData object.
1 |
filename |
A |
path |
A string (or an optional |
pattern |
A pattern string for matching filenames. Either |
verbose |
If |
Returns a ScanAlyzeData
object.
Henrik Bengtsson (http://www.braju.com/R/)
The two data files in the example above was contributed by Michael Stadler, Bioinformatics Group, Swiss Institute for Experimental Cancer Research.
For pattern formats see list.files
().
For more information see ScanAlyzeData
.
1 2 | sa <- ScanAlyzeData$read(pattern="group.*.dat", path=system.file("data-ex", package="aroma"))
raw <- getRawData(sa)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.