GeneMvalueStruct

From BRF-Software
Revision as of 08:13, 26 October 2011 by Admin (talk | contribs) (3 revisions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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
  },


]