bigomics / playbase

Core back-end functionality and logic for OmicsPlayground
Other
3 stars 0 forks source link

Fix subscript out of bounds and incorrect length errors #121

Closed mauromiguelm closed 2 months ago

mauromiguelm commented 2 months ago

fixes https://github.com/bigomics/omicsplayground/issues/977 fixes https://github.com/bigomics/omicsplayground/issues/980

This pull request fixes two issues in the code. The issue is a subscript out of bounds error in the pgx$counts function, which was solved by using index instead of rownames for matrix subsetting.