Closed romagnolid closed 5 years ago
Hey romagnolid, could you let me know what version of the scran package you have installed? This seems to be a version issue.
"var.fit = scran::trendVar(mat, span=0.2)"
Version 1.10.2
Yes, I have the same feeling but after a quick glance at the scran
package I couldn't spot anything related to the trendVar
function. I'm probably missing something.
Hi,
super-exciting package! I was eager to test it :) , but I think this problem is somewhat similar to the previous ones:
vg=detectVarGenes(suva_expr,500)
Error: object ‘int_colData’ is not exported by 'namespace:SingleCellExperiment'
(scran 1.10.2)
Any tips? Thanks!
W
Hi,
super-exciting package! I was eager to test it :) , but I think this problem is somewhat similar to the previous ones:
vg=detectVarGenes(suva_expr,500)
Error: object ‘int_colData’ is not exported by 'namespace:SingleCellExperiment'(scran 1.10.2)
Any tips? Thanks!
Now, with R version 3.5.2, scran 1.10.2, to
vg=detectVarGenes(suva_expr,500)
I also get
Error in .local(x, ...) : unused argument (span = 0.2)
Hi all,
thanks for using CONICS :)
It seems in the most recent version of scran the span argument has been removed. I updated the package accordingly. Please install CONICSmat again using
devtools::install_github("diazlab/CONICS/CONICSmat", dep = FALSE)
and restart your R session. After, the error should be fixed.
Cheers, Soren
https://github.com/diazlab/CONICS/wiki/Tutorial---CONICSmat;---Dataset:-SmartSeq2-scRNA-seq-of-Oligodendroglioma