Hi, i'm trying to get the normalized counts only, for all the replicates and genes of my data (named "14vs48)".
I'm trying this command:
table_counts <- counts(results14vs48, normalized=TRUE)
but i get this error message:
unable to find an inherited method for function ‘counts’ for signature ‘"DESeqResults"’
I havent found a similar question on the internet. Why is this happening?
thank you so much!