read_softmax_xml: Read a 'SoftMax Pro' XML File

Description Usage Arguments Value Note Examples

View source: R/read_softmax_xml.R

Description

read_softmax_xml will attempt to automatically determine the appropriate file version. read_softmax5_xml and read_softmax6_xml will attempt to read the data as 'SoftMax Pro' version 5 and 6 format, respectively.

Usage

1
2
3
4
5

Arguments

file

Either a path to a file, a connection, or literal data (either a single string or a raw vector).

...

Additional arguments passed to read_xml

Value

A softermax object that contains data for each experiment and plate specified in the given file

Note

XML files created by 'SoftMax Pro' version 6 do not differentiate among multiple experiments, so only one experiment will be present in the results. This can lead to problems when multiple experiments have plates with the same name. Future versions will detect this situation and rename plates with name collisions.

Examples

1
2
3
4
## Not run: 
d <- read_softmax_xml("myfile.xml")

## End(Not run)

softermax documentation built on Sept. 21, 2017, 9:03 a.m.