alimadani / mCI

Modified Concordance Index for pharmacological readout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mCI

Modified Concordance Index for pharmacological readout

How to install: At present there are 2 ways to install:

  • Download zip file from mCI github page. Unzip it. and install

    library(devtools) 
    install("mCI-master")
  • Using install_github : To do this you will required devtools. Install devtools in R as:

      install.packages("devtools")
      library(devtools) #load library

    This is privet reposeatry, you will required a a personal access tokens on github. Go to the url https://github.com/settings/tokens and login to your account. Type a Token description and click on Generate Token. Copy the token text. Now in R:

    install_github("bhklab/mCI", auth_token = "your access token")

About

Modified Concordance Index for pharmacological readout


Languages

Language:C++ 53.8%Language:R 46.2%