Skip to content
View ryananeff's full-sized avatar
👨‍⚕️
PGY-1
👨‍⚕️
PGY-1

Organizations

@ehhop
Block or Report

Block or report ryananeff

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. medtracker medtracker Public

    ISMMS Student Health Check

    HTML 3 1

  2. superNOVA superNOVA Public

    Precise Differential Coexpression Model Analysis Across Multiple Conditions

    R 1

  3. ehhop/ehhapp-twilio ehhop/ehhapp-twilio Public

    twilio implementation of the ehhop-phone tree

    Python 2 2

  4. mycbp2_mutational mycbp2_mutational Public

    Code for the project on MYCBP2 dysregulation in human breast cancers

    Jupyter Notebook

  5. philoexplorer philoexplorer Public

    "How does Harvard watch TV?"

    Jupyter Notebook

  6. [Python] ACAT test for combining p-v... [Python] ACAT test for combining p-values under the Cauchy distribution, inspired by ACAT R package (yaowuliu/ACAT)
    1
    import numpy as np
    2
    import scipy as sp
    3
    
    
    4
    def acat_test(pvalues,weights=None):
    5
        '''acat_test()