Hi all, this is my first post here. I'm relatively new to RNASeq, and I'm trying out BioConductor pcaExplorer. In pcaExplorer the "generate the dds and dst objects button" produces an error:
"Error in DESeqDataSet: some values in assay are not integers", when running DESeqDataSetFromMatrix under the covers, because DESeqDataSetFromMatrix does indeed require integer counts. Is RNASeq's use of Salmon producing non-integer counts because it's doing normalization? If so, how can I get raw gene counts from the RNASeq pipeline?
This looks helpful: https://bioconductor.org/packages/re.../tximport.html
but I'm not sure how I would get that result into pcaExplorer.
"Error in DESeqDataSet: some values in assay are not integers", when running DESeqDataSetFromMatrix under the covers, because DESeqDataSetFromMatrix does indeed require integer counts. Is RNASeq's use of Salmon producing non-integer counts because it's doing normalization? If so, how can I get raw gene counts from the RNASeq pipeline?
This looks helpful: https://bioconductor.org/packages/re.../tximport.html
but I'm not sure how I would get that result into pcaExplorer.
Comment