Hi all,
I am very new to r & DEseq2 but have been following the excellent vignette. I have encountered a problem though. I can create the object rld as per the command in the vignette, but when I try to run PCA as suggested I repeatedly encounter the following error:
plotPCA(rld, intgroup=c("Fibrosis", "Sample.ID"))
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘plotPCA’ for signature ‘"SummarizedExperiment"’
I have also tried:
plotPCA( DESeqTransform(rld ) )
and get the following:
Error in plotPCA(DESeqTransform(rld)) :
error in evaluating the argument 'x' in selecting a method for function 'plotPCA': Error: could not find function "DESeqTransform"
Can anyone advise?
Caitriona
I am very new to r & DEseq2 but have been following the excellent vignette. I have encountered a problem though. I can create the object rld as per the command in the vignette, but when I try to run PCA as suggested I repeatedly encounter the following error:
plotPCA(rld, intgroup=c("Fibrosis", "Sample.ID"))
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘plotPCA’ for signature ‘"SummarizedExperiment"’
I have also tried:
plotPCA( DESeqTransform(rld ) )
and get the following:
Error in plotPCA(DESeqTransform(rld)) :
error in evaluating the argument 'x' in selecting a method for function 'plotPCA': Error: could not find function "DESeqTransform"
Can anyone advise?
Caitriona
Comment