From 023636edcd3b0618cef18036b21cec0d432d6792 Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Mon, 6 Jan 2025 11:39:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5705bc1..51af7d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Predictive Breakthroughs -This repository contains code to reproduce the results of the `Prediction of transformative breakthroughs in biomedical research` manuscript. This includes the co-citation network calculation for all of PubMed, the R-MCL clustering of the co-cocitation networks, the trajectory generation, and the logistic regression and post regression processing for identification of breakthrough signals. +This repository contains code to reproduce the results of the *Prediction of transformative breakthroughs in biomedical research manuscript*. This includes the co-citation network calculation for all of PubMed, the R-MCL clustering of the co-cocitation networks, the trajectory generation, and the logistic regression and post regression processing for identification of breakthrough signals. In addition, it includes code that can be used independently for co-citation network (CCN) computation and MCL/R-MCL (Regularized Markov Clustering Algorithm) clustering. The CCN code has been tested on the entire nih open citation collection with more than 25 million cited publications and 750 million citations.