Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZweiTHU committed Jul 19, 2021
1 parent 609e49d commit f1e8108
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ARIC/deconvolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def ARIC(
if selected_marker:
tmppath = os.path.splitext(mix_path)[0]
os.makedirs(tmppath, exist_ok=True)
else:
tmppath = None

raw_markers = list(ref.index)
cell_type = ref.columns.values
Expand Down
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ Accurate and robust inference of cell type proportions from bulk gene expression
version 0.0.1, 2021.06.18
The first test version.

version 0.1.0, 2021.07.16
Add function to output all the markers.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def read(fname):

setup(
name="ARIC",
version="0.0.1",
version="0.1.0",
keywords=("pip", "ARIC"),
description="ARIC: Accurate and robust inference of cell type proportions from bulk gene expression or DNA methylation data",
license="GPL V3",
Expand Down

0 comments on commit f1e8108

Please sign in to comment.