Skip to content
View javadnoorb's full-sized avatar

Block or report javadnoorb

Report abuse

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

Report abuse

Pinned Loading

  1. HistCNN HistCNN Public

    A set of codes to classify H&E slides using deep learning

    Python 29 7

  2. flowermodel flowermodel Public

    This is a set of codes to analyze the data from https://doi.org/10.1038/s41586-019-1429-3

    Jupyter Notebook

  3. lifelines lifelines Public

    Forked from CamDavidsonPilon/lifelines

    Survival analysis in Python

    Python

  4. pandas pandas Public

    Forked from pandas-dev/pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

    Python

  5. Python wrapper for BPCP Python wrapper for BPCP
    1
    from rpy2.robjects import pandas2ri, r
    2
    import rpy2.robjects.packages as rpackages
    3
    from rpy2.robjects.vectors import StrVector
    4
    from rpy2.rinterface import RRuntimeError
    5