Bio-Community

 view release on metacpan or  search on metacpan

lib/Bio/Community/IO/Driver/biom.pm  view on Meta::CPAN

   default => undef,
   lazy => 1,
   reader => 'get_matrix_type',
   writer => 'set_matrix_type',
   predicate => '_has_matrix_type',
);


has 'matrix_element_type' => (
   is => 'rw',
   #isa => 'Str', # either int, float or unicode
   required => 0,
   init_arg => undef,
   default => undef,
   lazy => 1,
   reader => '_get_matrix_element_type',
   writer => '_set_matrix_element_type',
);


has '_json' => (



( run in 0.558 second using v1.01-cache-2.11-cpan-88abd93f124 )