Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Feature Draft/ Use PCA to visualize cell 'upwards' #379
Feature Draft/ Use PCA to visualize cell 'upwards' #379
Changes from 25 commits
c06a02e
abd8e1b
17b2e35
b623a1f
39c2dbf
efcfa10
3383f6a
cb77a18
bb94ef8
43bf525
b13036e
62884f9
34627db
a3c2674
cecbf9d
7c7307e
d39e371
4bc0e6f
4f153b1
c7808ee
f791fc4
ae681be
5280e05
0ced4d1
24c34cb
daf152a
166eb9e
7154995
bdbf2fb
431c497
a2f6ba5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need this flag? Can we not just go
if isPCA..
here?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could use that to see if its a single cell, otherwise throw an exception?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think if it gets to this branch of the conditional, it should already be a single cell, otherwise the bits up till here would already error.