Skip to content
Prev 20129 / 21318 Next

[Bioc-devel] [question about class extension]

Hi Delphine,

I had a similar dilemma while developing midasHLA
<https://github.com/Genentech/midasHLA> package. There, we wanted to have
unique features names across all experiments and colData as well as
mandatory metadata. To this end I wrote a new class specific to my package
that extends MAE. I had some negative comments
<https://github.com/Genentech/midasHLA/issues/5#issue-727826240> regarding
this solution (see R code section of the comment by LTLA; it might help you
decide how to approach your particular case), but IMO it works nicely.

Best Maciek
On Wed, 24 Jan 2024 at 14:43, Sean Maden <maden.sean at gmail.com> wrote: