Skip to content
View cdiener's full-sized avatar
👨‍🔬
Researching 'em microbes...
👨‍🔬
Researching 'em microbes...

Highlights

  • Pro

Organizations

@opencobra @resendislab @PythonDayMX
Block or Report

Block or report cdiener

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
cdiener/README.md

Hi there 👋. I'm a microbial ecologist studying the human gut microbiome. 🦠+💻 = 💓

Our lab GitHub can be found here.


Most of my work takes place in other Github organizations.

micom-dev  openCobra  gibbons-lab  gibbons-lab 

Social

twitter  twitter  twitter 

Science

orcid  Google Scholar 

Languages

Python R Go CSS JavaScript C Rust

Pinned

  1. Gibbons-Lab/mbtools Gibbons-Lab/mbtools Public

    R package for microbiome analysis. Provides helper functions for common workflows ranging from preprocessing to visualization.

    R 20 9

  2. micom-dev/micom micom-dev/micom Public

    Python package to study microbial communities using metabolic modeling.

    Python 78 16

  3. opencobra/cobrapy opencobra/cobrapy Public

    COBRApy is a package for constraint-based modeling of metabolic networks.

    Python 442 212

  4. resendislab/corda resendislab/corda Public

    An implementation of genome-scale model reconstruction using Cost Optimization Reaction Dependency Assessment by Schultz et. al

    Python 21 8

  5. Convert image to ascii art Convert image to ascii art
    1
    import sys; from PIL import Image; import numpy as np
    2
    
                  
    3
    chars = np.asarray(list(' .,:;irsXA253hMHGS#9B&@'))
    4
    
                  
    5
    if len(sys.argv) != 4: print( 'Usage: ./asciinator.py image scale factor' ); sys.exit()
  6. Gibbons-Lab/isb_course_2022 Gibbons-Lab/isb_course_2022 Public

    Materials and presentation for the 2022 ISB Microbiome course.

    Jupyter Notebook 23 9