Hi there,
I've installed R (version 3.1.10) and DESeq(1.16.0) yesterday.
I've got my counts table and experimental design in, but when I try to estimateSizeFactors I get the following error:
> cds = estimateSizeFactors ( cds )
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘estimateSizeFactors’ for signature ‘"standardGeneric"’
When I ran
> head(cds)
1 structure(function (object, ...)
2 standardGeneric("estimateSizeFactors"), generic = structure("estimateSizeFactors", package = "BiocGenerics"), package = "BiocGenerics", group = list(), valueClass = character(0), signature = "object", default = `\\001NULL\\001`, skeleton = (function (object,
3 ...)
4 stop("invalid call in method dispatch to 'estimateSizeFactors' (no default method)",
5 domain = NA))(object, ...), class = structure("standardGeneric", package = "methods"))
Is there something glaringly obvious that I've done wrong? I've been working through the vignette but substituting my data in instead..
Any help appreciated
Anna
I've installed R (version 3.1.10) and DESeq(1.16.0) yesterday.
I've got my counts table and experimental design in, but when I try to estimateSizeFactors I get the following error:
> cds = estimateSizeFactors ( cds )
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘estimateSizeFactors’ for signature ‘"standardGeneric"’
When I ran
> head(cds)
1 structure(function (object, ...)
2 standardGeneric("estimateSizeFactors"), generic = structure("estimateSizeFactors", package = "BiocGenerics"), package = "BiocGenerics", group = list(), valueClass = character(0), signature = "object", default = `\\001NULL\\001`, skeleton = (function (object,
3 ...)
4 stop("invalid call in method dispatch to 'estimateSizeFactors' (no default method)",
5 domain = NA))(object, ...), class = structure("standardGeneric", package = "methods"))
Is there something glaringly obvious that I've done wrong? I've been working through the vignette but substituting my data in instead..
Any help appreciated
Anna
Comment