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

10_1038_s41586_018_0654_5 #189

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft

10_1038_s41586_018_0654_5 #189

wants to merge 1 commit into from

Conversation

giovp
Copy link
Member

@giovp giovp commented Mar 12, 2021

No description provided.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@giovp giovp changed the base branch from master to dev March 12, 2021 14:00


def load(data_dir, sample_fn, **kwargs):
fn = os.path.join(data_dir, sample_fn)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you are not using fn, so you can just take this line out!

import numpy as np


def load(data_dir, sample_fn, **kwargs):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you only have a single file, it is not necessary to use sample_fn and you can use def load(data_dir, **kwargs): instead here

@@ -0,0 +1,44 @@
dataset_structure:
dataset_index: 1
sample_fns:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can leave this field empty if you only have a single file name here to reduce complexity!

observation_wise:
cellontology_original_obs_key: "cell_cluster"
feature_wise:
var_ensembl_col:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You will need to supply one of these to give some sort of gene name list.

@le-ander le-ander changed the title Tasic https://www.nature.com/articles/s41586-018-0654-5#data-availability 10_1038_s41586_018_0654_5 Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants