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

Find consistent way for checking for 'nan' in obs columns #8

Closed
grst opened this issue Apr 9, 2020 · 7 comments
Closed

Find consistent way for checking for 'nan' in obs columns #8

grst opened this issue Apr 9, 2020 · 7 comments
Assignees

Comments

@grst
Copy link
Collaborator

grst commented Apr 9, 2020

In GitLab by @grst on Jan 19, 2020, 17:40

adata.obs columns are converted to categorical on plotting. None, NaN might be turned into str(nan) in that case which breaks pd.isna etc.

@grst grst self-assigned this Apr 9, 2020
@grst
Copy link
Collaborator Author

grst commented Apr 9, 2020

In GitLab by @grst on Jan 29, 2020, 10:08

call AnnData._sanitize right after reading. Then all nans will be consistently converted into strings.
This is, however, subject to change in the future and being discussed here: scverse/anndata#141

@grst
Copy link
Collaborator Author

grst commented Apr 9, 2020

In GitLab by @grst on Jan 30, 2020, 09:43

mentioned in commit b397c559de059b35742ec472564b7a01eaf060f1

@grst
Copy link
Collaborator Author

grst commented Apr 9, 2020

In GitLab by @grst on Jan 30, 2020, 10:27

closed via merge request !3

@grst
Copy link
Collaborator Author

grst commented Apr 9, 2020

In GitLab by @grst on Jan 30, 2020, 10:27

closed via commit b397c559de059b35742ec472564b7a01eaf060f1

@grst
Copy link
Collaborator Author

grst commented Apr 9, 2020

In GitLab by @grst on Jan 30, 2020, 10:27

mentioned in commit 8b2d20c55bb100f1f8a9e5df66dcd49706ce4f33

@grst
Copy link
Collaborator Author

grst commented Apr 9, 2020

In GitLab by @grst on Jan 30, 2020, 13:13

mentioned in commit 45f6698

@grst
Copy link
Collaborator Author

grst commented Apr 9, 2020

In GitLab by @grst on Jan 30, 2020, 13:13

mentioned in commit 4c565a1

@grst grst closed this as completed Apr 9, 2020
grst added a commit that referenced this issue Aug 23, 2020
grst added a commit that referenced this issue Aug 23, 2020
Implement 10x and Tracer parser

Closes #6 and #8

See merge request icbi-lab/pipelines/singlecell_tcr!3
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

1 participant