Xyreadr and Release Notes Version 6 7: Difference between pages

From Eigenvector Research Documentation Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Scott
 
imported>Scott
 
Line 1: Line 1:
===Purpose===


Reads one or more ASCII XY or XY... files into a DataSet object.


===Synopsis===
Version 6.7 of PLS_Toolbox and Solo was released in March, 2012.


:out = xyreadr(file,delim,options)
For general product information, see [http://www.eigenvector.com/software/pls_toolbox.htm PLS_Toolbox Product Page]. For information on Solo, see [http://www.eigenvector.com/software/solo.htm Solo Product Page].


===Description===
(back to [[Release Notes PLS Toolbox and Solo]])


Reads standard XY ASCII files in which the first column is a column of axisscale values (wavelengths, retention times, etc) and the second and possibly subsequent column(s) are values measured at the corresponding axisscale values. Returns a DataSet object with the first column of the file as the axisscale and all subsequent columns (both in the same file and in multiple files) concatenated and transposed as rows.
==NEW FEATURES==


It is '''REQUIRED''' that, if multiple files are being read, they must all have the same X range. If this is not true, the import may fail.
===Design Of Experients (DOE) Tools===
* bla


====Inputs====
===Other Method Improvements===
* bla
 
===Preprocessing===
* bla
 
===Import / Export===
* bla
 
===DataSet Editor===
* bla


* '''file''' = One of the following identifications of files to read:
===Plot Controls===
: '''a)'''  a single string identifying the file to read
* Selectable plot themes. [[Image:Figbg_color.gif|thumb|| ]]
::  ('example.txt')
* bla
: '''b)'''  a cell array of strings giving multiple files to read
::  ({'example_a' 'example_b' 'example_c'})
: '''c)'''  an empty array indicating that the user should be prompted to locate the file(s) to read
::  ([])
* '''delim''' = An optional string used to specify the delimiter character.
::Supported delimiters include:
:* ''''tab''''  or  '\t' or sprintf('\t')
:* ''''space''''  or  ' '
:* ''''comma''''  or  ','
:* ''''semi''''  or  ';'
:* ''''bar''''    or  '|'
::If (delim) is omitted, the file will be searched for a delimiter common to all rows of the file and producing an equal number of columns in the result.


====Outputs====
===[[AnalysisWindow_Layout|Analysis Window]]===
* Show CV results for confusion table when available.
* Improved [[modelcache]] performance and string handling.


* '''out''' = a DataSet object with the first column of the file(s) stored as the axisscale{2} values and all subsequent column(s) stored as rows of data.
===[[WorkspaceBrowser_Layout|Workspace Browser]] ===
* Drag Drop - Enable dragging and dropping of system files onto the Browser window as well as to Analysis window. Enhanced highlighting of drop location.


===Options:===
===Command-line Tool Changes===
* bla


*'''commentcharacter''': [<nowiki>''</nowiki>] any line that starts with the given character will be considered a comment and parsed into the"comment" field of the DataSet object. Deafult is no comment character. Example: '%' uses % as a commentcharacter.


* '''headerrows''': [{0}] number of header rows to expect in the file.
==NEW FUNCTIONS AND FILES==


* '''waitbar''': [ 'off' |{'on'} ] governs use of waitbars to show progress.
*''Full Support for Matlab R2012a''


===See Also===
===Misc New Functions===
:[[autoexport]] - Exports a DataSet object to a file of the specified format.
:[[classsummary]] - List class and axisscale distributions for a DataSet.
:[[figuretheme]] - Resets a figure background and axes to a specified color.
:[[meantrimmed]] - Trimmed mean.
:[[mediantrimmed]] - Trimmed median.
:[[windowfilter]] - Spectral filtering.


[[autoimport]], [[areadr]], [[dataset]], [[xclgetdata]], [[xclreadr]]
===Design of Analysis Tools===
:[[anovadoe]]       - Function to perform ANOVA for 2^k factorial model X, Y data
 
===Other Changes===
 
:[[crossval]] - improved display of classification results, improved integration with model input

Revision as of 10:36, 7 March 2012


Version 6.7 of PLS_Toolbox and Solo was released in March, 2012.

For general product information, see PLS_Toolbox Product Page. For information on Solo, see Solo Product Page.

(back to Release Notes PLS Toolbox and Solo)

NEW FEATURES

Design Of Experients (DOE) Tools

  • bla

Other Method Improvements

  • bla

Preprocessing

  • bla

Import / Export

  • bla

DataSet Editor

  • bla

Plot Controls

Analysis Window

  • Show CV results for confusion table when available.
  • Improved modelcache performance and string handling.

Workspace Browser

  • Drag Drop - Enable dragging and dropping of system files onto the Browser window as well as to Analysis window. Enhanced highlighting of drop location.

Command-line Tool Changes

  • bla


NEW FUNCTIONS AND FILES

  • Full Support for Matlab R2012a

Misc New Functions

autoexport - Exports a DataSet object to a file of the specified format.
classsummary - List class and axisscale distributions for a DataSet.
figuretheme - Resets a figure background and axes to a specified color.
meantrimmed - Trimmed mean.
mediantrimmed - Trimmed median.
windowfilter - Spectral filtering.

Design of Analysis Tools

anovadoe - Function to perform ANOVA for 2^k factorial model X, Y data

Other Changes

crossval - improved display of classification results, improved integration with model input