kgori / sigfit

Flexible Bayesian inference of mutational signatures
GNU General Public License v3.0
33 stars 8 forks source link

Attach input data to output stanfit #25

Closed baezortega closed 6 years ago

baezortega commented 6 years ago

For next version: include the input data ("data" list passed to stan) either inside the stanfit object itself (as a "$data" element, this would be ideal) or by including both within another list (with "$data", "$stanfit"). The aim is to keep the user from having to provide signatures and counts for the plotting functions; these would need to be changed accordingly.

baezortega commented 6 years ago

Done