Skip to content
View bdkech's full-sized avatar

Block or report bdkech

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tcga_data_explore tcga_data_explore Public

    A dashboard for exploring research results

    Python 1

  2. Muninn Muninn Public

    Forked from bkechava-lilly/Muninn

    Knowledge indexing and search suite

    Python

  3. my_docker my_docker Public

    Dockerfiles and builds that I am using

    Dockerfile

  4. standardize_text.py standardize_text.py
    1
    def standardize(s):
    2
      import re
    3
      try:
    4
        standard_s = re.sub('[^0-9a-zA-Z]+', '_', str(s)).lower()
    5
        return standard_s
  5. bdsg_analysis bdsg_analysis Public

    Code base for broadly dosage sensitive genes in TCGA data

    Jupyter Notebook 1

  6. argo_dynamic_distribute argo_dynamic_distribute Public

    Argo workflow config for dynamically distributed job