GeneMvalueStruct: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
imported>MichaelDondrup
No edit summary
m (3 revisions)
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
[  
[  
   {  
   {  
     GeneID => 'R:bla',
     geneID => 'R:bla',
     Mvalue => 0.9999
     Mvalue => 0.9999
   },
   },
   {  
   {  
     GeneID => 'R:bla2',
     geneID => 'R:bla2',
     Mvalue => NaN
     Mvalue => NaN
   },
   },

Latest revision as of 07:13, 26 October 2011

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


]