Skip to content

Commit

Permalink
annotate becker dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
le-ander committed Dec 20, 2023
1 parent b672dc4 commit c523570
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ def load(data_dir, **kwargs):
fn = os.path.join(data_dir, "becker_crc.h5ad")
# replace the simple data loading code below with the code required to load your data file(s)
adata = anndata.read_h5ad(fn)

adata.obs["age"] = adata.obs["age"].astype(str)
return adata # your load function needs to return an AnnData object
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
source target target_id
20 20-year-old human stage HsapDv:0000114
22 22-year-old human stage HsapDv:0000116
31 31-year-old human stage HsapDv:0000125
35 35-year-old human stage HsapDv:0000129
47 47-year-old human stage HsapDv:0000141
53 53-year-old human stage HsapDv:0000147
55 55-year-old human stage HsapDv:0000149
58 58-year-old human stage HsapDv:0000152
61 61-year-old human stage HsapDv:0000155
66 66-year-old human stage HsapDv:0000160
67 67-year-old human stage HsapDv:0000161
78 78-year-old human stage HsapDv:0000172
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source target target_id
FAP classic familial adenomatous polyposis MONDO:0021055
Healthy healthy PATO:0000461
Sporadic CRC colorectal cancer MONDO:0005575
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source target target_id
Asian Asian HANCESTRO:0008
Black African HANCESTRO:0010
Hispanic/Latino Hispanic or Latin American HANCESTRO:0014
Other uncategorised population HANCESTRO:0018
White European HANCESTRO:0005
White/Asian Asian HANCESTRO:0008
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source target target_id
F female PATO:0000383
M male PATO:0000384

0 comments on commit c523570

Please sign in to comment.