GeneMvalueStruct: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
imported>MichaelDondrup
No edit summary
(No difference)

Revision as of 17:47, 11 July 2008

An EMMA SOAP data type, a list of data structures with geneIDs and Mvalues:



[ { 
    GeneID => 'R:bla',
    Mvalue => '0.9999'
  },
  { 
    GeneID => 'R:bla2',
    Mvalue => 'NaN'
  },


]