Entering edit mode
I tried to run the SC3 tutorial in section 3.1 and 3.2 (http://bioconductor.org/packages/release/bioc/vignettes/SC3/inst/doc/my-vignette.html) but I kept getting this error with this line
treutlein_sceset <- sc3(treutlein_sceset, ks = 2:4) Setting SC3 parameters... Error in object@sc3$exprs_values <- exprs_values : no slot of name "sc3" for this object of class "SCESet"
If I tried this instead as shown in section 6,
treutlein_sceset@sc3 <- list() Error in (function (cl, name, valueClass) : ‘sc3’ is not a slot in class “SCESet”
Can anyone please advise?
Thank you,
Jenn
It's working now. Thank you!