Entering edit mode
Hi,
I am using minfi 1.8.9
I loaded a matrix of beta values into minfi and try to annotate to genome as follows:
tmp = RatioSet(Beta = BMtrx)
annotation(tmp) = annotation(MsetEx)
tmp2 = mapToGenome(tmp)
I got the following error which indicates that an argument is missed in the function:
Error in .local(object, ...) :
object does not contain 'CN' amongst assay slots
Any idea?
Thank you in advance
Thanks Kasper for the quick response. I checked that every thing has the same version and the object is valid.
Alright. Thank you.