Entering edit mode
James Yousin
▴
30
@james-yousin-6413
Last seen 10.2 years ago
I am trying to do preprocessing on xys files and have used the
pdInfoBuilder package to successfully build the annotation files,
everything works until rma(), if I skip it I also get the results
using
ACME. But I would like to know why rma() didnt work with xys files.
class(xys)
[1] "TilingFeatureSet"
attr(,"package")
[1] "oligoClasses"
rma(xys)
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function 'rma' for signature
'"TilingFeatureSet"'
is this happening because the object is not of any of the
"ExonFeatureSet",
"ExpressionFeatureSet", "GeneFeatureSet" or "SnpCnvFeatureSet".
I do see elsewhere people got it to work on XYS files
https://stat.ethz.ch/pipermail/bioconductor/2013-June/053378.html
Thanks
James
[[alternative HTML version deleted]]