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.
Hi scater team,
Just a quick PR for the
retrieveCellInfo
function. Currently the function will check for alternate rownames inrowData
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