Skip to content

Commit 59fa265

Browse files
committed
scMixology dataset to the repo for tutorial
1 parent c092dd5 commit 59fa265

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Data/scMix_3cl_merged.h5ad

59.8 MB
Binary file not shown.

example_healthyHumanKidney.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
NUM_COMP_TO_VIS = 5
2424

2525

26-
data_file_path = '/home/delaram/sciFA//Data/Human_Kidney_data.h5ad' ### data is already normalized
26+
data_file_path = '/home/delaram/sciFA/Data/Human_Kidney_data.h5ad' ### data is already normalized
2727
data = exproc.import_AnnData(data_file_path) ## based on scanpy
2828

2929
data, gene_idx = proc.get_sub_data(data, num_genes=5000) # subset the data to num_genes HVGs

example_scMixology.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
NUM_GENES = 2000
2626
NUM_COMP_TO_VIS = 5
2727

28-
data_file_path = '/home/delaram/sciFA/Data/scMix_3cl_merged.h5ad'
28+
data_file_path = '/home/delaram/sciRED/Data/scMix_3cl_merged.h5ad'
2929
data = exproc.import_AnnData(data_file_path)
3030
data, gene_idx = proc.get_sub_data(data, num_genes=NUM_GENES) # subset the data to num_genes HVGs
3131
y, genes, num_cells, num_genes = proc.get_data_array(data)

0 commit comments

Comments
 (0)