LTLA / scuttle

Clone of the Bioconductor repository for the scuttle package.
https://bioconductor.org/packages/devel/bioc/html/scuttle.html
9 stars 7 forks source link

Failed to find a rowRanges() method for SingleCellExperiment objects #4

Closed YifeiSheng closed 3 years ago

YifeiSheng commented 3 years ago

It works well several months ago, but this error reported recently, please help me with it. >Mito=grep("mt-", rownames(sce1)) Error in h(simpleError(msg, call)) : error in evaluating the argument 'x' in selecting a method for function 'grep': Failed to find a rowRanges() method for SingleCellExperiment objects. Thank you in advance

LTLA commented 3 years ago

Make sure you have the latest version of all Bioconductor packages. Check the validity of your installation with:

BiocManager::valid()