Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct lost gene expression column when loading NanoString CosMx data #7566

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

mtgregory
Copy link
Contributor

The LoadNanostring() function drops the first gene from the assay expression matrix. This patch corrects this and no longer drops this gene from the expression matrix.

Specifically, the gene is dropped only from the "assay" slot but not from the "images" slot as show here:
image

Example of this issue not present after the patch in this PR:
image

The LoadNanostring() function drops the first gene from the assay expression matrix.  This patch corrects this and no longer drops this gene from the expression matrix.
@AustinHartman AustinHartman merged commit 524c855 into satijalab:develop Jul 21, 2023
@AustinHartman
Copy link
Contributor

Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants