Skip to content

Commit 4e5bfa0

Browse files
authored
Update load_markers.py
1 parent 6fe1bcc commit 4e5bfa0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

sctools/tools/load_markers.py

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
import pandas as pd
33

44
def load_markers(cell = None, group = None, tech = None, tissue = None, group_cols = 'Cell'):
5+
'''
6+
To fill-
7+
8+
mrk_df, mrk_dct = load_markers()
9+
10+
Parameters:
11+
- cell (list): .
12+
- group (list): .
13+
- tech (list): .
14+
- tissue (list): .
15+
- group_cols (list): .
16+
Output:
17+
- Data frame.
18+
- Dictionary of markers.
19+
'''
520

621
# -- Read markers csv file
722
my_resources = importlib_resources.files("sctools.tools") / "src"

0 commit comments

Comments
 (0)