Description Usage Arguments Examples
Loads all the gpr scanner output files in a particular directory and returns an
ExpressionSet
of the hybridizations in a MiChip experiment
1 | parseRawData(datadir=".", pat="gpr")
|
datadir |
a directory containing one or my files of scanner output from MiChip hybridizations |
pat |
a string containing the three letter extension of the scanner output files |
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
## Load all *.gpr files in current directory
parseRawData(datadir=".", pat="gpr")
## Load all *.gpr files in a specified directory , windows
parseRawData(datadir="c:\mydata\grpdata\expt1\", pat="gpr")
## Load all *.gpr files in a specified directory, linux
parseRawData(datadir="/home/myuser/gprdata/extp1/", pat="gpr")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.