About
Tell users to use as(object, 'CNSet') to coerce old objects to new object. git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@49897 bc3139a8-67e5-0310-9ffc-ced21a209358
@@ -29,6 +29,7 @@ Collate: AllGenerics.R
AllClasses.R
methods-AssayData.R
methods-CNSet.R
+ methods-CNSetLM.R
methods-eSet.R
methods-SnpSuperSet.R
cnrma-functions.R
new file mode 100644
@@ -0,0 +1,3 @@
+setMethod("show", "CNSetLM", function(object){
+ .Defunct(msg="CNSetLM class is defunct -- use 'CNSet' class instead. One can coerce a CNSetLM object to CNSet using as(object, 'CNSet')")
+})