cmmr / rbiom

Interact with Biological Observation Matrix files.
https://cmmr.github.io/rbiom/
Other
11 stars 0 forks source link

Is there a method to create a biom? #8

Closed SilasK closed 1 year ago

SilasK commented 1 year ago

I would like to combine matrix, taxonomy, and a newick tree into a biom and write to a biom format file.

I don't know how to construct a new biom class object using rbiom.

dansmith01 commented 1 year ago

Hi @SilasK , I just pushed an updated version of rbiom that includes the build_biom function which should do what you need.

SilasK commented 1 year ago

Wow very fast