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

data preprocessing: remove 2 lines that align spots with tissue position #13

Open
smcclatchy opened this issue Aug 13, 2024 · 1 comment
Assignees

Comments

@smcclatchy
Copy link
Owner

No description provided.

@dmgatti
Copy link
Collaborator

dmgatti commented Aug 13, 2024

In Data preprocessing, remove:

tissue_position <- tissue_position[Cells(raw_st),]
stopifnot(rownames(tissue_position) == Cells(raw_st))

In Normalization, remove:
stopifnot(all(Cells(filter_st) %in% rownames(spot_metadata)))
spot_metadata <- spot_metadata[Cells(filter_st),]

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

No branches or pull requests

2 participants