Closed drighelli closed 6 months ago
Hi Dario! @drighelli
Thank you for reporting this. It is actually a bug in the colData<-
call. I fixed it in both release (1.30.2
) and devel (1.31.2
).
It should now work with data.frame
objects.
Best regards,
Marcel
`I tried to assign a
data.frameto the
colDataof a
MultiAssayExperiment, giving me an
unused argument` error.It might be nice to catch and improve the error message because it seems related to the unexpected data.frame class, using
DataFrame
nicely worked.I don't have a reproducible example, but I can provide an example of the output.
I hope this could be useful.
Dario