I want to rebuild the Ruvseq model based on the "RUVseq" manual in Bioconductor. But, I can't use these newSeqExpressionSet
, plotRLE
, plotPCA
, and library(betweenLaneNormalization)
functions. every time it gives: "could not find function newSeqExpressionSet"
I used R 4.2.2 and loaded these libraries:
library(edgeR)
library(RUVSeq)
library(EDASeq)
library(zebrafishRNASeq)