- United States
- www.kechavarzi.com
Pinned Loading
-
-
-
-
standardize_text.py
standardize_text.py 1def standardize(s):
2import re
3try:
4standard_s = re.sub('[^0-9a-zA-Z]+', '_', str(s)).lower()
5return standard_s
-
bdsg_analysis
bdsg_analysis PublicCode base for broadly dosage sensitive genes in TCGA data
Jupyter Notebook 1
-
argo_dynamic_distribute
argo_dynamic_distribute PublicArgo workflow config for dynamically distributed job
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.