alanocallaghan / scater

Clone of the Bioconductor repository for the scater package.
https://bioconductor.org/packages/devel/bioc/html/scater.html
94 stars 40 forks source link

Check for rowData cols in altExp #177

Closed samuel-marsh closed 1 year ago

samuel-marsh commented 1 year ago

Hi scater team,

Just a quick PR for the retrieveCellInfo function. Currently the function will check for alternate rownames in rowData if parameter is set but only in the main experiment and not in any altExp(s) present. This PR is just single line to add that functionality to altExp as well.

RStudio removed a bunch of trailing spaces when file was saved so those are present in commit too but real change is line 119.

Thanks! Sam

alanocallaghan commented 1 year ago

Thanks Samuel!