Skip to content
View javadnoorb's full-sized avatar
Block or Report

Block or report javadnoorb

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

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

    Python 25 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