diff --git a/manuscript.docx b/manuscript.docx index 8bb6cf2..801901b 100644 Binary files a/manuscript.docx and b/manuscript.docx differ diff --git a/manuscript.html b/manuscript.html index f7c5dcf..f35d36b 100644 --- a/manuscript.html +++ b/manuscript.html @@ -1,54 +1,54 @@ - + - - - - - - - - - - - - - - + + + + + + + + + + + + + + Systematic integration of biomedical knowledge prioritizes drugs for repurposing - - + - - - -
+

Systematic integration of biomedical knowledge prioritizes drugs for repurposing

-

This manuscript was automatically generated from dhimmel/rephetio-manuscript@7b5b0e6 on October 3, 2017.

+

This manuscript (permalink) was automatically generated from dhimmel/rephetio-manuscript@1ddd48d on March 14, 2019.

Authors

Abstract

The ability to computationally predict whether a compound treats a disease would improve the economy and success rate of drug approval. This study describes Project Rephetio to systematically model drug efficacy based on 755 existing treatments. First, we constructed Hetionet (neo4j.het.io), an integrative network encoding knowledge from millions of biomedical studies. Hetionet v1.0 consists of 47,031 nodes of 11 types and 2,250,197 relationships of 24 types. Data was integrated from 29 public resources to connect compounds, diseases, genes, anatomies, pathways, biological processes, molecular functions, cellular components, pharmacologic classes, side effects, and symptoms. Next, we identified network patterns that distinguish treatments from non-treatments. Then we predicted the probability of treatment for 209,168 compound–disease pairs (het.io/repurpose). Our predictions validated on two external sets of treatment and provided pharmacological insights on epilepsy, suggesting they will help prioritize drug repurposing candidates. This study was entirely open and received realtime feedback from 40 community members.

Introduction

The cost of developing a new therapeutic drug has been estimated at 1.4 billion dollars [1], the process typically takes 15 years from lead compound to market [2], and the likelihood of success is stunningly low [3]. Strikingly, the costs have been doubling every 9 years since 1970, a sort of inverse Moore’s law, which is far from an optimal strategy from both a business and public health perspective [4]. Drug repurposing — identifying novel uses for existing therapeutics — can drastically reduce the duration, failure rates, and costs of approval [5]. These benefits stem from the rich preexisting information on approved drugs, including extensive toxicology profiling performed during development, preclinical models, clinical trials, and postmarketing surveillance.

-

Drug repurposing is poised to become more efficient as mining of electronic health records (EHRs) to retrospectively assess the effect of drugs gains feasibility [69]. However, systematic approaches to repurpose drugs based on mining EHRs alone will likely lack power due to multiple testing. Similar to the approach followed to increase the power of genome-wide association studies (GWAS) [10,11], integration of biological knowledge to prioritize drug repurposing will help overcome limited EHR sample size and data quality.

-

In addition to repurposing, several other paradigm shifts in drug development have been proposed to improve efficiency. Since small molecules tend to bind to many targets, polypharmacology aims to find synergy in the multiple effects of a drug [12]. Network pharmacology assumes diseases consist of a multitude of molecular alterations resulting in a robust disease state. Network pharmacology seeks to uncover multiple points of intervention into a specific pathophysiological state that together rehabilitate an otherwise resilient disease process [13,14]. Although target-centric drug discovery has dominated the field for decades, phenotypic screens have more recently resulted in a comparatively higher number of first-in-class small molecules [15]. Recent technological advances have enabled a new paradigm in which mid- to high-throughput assessment of intermediate phenotypes, such as the molecular response to drugs, is replacing the classic target discovery approach [1618]. Furthermore, integration of multiple channels of evidence, particularly diverse types of data, can overcome the limitations and weak performance inherent to data of a single domain [19]. Modern computational approaches offer a convenient platform to tie these developments together as the reduced cost and increased velocity of in silico experimentation massively lowers the barriers to entry and price of failure [20,21].

+

Drug repurposing is poised to become more efficient as mining of electronic health records (EHRs) to retrospectively assess the effect of drugs gains feasibility [6,7,8,9]. However, systematic approaches to repurpose drugs based on mining EHRs alone will likely lack power due to multiple testing. Similar to the approach followed to increase the power of genome-wide association studies (GWAS) [10,11], integration of biological knowledge to prioritize drug repurposing will help overcome limited EHR sample size and data quality.

+

In addition to repurposing, several other paradigm shifts in drug development have been proposed to improve efficiency. Since small molecules tend to bind to many targets, polypharmacology aims to find synergy in the multiple effects of a drug [12]. Network pharmacology assumes diseases consist of a multitude of molecular alterations resulting in a robust disease state. Network pharmacology seeks to uncover multiple points of intervention into a specific pathophysiological state that together rehabilitate an otherwise resilient disease process [13,14]. Although target-centric drug discovery has dominated the field for decades, phenotypic screens have more recently resulted in a comparatively higher number of first-in-class small molecules [15]. Recent technological advances have enabled a new paradigm in which mid- to high-throughput assessment of intermediate phenotypes, such as the molecular response to drugs, is replacing the classic target discovery approach [16,17,18]. Furthermore, integration of multiple channels of evidence, particularly diverse types of data, can overcome the limitations and weak performance inherent to data of a single domain [19]. Modern computational approaches offer a convenient platform to tie these developments together as the reduced cost and increased velocity of in silico experimentation massively lowers the barriers to entry and price of failure [20,21].

Hetnets (short for heterogeneous networks) are networks with multiple types of nodes and relationships. They offer an intuitive, versatile, and powerful structure for data integration by aggregating graphs for each relationship type onto common nodes. In this study, we developed a hetnet (Hetionet v1.0) by integrating knowledge and experimental findings from decades of biomedical research spanning millions of publications. We adapted an algorithm originally developed for social network analysis and applied it to Hetionet v1.0 to identify patterns of efficacy and predict new uses for drugs. The algorithm performs edge prediction through a machine learning framework that accommodates the breadth and depth of information contained in Hetionet v1.0 [22,23]. Our approach represents an in silico implementation of network pharmacology that natively incorporates polypharmacology and high-throughput phenotypic screening.

One fundamental characteristic of our method is that it learns and evaluates itself on existing medical indications (i.e. a “gold standard”). Next, we introduce previous approaches that also performed comprehensive evaluation on existing treatments. A 2011 study, named PREDICT, compiled 1,933 treatments between 593 drugs and 313 diseases [24]. Starting from the premise that similar drugs treat similar diseases, PREDICT trained a classifier that incorporates 5 types of drug-drug and 2 types of disease-disease similarity. A 2014 study compiled 890 treatments between 152 drugs and 145 diseases with transcriptional signatures [25]. The authors found that compounds triggering an opposing transcriptional response to the disease were more likely to be treatments, although this effect was weak and limited to cancers. A 2016 study compiled 402 treatments between 238 drugs and 78 diseases and used a single proximity score — the average shortest path distance between a drug’s targets and disease’s associated proteins on the interactome — as a classifier [26].

We build on these successes by creating a framework for incorporating the effects of any biological relationship into the prediction of whether a drug treats a disease. By doing this, we were able to capture a multitude of effects that have been suggested as influential for drug repurposing including drug-drug similarity [24,27], disease-disease similarity [24,28], transcriptional signatures [17,18,25,29,30], protein interactions [26], genetic association [31,32], drug side effects [33,34], disease symptoms [35], and molecular pathways [36]. Our ability to create such an integrative model of drug efficacy relies on the hetnet data structure to unite diverse information. On Hetionet v1.0, our algorithm learns which types of compound–disease paths discriminate treatments from non-treatments in order to predict the probability that a compound treats a disease.

@@ -57,12 +57,12 @@

Results

Hetionet v1.0

We obtained and integrated data from 29 publicly available resources to create Hetionet v1.0 (Figure 1). The hetnet contains 47,031 nodes of 11 types (Table 1) and 2,250,197 relationships of 24 types (Table 2). The nodes consist of 1,552 small molecule compounds and 137 complex diseases, as well as genes, anatomies, pathways, biological processes, molecular functions, cellular components, perturbations, pharmacologic classes, drug side effects, and disease symptoms. The edges represent relationships between these nodes and encompass the collective knowledge produced by millions of studies over the last half century.

-Figure 1: Hetionet v1.0. A) The metagraph, a schema of the network types. B) The hetnet visualized. Nodes are drawn as dots and laid out orbitally, thus forming circles. Edges are colored by type. C) Metapath counts by path length. The number of different types of paths of a given length that connect two node types is shown. For example, the top-left tile in the Length 1 panel denotes that Anatomy nodes are not connected to themselves (i.e. no edges connect nodes of this type between themselves). However, the bottom-left tile of the Length 4 panel denotes that 88 types of length-four paths connect Symptom to Anatomy nodes.
Figure 1: Hetionet v1.0. A) The metagraph, a schema of the network types. B) The hetnet visualized. Nodes are drawn as dots and laid out orbitally, thus forming circles. Edges are colored by type. C) Metapath counts by path length. The number of different types of paths of a given length that connect two node types is shown. For example, the top-left tile in the Length 1 panel denotes that Anatomy nodes are not connected to themselves (i.e. no edges connect nodes of this type between themselves). However, the bottom-left tile of the Length 4 panel denotes that 88 types of length-four paths connect Symptom to Anatomy nodes.
+Figure 1: Hetionet v1.0. A) The metagraph, a schema of the network types. B) The hetnet visualized. Nodes are drawn as dots and laid out orbitally, thus forming circles. Edges are colored by type. C) Metapath counts by path length. The number of different types of paths of a given length that connect two node types is shown. For example, the top-left tile in the Length 1 panel denotes that Anatomy nodes are not connected to themselves (i.e. no edges connect nodes of this type between themselves). However, the bottom-left tile of the Length 4 panel denotes that 88 types of length-four paths connect Symptom to Anatomy nodes.
Figure 1: Hetionet v1.0. A) The metagraph, a schema of the network types. B) The hetnet visualized. Nodes are drawn as dots and laid out orbitally, thus forming circles. Edges are colored by type. C) Metapath counts by path length. The number of different types of paths of a given length that connect two node types is shown. For example, the top-left tile in the Length 1 panel denotes that Anatomy nodes are not connected to themselves (i.e. no edges connect nodes of this type between themselves). However, the bottom-left tile of the Length 4 panel denotes that 88 types of length-four paths connect Symptom to Anatomy nodes.

For example, Compound–binds–Gene edges represent when a compound binds to a protein encoded by a gene. This information has been extracted from the literature by human curators and compiled into databases such as DrugBank, ChEMBL, DrugCentral, and BindingDB. We combined these databases to create 11,571 binding edges between 1,389 compounds and 1,689 genes. These edges were compiled from 10,646 distinct publications, which Hetionet binding edges reference as an attribute. Binding edges represent a comprehensive catalog constructed from low throughput experimentation. However, we also integrated findings from high throughput technologies — many of which have only recently become available. For example, we generated consensus transcriptional signatures for compounds in LINCS L1000 and diseases in STARGEO.

- + @@ -154,7 +154,7 @@

Hetionet v1.0

Table 1: Metanodes. Hetionet v1.0 includes 11 node types (metanodes). For each metanode, this table shows the abbreviation, number of nodes, number of nodes without any edges, and the number of metaedges connecting the metanode. Table 1: Metanodes. Hetionet v1.0 includes 11 node types (metanodes). For each metanode, this table shows the abbreviation, number of nodes, number of nodes without any edges, and the number of metaedges connecting the metanode.
Metanode
- + @@ -356,19 +356,19 @@

Systematic mechanisms of efficacy

One aim of Project Rephetio was to systematically evaluate how drugs exert their therapeutic potential. To address this question, we compiled a gold standard of 755 disease-modifying indications, which form the Compound–treats–Disease edges in Hetionet v1.0. Next, we identified types of paths (metapaths) that occurred more frequently between treatments than non-treatments (any compound–disease pair that is not a treatment). The advantage of this approach is that metapaths naturally correspond to mechanisms of pharmacological efficacy. For example, the Compound–binds–Gene–associates–Disease (CbGaD) metapath identifies when a drug binds to a protein corresponding to a gene involved in the disease.

We evaluated all 1,206 metapaths that traverse from compound to disease and have length of 2–4 (Figure 2A). To control for the different degrees of nodes, we used the degree-weighted path count (DWPC, see Methods) — which downweights paths going through highly-connected nodes [22] — to assess path prevalence. In addition, we compared the performance of each metapath to a baseline computed from permuted networks. Hetnet permutation preserves node degree while eliminating edge specificity, allowing us to isolate the portion of unpermuted metapath performance resulting from actual network paths. We refer to the permutation-adjusted performance measure as Δ AUROC. A positive Δ AUROC indicates that paths of the given type tended to occur more frequently between treatments than non-treatments, after accounting for different levels of connectivity (node degrees) in the hetnet. In general terms, Δ AUROC assesses whether paths of a given type were informative of drug efficacy.

-Figure 2: Performance by type and model coefficients. A) The performance of the DWPCs for 1,206 metapaths, organized by their composing metaedges. The larger dots represent metapaths that were significantly affected by permutation (false discovery rate < 5%). Metaedges are ordered by their best performing metapath. Since a metapath’s performance is limited by its least informative metaedge, the best performing metapath for a metaedge provides a lower bound on the pharmacologic utility of a given domain of information. B) Barplot of the model coefficients. Features were standardized prior to model fitting to make the coefficients comparable [39].
Figure 2: Performance by type and model coefficients. A) The performance of the DWPCs for 1,206 metapaths, organized by their composing metaedges. The larger dots represent metapaths that were significantly affected by permutation (false discovery rate < 5%). Metaedges are ordered by their best performing metapath. Since a metapath’s performance is limited by its least informative metaedge, the best performing metapath for a metaedge provides a lower bound on the pharmacologic utility of a given domain of information. B) Barplot of the model coefficients. Features were standardized prior to model fitting to make the coefficients comparable [39].
+Figure 2: Performance by type and model coefficients. A) The performance of the DWPCs for 1,206 metapaths, organized by their composing metaedges. The larger dots represent metapaths that were significantly affected by permutation (false discovery rate < 5%). Metaedges are ordered by their best performing metapath. Since a metapath’s performance is limited by its least informative metaedge, the best performing metapath for a metaedge provides a lower bound on the pharmacologic utility of a given domain of information. B) Barplot of the model coefficients. Features were standardized prior to model fitting to make the coefficients comparable [39].
Figure 2: Performance by type and model coefficients. A) The performance of the DWPCs for 1,206 metapaths, organized by their composing metaedges. The larger dots represent metapaths that were significantly affected by permutation (false discovery rate < 5%). Metaedges are ordered by their best performing metapath. Since a metapath’s performance is limited by its least informative metaedge, the best performing metapath for a metaedge provides a lower bound on the pharmacologic utility of a given domain of information. B) Barplot of the model coefficients. Features were standardized prior to model fitting to make the coefficients comparable [39].

Overall, 709 of the 1,206 metapaths exhibited a statistically significant Δ AUROC at a false discovery rate cutoff of 5%. These 709 metapaths included all 24 metaedges, suggesting that each type of relationship we integrated provided at least some therapeutic utility. However, not all metaedges were equally present in significant metapaths: 259 significant metapaths included a Compound–binds–Gene metaedge, whereas only 4 included a Gene–participates–Cellular Component metaedge. Table 3 lists the predictiveness of several metapaths of interest. Refer to the Discussion for our interpretation of these findings.

Table 2: Metaedges. Hetionet v1.0 contains 24 edge types (metaedges). For each metaedge, the table reports the abbreviation, the number of edges, the number of source nodes connected by the edges, and the number of target nodes connected by the edges. Note that all metaedges besides Gene→regulates→Gene are undirected. Table 2: Metaedges. Hetionet v1.0 contains 24 edge types (metaedges). For each metaedge, the table reports the abbreviation, the number of edges, the number of source nodes connected by the edges, and the number of target nodes connected by the edges. Note that all metaedges besides Gene→regulates→Gene are undirected.
Metaedge
- ++----+++ @@ -595,20 +595,20 @@

Predictions of drug efficacy

We implemented a machine learning approach to translate the network connectivity between a compound and a disease into a probability of treatment [40,41]. The approach relies on the 755 known treatments as positives and 29,044 non-treatments as negatives to train a logistic regression model. Note that 179,369 non-treatments were omitted as negative training observations because they had a prior probability of treatment equal to zero (see Methods). The features consisted of a prior probability of treatment, node degrees for 14 metaedges, and DWPCs for 123 metapaths that were well suited for modeling. A cross-validated elastic net was used to minimize overfitting, yielding a model with 31 features (Figure 2B). The DWPC features with negative coefficients appear to be included as node-degree-capturing covariates, i.e. they reflect the general connectivity of the compound and disease rather than specific paths between them. However, the 11 DWPC features with non-negligible positive coefficients represent the most salient types of connectivity for systematically modeling drug efficacy. See the metapaths with positive coefficients in Table 3 for unabbreviated names. As an example, the CcSEcCtD feature assesses whether the compound causes the same side effects as compounds that treat the disease. Alternatively, the CbGeAlD feature assesses whether the compound binds to genes that are expressed in the anatomies affected by the disease.

We applied this model to predict the probability of treatment between each of 1,538 connected compounds and each of 136 connected diseases, resulting in predictions for 209,168 compound–disease pairs [42], available at http://het.io/repurpose/. The 755 known disease-modifying indications were highly ranked (AUROC = 97.4%, Figure 3). The predictions also successfully prioritized two external validation sets: novel indications from DrugCentral (AUROC = 85.5%) and novel indications in clinical trial (AUROC = 70.0%). Together, these findings indicate that Project Rephetio has the ability to recognize efficacious compound–disease pairs.

-Figure 3: Predictions performance on four indication sets. We assess how well our predictions prioritize four sets of indications. A) The y-axis labels denote the number of indications (+) and non-indications (−) composing each set. Violin plots with quartile lines show the distribution of indications when compound–disease pairs are ordered by their prediction. In all four cases, the actual indications were ranked highly by our predictions. B) ROC Curves with AUROCs in the legend. C) Precision–Recall Curves with AUPRCs in the legend.
Figure 3: Predictions performance on four indication sets. We assess how well our predictions prioritize four sets of indications. A) The y-axis labels denote the number of indications (+) and non-indications (−) composing each set. Violin plots with quartile lines show the distribution of indications when compound–disease pairs are ordered by their prediction. In all four cases, the actual indications were ranked highly by our predictions. B) ROC Curves with AUROCs in the legend. C) Precision–Recall Curves with AUPRCs in the legend.
+Figure 3: Predictions performance on four indication sets. We assess how well our predictions prioritize four sets of indications. A) The y-axis labels denote the number of indications (+) and non-indications (−) composing each set. Violin plots with quartile lines show the distribution of indications when compound–disease pairs are ordered by their prediction. In all four cases, the actual indications were ranked highly by our predictions. B) ROC Curves with AUROCs in the legend. C) Precision–Recall Curves with AUPRCs in the legend.
Figure 3: Predictions performance on four indication sets. We assess how well our predictions prioritize four sets of indications. A) The y-axis labels denote the number of indications (+) and non-indications (−) composing each set. Violin plots with quartile lines show the distribution of indications when compound–disease pairs are ordered by their prediction. In all four cases, the actual indications were ranked highly by our predictions. B) ROC Curves with AUROCs in the legend. C) Precision–Recall Curves with AUPRCs in the legend.

Predictions were scaled to the overall prevalence of treatments (0.36%). Hence a compound–disease pair that received a prediction of 1% represents a 2-fold enrichment over the null probability. Of the 3,980 predictions with a probability exceeding 1%, 586 corresponded to known disease-modifying indications, leaving 3,394 repurposing candidates. For a given compound or disease, we provide the percentile rank of each prediction. Therefore, users can assess whether a given prediction is a top prediction for the compound or disease. In addition, our table-based prediction browser links to a custom guide for each prediction, which displays in the Neo4j Hetionet Browser. Each guide includes a query to display the top paths supporting the prediction and lists clinical trials investigating the indication.

Nicotine dependence case study

There are currently two FDA-approved medications for smoking cessation (varenicline and bupropion) that are not nicotine replacement therapies. PharmacotherapyDB v1.0 lists varenicline as a disease-modifying indication and nicotine itself as a symptomatic indication for nicotine dependence, but is missing bupropion. Bupropion was first approved for depression in 1985. Owing to the serendipitous observation that it decreased smoking in depressed patients taking this drug, Bupropion was approved for smoking cessation in 1997 [43]. Therefore we looked whether Project Rephetio could have predicted this repurposing. Bupropion was the 9th best prediction for nicotine dependence (99.5th percentile) with a probability 2.50-fold greater than the null. Figure 4 shows the top paths supporting the repurposing of bupropion.

-Figure 4: Evidence supporting the repurposing of bupropion for smoking cessation. This figure shows the 10 most supportive paths (out of 365 total) for treating nicotine dependence with bupropion, as available in this prediction’s Neo4j Browser guide. Our method detected that bupropion targets the CHRNA3 gene, which is also targeted by the known-treatment varenicline [44]. Furthermore, CHRNA3 is associated with nicotine dependence [45] and participates in several pathways that contain other nicotinic-acetylcholine-receptor (nAChR) genes associated with nicotine dependence. Finally, bupropion causes terminal insomnia [46] as does varenicline [47], which could indicate an underlying common mechanism of action.
Figure 4: Evidence supporting the repurposing of bupropion for smoking cessation. This figure shows the 10 most supportive paths (out of 365 total) for treating nicotine dependence with bupropion, as available in this prediction’s Neo4j Browser guide. Our method detected that bupropion targets the CHRNA3 gene, which is also targeted by the known-treatment varenicline [44]. Furthermore, CHRNA3 is associated with nicotine dependence [45] and participates in several pathways that contain other nicotinic-acetylcholine-receptor (nAChR) genes associated with nicotine dependence. Finally, bupropion causes terminal insomnia [46] as does varenicline [47], which could indicate an underlying common mechanism of action.
+Figure 4: Evidence supporting the repurposing of bupropion for smoking cessation. This figure shows the 10 most supportive paths (out of 365 total) for treating nicotine dependence with bupropion, as available in this prediction’s Neo4j Browser guide. Our method detected that bupropion targets the CHRNA3 gene, which is also targeted by the known-treatment varenicline [44]. Furthermore, CHRNA3 is associated with nicotine dependence [45] and participates in several pathways that contain other nicotinic-acetylcholine-receptor (nAChR) genes associated with nicotine dependence. Finally, bupropion causes terminal insomnia [46] as does varenicline [47], which could indicate an underlying common mechanism of action.
Figure 4: Evidence supporting the repurposing of bupropion for smoking cessation. This figure shows the 10 most supportive paths (out of 365 total) for treating nicotine dependence with bupropion, as available in this prediction’s Neo4j Browser guide. Our method detected that bupropion targets the CHRNA3 gene, which is also targeted by the known-treatment varenicline [44]. Furthermore, CHRNA3 is associated with nicotine dependence [45] and participates in several pathways that contain other nicotinic-acetylcholine-receptor (nAChR) genes associated with nicotine dependence. Finally, bupropion causes terminal insomnia [46] as does varenicline [47], which could indicate an underlying common mechanism of action.

Atop the nicotine dependence predictions were nicotine (10.97-fold over null), cytisine (10.58-fold), and galantamine (9.50-fold). Cytisine is widely used in Eastern Europe for smoking cessation due to its availability at a fraction of the cost of other pharmaceutical options [48]. In the last half decade, large scale clinical trials have confirmed cytisine’s efficacy [49,50]. Galantamine, an approved Alzheimer’s treatment, is currently in Phase 2 trial for smoking cessation and is showing promising results [51]. In summary, nicotine dependence illustrates Project Rephetio’s ability to predict efficacious treatments and prioritize historic and contemporary repurposing opportunities.

Epilepsy case study

Several factors make epilepsy an interesting disease for evaluating repurposing predictions [52]. Antiepileptic drugs work by increasing the seizure threshold — the amount of electric stimulation that is required to induce seizure. The effect of a drug on the seizure threshold can be cheaply and reliably tested in rodent models. As a result, the viability of most approved drugs in treating epilepsy is known.

We focused our evaluation on the top 100 scoring compounds — referred to as the epilepsy predictions in this section — after discarding a single combination drug. We classified each compound as anti-ictogenic (seizure suppressing), unknown (no established effect on the seizure threshold), or ictogenic (seizure generating) according to medical literature [52]. Of the top 100 epilepsy predictions, 77 were anti-ictogenic, 8 were unknown, and 15 were ictogenic (Figure 5A). Notably, the predictions contained 23 of the 25 disease-modifying antiepileptics in PharamcotherapyDB v1.0.

-Figure 5: Top 100 epilepsy predictions. A) Compounds — ranked from 1 to 100 by their predicted probability of treating epilepsy — are colored by their effect on seizures [52]. The highest predictions are almost exclusively anti-ictogenic. Further down the prediction list, the prevalence of drugs with an ictogenic (contraindication) or unknown (novel repurposing candidate) effect on epilepsy increases. All compounds shown received probabilities far exceeding the null probability of treatment (0.36%). B) A chemical similarity network of the epilepsy predictions, with each compound’s 2D structure [53]. Edges are Compound–resembles–Compound relationships from Hetionet v1.0. Nodes are colored by their effect on seizures. C) The relative contribution of important drug targets to each epilepsy prediction [53]. Specifically, pie charts show how the 8 most-supportive drug targets across all 100 epilepsy predictions contribute to individual predictions. Other Targets represents the aggregate contribution of all targets not listed. The network layout is identical to B.
Figure 5: Top 100 epilepsy predictions. A) Compounds — ranked from 1 to 100 by their predicted probability of treating epilepsy — are colored by their effect on seizures [52]. The highest predictions are almost exclusively anti-ictogenic. Further down the prediction list, the prevalence of drugs with an ictogenic (contraindication) or unknown (novel repurposing candidate) effect on epilepsy increases. All compounds shown received probabilities far exceeding the null probability of treatment (0.36%). B) A chemical similarity network of the epilepsy predictions, with each compound’s 2D structure [53]. Edges are Compound–resembles–Compound relationships from Hetionet v1.0. Nodes are colored by their effect on seizures. C) The relative contribution of important drug targets to each epilepsy prediction [53]. Specifically, pie charts show how the 8 most-supportive drug targets across all 100 epilepsy predictions contribute to individual predictions. Other Targets represents the aggregate contribution of all targets not listed. The network layout is identical to B.
+Figure 5: Top 100 epilepsy predictions. A) Compounds — ranked from 1 to 100 by their predicted probability of treating epilepsy — are colored by their effect on seizures [52]. The highest predictions are almost exclusively anti-ictogenic. Further down the prediction list, the prevalence of drugs with an ictogenic (contraindication) or unknown (novel repurposing candidate) effect on epilepsy increases. All compounds shown received probabilities far exceeding the null probability of treatment (0.36%). B) A chemical similarity network of the epilepsy predictions, with each compound’s 2D structure [53]. Edges are Compound–resembles–Compound relationships from Hetionet v1.0. Nodes are colored by their effect on seizures. C) The relative contribution of important drug targets to each epilepsy prediction [53]. Specifically, pie charts show how the 8 most-supportive drug targets across all 100 epilepsy predictions contribute to individual predictions. Other Targets represents the aggregate contribution of all targets not listed. The network layout is identical to B.
Figure 5: Top 100 epilepsy predictions. A) Compounds — ranked from 1 to 100 by their predicted probability of treating epilepsy — are colored by their effect on seizures [52]. The highest predictions are almost exclusively anti-ictogenic. Further down the prediction list, the prevalence of drugs with an ictogenic (contraindication) or unknown (novel repurposing candidate) effect on epilepsy increases. All compounds shown received probabilities far exceeding the null probability of treatment (0.36%). B) A chemical similarity network of the epilepsy predictions, with each compound’s 2D structure [53]. Edges are Compound–resembles–Compound relationships from Hetionet v1.0. Nodes are colored by their effect on seizures. C) The relative contribution of important drug targets to each epilepsy prediction [53]. Specifically, pie charts show how the 8 most-supportive drug targets across all 100 epilepsy predictions contribute to individual predictions. Other Targets represents the aggregate contribution of all targets not listed. The network layout is identical to B.

Many of the 77 anti-ictogenic compounds were not first-line antiepileptic drugs. Instead, they were used as ancillary drugs in the treatment of status epilepticus. For example, we predicted four halogenated ethers, two of which (isoflurane and desflurane) are used clinically to treat life-threatening seizures that persist despite treatment [54]. As inhaled anesthetics, these compounds are not appropriate as daily epilepsy medications, but are feasible for refractory status epilepticus where patients are intubated.

Given this high precision (77%), the 8 compounds of unknown effect are promising repurposing candidates. For example, acamprosate — whose top prediction was epilepsy — is a taurine analog that promotes alcohol abstinence. Support for this repurposing arose from acamprosate’s inhibition of the glutamate receptor and positive modulation of the GABAᴀ receptor (Figure 5C). If effective against epilepsy, acamprosate could serve a dual benefit for recovering alcoholics who experience seizures from alcohol withdrawal.

@@ -616,14 +616,14 @@

Epilepsy case study

Next, we investigated which components of Hetionet contributed to the epilepsy predictions [52]. In total, 392,956 paths of 12 types supported the predictions. Using several different methods for grouping paths, we were able to quantify the aggregate biological evidence. Our algorithm primarily drew on two aspects of epilepsy: its known treatments (76% of the total support) and its genetic associations (22% of support). In contrast, our algorithm drew heavily on several aspects of the predicted compounds: their targeted genes (44%), their chemically similar compounds (30%), their pharmacologic classes, their palliative indications (5%), and their side effects (4%).

Specifically, 266,192 supporting paths originated with a Compound–binds–Gene relationship. Aggregating support by these genes shows the extent that 121 different drug targets contributed to the predictions [52]. In order of importance, the predictions targeted GABAᴀ receptors (15.3% of total support), cytochrome P450 enzymes (5.6%), the sodium channel (4.6%), glutamate receptors (3.8%), the calcium channel (2.7%), carbonic anhydrases (2.5%), cholinergic receptors (2.1%) and the potassium channel (1.4%). Besides cytochrome P450, which primarily influences pharmacokinetics [56], our method detected and leveraged bonafide anti-ictogenic mechanisms [57]. Figure 5C shows drug target contributions per compound and illustrates the considerable mechanistic diversity among the predictions.

Also notable are the 15 ictogenic compounds in our top 100 predictions. Nine of the ictogenic compounds share a tricyclic structure (Figure 5B), five of which are tricyclic antidepressants. While the ictogenic mechanisms of these antidepressants are still unclear [58], Figure 5C suggests their anticholinergic effects may be responsible [59], in accordance with previous theories [60].

-

We also ranked the contribution of the 1,137 side effects that supported the epilepsy predictions through 117,720 CcSEcCtD paths. The top five side effects — ataxia (0.069% of total support), nystagmus (0.049%), diplopia (0.045%), somnolence (0.044%), and vomiting (0.043%) — reflect established adverse effects of antiepileptic drugs [6165]. In summary, our method simultaneously identified the hallmark side effects of antiepileptic drugs while incorporating this knowledge to prioritize 1,538 compounds for anti-ictogenic activity.

+

We also ranked the contribution of the 1,137 side effects that supported the epilepsy predictions through 117,720 CcSEcCtD paths. The top five side effects — ataxia (0.069% of total support), nystagmus (0.049%), diplopia (0.045%), somnolence (0.044%), and vomiting (0.043%) — reflect established adverse effects of antiepileptic drugs [61,62,63,64,65]. In summary, our method simultaneously identified the hallmark side effects of antiepileptic drugs while incorporating this knowledge to prioritize 1,538 compounds for anti-ictogenic activity.

Discussion

We created Hetionet v1.0 by integrating 29 resources into a single data structure — the hetnet. Consisting of 11 types of nodes and 24 types of relationships, Hetionet v1.0 brings more types of information together than previous leading-studies in biological data integration [66]. Moreover, we strove to create a reusable, extensible, and property-rich network. While all of the resources we include are publicly available, their integration was a time-intensive undertaking and required careful consideration of legal barriers to data reuse. Hetionet allows researchers to begin answering integrative questions without having to first spend months processing data.

Our public Neo4j instance allows users to immediately interact with Hetionet. Through the Cypher language, users can perform highly specialized graph queries with only a few lines of code. Queries can be executed in the web browser or programmatically from a language with a Neo4j driver. For users that are unfamiliar with Cypher, we include several example queries in a Browser guide. In contrast to traditional REST APIs, our public Neo4j instance provides users with maximal flexibility to construct custom queries by exposing the underlying database.

As data has grown more plentiful and diverse, so has the applicability of hetnets. Unfortunately, network science has been naturally fragmented by discipline resulting in relatively slow progress in integrating heterogeneous data. A 2014 analysis identified 78 studies using multilayer networks — a superset of hetnets (heterogeneous information networks) with the potential for additional dimensions, such as time. However, the studies relied on 26 different terms, 9 of which had multiple definitions [67,68]. Nonetheless, core infrastructure and algorithms for hetnets are emerging. Compared to the existing mathematical frameworks for multilayer networks that must deal with layers other than type (such as the aspect of time) [67], the primary obligation of hetnet algorithms is to be type aware. One goal of our project has been to unite hetnet research across disciplines. We approached this goal by making Project Rephetio entirely available online and inviting community feedback throughout the process [69].

Integrating every resource into a single interconnected data structure allowed us to assess systematic mechanisms of drug efficacy. Using the max performing metapath to assess the pharmacological utility of a metaedge (Figure 2A), we can divide our relationships into tiers of informativeness. The top tier consists of the types of information traditionally considered by pharmacology: Compound–treats–Disease, Pharmacologic Class–includes–Compound, Compound–resembles–Compound, Disease–resembles–Disease, and Compound–binds–Gene. The upper-middle tier consists of types of information that have been the focus of substantial medical study, but have only recently started to play a bigger role in drug development, namely the metaedges Disease–associates–Gene, Compound–causes–Side Effect, Disease–presents–Symptom, Disease–localizes–Anatomy, and Gene–interacts–Gene.

The lower-middle tier contains the transcriptomics metaedges such as Compound–downregulates–Gene, Anatomy–expresses–Gene, Gene→regulates→Gene, and Disease–downregulates–Gene. Much excitement surrounds these resources due to their high throughput and genome-wide scope, which offers a route to drug discovery that is less biased by existing knowledge. However, our findings suggest that these resources are only moderately informative of drug efficacy. Other lower-middle tier metaedges were the product of time-intensive biological experimentation, such as Gene–participates–Pathway, Gene–participates–Molecular Function, and Gene–participates–Biological Process. Unlike the top tier resources, this knowledge has historically been pursued for basic science rather than primarily medical applications. The weak yet appreciable performance of the Gene–covaries–Gene suggests the synergy between the fields of evolutionary genomics and disease biology. The lower tier included the Gene–participates–Cellular Component metaedge, which may reflect that the relevance of cellular location to pharmacology is highly case dependent and not amenable to systematic profiling.

-

The performance of specific metapaths (Table 3) provides further insight. For example, significant emphasis has been put on the use of transcriptional data for drug repurposing [30]. One common approach has been to identify compounds with opposing transcriptional signatures to a disease [18,70]. However, several systematic studies report underwhelming performance of this approach [2426] — a finding supported by the low performance of the CuGdD and CdGuD metapaths in Project Rephetio. Nonetheless, other transcription-based methods showed some promise. Compounds with similar transcriptional signatures were prone to treating the same disease (CuGuCtD and CdGdCtD metapaths), while compounds with opposing transcriptional signatures were slightly averse to treating the same disease (CuGdCtD and CdGuCtD metapaths). In contrast, diseases with similar transcriptional profiles were not prone to treatment by the same compound (CtDdGuD and CtDuGdD).

+

The performance of specific metapaths (Table 3) provides further insight. For example, significant emphasis has been put on the use of transcriptional data for drug repurposing [30]. One common approach has been to identify compounds with opposing transcriptional signatures to a disease [18,70]. However, several systematic studies report underwhelming performance of this approach [24,25,26] — a finding supported by the low performance of the CuGdD and CdGuD metapaths in Project Rephetio. Nonetheless, other transcription-based methods showed some promise. Compounds with similar transcriptional signatures were prone to treating the same disease (CuGuCtD and CdGdCtD metapaths), while compounds with opposing transcriptional signatures were slightly averse to treating the same disease (CuGdCtD and CdGuCtD metapaths). In contrast, diseases with similar transcriptional profiles were not prone to treatment by the same compound (CtDdGuD and CtDuGdD).

By comparably assessing the informativeness of different metaedges and metapaths, Project Rephetio aims to guide future research towards promising data types and analyses. One caveat is that omics-scale experimental data will likely play a larger role in developing the next generation of pharmacotherapies. Hence, were performance reevaluated on treatments discovered in the forthcoming decades, the predictive ability of these data types may rise. Encouragingly, most data types were at least weakly informative and hence suitable for further study. Ideally, different data types would provide orthogonal information. However, our model for whether a compound treats a disease focused on 11 metapaths — a small portion of the hundreds of metapaths available. While parsimony aids interpretation, our model did not draw on the weakly-predictive high-throughput data types — which are intriguing for their novelty, scalability, and cost-effectiveness — as much as we had hypothesized.

Instead our model selected types of information traditionally considered in pharmacology. However unlike a pharmacologist whose area of expertise may be limited to a few drug classes, our model was able to predict probabilities of treatment for all 209,168 compound–disease pairs. Furthermore, our model systematically learned the importance of each type of network connectivity. For any compound–disease pair, we now can immediately provide the top network paths supporting its therapeutic efficacy. A traditional pharmacologist may be able to produce a similar explanation, but likely not until spending substantial time researching the compound’s pharmacology, the disease’s pathophysiology, and the molecular relationships in between. Accordingly, we hope certain predictions will spur further research, such as trials to investigate the off-label use of acamprosate for epilepsy, which is supported by one animal model [71].

As demonstrated by the 15 ictogenic compounds in our top 100 epilepsy predictions, Project Rephetio’s predictions can include contraindications in addition to indications. Since many of Hetionet v1.0’s relationship types are general (e.g. the Compound–binds–Gene relationship type conflates antagonist with agonist effects), we expect some high scoring predictions to exacerbate rather than treat the disease. However, the predictions made by Hetionet v1.0 represent such substantial relative enrichment over the null that uncovering the correct directionality is a logical next step and worth undertaking. Going forward, advances in automated mining of the scientific literature could enable extraction of precise relationship types at omics scale [72,73].

@@ -635,21 +635,21 @@

Methods

Nodes

Nodes encode entities. We extracted nodes from standard terminologies, which provide curated vocabularies to enable data integration and prevent concept duplication. The ease of mapping external vocabularies, adoption, and comprehensiveness were primary selection criteria. Hetionet v1.0 includes nodes from 5 ontologies — which provide hierarchy of entities for a specific domain — selected for their conformity to current best practices [76].

We selected 137 terms from the Disease Ontology [77,78] (which we refer to as DO Slim [79,80]) as our disease set. Our goal was to identify complex diseases that are distinct and specific enough to be clinically relevant yet general enough to be well annotated. To this end, we included diseases that have been studied by GWAS and cancer types from TopNodes_DOcancerslim [81]. We ensured that no DO Slim disease was a subtype of another DO Slim disease. Symptoms were extracted from MeSH by taking the 438 descendants of Signs and Symptoms [82,83].

-

Approved small molecule compounds with documented chemical structures were extracted from DrugBank version 4.2 [8486]. Unapproved compounds were excluded because our focus was repurposing. In addition, unapproved compounds tend to be less studied than approved compounds making them less attractive for our approach where robust network connectivity is critical. Finally, restricting to small molecules with known documented structures enabled us to map between compound vocabularies (see Mappings).

-

Side effects were extracted from SIDER version 4.1 [8789]. SIDER codes side effects using UMLS identifiers [90], which we also adopted. Pharmacologic Classes were extracted from the DrugCentral data repository [91,92]. Only pharmacologic classes corresponding to the “Chemical/Ingredient”, “Mechanism of Action”, and “Physiologic Effect” FDA class types were included to avoid pharmacologic classes that were synonymous with indications [92].

-

Protein-coding human genes were extracted from Entrez Gene [9395]. Anatomical structures, which we refer to as anatomies, were extracted from Uberon [96]. We selected a subset of 402 Uberon terms by excluding terms known not to exist in humans and terms that were overly broad or arcane [97,98].

-

Pathways were extracted by combining human pathways from WikiPathways [99,100], Reactome [101], and the Pathway Interaction Database [102]. The latter two resources were retrieved from Pathway Commons (RRID:SCR_002103) [103], which compiles pathways from several providers. Duplicate pathways and pathways without multiple participating genes were removed [104,105]. Biological processes, cellular components, and molecular functions were extracted from the Gene Ontology [106]. Only terms with 2–1000 annotated genes were included.

+

Approved small molecule compounds with documented chemical structures were extracted from DrugBank version 4.2 [84,85,86]. Unapproved compounds were excluded because our focus was repurposing. In addition, unapproved compounds tend to be less studied than approved compounds making them less attractive for our approach where robust network connectivity is critical. Finally, restricting to small molecules with known documented structures enabled us to map between compound vocabularies (see Mappings).

+

Side effects were extracted from SIDER version 4.1 [87,88,89]. SIDER codes side effects using UMLS identifiers [90], which we also adopted. Pharmacologic Classes were extracted from the DrugCentral data repository [91,92]. Only pharmacologic classes corresponding to the “Chemical/Ingredient”, “Mechanism of Action”, and “Physiologic Effect” FDA class types were included to avoid pharmacologic classes that were synonymous with indications [92].

+

Protein-coding human genes were extracted from Entrez Gene [93,94,95]. Anatomical structures, which we refer to as anatomies, were extracted from Uberon [96]. We selected a subset of 402 Uberon terms by excluding terms known not to exist in humans and terms that were overly broad or arcane [97,98].

+

Pathways were extracted by combining human pathways from WikiPathways [100,99], Reactome [101], and the Pathway Interaction Database [102]. The latter two resources were retrieved from Pathway Commons (RRID:SCR_002103) [103], which compiles pathways from several providers. Duplicate pathways and pathways without multiple participating genes were removed [104,105]. Biological processes, cellular components, and molecular functions were extracted from the Gene Ontology [106]. Only terms with 2–1000 annotated genes were included.

Mappings

Before adding relationships, all identifiers needed to be converted into the vocabularies matching that of our nodes. Oftentimes, our node vocabularies included external mappings. For example, the Disease Ontology includes mappings to MeSH, UMLS, and the ICD, several of which we submitted during the course of this study [107]. In a few cases, the only option was to map using gene symbols, a disfavored method given that it can lead to ambiguities.

When mapping external disease concepts onto DO Slim, we used transitive closure. For example, the UMLS concept for primary progressive multiple sclerosis (C0751964) was mapped to the DO Slim term for multiple sclerosis (DOID:2377).

Chemical vocabularies presented the greatest mapping challenge [85], since these are poorly standardized [108]. UniChem’s [109] Connectivity Search [110] was used to map compounds, which maps by atomic connectivity (based on First InChIKey Hash Blocks [111]) and ignores small molecular differences.

Edges

-

Anatomy–downregulates–Gene and Anatomy–upregulates–Gene edges [112114] were extracted from Bgee [115], which computes differentially expressed genes by anatomy in post-juvenile adult humans. Anatomy–expresses–Gene edges were extracted from Bgee and TISSUES [116118].

-

Compound–binds–Gene edges were aggregated from BindingDB [119,120], DrugBank [84,121], and DrugCentral [91]. Only binding relationships to single proteins with affinities of at least 1 μM (as determined by Kd, Kᵢ, or IC₅₀) were selected from the October 2015 release of BindingDB [122,123]. Target, carrier, transporter, and enzyme interactions with single proteins (i.e. excluding protein groups) were extracted from DrugBank 4.2 [86,124]. In addition, all mapping DrugCentral target relationships were included [92].

-

Compound–treats–Disease (disease-modifying indications) and Compound–palliates–Disease (symptomatic indications) edges are from PharmacotherapyDB as described in Intermediate resources. Compound–causes–Side Effect edges were obtained from SIDER 4.1 [8789], which uses natural language processing to identify side effects in drug labels. Compound–resembles–Compound relationships [86,125,126] represent chemical similarity and correspond to a Dice coefficient ≥ 0.5 [127] between extended connectivity fingerprints [128,129]. Pharmacologic Class–includes–Compound edges were extracted from DrugCentral for three FDA class types [91,92]. Compound–downregulates–Gene and Compound–upregulates–Gene relationships were computed from LINCS L1000 as described in Intermediate resources.

+

Anatomy–downregulates–Gene and Anatomy–upregulates–Gene edges [112,113,114] were extracted from Bgee [115], which computes differentially expressed genes by anatomy in post-juvenile adult humans. Anatomy–expresses–Gene edges were extracted from Bgee and TISSUES [116,117,118].

+

Compound–binds–Gene edges were aggregated from BindingDB [119,120], DrugBank [121,84], and DrugCentral [91]. Only binding relationships to single proteins with affinities of at least 1 μM (as determined by Kd, Kᵢ, or IC₅₀) were selected from the October 2015 release of BindingDB [122,123]. Target, carrier, transporter, and enzyme interactions with single proteins (i.e. excluding protein groups) were extracted from DrugBank 4.2 [124,86]. In addition, all mapping DrugCentral target relationships were included [92].

+

Compound–treats–Disease (disease-modifying indications) and Compound–palliates–Disease (symptomatic indications) edges are from PharmacotherapyDB as described in Intermediate resources. Compound–causes–Side Effect edges were obtained from SIDER 4.1 [87,88,89], which uses natural language processing to identify side effects in drug labels. Compound–resembles–Compound relationships [125,126,86] represent chemical similarity and correspond to a Dice coefficient ≥ 0.5 [127] between extended connectivity fingerprints [128,129]. Pharmacologic Class–includes–Compound edges were extracted from DrugCentral for three FDA class types [91,92]. Compound–downregulates–Gene and Compound–upregulates–Gene relationships were computed from LINCS L1000 as described in Intermediate resources.

Disease–associates–Gene edges were extracted from the GWAS Catalog [130], DISEASES [131,132], DisGeNET [133,134], and DOAF [135,136]. The GWAS Catalog compiles disease–SNP associations from published GWAS [137]. We aggregated overlapping loci associated with each disease and identified the mode reported gene for each high confidence locus [138,139]. DISEASES integrates evidence of association from text mining, curated catalogs, and experimental data [140]. Associations from DISEASES with integrated scores ≥ 2 were included after removing the contribution of DistiLD. DisGeNET integrates evidence from over 10 sources and reports a single score for each association [141,142]. Associations with scores ≥ 0.06 were included. DOAF mines Entrez Gene GeneRIFs (textual annotations of gene function) for disease mentions [143]. Associations with 3 or more supporting GeneRIFs were included. Disease–downregulates–Gene and Disease–upregulates–Gene relationships [144,145] were computed using STARGEO as described in Intermediate resources.

-

Disease–localizes–Anatomy, Disease–presents–Symptom, and Disease–resembles–Disease edges were calculated from MEDLINE co-occurrence [82,146]. MEDLINE is a subset of 21 million PubMed articles for which designated human curators have assigned topics. When retrieving articles for a given topic (MeSH term), we activated two non-default search options as specified below: majr for selecting only articles where the topic is major and noexp for suppressing explosion (returning articles linked to MeSH subterms). We identified 4,161,769 articles with two or more disease topics; 696,252 articles with both a disease topic (majr) and an anatomy topic (noexp) [147]; and 363,928 articles with both a disease topic (majr) and a symptom topic (noexp). We used a Fisher’s exact test [148] to identify pairs of terms that occurred together more than would be expected by chance in their respective corpus. We included co-occurring terms with p < 0.005 in Hetionet v1.0.

-

Gene→regulates→Gene directed edges were generated from the LINCS L1000 genetic interference screens (see Intermediate resources) and indicate that knockdown or overexpression of the source gene significantly dysregulated the target gene [149,150]. Gene–covaries–Gene edges represent evolutionary rate covariation ≥ 0.75 [151153]. Gene–interacts–Gene edges [154,155] represent when two genes produce physically-interacting proteins. We compiled these interactions from the Human Interactome Database [156159], the Incomplete Interactome [160], and our previous study [22]. Gene–participates–Biological Process, Gene–participates–Cellular Component, and Gene–participates–Molecular Function edges are from Gene Ontology annotations [161]. As described in Intermediate resources, annotations were propagated [162,163]. Gene–participates–Pathway edges were included from the human pathway resources described in the Nodes section [104,105].

+

Disease–localizes–Anatomy, Disease–presents–Symptom, and Disease–resembles–Disease edges were calculated from MEDLINE co-occurrence [146,82]. MEDLINE is a subset of 21 million PubMed articles for which designated human curators have assigned topics. When retrieving articles for a given topic (MeSH term), we activated two non-default search options as specified below: majr for selecting only articles where the topic is major and noexp for suppressing explosion (returning articles linked to MeSH subterms). We identified 4,161,769 articles with two or more disease topics; 696,252 articles with both a disease topic (majr) and an anatomy topic (noexp) [147]; and 363,928 articles with both a disease topic (majr) and a symptom topic (noexp). We used a Fisher’s exact test [148] to identify pairs of terms that occurred together more than would be expected by chance in their respective corpus. We included co-occurring terms with p < 0.005 in Hetionet v1.0.

+

Gene→regulates→Gene directed edges were generated from the LINCS L1000 genetic interference screens (see Intermediate resources) and indicate that knockdown or overexpression of the source gene significantly dysregulated the target gene [149,150]. Gene–covaries–Gene edges represent evolutionary rate covariation ≥ 0.75 [151,152,153]. Gene–interacts–Gene edges [154,155] represent when two genes produce physically-interacting proteins. We compiled these interactions from the Human Interactome Database [156,157,158,159], the Incomplete Interactome [160], and our previous study [22]. Gene–participates–Biological Process, Gene–participates–Cellular Component, and Gene–participates–Molecular Function edges are from Gene Ontology annotations [161]. As described in Intermediate resources, annotations were propagated [162,163]. Gene–participates–Pathway edges were included from the human pathway resources described in the Nodes section [104,105].

Directionality

Whether a certain type of relationship has directionality is defined at the metaedge level. Directed metaedges are only necessary when they connect a metanode to itself and correspond to an asymmetric relationship. In the case of Hetionet v1.0, the sole directed metaedge was Gene→regulates→Gene. To demonstrate the implications of directionality, Hetionet v1.0 contains two relationships between the genes HADH and STAT1: HADH–interacts–STAT1 and HADH→regulates→STAT1. Both edges can be represented in the inverse orientation: STAT1–interacts–HADH and STAT1←regulates←HADH. However due to directed nature of the regulates relationship, STAT1→regulates→HADH is a distinct edge, which does not exist in the network. Similarly, HADH–associates–obesity and obesity–associates–HADH are inverse orientations of the same underlying undirected relationship. Accordingly, the following path exists in the network: obesity–associates–HADH→regulates→STAT1, which can also be inverted to STAT1←regulates←HADH–associates–obesity.

Intermediate resources

@@ -664,24 +664,24 @@

Transcripti

The consensus signatures for genetic perturbations allowed us to assess various characteristics of the L1000 dataset. First, we looked at whether genetic interference dysregulated its target gene in the expected direction [169]. Looking at measured z-scores for target genes, we found that the knockdown perturbations were highly reliable, while the overexpression perturbations were only moderately reliable with 36% of overexpression perturbations downregulating their target. However, imputed z-scores for target genes barely exceeded chance at responding in the expected direction to interference. Hence, we concluded that the imputation quality of LINCS L1000 is poor. However, when restricting to significantly dyseregulated targets, 22 out of 29 imputed genes responded in the expected direction. This provides some evidence that the directional fidelity of imputation is higher for significantly dysregulated genes. Finally, we found that the transcriptional signatures of knocking down and overexpressing the same gene were positively correlated 65% of the time, suggesting the presence of a general stress response [170].

Based on these findings, we performed additional filtering of signifcantly dysregulated genes when building Hetionet v1.0. Compound–down/up-regulates–Gene relationships were restricted to the 125 most significant per compound-direction-status combination (status refers to measured versus imputed). For genetic interference perturbations, we restricted to the 50 most significant genes per gene-direction-status combination and merged the remaining edges into a single Gene→regulates→Gene relationship type containing both knockdown and overexpression perturbations.

PharmacotherapyDB: physician curated indications

-

We created PharmacotherapyDB, an open catalog of drug therapies for disease [171173]. Version 1.0 contains 755 disease-modifying therapies and 390 symptomatic therapies between 97 diseases and 601 compounds.

-

This resource was motivated by the need for a gold standard of medical indications to train and evaluate our approach. Initially, we identified four existing indication catalogs [174]: MEDI-HPS which mined indications from RxNorm, SIDER 2, MedlinePlus, and Wikipedia [175]; LabeledIn which extracted indications from drug labels via human curation [176178]; EHRLink which identified medication–problem pairs that clinicians linked together in electronic health records [179,180]; and indications from PREDICT, which were compiled from UMLS relationships, drugs.com, and drug labels [24]. After mapping to DO Slim and DrugBank Slim, the four resources contained 1,388 distinct indications.

+

We created PharmacotherapyDB, an open catalog of drug therapies for disease [171,172,173]. Version 1.0 contains 755 disease-modifying therapies and 390 symptomatic therapies between 97 diseases and 601 compounds.

+

This resource was motivated by the need for a gold standard of medical indications to train and evaluate our approach. Initially, we identified four existing indication catalogs [174]: MEDI-HPS which mined indications from RxNorm, SIDER 2, MedlinePlus, and Wikipedia [175]; LabeledIn which extracted indications from drug labels via human curation [176,177,178]; EHRLink which identified medication–problem pairs that clinicians linked together in electronic health records [179,180]; and indications from PREDICT, which were compiled from UMLS relationships, drugs.com, and drug labels [24]. After mapping to DO Slim and DrugBank Slim, the four resources contained 1,388 distinct indications.

However, we noticed that many indications were palliative and hence problematic as a gold standard of pharmacotherapy for our in silico approach. Therefore, we recruited two practicing physicians to curate the 1,388 preliminary indications [181]. After a pilot on 50 indications, we defined three classifications: disease modifying meaning a drug that therapeutically changes the underlying or downstream biology of the disease; symptomatic meaning a drug that treats a significant symptom of the disease; and non-indication meaning a drug that neither therapeutically changes the underlying or downstream biology nor treats a significant symptom of the disease. Both curators independently classified all 1,388 indications.

The two curators disagreed on 444 calls (Cohen’s κ = 49.9%). We then recruited a third practicing physician, who reviewed all 1,388 calls and created a detailed explanation of his methodology [181]. We proceeded with the third curator’s calls as the consensus curation. The first two curators did have reservations with classifying steroids as disease modifying for autoimmune diseases. We ultimately considered that these indications met our definition of disease modifying, which is based on a pathophysiological rather than clinical standard. Accordingly, therapies we consider disease modifying may not be used to alter long-term disease course in the modern clinic due to a poor risk–benefit ratio.

User-friendly Gene Ontology annotations

We created a browser (http://git.dhimmel.com/gene-ontology/) to provide straightforward access to Gene Ontology annotations [162,163]. Our service provides annotations between Gene Ontology terms and Entrez Genes. The user chooses propagated/direct annotation and all/experimental evidence. Annotations are currently available for 37 species and downloadable as user-friendly TSV files.

-

We committed to openly releasing our data and analyses from the origin of the project [182]. Our goals were to contribute to the advancement of science [183,184], maximize our impact [185,186], and enable reproducibility [187189]. These objectives required publicly distributing and openly licensing Hetionet and Project Rephetio data and analyses [190,191].

+

We committed to openly releasing our data and analyses from the origin of the project [182]. Our goals were to contribute to the advancement of science [183,184], maximize our impact [185,186], and enable reproducibility [187,188,189]. These objectives required publicly distributing and openly licensing Hetionet and Project Rephetio data and analyses [190,191].

Since we integrated only public resources, which were overwhelmingly funded by academic grants, we had assumed that our project and open sharing of our network would not be an issue. However, upon releasing a preliminary version of Hetionet [192], a community reviewer informed us of legal barriers to integrating public data. In essence, both copyright (rights of exclusivity automatically granted to original works) and terms of use (rules that users must agree to in order to use a resource) place legally-binding restrictions on data reuse. In short, public data is not by default open data.

Hetionet v1.0 integrates 29 resources (Table 4), but two resources were removed prior to the v1.0 release. Of the total 31 resources [193], five were United States government works not subject to copyright, and twelve had licenses that met the Open Definition of knowledge version 2.1. Four resources allowed only non-commercial reuse. Most problematic were the remaining nine resources that had no license — which equates to all rights reserved by default and forbids reuse [194] — and one resource that explicitly forbid redistribution.

-
Table 3: The predictiveness of select metapaths. A small selection of interesting or influential metapaths is provided (complete table online). Len. refers to number of metaedges composing the metapath. Δ AUROC and −log10(p) assess the performance of a metapath’s DWPC in discriminating treatments from non-treatments (in the all-features stage as described in Methods). p assesses whether permutation affected AUROC. For reference, p = 0.05 corresponds to −log10(p) = 1.30. Note that several metapaths shown here provided little evidence that Δ AUROC ≠ 0 underscoring their poor ability to predict whether a compound treated a disease. Coef. reports a metapath’s logistic regression coefficient as seen in Figure 2B. Metapaths removed in feature selection have missing coefficients whereas metapaths given zero-weight by the elastic net have coef. = 0.0. Table 3: The predictiveness of select metapaths. A small selection of interesting or influential metapaths is provided (complete table online). Len. refers to number of metaedges composing the metapath. Δ AUROC and −log10(p) assess the performance of a metapath’s DWPC in discriminating treatments from non-treatments (in the all-features stage as described in Methods). p assesses whether permutation affected AUROC. For reference, p = 0.05 corresponds to −log10(p) = 1.30. Note that several metapaths shown here provided little evidence that Δ AUROC ≠ 0 underscoring their poor ability to predict whether a compound treated a disease. Coef. reports a metapath’s logistic regression coefficient as seen in Figure 2B. Metapaths removed in feature selection have missing coefficients whereas metapaths given zero-weight by the elastic net have coef. = 0.0.
- +
Table 4: The 29 public data resources integrated to construct Hetionet v1.0. Components notes which types of nodes and edges in Hetionet v1.0 derived from the resource (as per the abbreviations in Tables 1 & 2). Cat. notes the general category of license [193]. Category 1 refers to United States government works that we deemed were not subject to copyright. Category 2 refers to resources with licenses that allow use, redistribution, and modification (although some restrictions may still exist). The subset of category 2 licenses that we deemed to meet the the Open Definition are denoted with ᴼᴰ. Category 4 refers to resources without a license, hence with all rights reserved. References provides Research Resource Identifiers as well as citations to resource publications and related Project Rephetio materials. For information on license provenance, institutional affiliations, and funding for each resource, see the online table.
+-+ @@ -699,21 +699,21 @@ - + - + - + @@ -734,7 +734,7 @@ - + @@ -755,21 +755,21 @@ - + - + - + @@ -783,21 +783,21 @@ - + - + - + @@ -818,7 +818,7 @@ - + @@ -832,21 +832,21 @@ - + - + - + @@ -867,14 +867,14 @@ - + - + @@ -888,7 +888,7 @@ - + @@ -899,13 +899,13 @@
Table 4: The 29 public data resources integrated to construct Hetionet v1.0. Components notes which types of nodes and edges in Hetionet v1.0 derived from the resource (as per the abbreviations in Tables 1 & 2). Cat. notes the general category of license [193]. Category 1 refers to United States government works that we deemed were not subject to copyright. Category 2 refers to resources with licenses that allow use, redistribution, and modification (although some restrictions may still exist). The subset of category 2 licenses that we deemed to meet the the Open Definition are denoted with ᴼᴰ. Category 4 refers to resources without a license, hence with all rights reserved. References provides Research Resource Identifiers as well as citations to resource publications and related Project Rephetio materials. For information on license provenance, institutional affiliations, and funding for each resource, see the online table.
G custom 1RRID:SCR_002473 [9395]RRID:SCR_002473 [93,94,95]
LabeledIn CtD, CpD custom 1RRID:SCR_015667 [176178]RRID:SCR_015667 [176,177,178]
MEDLINE DlA, DpS, DrD custom 1RRID:SCR_002185 [82,146]RRID:SCR_002185 [146,82]
MeSH D CC BY 3.0 2ᴼᴰRRID:SCR_000476 [7780]RRID:SCR_000476 [77,78,79,80]
DISEASES BP, CC, MF, GpBP, GpCC, GpMF CC BY 4.0 2ᴼᴰRRID:SCR_002811 [106,161163]RRID:SCR_002811 [106,161,162,163]
GWAS Catalog DaG custom 2ᴼᴰRRID:SCR_012745 [130,137139]RRID:SCR_012745 [130,137,138,139]
Reactome PW, GpPW custom 2ᴼᴰRRID:SCR_003485 [101,103105]RRID:SCR_003485 [101,103,104,105]
LINCS L1000 AeG CC BY 4.0 2ᴼᴰRRID:SCR_015665 [116118]RRID:SCR_015665 [116,117,118]
Uberon A CC BY 3.0 2ᴼᴰRRID:SCR_010668 [9698]RRID:SCR_010668 [96,97,98]
WikiPathways PW, GpPW CC BY 3.0 / custom 2ᴼᴰRRID:SCR_002134 [99,100,104,105]RRID:SCR_002134 [100,104,105,99]
BindingDB C, CbG, CrC custom 2RRID:SCR_002700 [8486,196]RRID:SCR_002700 [196,84,85,86]
MEDI CtD, CpD CC BY-NC-SA 3.0 2[24,174][174,24]
SIDER SE, CcSE CC BY-NC-SA 4.0 2RRID:SCR_004321 [8789]RRID:SCR_004321 [87,88,89]
Bgee AeG, AdG, AuG 4RRID:SCR_002028 [112115]RRID:SCR_002028 [112,113,114,115]
DOAF GcG 4RRID:SCR_015669 [151153]RRID:SCR_015669 [151,152,153]
hetio-dag GiG 4[22,154,155][154,155,22]
Incomplete Interactome GiG 4RRID:SCR_015670 [154159]RRID:SCR_015670 [154,155,156,157,158,159]
STARGEO
-

Additional difficulty resulted from license incompatibles across resources, which was caused primarily by non-commercial and share-alike stipulations. Furthermore, it was often unclear who owned the data [198]. Therefore, we sought input from legal experts and chronicled our progress [193,195197,199].

+

Additional difficulty resulted from license incompatibles across resources, which was caused primarily by non-commercial and share-alike stipulations. Furthermore, it was often unclear who owned the data [198]. Therefore, we sought input from legal experts and chronicled our progress [193,195,196,197,199].

Ultimately, we did not find an ideal solution. We had to choose between absolute compliance and Hetionet: strictly adhering to copyright and licensing arrangements would have decimated the network. On the other hand, in the United States, mere facts are not subject to copyright, and fair use doctrine helps protect reuse that is transformative and educational. Hence, we choose a path forward which balanced legal, normative, ethical, and scientific considerations.

If a resource was in the public domain, we licensed any derivatives as CC0 1.0. For resources licensed to allow reuse, redistribution, and modification, we transmitted their licenses as properties on the specific nodes and relationships in Hetionet v1.0. For all other resources — for example, resources without licenses or with licenses that forbid redistribution — we sent permission requests to their creators. The median time till first response to our permission requests was 16 days, with only 2 resources affirmatively granting us permission. We did not receive any responses asking us to remove a resource. However, we did voluntarily remove MSigDB [200], since its license was highly problematic [199]. As a result of our experience, we recommend that publicly-funded data should be explicitly dedicated to the public domain whenever possible.

Permuted hetnets

From Hetionet, we derived five permuted hetnets [201]. The permutations preserve node degree but eliminate edge specificity by employing an algorithm called XSwap to randomly swap edges [202]. To extend XSwap to hetnets [22], we permuted each metaedge separately, so that edges were only swapped with other edges of the same type. We adopted a Markov chain approach, whereby the first permuted hetnet was generated from Hetionet v1.0, the second permuted hetnet was generated from the first, and so on. For each metaedge, we assessed the percent of edges unchanged as the algorithm progressed to ensure that a sufficient number of swaps had been performed to randomize the network [201]. Permuted hetnets are useful for computing the baseline performance of meaningless edges while preserving node degree [203]. Since, our use of permutation focused on assessing Δ AUROC, a small number of permuted hetnets was sufficient, as the variability in a metapath’s AUROC across the permuted hetnets was low.

Graph databases & Neo4j

-

Traditional relational databases — such as SQLite, MySQL, and PostgreSQL — excel at storing highly structured data in tables. Connectivity between tables is accomplished using foreign-key references between columns. However, for many biomedical applications the connectivity between entities is of foremost importance. Furthermore, enforcing a rigid structure of what attributes an entity may possess is less important and often unnecessarily prohibitive. Graph databases focus instead on capturing connectivity (relationships) between entities (nodes). Accordingly, graph databases such as Neo4j offer greater ease when modeling biomedical relationships and superior performance when traversing many levels of connectivity [204,205]. Until recently, graph database adoption in bioinformatics was limited [206]. However lately, the demand to model and capture biological connectivity at scale has led to increasing adoption [207210].

+

Traditional relational databases — such as SQLite, MySQL, and PostgreSQL — excel at storing highly structured data in tables. Connectivity between tables is accomplished using foreign-key references between columns. However, for many biomedical applications the connectivity between entities is of foremost importance. Furthermore, enforcing a rigid structure of what attributes an entity may possess is less important and often unnecessarily prohibitive. Graph databases focus instead on capturing connectivity (relationships) between entities (nodes). Accordingly, graph databases such as Neo4j offer greater ease when modeling biomedical relationships and superior performance when traversing many levels of connectivity [204,205]. Until recently, graph database adoption in bioinformatics was limited [206]. However lately, the demand to model and capture biological connectivity at scale has led to increasing adoption [207,208,209,210].

We used the Neo4j graph database for storing and operating on Hetionet and noticed major benefits from tapping into this large open source ecosystem [211]. Persistent storage with immediate access and the Cypher query language — a sort of SQL for hetnets — were two of the biggest benefits. To facilitate our migration to Neo4j, we updated hetio — our existing Python package for hetnets [212] — to export networks into Neo4j and DWPC queries to Cypher. In addition, we created an interactive GraphGist for Project Rephetio, which introduces our approach and showcases its Cypher queries. Finally, we created a public Neo4j instance [213], which leverages several modern technologies such Neo4j Browser guides, cloud hosting with HTTPS, and Docker deployment [214,215].

Machine learning approach

Project Rephetio relied on the previously-published DWPC metric to generate features for compound–disease pairs. The DWPC measures the prevalence of a given metapath between a given source and target node [22]. It is calculated by first extracting all paths from the source to target node that follow the specified metapath. Next, each path is weighted by taking the product of the node degrees along the path raised to a negative exponent. This damping exponent — the sole parameter — thereby determines the extent that paths through high-degree nodes are downweighted: we chose w = 0.4 based on our past optimizations [22]. The DWPC equals the sum of the path weights (referred to as path-degree products). Traversing the hetnet to extract all paths between a source and target node, which we performed in Neo4j, is the most computationally intensive step in computing DWPCs [216]. For future work, we are exploring matrix multiplication approaches, which could improve runtime several orders of magnitude.

@@ -925,12 +925,12 @@

Indication sets

  • Clinical Trial — We compiled indications that have been investigated by clinical trial from ClinicalTrials.gov [225]. This set contains 5,594 indications. Since these indications were not manually curated and clinical trials often show a lack of efficacy, we expected lower performance on this set.
  • Symptomatic — 390 symptomatic indications from PharacotherapyDB. These edges are included in the hetnet as palliates edges.
  • -

    Only the Clinical Trial and DrugCentral indication sets were used for external validation, since the Disease Modifying and Symptomatic indications were included in the hetnet. As an aside, several additional indication catalogs have recently been published, which future studies may want to also consider [174,226228].

    +

    Only the Clinical Trial and DrugCentral indication sets were used for external validation, since the Disease Modifying and Symptomatic indications were included in the hetnet. As an aside, several additional indication catalogs have recently been published, which future studies may want to also consider [174,226,227,228].

    Realtime open science & Thinklab

    We conducted our study using Thinklab — a platform for realtime open collaborative science — on which this study was the first project [69]. We began the study by publicly proposing the idea and inviting discussion [229]. We continued by chronicling our progress via discussions. We used Thinklab as the frontend to coordinate and report our analyses and GitHub as the backend to host our code, data, and notebooks. On top of our Thinklab team consisting of core contributors, we welcomed community contribution and review. In areas where our expertise was lacking or advice would be helpful, we sought input from domain experts and encouraged them to respond on Thinklab where their comments would be CC BY licensed and their contribution rated and rewarded.

    In total, 40 non-team members commented across 86 discussions, which generated 622 comments and 191 notes (Figure 6). Thinklab content for this project totaled 145,771 words or 918,837 characters [230]. Using an estimated 7,000 words per academic publication as a benchmark, Project Rephetio generated written content comparable in volume to 20.8 publications prior to its completion. We noticed several other benefits from using Thinklab including forging a community of contributors [231]; receiving feedback during the early stages when feedback was most actionable [232]; disseminating our research without delay [233,234]; opening avenues for external input [235]; facilitating problem-oriented teaching [236,237]; and improving our documentation by maintaining a publication-grade digital lab notebook [238].

    -Figure 6: The growth the Project Rephetio corpus on Thinklab over time. This figure shows Project Rephetio contributions by user over time. Each band represented the cumulative contribution of a Thinklab user to discussions in Project Rephetio [230]. Users are ordered by date of first contribution. Users who contributed over 4,500 characters are named. The square root transformation of characters written per user accentuates the activity of new contributors, thereby emphasizing collaboration and diverse input.
    Figure 6: The growth the Project Rephetio corpus on Thinklab over time. This figure shows Project Rephetio contributions by user over time. Each band represented the cumulative contribution of a Thinklab user to discussions in Project Rephetio [230]. Users are ordered by date of first contribution. Users who contributed over 4,500 characters are named. The square root transformation of characters written per user accentuates the activity of new contributors, thereby emphasizing collaboration and diverse input.
    +Figure 6: The growth the Project Rephetio corpus on Thinklab over time. This figure shows Project Rephetio contributions by user over time. Each band represented the cumulative contribution of a Thinklab user to discussions in Project Rephetio [230]. Users are ordered by date of first contribution. Users who contributed over 4,500 characters are named. The square root transformation of characters written per user accentuates the activity of new contributors, thereby emphasizing collaboration and diverse input.
    Figure 6: The growth the Project Rephetio corpus on Thinklab over time. This figure shows Project Rephetio contributions by user over time. Each band represented the cumulative contribution of a Thinklab user to discussions in Project Rephetio [230]. Users are ordered by date of first contribution. Users who contributed over 4,500 characters are named. The square root transformation of characters written per user accentuates the activity of new contributors, thereby emphasizing collaboration and diverse input.

    Thinklab began winding down operations in July 2017 and has switched to a static state. While users will no longer be able to add comments, the corpus of content remains browsable at https://think-lab.github.io and available in machine-readable formats at dhimmel/thinklytics.

    The preprint for this study is available at doi.org/bs4f [239]. The manuscript was written in markdown, originally on Thinklab at doi.org/bszr [240]. In August 2017, we switched to using the Manubot system to generate the manuscript. With Manubot, a GitHub repository (dhimmel/rephetio-manuscript) tracks the manuscript’s source code, while continuous integration automatically rebuilds the manuscript upon changes. As a result, the latest version of the manuscript is always available at dhimmel.github.io/rephetio-manuscript. Additionally, readers can leave feedback or questions for the Project Rephetio team via GitHub Issues.

    @@ -945,1223 +945,5105 @@

    References

    1. Innovation in the pharmaceutical industry: New estimates of R&D costs
    Joseph A. DiMasi, Henry G. Grabowski, Ronald W. Hansen
    -Journal of Health Economics (2016-05) https://doi.org/10.1016/j.jhealeco.2016.01.012

    +Journal of Health Economics (2016-05) https://doi.org/f3mn5k
    +DOI: 10.1016/j.jhealeco.2016.01.012 · PMID: 26928437

    -

    2. A guide to drug discovery: Trends in development and approval times for new therapeutics in the United States
    +

    2. Trends in development and approval times for new therapeutics in the United States
    Janice M. Reichert
    -Nature Reviews Drug Discovery (2003-09) https://doi.org/10.1038/nrd1178

    +Nature Reviews Drug Discovery (2003-09) https://doi.org/fw24wk
    +DOI: 10.1038/nrd1178 · PMID: 12951576

    3. Clinical development success rates for investigational drugs
    Michael Hay, David W Thomas, John L Craighead, Celia Economides, Jesse Rosenthal
    -Nature Biotechnology (2014-01-09) https://doi.org/10.1038/nbt.2786

    +Nature Biotechnology (2014-01) https://doi.org/f3mn5m
    +DOI: 10.1038/nbt.2786 · PMID: 24406927

    4. Diagnosing the decline in pharmaceutical R&D efficiency
    Jack W. Scannell, Alex Blanckley, Helen Boldon, Brian Warrington
    -Nature Reviews Drug Discovery (2012-03-01) https://doi.org/10.1038/nrd3681

    +Nature Reviews Drug Discovery (2012-03) https://doi.org/f3mn5n
    +DOI: 10.1038/nrd3681 · PMID: 22378269

    5. Drug repositioning: identifying and developing new uses for existing drugs
    Ted T. Ashburn, Karl B. Thor
    -Nature Reviews Drug Discovery (2004-08) https://doi.org/10.1038/nrd1468

    +Nature Reviews Drug Discovery (2004-08) https://doi.org/cfmks9
    +DOI: 10.1038/nrd1468 · PMID: 15286734

    6. A method for systematic discovery of adverse drug events from clinical notes
    Guan Wang, Kenneth Jung, Rainer Winnenburg, Nigam H Shah
    -Journal of the American Medical Informatics Association (2015-07-31) https://doi.org/10.1093/jamia/ocv102

    +Journal of the American Medical Informatics Association (2015-07-31) https://doi.org/f3mn4r
    +DOI: 10.1093/jamia/ocv102 · PMID: 26232442 · PMCID: PMC4921953

    7. Validating drug repurposing signals using electronic health records: a case study of metformin associated with reduced cancer mortality
    H. Xu, M. C. Aldrich, Q. Chen, H. Liu, N. B. Peterson, Q. Dai, M. Levy, A. Shah, X. Han, X. Ruan, … J. C. Denny
    -Journal of the American Medical Informatics Association (2014-07-22) https://doi.org/10.1136/amiajnl-2014-002649

    +Journal of the American Medical Informatics Association (2014-07-22) https://doi.org/f3mn5p
    +DOI: 10.1136/amiajnl-2014-002649 · PMID: 25053577 · PMCID: PMC4433365

    8. Mining Retrospective Data for Virtual Prospective Drug Repurposing: L-DOPA and Age-related Macular Degeneration
    Murray H. Brilliant, Kamyar Vaziri, Thomas B. Connor Jr., Stephen G. Schwartz, Joseph J. Carroll, Catherine A. McCarty, Steven J. Schrodi, Scott J. Hebbring, Krishna S. Kishor, Harry W. Flynn Jr., … Brian S. McKay
    -The American Journal of Medicine (2016-03) https://doi.org/10.1016/j.amjmed.2015.10.015

    +The American Journal of Medicine (2016-03) https://doi.org/f3mn5q
    +DOI: 10.1016/j.amjmed.2015.10.015 · PMID: 26524704 · PMCID: PMC4841631

    9. Data-Driven Prediction of Drug Effects and Interactions
    N. P. Tatonetti, P. P. Ye, R. Daneshjou, R. B. Altman
    -Science Translational Medicine (2012-03-14) https://doi.org/10.1126/scitranslmed.3003377

    +Science Translational Medicine (2012-03-14) https://doi.org/f3mn5r
    +DOI: 10.1126/scitranslmed.3003377 · PMID: 22422992 · PMCID: PMC3382018

    10. Bayesian statistical methods for genetic association studies
    Matthew Stephens, David J. Balding
    -Nature Reviews Genetics (2009-10) https://doi.org/10.1038/nrg2615

    +Nature Reviews Genetics (2009-10) https://doi.org/fwsqv7
    +DOI: 10.1038/nrg2615 · PMID: 19763151

    11. The complex genetics of multiple sclerosis: pitfalls and prospects
    Stephen Sawcer
    -Brain (2008-05-18) https://doi.org/10.1093/brain/awn081

    +Brain (2008-05-18) https://doi.org/bwb6wq
    +DOI: 10.1093/brain/awn081 · PMID: 18490360 · PMCID: PMC2639203

    12. Magic shotguns versus magic bullets: selectively non-selective drugs for mood disorders and schizophrenia
    Bryan L. Roth, Douglas J. Sheffler, Wesley K. Kroeze
    -Nature Reviews Drug Discovery (2004-04) https://doi.org/10.1038/nrd1346

    +Nature Reviews Drug Discovery (2004-04) https://doi.org/ctv9tr
    +DOI: 10.1038/nrd1346 · PMID: 15060530

    13. Network pharmacology: the next paradigm in drug discovery
    Andrew L Hopkins
    -Nature Chemical Biology (2008-10-20) https://doi.org/10.1038/nchembio.118

    +Nature Chemical Biology (2008-10-20) https://doi.org/d9wjp3
    +DOI: 10.1038/nchembio.118 · PMID: 18936753

    14. Network pharmacology
    Andrew L Hopkins
    -Nature Biotechnology (2007-10) https://doi.org/10.1038/nbt1007-1110

    +Nature Biotechnology (2007-10) https://doi.org/cfmxn4
    +DOI: 10.1038/nbt1007-1110 · PMID: 17921993

    15. How were new medicines discovered?
    David C. Swinney, Jason Anthony
    -Nature Reviews Drug Discovery (2011-06-24) https://doi.org/10.1038/nrd3480

    +Nature Reviews Drug Discovery (2011-06-24) https://doi.org/bbg5wh
    +DOI: 10.1038/nrd3480 · PMID: 21701501

    16. Drug discovery in the age of systems biology: the rise of computational approaches for data integration
    Murat Iskar, Georg Zeller, Xing-Ming Zhao, Vera van Noort, Peer Bork
    -Current Opinion in Biotechnology (2012-08) https://doi.org/10.1016/j.copbio.2011.11.010

    +Current Opinion in Biotechnology (2012-08) https://doi.org/b6c3jw
    +DOI: 10.1016/j.copbio.2011.11.010 · PMID: 22153034

    17. The Connectivity Map: a new tool for biomedical research
    Justin Lamb
    -Nature Reviews Cancer (2007-01) https://doi.org/10.1038/nrc2044

    +Nature Reviews Cancer (2007-01) https://doi.org/cdvmsf
    +DOI: 10.1038/nrc2044 · PMID: 17186018

    18. Applications of Connectivity Map in drug discovery and development
    Xiaoyan A. Qu, Deepak K. Rajpal
    -Drug Discovery Today (2012-12) https://doi.org/10.1016/j.drudis.2012.07.017

    +Drug Discovery Today (2012-12) https://doi.org/f3mn5s
    +DOI: 10.1016/j.drudis.2012.07.017 · PMID: 22889966

    -

    19. In silicomethods for drug repurposing and pharmacology
    +

    19. In silico methods for drug repurposing and pharmacology
    Rachel A. Hodos, Brian A. Kidd, Khader Shameer, Ben P. Readhead, Joel T. Dudley
    -Wiley Interdisciplinary Reviews: Systems Biology and Medicine (2016-04-15) https://doi.org/10.1002/wsbm.1337

    +Wiley Interdisciplinary Reviews: Systems Biology and Medicine (2016-04-15) https://doi.org/f9pbwc
    +DOI: 10.1002/wsbm.1337 · PMID: 27080087 · PMCID: PMC4845762

    20. Computational Drug Repositioning: From Data to Therapeutics
    MR Hurle, L Yang, Q Xie, DK Rajpal, P Sanseau, P Agarwal
    -Clinical Pharmacology & Therapeutics (2013-01-15) https://doi.org/10.1038/clpt.2013.1

    +Clinical Pharmacology & Therapeutics (2013-01-15) https://doi.org/f3mn5t
    +DOI: 10.1038/clpt.2013.1 · PMID: 23443757

    21. In silico drug repositioning – what we need to know
    Zhichao Liu, Hong Fang, Kelly Reagan, Xiaowei Xu, Donna L. Mendrick, William Slikker Jr, Weida Tong
    -Drug Discovery Today (2013-02) https://doi.org/10.1016/j.drudis.2012.08.005

    +Drug Discovery Today (2013-02) https://doi.org/f3mn5v
    +DOI: 10.1016/j.drudis.2012.08.005 · PMID: 22935104

    22. Heterogeneous Network Edge Prediction: A Data Integration Approach to Prioritize Disease-Associated Genes
    Daniel S. Himmelstein, Sergio E. Baranzini
    -PLOS Computational Biology (2015-07-09) https://doi.org/10.1371/journal.pcbi.1004259

    +PLOS Computational Biology (2015-07-09) https://doi.org/98q
    +DOI: 10.1371/journal.pcbi.1004259 · PMID: 26158728 · PMCID: PMC4497619

    23. Co-author Relationship Prediction in Heterogeneous Bibliographic Networks
    Yizhou Sun, Rick Barber, Manish Gupta, Charu C. Aggarwal, Jiawei Han
    -2011 International Conference on Advances in Social Networks Analysis and Mining (2011-07) https://doi.org/10.1109/asonam.2011.112

    +2011 International Conference on Advances in Social Networks Analysis and Mining (2011-07) https://doi.org/cm4chq
    +DOI: 10.1109/asonam.2011.112

    24. PREDICT: a method for inferring novel drug indications with application to personalized medicine
    A. Gottlieb, G. Y. Stein, E. Ruppin, R. Sharan
    -Molecular Systems Biology (2014-04-16) https://doi.org/10.1038/msb.2011.26

    +Molecular Systems Biology (2014-04-16) https://doi.org/cjvp2w
    +DOI: 10.1038/msb.2011.26 · PMID: 21654673 · PMCID: PMC3159979

    25. Systematic evaluation of connectivity map for disease indications
    Jie Cheng, Lun Yang, Vinod Kumar, Pankaj Agarwal
    -Genome Medicine (2014-12) https://doi.org/10.1186/s13073-014-0095-1

    +Genome Medicine (2014-12) https://doi.org/f3mn5w
    +DOI: 10.1186/s13073-014-0095-1 · PMID: 25606058 · PMCID: PMC4278345

    26. Network-based in silico drug efficacy screening
    Emre Guney, Jörg Menche, Marc Vidal, Albert-László Barábasi
    -Nature Communications (2016-02-01) https://doi.org/10.1038/ncomms10331

    +Nature Communications (2016-02-01) https://doi.org/f3mn5x
    +DOI: 10.1038/ncomms10331 · PMID: 26831545 · PMCID: PMC4740350

    27. A new method for computational drug repositioning using drug pairwise similarity
    Jiao Li, Zhiyong Lu
    -2012 IEEE International Conference on Bioinformatics and Biomedicine (2012-10) https://doi.org/10.1109/bibm.2012.6392722

    +2012 IEEE International Conference on Bioinformatics and Biomedicine (2012-10) https://doi.org/f3mn48
    +DOI: 10.1109/bibm.2012.6392722 · PMID: 25264495 · PMCID: PMC4175719

    28. Systematic Evaluation of Drug–Disease Relationships to Identify Leads for Novel Drug Uses
    AP Chiang, AJ Butte
    -Clinical Pharmacology & Therapeutics (2009-07-01) https://doi.org/10.1038/clpt.2009.103

    +Clinical Pharmacology & Therapeutics (2009-07-01) https://doi.org/bshjd8
    +DOI: 10.1038/clpt.2009.103 · PMID: 19571805 · PMCID: PMC2836384

    29. The Connectivity Map: Using Gene-Expression Signatures to Connect Small Molecules, Genes, and Disease
    J. Lamb
    -Science (2006-09-29) https://doi.org/10.1126/science.1132939

    +Science (2006-09-29) https://doi.org/c92ptt
    +DOI: 10.1126/science.1132939 · PMID: 17008526

    30. Transcriptional data: a new gateway to drug repositioning?
    Francesco Iorio, Timothy Rittman, Hong Ge, Michael Menden, Julio Saez-Rodriguez
    -Drug Discovery Today (2013-04) https://doi.org/10.1016/j.drudis.2012.07.014

    +Drug Discovery Today (2013-04) https://doi.org/f3mn5z
    +DOI: 10.1016/j.drudis.2012.07.014 · PMID: 22897878 · PMCID: PMC3625109

    31. The support of human genetic evidence for approved drug indications
    Matthew R Nelson, Hannah Tipney, Jeffery L Painter, Judong Shen, Paola Nicoletti, Yufeng Shen, Aris Floratos, Pak Chung Sham, Mulin Jun Li, Junwen Wang, … Philippe Sanseau
    -Nature Genetics (2015-06-29) https://doi.org/10.1038/ng.3314

    +Nature Genetics (2015-06-29) https://doi.org/f3mn52
    +DOI: 10.1038/ng.3314 · PMID: 26121088

    32. Use of genome-wide association studies for drug repositioning
    Philippe Sanseau, Pankaj Agarwal, Michael R Barnes, Tomi Pastinen, J Brent Richards, Lon R Cardon, Vincent Mooser
    -Nature Biotechnology (2012-04-10) https://doi.org/10.1038/nbt.2151

    +Nature Biotechnology (2012-04) https://doi.org/f3mn53
    +DOI: 10.1038/nbt.2151 · PMID: 22491277

    33. Drug Target Identification Using Side-Effect Similarity
    M. Campillos, M. Kuhn, A.-C. Gavin, L. J. Jensen, P. Bork
    -Science (2008-07-11) https://doi.org/10.1126/science.1158140

    +Science (2008-07-11) https://doi.org/bb6
    +DOI: 10.1126/science.1158140 · PMID: 18621671

    34. Computational drug repositioning based on side-effects mined from social media
    Timothy Nugent, Vassilis Plachouras, Jochen L. Leidner
    -PeerJ Computer Science (2016-02-24) https://doi.org/10.7717/peerj-cs.46

    +PeerJ Computer Science (2016-02-24) https://doi.org/f3mn54
    +DOI: 10.7717/peerj-cs.46

    35. Human symptoms–disease network
    XueZhong Zhou, Jörg Menche, Albert-László Barabási, Amitabh Sharma
    -Nature Communications (2014-06-26) https://doi.org/10.1038/ncomms5212

    +Nature Communications (2014-06-26) https://doi.org/f3mn55
    +DOI: 10.1038/ncomms5212 · PMID: 24967666

    36. Pathway-based Bayesian inference of drug–disease interactions
    Naruemon Pratanwanich, Pietro Lió
    -Mol. BioSyst. (2014) https://doi.org/10.1039/c4mb00014e

    +Mol. BioSyst. (2014) https://doi.org/f3mn56
    +DOI: 10.1039/c4mb00014e · PMID: 24695945

    37. Exploring the power of Hetionet: a Cypher query depot
    Daniel Himmelstein
    -ThinkLab (2016-06-25) https://doi.org/10.15363/thinklab.d220

    +ThinkLab (2016-06-25) https://doi.org/brsd
    +DOI: 10.15363/thinklab.d220

    38. Dhimmel/Hetionet V1.0.0: Hetionet V1.0 In Json, Tsv, And Neo4J Formats
    Daniel Himmelstein
    -Zenodo (2017-02-03) https://doi.org/10.5281/zenodo.268568

    +Zenodo (2017-02-03) https://doi.org/gbr42n
    +DOI: 10.5281/zenodo.268568

    39. Computing standardized logistic regression coefficients
    Daniel Himmelstein, Antoine Lizee
    -ThinkLab (2016-04-21) https://doi.org/10.15363/thinklab.d205

    +ThinkLab (2016-04-21) https://doi.org/bhz9
    +DOI: 10.15363/thinklab.d205

    40. Our hetnet edge prediction methodology: the modeling framework for Project Rephetio
    Daniel Himmelstein
    -ThinkLab (2016-05-04) https://doi.org/10.15363/thinklab.d210

    +ThinkLab (2016-05-04) https://doi.org/f3qbmj
    +DOI: 10.15363/thinklab.d210

    41. Dhimmel/Learn V1.0: The Machine Learning Repository For Project Rephetio
    Daniel Himmelstein
    -Zenodo (2017-02-04) https://doi.org/10.5281/zenodo.268654

    +Zenodo (2017-02-04) https://doi.org/gbr42p
    +DOI: 10.5281/zenodo.268654

    42. Predictions of whether a compound treats a disease
    Daniel Himmelstein, Chrissy Hessler, Pouya Khankhanian
    -ThinkLab (2016-05-17) https://doi.org/10.15363/thinklab.d203

    +ThinkLab (2016-05-17) https://doi.org/f3qbmh
    +DOI: 10.15363/thinklab.d203

    43. Development of Novel Pharmacotherapeutics for Tobacco Dependence: Progress and Future Directions
    D. Harmey, P. R. Griffin, P. J. Kenny
    -Nicotine & Tobacco Research (2012-09-27) https://doi.org/10.1093/ntr/nts201

    +Nicotine & Tobacco Research (2012-09-27) https://doi.org/f4crs2
    +DOI: 10.1093/ntr/nts201 · PMID: 23024249 · PMCID: PMC3611986

    44. Varenicline Is a Partial Agonist at  4beta2 and a Full Agonist at  7 Neuronal Nicotinic Receptors
    K. B. Mihalak
    -Molecular Pharmacology (2006-06-20) https://doi.org/10.1124/mol.106.025130

    +Molecular Pharmacology (2006-06-20) https://doi.org/cbmrs6
    +DOI: 10.1124/mol.106.025130 · PMID: 16766716

    45. A variant associated with nicotine dependence, lung cancer and peripheral arterial disease
    Thorgeir E. Thorgeirsson, Frank Geller, Patrick Sulem, Thorunn Rafnar, Anna Wiste, Kristinn P. Magnusson, Andrei Manolescu, Gudmar Thorleifsson, Hreinn Stefansson, Andres Ingason, … Kari Stefansson
    -Nature (2008-04-03) https://doi.org/10.1038/nature06846

    +Nature (2008-04) https://doi.org/bxg8qk
    +DOI: 10.1038/nature06846 · PMID: 18385739 · PMCID: PMC4539558

    46. Evaluation of the safety of bupropion (Zyban) for smoking cessation from experience gained in general practice use in England in 2000
    Andrew Boshier, Lynda V. Wilton, Saad A. W. Shakir
    -European Journal of Clinical Pharmacology (2003-12-01) https://doi.org/10.1007/s00228-003-0693-0

    +European Journal of Clinical Pharmacology (2003-12-01) https://doi.org/b77h82
    +DOI: 10.1007/s00228-003-0693-0 · PMID: 14615857

    47. Efficacy and Safety of Varenicline for Smoking Cessation
    J. Taylor Hays, Jon O. Ebbert, Amit Sood
    -The American Journal of Medicine (2008-04) https://doi.org/10.1016/j.amjmed.2008.01.017

    +The American Journal of Medicine (2008-04) https://doi.org/bp33z7
    +DOI: 10.1016/j.amjmed.2008.01.017 · PMID: 18342165

    48. Nicotine receptor partial agonists for smoking cessation
    Kate Cahill, Nicola Lindson-Hawley, Kyla H Thomas, Thomas R Fanshawe, Tim Lancaster
    -Cochrane Database of Systematic Reviews (2016-05-09) https://doi.org/10.1002/14651858.cd006103.pub7

    +Cochrane Database of Systematic Reviews (2016-05-09) https://doi.org/f8rnz8
    +DOI: 10.1002/14651858.cd006103.pub7 · PMID: 27158893

    49. Placebo-Controlled Trial of Cytisine for Smoking Cessation
    Robert West, Witold Zatonski, Magdalena Cedzynska, Dorota Lewandowska, Joanna Pazik, Paul Aveyard, John Stapleton
    -New England Journal of Medicine (2011-09-29) https://doi.org/10.1056/nejmoa1102035

    +New England Journal of Medicine (2011-09-29) https://doi.org/d69twc
    +DOI: 10.1056/nejmoa1102035 · PMID: 21991893

    50. Cytisine versus Nicotine for Smoking Cessation
    Natalie Walker, Colin Howe, Marewa Glover, Hayden McRobbie, Joanne Barnes, Vili Nosa, Varsha Parag, Bruce Bassett, Christopher Bullen
    -New England Journal of Medicine (2014-12-18) https://doi.org/10.1056/nejmoa1407764

    +New England Journal of Medicine (2014-12-18) https://doi.org/xtz
    +DOI: 10.1056/nejmoa1407764 · PMID: 25517706

    51. Repeated administration of an acetylcholinesterase inhibitor attenuates nicotine taking in rats and smoking behavior in human smokers
    RL Ashare, BA Kimmey, LE Rupprecht, ME Bowers, MR Hayes, HD Schmidt
    -Translational Psychiatry (2016-01-19) https://doi.org/10.1038/tp.2015.209

    +Translational Psychiatry (2016-01) https://doi.org/f78cns
    +DOI: 10.1038/tp.2015.209 · PMID: 26784967 · PMCID: PMC5068882

    52. Prediction in epilepsy
    Pouya Khankhanian, Daniel Himmelstein
    -ThinkLab (2016-09-18) https://doi.org/10.15363/thinklab.d224

    +ThinkLab (2016-09-18) https://doi.org/gbr42f
    +DOI: 10.15363/thinklab.d224

    53. Visualizing the top epilepsy predictions in Cytoscape
    Daniel Himmelstein, Pouya Khankhanian, Alexander Pico, Lars Juhl Jensen, Scooter Morris
    -ThinkLab (2017-01-24) https://doi.org/10.15363/thinklab.d230

    +ThinkLab (2017-01-24) https://doi.org/gbr42r
    +DOI: 10.15363/thinklab.d230

    54. Treatment of Refractory Status Epilepticus With Inhalational Anesthetic Agents Isoflurane and Desflurane
    Seyed M. Mirsattari, Michael D. Sharpe, G. Bryan Young
    -Archives of Neurology (2004-08-01) https://doi.org/10.1001/archneur.61.8.1254

    +Archives of Neurology (2004-08-01) https://doi.org/b648br
    +DOI: 10.1001/archneur.61.8.1254 · PMID: 15313843

    55. Anatomical Therapeutic Chemical Classification System (WHO)
    Karen Knaus
    -The SAGE Encyclopedia of Pharmacology and Society (2016-03-29) https://doi.org/10.4135/9781483349985.n37

    +The SAGE Encyclopedia of Pharmacology and Society (2016-03-29) https://doi.org/10.4135/9781483349985.n37
    +DOI: 10.4135/9781483349985.n37 · ISBN: 9781483350004

    56. Antiepileptic Drug Interactions - Principles and Clinical Implications
    Svein I. Johannessen, Cecilie Johannessen Landmark
    -Current Neuropharmacology (2010-09-01) https://doi.org/10.2174/157015910792246254

    +Current Neuropharmacology (2010-09-01) https://doi.org/cvc5z8
    +DOI: 10.2174/157015910792246254 · PMID: 21358975 · PMCID: PMC3001218

    57. The neurobiology of antiepileptic drugs
    Michael A. Rogawski, Wolfgang Löscher
    -Nature Reviews Neuroscience (2004-07) https://doi.org/10.1038/nrn1430

    +Nature Reviews Neuroscience (2004-07) https://doi.org/fvwhnm
    +DOI: 10.1038/nrn1430 · PMID: 15208697

    58. Proconvulsant effects of antidepressants — What is the current evidence?
    Cecilie Johannessen Landmark, Oliver Henning, Svein I. Johannessen
    -Epilepsy & Behavior (2016-08) https://doi.org/10.1016/j.yebeh.2016.01.029

    +Epilepsy & Behavior (2016-08) https://doi.org/f8zscw
    +DOI: 10.1016/j.yebeh.2016.01.029 · PMID: 26926001

    59. Why we predicted ictogenic tricyclic compounds treat epilepsy?
    Daniel Himmelstein
    -ThinkLab (2017-03-10) https://doi.org/10.15363/thinklab.d231

    +ThinkLab (2017-03-10) https://doi.org/gbr42k
    +DOI: 10.15363/thinklab.d231

    60. Antidepressants and seizures: Clinical anecdotes overshadow neuroscience
    John W. Dailey, Dean K. Naritoku
    -Biochemical Pharmacology (1996-11) https://doi.org/10.1016/s0006-2952(96)00509-6

    +Biochemical Pharmacology (1996-11) https://doi.org/dfhvch
    +DOI: 10.1016/s0006-2952(96)00509-6

    61. Movement disorders in patients taking anticonvulsants
    C Zadikoff, RP Munhoz, AN Asante, N Politzer, R Wennberg, P Carlen, A Lang
    -Journal of Neurology, Neurosurgery & Psychiatry (2007-02-01) https://doi.org/10.1136/jnnp.2006.100222

    +Journal of Neurology, Neurosurgery & Psychiatry (2007-02-01) https://doi.org/fpvxgq
    +DOI: 10.1136/jnnp.2006.100222 · PMID: 17012337 · PMCID: PMC2077655

    62. Anticonvulsant-induced downbeat nystagmus in epilepsy
    Dongyan Wu, Roland D. Thijs
    -Epilepsy & Behavior Case Reports (2015) https://doi.org/10.1016/j.ebcr.2015.07.003

    +Epilepsy & Behavior Case Reports (2015) https://doi.org/gbr4z9
    +DOI: 10.1016/j.ebcr.2015.07.003 · PMID: 26543808 · PMCID: PMC4556747

    63. The effect of antiepileptic drugs on visual performance
    Emma J Roff Hilton, Sarah L Hosking, Tim Betts
    -Seizure (2003-05-30) https://doi.org/10.1016/s1059-1311(03)00082-7

    +Seizure (2003-05-30) https://doi.org/10.1016/s1059-1311(03)00082-7
    +DOI: 10.1016/s1059-1311(03)00082-7

    64. Effect of antiepileptic drugs on sleep
    Fabio Placidi, Anna Scalise, Maria Grazia Marciani, Andrea Romigi, Marina Diomedi, Gian Luigi Gigli
    -Clinical Neurophysiology (2000-09) https://doi.org/10.1016/s1388-2457(00)00411-9

    +Clinical Neurophysiology (2000-09) https://doi.org/b5ztp7
    +DOI: 10.1016/s1388-2457(00)00411-9

    65. Gastrointestinal adverse effects of antiepileptic drugs in intractable epileptic patients
    Soodeh Razeghi Jahromi, Mansoureh Togha, Sohrab Hashemi Fesharaki, Masoumeh Najafi, Nahid Beladi Moghadam, Jalil Arab Kheradmand, Hadi Kazemi, Ali Gorji
    -Seizure (2011-05) https://doi.org/10.1016/j.seizure.2010.12.011

    +Seizure (2011-05) https://doi.org/chk4dn
    +DOI: 10.1016/j.seizure.2010.12.011 · PMID: 21236703

    66. Methods for biological data integration: perspectives and challenges
    Vladimir Gligorijević, Nataša Pržulj
    -Journal of The Royal Society Interface (2015-10-21) https://doi.org/10.1098/rsif.2015.0571

    +Journal of The Royal Society Interface (2015-10-21) https://doi.org/bdzp
    +DOI: 10.1098/rsif.2015.0571 · PMID: 26490630 · PMCID: PMC4685837

    67. Multilayer networks
    M. Kivela, A. Arenas, M. Barthelemy, J. P. Gleeson, Y. Moreno, M. A. Porter
    -Journal of Complex Networks (2014-07-14) https://doi.org/10.1093/comnet/cnu016

    +Journal of Complex Networks (2014-07-14) https://doi.org/f3mn4x
    +DOI: 10.1093/comnet/cnu016

    68. Renaming “heterogeneous networks” to a more concise and catchy term
    Daniel Himmelstein, Casey Greene, Sergio Baranzini
    -ThinkLab (2015-08-16) https://doi.org/10.15363/thinklab.d104

    +ThinkLab (2015-08-16) https://doi.org/f3mn4v
    +DOI: 10.15363/thinklab.d104

    69. Rephetio: Repurposing drugs on a hetnet [project]
    Daniel Himmelstein, Antoine Lizee, Chrissy Hessler, Leo Brueggeman, Sabrina Chen, Dexter Hadley, Ari Green, Pouya Khankhanian, Sergio Baranzini
    -ThinkLab (2015-01-12) https://doi.org/10.15363/thinklab.4

    +ThinkLab (2015-01-12) https://doi.org/993
    +DOI: 10.15363/thinklab.4

    70. Discovery and Preclinical Validation of Drug Indications Using Compendia of Public Gene Expression Data
    M. Sirota, J. T. Dudley, J. Kim, A. P. Chiang, A. A. Morgan, A. Sweet-Cordero, J. Sage, A. J. Butte
    -Science Translational Medicine (2011-08-17) https://doi.org/10.1126/scitranslmed.3001318

    +Science Translational Medicine (2011-08-17) https://doi.org/c3fwxv
    +DOI: 10.1126/scitranslmed.3001318 · PMID: 21849665 · PMCID: PMC3502016

    71. Acamprosate attenuates the handling induced convulsions during alcohol withdrawal in Swiss Webster mice
    Justin M. Farook, Ali Krazem, Ben Lewis, Dennis J. Morrell, John M. Littleton, Susan Barron
    -Physiology & Behavior (2008-09) https://doi.org/10.1016/j.physbeh.2008.05.020

    +Physiology & Behavior (2008-09) https://doi.org/cnfsgc
    +DOI: 10.1016/j.physbeh.2008.05.020 · PMID: 18577392 · PMCID: PMC2561203

    72. Data programming with DDLite
    Henry R. Ehrenberg, Jaeho Shin, Alexander J. Ratner, Jason A. Fries, Christopher Ré
    -Proceedings of the Workshop on Human-In-the-Loop Data Analytics - HILDA ’16 (2016) https://doi.org/10.1145/2939502.2939515

    +Proceedings of the Workshop on Human-In-the-Loop Data Analytics - HILDA ’16 (2016) https://doi.org/gbr42c
    +DOI: 10.1145/2939502.2939515

    73. Brainstorming future directions for Hetionet
    Daniel Himmelstein, Benjamin Good, Pouya Khankhanian, Alex Ratner
    -ThinkLab (2016-11-19) https://doi.org/10.15363/thinklab.d227

    +ThinkLab (2016-11-19) https://doi.org/gbr42g
    +DOI: 10.15363/thinklab.d227

    74. English, Chinese and ER diagrams
    Peter Pin-Shan Chen
    -Data & Knowledge Engineering (1997-06) https://doi.org/10.1016/s0169-023x(97)00017-7

    +Data & Knowledge Engineering (1997-06) https://doi.org/c7mk3q
    +DOI: 10.1016/s0169-023x(97)00017-7

    75. Data nomenclature: naming and abbreviating our network types
    Daniel Himmelstein, Lars Juhl Jensen, Pouya Khankhanian
    -ThinkLab (2016-02-17) https://doi.org/10.15363/thinklab.d162

    +ThinkLab (2016-02-17) https://doi.org/f3qbmc
    +DOI: 10.15363/thinklab.d162

    76. Ten Simple Rules for Selecting a Bio-ontology
    James Malone, Robert Stevens, Simon Jupp, Tom Hancocks, Helen Parkinson, Cath Brooksbank
    -PLOS Computational Biology (2016-02-11) https://doi.org/10.1371/journal.pcbi.1004743

    +PLOS Computational Biology (2016-02-11) https://doi.org/f3mn59
    +DOI: 10.1371/journal.pcbi.1004743 · PMID: 26867217 · PMCID: PMC4750991

    77. Disease Ontology: a backbone for disease semantic integration
    L. M. Schriml, C. Arze, S. Nadendla, Y.-W. W. Chang, M. Mazaitis, V. Felix, G. Feng, W. A. Kibbe
    -Nucleic Acids Research (2011-11-12) https://doi.org/10.1093/nar/gkr972

    +Nucleic Acids Research (2011-11-12) https://doi.org/fwvx82
    +DOI: 10.1093/nar/gkr972 · PMID: 22080554 · PMCID: PMC3245088

    78. Disease Ontology 2015 update: an expanded and updated database of human diseases for linking biomedical knowledge through disease data
    -W. A. Kibbe, C. Arze, V. Felix, E. Mitraka, E. Bolton, G. Fu, C. J. Mungall, J. X. Binder, J. Malone, D. Vasant, … L. M. Schriml
    -Nucleic Acids Research (2014-10-27) https://doi.org/10.1093/nar/gku1011

    +Warren A. Kibbe, Cesar Arze, Victor Felix, Elvira Mitraka, Evan Bolton, Gang Fu, Christopher J. Mungall, Janos X. Binder, James Malone, Drashtti Vasant, … Lynn M. Schriml
    +Nucleic Acids Research (2014-10-27) https://doi.org/f3mn6b
    +DOI: 10.1093/nar/gku1011 · PMID: 25348409 · PMCID: PMC4383880

    79. Unifying disease vocabularies
    Daniel Himmelstein, Tong Shu Li
    -ThinkLab (2015-03-30) https://doi.org/10.15363/thinklab.d44

    +ThinkLab (2015-03-30) https://doi.org/f3mqv5
    +DOI: 10.15363/thinklab.d44

    80. User-Friendly Extensions To The Disease Ontology V1.0
    Daniel S. Himmelstein
    -Zenodo (2016-02-04) https://doi.org/10.5281/zenodo.45584

    +Zenodo (2016-02-04) https://doi.org/f3mqvc
    +DOI: 10.5281/zenodo.45584

    81. Generating a focused view of disease ontology cancer terms for pan-cancer data integration and analysis
    T.-J. Wu, L. M. Schriml, Q.-R. Chen, M. Colbert, D. J. Crichton, R. Finney, Y. Hu, W. A. Kibbe, H. Kincaid, D. Meerzaman, … R. Mazumder
    -Database (2015-04-04) https://doi.org/10.1093/database/bav032

    +Database (2015-04-04) https://doi.org/f3mn6c
    +DOI: 10.1093/database/bav032 · PMID: 25841438 · PMCID: PMC4385274

    82. Mining knowledge from MEDLINE articles and their indexed MeSH terms
    Daniel Himmelstein, Alex Pankov
    -ThinkLab (2015-05-10) https://doi.org/10.15363/thinklab.d67

    +ThinkLab (2015-05-10) https://doi.org/f3mqwp
    +DOI: 10.15363/thinklab.d67

    83. User-Friendly Extensions To Mesh V1.0
    Daniel S. Himmelstein
    -Zenodo (2016-02-04) https://doi.org/10.5281/zenodo.45586

    +Zenodo (2016-02-04) https://doi.org/f3mqvt
    +DOI: 10.5281/zenodo.45586

    84. DrugBank 4.0: shedding new light on drug metabolism
    Vivian Law, Craig Knox, Yannick Djoumbou, Tim Jewison, An Chi Guo, Yifeng Liu, Adam Maciejewski, David Arndt, Michael Wilson, Vanessa Neveu, … David S. Wishart
    -Nucleic Acids Research (2013-11-06) https://doi.org/10.1093/nar/gkt1068

    +Nucleic Acids Research (2013-11-06) https://doi.org/f3mn6d
    +DOI: 10.1093/nar/gkt1068 · PMID: 24203711 · PMCID: PMC3965102

    85. Unifying drug vocabularies
    Daniel Himmelstein
    -ThinkLab (2015-03-16) https://doi.org/10.15363/thinklab.d40

    +ThinkLab (2015-03-16) https://doi.org/f3mqtx
    +DOI: 10.15363/thinklab.d40

    86. User-Friendly Extensions Of The Drugbank Database V1.0
    Daniel S. Himmelstein
    -Zenodo (2016-02-04) https://doi.org/10.5281/zenodo.45579

    +Zenodo (2016-02-04) https://doi.org/f3mqwk
    +DOI: 10.5281/zenodo.45579

    87. The SIDER database of drugs and side effects
    Michael Kuhn, Ivica Letunic, Lars Juhl Jensen, Peer Bork
    -Nucleic Acids Research (2015-10-19) https://doi.org/10.1093/nar/gkv1075

    +Nucleic Acids Research (2015-10-19) https://doi.org/f3mn6f
    +DOI: 10.1093/nar/gkv1075 · PMID: 26481350 · PMCID: PMC4702794

    88. Extracting side effects from SIDER 4
    Daniel Himmelstein
    -ThinkLab (2015-08-08) https://doi.org/10.15363/thinklab.d97

    +ThinkLab (2015-08-08) https://doi.org/f3mqvd
    +DOI: 10.15363/thinklab.d97

    89. Extracting Tidy And User-Friendly Tsvs From Sider 4.1
    Daniel S. Himmelstein
    -Zenodo (2016-02-03) https://doi.org/10.5281/zenodo.45521

    +Zenodo (2016-02-03) https://doi.org/f3mqwd
    +DOI: 10.5281/zenodo.45521

    90. The Unified Medical Language System (UMLS): integrating biomedical terminology
    O. Bodenreider
    -Nucleic Acids Research (2004-01-01) https://doi.org/10.1093/nar/gkh061

    +Nucleic Acids Research (2004-01-01) https://doi.org/bzs9ps
    +DOI: 10.1093/nar/gkh061 · PMID: 14681409 · PMCID: PMC308795

    91. DrugCentral: online drug compendium
    Oleg Ursu, Jayme Holmes, Jeffrey Knockel, Cristian G. Bologa, Jeremy J. Yang, Stephen L. Mathias, Stuart J. Nelson, Tudor I. Oprea
    -Nucleic Acids Research (2016-10-26) https://doi.org/10.1093/nar/gkw993

    +Nucleic Acids Research (2016-10-26) https://doi.org/f9vphz
    +DOI: 10.1093/nar/gkw993 · PMID: 27789690 · PMCID: PMC5210665

    92. Incorporating DrugCentral data in our network
    Daniel Himmelstein, Oleg Ursu, Mike Gilson, Pouya Khankhanian, Tudor Oprea
    -ThinkLab (2016-03-20) https://doi.org/10.15363/thinklab.d186

    +ThinkLab (2016-03-20) https://doi.org/f3mqtn
    +DOI: 10.15363/thinklab.d186

    93. Entrez Gene: gene-centered information at NCBI
    D. Maglott, J. Ostell, K. D. Pruitt, T. Tatusova
    -Nucleic Acids Research (2010-11-28) https://doi.org/10.1093/nar/gkq1237

    +Nucleic Acids Research (2010-11-28) https://doi.org/fsjcqz
    +DOI: 10.1093/nar/gkq1237 · PMID: 21115458 · PMCID: PMC3013746

    94. Using Entrez Gene as our gene vocabulary
    Daniel Himmelstein, Casey Greene, Alexander Pico
    -ThinkLab (2015-02-27) https://doi.org/10.15363/thinklab.d34

    +ThinkLab (2015-02-27) https://doi.org/f3mqv4
    +DOI: 10.15363/thinklab.d34

    95. Processed Entrez Gene Datasets For Humans V1.0
    Daniel S. Himmelstein
    -Zenodo (2016-02-04) https://doi.org/10.5281/zenodo.45524

    +Zenodo (2016-02-04) https://doi.org/f3mqvz
    +DOI: 10.5281/zenodo.45524

    96. Uberon, an integrative multi-species anatomy ontology
    Christopher J Mungall, Carlo Torniai, Georgios V Gkoutos, Suzanna E Lewis, Melissa A Haendel
    -Genome Biology (2012) https://doi.org/10.1186/gb-2012-13-1-r5

    +Genome Biology (2012) https://doi.org/fxx6qr
    +DOI: 10.1186/gb-2012-13-1-r5 · PMID: 22293552 · PMCID: PMC3334586

    97. Tissue Node
    Venkat Malladi, Daniel Himmelstein, Chris Mungall
    -ThinkLab (2015-03-19) https://doi.org/10.15363/thinklab.d41

    +ThinkLab (2015-03-19) https://doi.org/f3mn6g
    +DOI: 10.15363/thinklab.d41

    98. User-Friendly Anatomical Structures Data From The Uberon Ontology V1.0
    Daniel S. Himmelstein
    -Zenodo (2016-02-04) https://doi.org/10.5281/zenodo.45527

    +Zenodo (2016-02-04) https://doi.org/f3mqtt
    +DOI: 10.5281/zenodo.45527

    99. WikiPathways: capturing the full diversity of pathway knowledge
    Martina Kutmon, Anders Riutta, Nuno Nunes, Kristina Hanspers, Egon L. Willighagen, Anwesha Bohler, Jonathan Mélius, Andra Waagmeester, Sravanthi R. Sinha, Ryan Miller, … Alexander R. Pico
    -Nucleic Acids Research (2015-10-19) https://doi.org/10.1093/nar/gkv1024

    +Nucleic Acids Research (2015-10-19) https://doi.org/f3mn6h
    +DOI: 10.1093/nar/gkv1024 · PMID: 26481357 · PMCID: PMC4702772

    100. WikiPathways: Pathway Editing for the People
    Alexander R Pico, Thomas Kelder, Martijn P van Iersel, Kristina Hanspers, Bruce R Conklin, Chris Evelo
    -PLoS Biology (2008-07-22) https://doi.org/10.1371/journal.pbio.0060184

    +PLoS Biology (2008-07-22) https://doi.org/bhsdc2
    +DOI: 10.1371/journal.pbio.0060184 · PMID: 18651794 · PMCID: PMC2475545

    101. The Reactome pathway Knowledgebase
    Antonio Fabregat, Konstantinos Sidiropoulos, Phani Garapati, Marc Gillespie, Kerstin Hausmann, Robin Haw, Bijay Jassal, Steven Jupe, Florian Korninger, Sheldon McKay, … Peter D’Eustachio
    -Nucleic Acids Research (2015-12-09) https://doi.org/10.1093/nar/gkv1351

    +Nucleic Acids Research (2015-12-09) https://doi.org/f3mn6j
    +DOI: 10.1093/nar/gkv1351 · PMID: 26656494 · PMCID: PMC4702931

    102. PID: the Pathway Interaction Database
    Carl F. Schaefer, Kira Anthony, Shiva Krupa, Jeffrey Buchoff, Matthew Day, Timo Hannay, Kenneth H. Buetow
    -Nucleic Acids Research (2008-10-02) https://doi.org/10.1093/nar/gkn653

    +Nucleic Acids Research (2008-10-02) https://doi.org/dv62wn
    +DOI: 10.1093/nar/gkn653 · PMID: 18832364 · PMCID: PMC2686461

    103. Pathway Commons, a web resource for biological pathway data
    E. G. Cerami, B. E. Gross, E. Demir, I. Rodchenkov, O. Babur, N. Anwar, N. Schultz, G. D. Bader, C. Sander
    -Nucleic Acids Research (2010-11-10) https://doi.org/10.1093/nar/gkq1039

    +Nucleic Acids Research (2010-11-10) https://doi.org/csjvsx
    +DOI: 10.1093/nar/gkq1039 · PMID: 21071392 · PMCID: PMC3013659

    104. Adding pathway resources to your network
    Alexander Pico, Daniel Himmelstein
    -ThinkLab (2015-06-08) https://doi.org/10.15363/thinklab.d72

    +ThinkLab (2015-06-08) https://doi.org/f3mn6k
    +DOI: 10.15363/thinklab.d72

    105. Dhimmel/Pathways V2.0: Compiling Human Pathway Gene Sets
    Daniel S. Himmelstein, Alexander R. Pico
    -Zenodo (2016-04-02) https://doi.org/10.5281/zenodo.48810

    +Zenodo (2016-04-02) https://doi.org/bfq3
    +DOI: 10.5281/zenodo.48810

    106. Gene Ontology: tool for the unification of biology
    Michael Ashburner, Catherine A. Ball, Judith A. Blake, David Botstein, Heather Butler, J. Michael Cherry, Allan P. Davis, Kara Dolinski, Selina S. Dwight, Janan T. Eppig, … Gavin Sherlock
    -Nature Genetics (2000-05) https://doi.org/10.1038/75556

    +Nature Genetics (2000-05) https://doi.org/b9gp96
    +DOI: 10.1038/75556 · PMID: 10802651 · PMCID: PMC3037419

    107. Disease Ontology feature requests
    Daniel Himmelstein
    -ThinkLab (2015-05-11) https://doi.org/10.15363/thinklab.d68

    +ThinkLab (2015-05-11) https://doi.org/f3mqvf
    +DOI: 10.15363/thinklab.d68

    108. Chemical databases: curation or integration by user-defined equivalence?
    Anne Hersey, Jon Chambers, Louisa Bellis, A. Patrícia Bento, Anna Gaulton, John P. Overington
    -Drug Discovery Today: Technologies (2015-07) https://doi.org/10.1016/j.ddtec.2015.01.005

    +Drug Discovery Today: Technologies (2015-07) https://doi.org/f3mn6m
    +DOI: 10.1016/j.ddtec.2015.01.005 · PMID: 26194583 · PMCID: PMC6294287

    109. UniChem: a unified chemical structure cross-referencing and identifier tracking system
    Jon Chambers, Mark Davies, Anna Gaulton, Anne Hersey, Sameer Velankar, Robert Petryszak, Janna Hastings, Louisa Bellis, Shaun McGlinchey, John P Overington
    -Journal of Cheminformatics (2013) https://doi.org/10.1186/1758-2946-5-3

    +Journal of Cheminformatics (2013-01-14) https://doi.org/f3mn6n
    +DOI: 10.1186/1758-2946-5-3 · PMID: 23317286 · PMCID: PMC3616875

    110. UniChem: extension of InChI-based compound mapping to salt, connectivity and stereochemistry layers
    Jon Chambers, Mark Davies, Anna Gaulton, George Papadatos, Anne Hersey, John P Overington
    -Journal of Cheminformatics (2014-09-04) https://doi.org/10.1186/s13321-014-0043-5

    +Journal of Cheminformatics (2014-09-04) https://doi.org/vkq
    +DOI: 10.1186/s13321-014-0043-5 · PMID: 25221628 · PMCID: PMC4158273

    111. InChI - the worldwide chemical structure identifier standard
    Stephen Heller, Alan McNaught, Stephen Stein, Dmitrii Tchekhovskoi, Igor Pletnev
    -Journal of Cheminformatics (2013) https://doi.org/10.1186/1758-2946-5-7

    +Journal of Cheminformatics (2013-01-24) https://doi.org/6bg
    +DOI: 10.1186/1758-2946-5-7 · PMID: 23343401 · PMCID: PMC3599061

    112. Dhimmel/Bgee V1.0: Anatomy-Specific Gene Expression In Humans From Bgee
    Daniel Himmelstein, Frederic Bastian, Sergio Baranzini
    -Zenodo (2016-03-08) https://doi.org/10.5281/zenodo.47157

    +Zenodo (2016-03-08) https://doi.org/f3mqv2
    +DOI: 10.5281/zenodo.47157

    113. Processing Bgee for tissue-specific gene presence and over/under-expression
    Daniel Himmelstein, Frederic Bastian
    -ThinkLab (2015-11-03) https://doi.org/10.15363/thinklab.d124

    +ThinkLab (2015-11-03) https://doi.org/f3mqwg
    +DOI: 10.15363/thinklab.d124

    114. Tissue-specific gene expression resources
    Daniel Himmelstein, Frederic Bastian
    -ThinkLab (2015-06-17) https://doi.org/10.15363/thinklab.d81

    +ThinkLab (2015-06-17) https://doi.org/f3mqvb
    +DOI: 10.15363/thinklab.d81

    115. Bgee: Integrating and Comparing Heterogeneous Transcriptome Data Among Species
    Frederic Bastian, Gilles Parmentier, Julien Roux, Sebastien Moretti, Vincent Laudet, Marc Robinson-Rechavi
    -Lecture Notes in Computer Science (2008-06) https://doi.org/10.1007/978-3-540-69828-9_12

    +Lecture Notes in Computer Science (2008-06) https://doi.org/10.1007/978-3-540-69828-9_12
    +DOI: 10.1007/978-3-540-69828-9_12

    116. Comprehensive comparison of large-scale tissue expression datasets
    Alberto Santos, Kalliopi Tsafou, Christian Stolte, Sune Pletscher-Frankild, Seán I. O’Donoghue, Lars Juhl Jensen
    -PeerJ (2015-06-30) https://doi.org/10.7717/peerj.1054

    +PeerJ (2015-06-30) https://doi.org/f3mn6p
    +DOI: 10.7717/peerj.1054 · PMID: 26157623 · PMCID: PMC4493645

    117. Gene–Tissue Relationships From The Tissues Database
    Daniel Himmelstein, Lars Juhl Jensen
    -Zenodo (2015-08-09) https://doi.org/10.5281/zenodo.27244

    +Zenodo (2015-08-09) https://doi.org/f3mqv8
    +DOI: 10.5281/zenodo.27244

    118. The TISSUES resource for the tissue-specificity of genes
    Daniel Himmelstein, Lars Juhl Jensen
    -ThinkLab (2015-07-10) https://doi.org/10.15363/thinklab.d91

    +ThinkLab (2015-07-10) https://doi.org/f3mqwf
    +DOI: 10.15363/thinklab.d91

    119. BindingDB: A Web-Accessible Molecular Recognition Database
    Xi Chen, Ming Liu, Michael Gilson
    -Combinatorial Chemistry & High Throughput Screening (2001-12-01) https://doi.org/10.2174/1386207013330670

    +Combinatorial Chemistry & High Throughput Screening (2001-12-01) https://doi.org/f3mn6q
    +DOI: 10.2174/1386207013330670

    120. BindingDB in 2015: A public database for medicinal chemistry, computational chemistry and systems pharmacology
    Michael K. Gilson, Tiqing Liu, Michael Baitaluk, George Nicola, Linda Hwang, Jenny Chong
    -Nucleic Acids Research (2015-10-19) https://doi.org/10.1093/nar/gkv1072

    +Nucleic Acids Research (2015-10-19) https://doi.org/f3mn6r
    +DOI: 10.1093/nar/gkv1072 · PMID: 26481362 · PMCID: PMC4702793

    121. DrugBank: a comprehensive resource for in silico drug discovery and exploration
    D. S. Wishart
    -Nucleic Acids Research (2006-01-01) https://doi.org/10.1093/nar/gkj067

    +Nucleic Acids Research (2006-01-01) https://doi.org/c7cp42
    +DOI: 10.1093/nar/gkj067 · PMID: 16381955 · PMCID: PMC1347430

    122. Integrating drug target information from BindingDB
    Daniel Himmelstein, Mike Gilson
    -ThinkLab (2015-04-13) https://doi.org/10.15363/thinklab.d53

    +ThinkLab (2015-04-13) https://doi.org/f3mqvv
    +DOI: 10.15363/thinklab.d53

    123. Processing The October 2015 Bindingdb
    Daniel Himmelstein, Michael Gilson, Sergio Baranzini
    -Zenodo (2015-11-19) https://doi.org/10.5281/zenodo.33987

    +Zenodo (2015-11-19) https://doi.org/f3mqvp
    +DOI: 10.5281/zenodo.33987

    124. Protein (target, carrier, transporter, and enzyme) interactions in DrugBank
    Daniel Himmelstein, Sabrina Chen
    -ThinkLab (2015-05-09) https://doi.org/10.15363/thinklab.d65

    +ThinkLab (2015-05-09) https://doi.org/f3mqvm
    +DOI: 10.15363/thinklab.d65

    125. Calculating molecular similarities between DrugBank compounds
    Daniel Himmelstein, Sabrina Chen
    -ThinkLab (2015-05-18) https://doi.org/10.15363/thinklab.d70

    +ThinkLab (2015-05-18) https://doi.org/f3mqwr
    +DOI: 10.15363/thinklab.d70

    126. Pairwise molecular similarities between DrugBank compounds
    Daniel Himmelstein, Leo Brueggeman, Sergio Baranzini
    -Figshare (2015) https://doi.org/10.6084/m9.figshare.1418386

    +Figshare (2015) https://doi.org/f3mqt2
    +DOI: 10.6084/m9.figshare.1418386

    127. Measures of the Amount of Ecologic Association Between Species
    Lee R. Dice
    -Ecology (1945-07) https://doi.org/10.2307/1932409

    +Ecology (1945-07) https://doi.org/dsb8pd
    +DOI: 10.2307/1932409

    128. Extended-Connectivity Fingerprints
    David Rogers, Mathew Hahn
    -Journal of Chemical Information and Modeling (2010-05-24) https://doi.org/10.1021/ci100050t

    +Journal of Chemical Information and Modeling (2010-04-28) https://doi.org/fp3ctj
    +DOI: 10.1021/ci100050t · PMID: 20426451

    129. The Generation of a Unique Machine Description for Chemical Structures-A Technique Developed at Chemical Abstracts Service.
    H. L. Morgan
    -Journal of Chemical Documentation (1965-05) https://doi.org/10.1021/c160017a018

    +Journal of Chemical Documentation (1965-05) https://doi.org/bpzn7w
    +DOI: 10.1021/c160017a018

    130. Dhimmel/Gwas-Catalog V1.0: Extracting Gene–Disease Associations From The Gwas Catalog
    Daniel S. Himmelstein, Sergio E. Baranzini
    -Zenodo (2016-03-26) https://doi.org/10.5281/zenodo.48428

    +Zenodo (2016-03-26) https://doi.org/f3mqws
    +DOI: 10.5281/zenodo.48428

    131. Processing the DISEASES resource for disease–gene relationships
    Daniel Himmelstein, Lars Juhl Jensen
    -ThinkLab (2015-08-20) https://doi.org/10.15363/thinklab.d106

    +ThinkLab (2015-08-20) https://doi.org/f3mqt3
    +DOI: 10.15363/thinklab.d106

    132. Dhimmel/Diseases V1.0: Processing The Diseases Database Of Gene–Disease Associations
    Daniel S. Himmelstein, Lars Juhl Jensen
    -Zenodo (2016-03-26) https://doi.org/10.5281/zenodo.48425

    +Zenodo (2016-03-26) https://doi.org/f3mqv7
    +DOI: 10.5281/zenodo.48425

    133. Processing DisGeNET for disease-gene relationships
    Daniel Himmelstein, janet piñero
    -ThinkLab (2015-08-17) https://doi.org/10.15363/thinklab.d105

    +ThinkLab (2015-08-17) https://doi.org/f3mqv3
    +DOI: 10.15363/thinklab.d105

    134. Dhimmel/Disgenet V1.0: Processing The Disgenet Database Of Gene–Disease Associations
    Daniel S. Himmelstein, Janet Piñero
    -Zenodo (2016-03-26) https://doi.org/10.5281/zenodo.48426

    +Zenodo (2016-03-26) https://doi.org/f3mqwt
    +DOI: 10.5281/zenodo.48426

    135. Functional disease annotations for genes using DOAF
    Daniel Himmelstein
    -ThinkLab (2015-07-14) https://doi.org/10.15363/thinklab.d94

    +ThinkLab (2015-07-14) https://doi.org/f3mqvw
    +DOI: 10.15363/thinklab.d94

    136. Dhimmel/Doaf V1.0: Processing The Doaf Database Of Gene–Disease Associations
    Daniel S. Himmelstein
    -Zenodo (2016-03-26) https://doi.org/10.5281/zenodo.48427

    +Zenodo (2016-03-26) https://doi.org/f3mqwx
    +DOI: 10.5281/zenodo.48427

    137. The new NHGRI-EBI Catalog of published genome-wide association studies (GWAS Catalog)
    Jacqueline MacArthur, Emily Bowler, Maria Cerezo, Laurent Gil, Peggy Hall, Emma Hastings, Heather Junkins, Aoife McMahon, Annalisa Milano, Joannella Morales, … Helen Parkinson
    -Nucleic Acids Research (2016-11-29) https://doi.org/10.1093/nar/gkw1133

    +Nucleic Acids Research (2016-11-29) https://doi.org/f9v7cp
    +DOI: 10.1093/nar/gkw1133 · PMID: 27899670 · PMCID: PMC5210590

    138. Extracting disease-gene associations from the GWAS Catalog
    Daniel Himmelstein
    -ThinkLab (2015-06-16) https://doi.org/10.15363/thinklab.d80

    +ThinkLab (2015-06-16) https://doi.org/f3mqv6
    +DOI: 10.15363/thinklab.d80

    139. Calculating genomic windows for GWAS lead SNPs
    Daniel Himmelstein, Marina Sirota, Greg Way
    -ThinkLab (2015-06-08) https://doi.org/10.15363/thinklab.d71

    +ThinkLab (2015-06-08) https://doi.org/f3mqt8
    +DOI: 10.15363/thinklab.d71

    140. DISEASES: Text mining and data integration of disease–gene associations
    Sune Pletscher-Frankild, Albert Pallejà, Kalliopi Tsafou, Janos X. Binder, Lars Juhl Jensen
    -Methods (2015-03) https://doi.org/10.1016/j.ymeth.2014.11.020

    +Methods (2015-03) https://doi.org/f3mn6s
    +DOI: 10.1016/j.ymeth.2014.11.020 · PMID: 25484339

    141. DisGeNET: a discovery platform for the dynamical exploration of human diseases and their genes
    J. Pinero, N. Queralt-Rosinach, A. Bravo, J. Deu-Pons, A. Bauer-Mehren, M. Baron, F. Sanz, L. I. Furlong
    -Database (2015-04-15) https://doi.org/10.1093/database/bav028

    +Database (2015-04-15) https://doi.org/f3mn6t
    +DOI: 10.1093/database/bav028 · PMID: 25877637 · PMCID: PMC4397996

    142. DisGeNET: a comprehensive platform integrating information on human disease-associated genes and variants
    Janet Piñero, Àlex Bravo, Núria Queralt-Rosinach, Alba Gutiérrez-Sacristán, Jordi Deu-Pons, Emilio Centeno, Javier García-García, Ferran Sanz, Laura I. Furlong
    -Nucleic Acids Research (2016-10-19) https://doi.org/10.1093/nar/gkw943

    +Nucleic Acids Research (2016-10-19) https://doi.org/f9v9wp
    +DOI: 10.1093/nar/gkw943 · PMID: 27924018 · PMCID: PMC5210640

    143. A Framework for Annotating Human Genome in Disease Context
    Wei Xu, Huisong Wang, Wenqing Cheng, Dong Fu, Tian Xia, Warren A. Kibbe, Simon M. Lin
    -PLoS ONE (2012-12-10) https://doi.org/10.1371/journal.pone.0049686

    +PLoS ONE (2012-12-10) https://doi.org/f3mn6v
    +DOI: 10.1371/journal.pone.0049686 · PMID: 23251346 · PMCID: PMC3519466

    144. STARGEO: expression signatures for disease using crowdsourced GEO annotation
    Daniel Himmelstein, Frederic Bastian, Dexter Hadley, Casey Greene
    -ThinkLab (2015-07-28) https://doi.org/10.15363/thinklab.d96

    +ThinkLab (2015-07-28) https://doi.org/f3mqwh
    +DOI: 10.15363/thinklab.d96

    145. Dhimmel/Stargeo V1.0: Differentially Expressed Genes For 48 Diseases From Stargeo
    Daniel Himmelstein, Dexter Hadley, Alexander Schepanovski
    -Zenodo (2016-03-03) https://doi.org/10.5281/zenodo.46866

    +Zenodo (2016-03-03) https://doi.org/f3mqvg
    +DOI: 10.5281/zenodo.46866

    146. Dhimmel/Medline V1.0: Disease, Symptom, And Anatomy Cooccurence In Medline
    Daniel S. Himmelstein
    -Zenodo (2016-03-28) https://doi.org/10.5281/zenodo.48445

    +Zenodo (2016-03-28) https://doi.org/f3mqts
    +DOI: 10.5281/zenodo.48445

    147. Disease similarity from MEDLINE topic cooccurrence
    Daniel Himmelstein
    -ThinkLab (2015-07-14) https://doi.org/10.15363/thinklab.d93

    +ThinkLab (2015-07-14) https://doi.org/f3mqvx
    +DOI: 10.15363/thinklab.d93

    148. On the Interpretation of χ 2 from Contingency Tables, and the Calculation of P
    R. A. Fisher
    -Journal of the Royal Statistical Society (1922-01) https://doi.org/10.2307/2340521

    +Journal of the Royal Statistical Society (1922-01) https://doi.org/frpswx
    +DOI: 10.2307/2340521

    149. Computing consensus transcriptional profiles for LINCS L1000 perturbations
    Daniel Himmelstein, Caty Chung
    -ThinkLab (2015-03-26) https://doi.org/10.15363/thinklab.d43

    +ThinkLab (2015-03-26) https://doi.org/f3mqwc
    +DOI: 10.15363/thinklab.d43

    150. Consensus signatures for LINCS L1000 perturbations
    Daniel Himmelstein, Leo Brueggeman, Sergio Baranzini
    -Figshare (2016) https://doi.org/10.6084/m9.figshare.3085426.v1

    +Figshare (2016) https://doi.org/f3mqvs
    +DOI: 10.6084/m9.figshare.3085426.v1

    151. Evolutionary Signatures amongst Disease Genes Permit Novel Methods for Gene Prioritization and Construction of Informative Gene-Based Networks
    Nolan Priedigkeit, Nicholas Wolfe, Nathan L. Clark
    -PLOS Genetics (2015-02-13) https://doi.org/10.1371/journal.pgen.1004967

    +PLOS Genetics (2015-02-13) https://doi.org/f3mn6w
    +DOI: 10.1371/journal.pgen.1004967 · PMID: 25679399 · PMCID: PMC4334549

    152. Selecting informative ERC (evolutionary rate covariation) values between genes
    Daniel Himmelstein, Raghavendran Partha
    -ThinkLab (2015-04-22) https://doi.org/10.15363/thinklab.d57

    +ThinkLab (2015-04-22) https://doi.org/f3mqv9
    +DOI: 10.15363/thinklab.d57

    153. Dhimmel/Erc V1.0: Processing Human Evolutionary Rate Covaration Data
    Daniel S. Himmelstein
    -Zenodo (2016-03-28) https://doi.org/10.5281/zenodo.48444

    +Zenodo (2016-03-28) https://doi.org/f3mqwm
    +DOI: 10.5281/zenodo.48444

    154. Creating a catalog of protein interactions
    Daniel Himmelstein, Dexter Hadley, Alexey Strokach
    -ThinkLab (2015-07-01) https://doi.org/10.15363/thinklab.d85

    +ThinkLab (2015-07-01) https://doi.org/f3mqtp
    +DOI: 10.15363/thinklab.d85

    155. Dhimmel/Ppi V1.0: Compiling A Human Protein Interaction Catalog
    Daniel S. Himmelstein, Sergio E. Baranzini
    -Zenodo (2016-03-28) https://doi.org/10.5281/zenodo.48443

    +Zenodo (2016-03-28) https://doi.org/f3mqtw
    +DOI: 10.5281/zenodo.48443

    156. Towards a proteome-scale map of the human protein–protein interaction network
    Jean-François Rual, Kavitha Venkatesan, Tong Hao, Tomoko Hirozane-Kishikawa, Amélie Dricot, Ning Li, Gabriel F. Berriz, Francis D. Gibbons, Matija Dreze, Nono Ayivi-Guedehoussou, … Marc Vidal
    -Nature (2005-09-28) https://doi.org/10.1038/nature04209

    +Nature (2005-09-28) https://doi.org/dw6q23
    +DOI: 10.1038/nature04209 · PMID: 16189514

    157. An empirical framework for binary interactome mapping
    Kavitha Venkatesan, Jean-François Rual, Alexei Vazquez, Ulrich Stelzl, Irma Lemmens, Tomoko Hirozane-Kishikawa, Tong Hao, Martina Zenkner, Xiaofeng Xin, Kwang-Il Goh, … Marc Vidal
    -Nature Methods (2008-12-07) https://doi.org/10.1038/nmeth.1280

    +Nature Methods (2008-12-07) https://doi.org/cn6p3m
    +DOI: 10.1038/nmeth.1280 · PMID: 19060904 · PMCID: PMC2872561

    158. Next-generation sequencing to generate interactome datasets
    Haiyuan Yu, Leah Tardivo, Stanley Tam, Evan Weiner, Fana Gebreab, Changyu Fan, Nenad Svrzikapa, Tomoko Hirozane-Kishikawa, Edward Rietman, Xinping Yang, … Marc Vidal
    -Nature Methods (2011-04-24) https://doi.org/10.1038/nmeth.1597

    +Nature Methods (2011-04-24) https://doi.org/bzrsvs
    +DOI: 10.1038/nmeth.1597 · PMID: 21516116 · PMCID: PMC3188388

    159. A Proteome-Scale Map of the Human Interactome Network
    Thomas Rolland, Murat Taşan, Benoit Charloteaux, Samuel J. Pevzner, Quan Zhong, Nidhi Sahni, Song Yi, Irma Lemmens, Celia Fontanillo, Roberto Mosca, … Marc Vidal
    -Cell (2014-11) https://doi.org/10.1016/j.cell.2014.10.050

    +Cell (2014-11) https://doi.org/f3mn6x
    +DOI: 10.1016/j.cell.2014.10.050 · PMID: 25416956 · PMCID: PMC4266588

    160. Uncovering disease-disease relationships through the incomplete interactome
    J. Menche, A. Sharma, M. Kitsak, S. D. Ghiassian, M. Vidal, J. Loscalzo, A.-L. Barabasi
    -Science (2015-02-19) https://doi.org/10.1126/science.1257601

    +Science (2015-02-19) https://doi.org/f3mn6z
    +DOI: 10.1126/science.1257601 · PMID: 25700523 · PMCID: PMC4435741

    161. The GOA database: Gene Ontology annotation updates for 2015
    -R. P. Huntley, T. Sawford, P. Mutowo-Meullenet, A. Shypitsyna, C. Bonilla, M. J. Martin, C. O’Donovan
    -Nucleic Acids Research (2014-11-06) https://doi.org/10.1093/nar/gku1113

    +Rachael P. Huntley, Tony Sawford, Prudence Mutowo-Meullenet, Aleksandra Shypitsyna, Carlos Bonilla, Maria J. Martin, Claire O’Donovan
    +Nucleic Acids Research (2014-11-06) https://doi.org/35x
    +DOI: 10.1093/nar/gku1113 · PMID: 25378336 · PMCID: PMC4383930

    162. Compiling Gene Ontology annotations into an easy-to-use format
    Daniel Himmelstein, Casey Greene, Venkat Malladi, Frederic Bastian
    -ThinkLab (2015-03-12) https://doi.org/10.15363/thinklab.d39

    +ThinkLab (2015-03-12) https://doi.org/f3mqt9
    +DOI: 10.15363/thinklab.d39

    163. Gene-Ontology: Initial Zenodo Release
    Daniel Himmelstein, Casey Greene, Venkat Malladi, Frederic Bastian, Sergio Baranzini
    -Zenodo (2015-07-28) https://doi.org/10.5281/zenodo.21711

    +Zenodo (2015-07-28) https://doi.org/f3mqvj
    +DOI: 10.5281/zenodo.21711

    164. Precision annotation of digital samples in NCBI’s gene expression omnibus
    Dexter Hadley, James Pan, Osama El-Sayed, Jihad Aljabban, Imad Aljabban, Tej D. Azad, Mohamad O. Hadied, Shuaib Raza, Benjamin Abhishek Rayikanti, Bin Chen, … Atul J. Butte
    -Scientific Data (2017-09-19) https://doi.org/10.1038/sdata.2017.125

    +Scientific Data (2017-09-19) https://doi.org/gbv379
    +DOI: 10.1038/sdata.2017.125 · PMID: 28925997 · PMCID: PMC5604135

    165. Gene Expression Omnibus: NCBI gene expression and hybridization array data repository
    R. Edgar
    -Nucleic Acids Research (2002-01-01) https://doi.org/10.1093/nar/30.1.207

    +Nucleic Acids Research (2002-01-01) https://doi.org/fttpkn
    +DOI: 10.1093/nar/30.1.207

    -

    166. NCBI GEO: archive for functional genomics data sets–update
    -T. Barrett, S. E. Wilhite, P. Ledoux, C. Evangelista, I. F. Kim, M. Tomashevsky, K. A. Marshall, K. H. Phillippy, P. M. Sherman, M. Holko, … A. Soboleva
    -Nucleic Acids Research (2012-11-27) https://doi.org/10.1093/nar/gks1193

    +

    166. NCBI GEO: archive for functional genomics data sets—update
    +Tanya Barrett, Stephen E. Wilhite, Pierre Ledoux, Carlos Evangelista, Irene F. Kim, Maxim Tomashevsky, Kimberly A. Marshall, Katherine H. Phillippy, Patti M. Sherman, Michelle Holko, … Alexandra Soboleva
    +Nucleic Acids Research (2012-11-26) https://doi.org/f3mn62
    +DOI: 10.1093/nar/gks1193 · PMID: 23193258 · PMCID: PMC3531084

    167. Dhimmel/Lincs V2.0: Refined Consensus Signatures From Lincs L1000
    Daniel Himmelstein, Leo Brueggeman, Sergio Baranzini
    -Zenodo (2016-03-08) https://doi.org/10.5281/zenodo.47223

    +Zenodo (2016-03-08) https://doi.org/f3mqvr
    +DOI: 10.5281/zenodo.47223

    168. l1000.db: SQLite database of LINCS L1000 metadata
    Daniel Himmelstein, Leo Brueggeman, Sergio Baranzini
    -Figshare (2016) https://doi.org/10.6084/m9.figshare.3085837.v1

    +Figshare (2016) https://doi.org/f3mqtq
    +DOI: 10.6084/m9.figshare.3085837.v1

    169. Assessing the imputation quality of gene expression in LINCS L1000
    Daniel Himmelstein
    -ThinkLab (2016-03-11) https://doi.org/10.15363/thinklab.d185

    +ThinkLab (2016-03-11) https://doi.org/f3mqtr
    +DOI: 10.15363/thinklab.d185

    170. Positive correlations between knockdown and overexpression profiles from LINCS L1000
    Daniel Himmelstein, Casey Greene, Lars Juhl Jensen
    -ThinkLab (2016-02-26) https://doi.org/10.15363/thinklab.d171

    +ThinkLab (2016-02-26) https://doi.org/f3mqt7
    +DOI: 10.15363/thinklab.d171

    171. Announcing PharmacotherapyDB: the Open Catalog of Drug Therapies for Disease
    Daniel Himmelstein
    -ThinkLab (2016-03-15) https://doi.org/10.15363/thinklab.d182

    +ThinkLab (2016-03-15) https://doi.org/f3mqtv
    +DOI: 10.15363/thinklab.d182

    172. PharmacotherapyDB 1.0: the open catalog of drug therapies for disease
    Daniel Himmelstein, Pouya Khankhanian, Christine S. Hessler, Ari J. Green, Sergio Baranzini
    -Figshare (2016) https://doi.org/10.6084/m9.figshare.3103054

    +Figshare (2016) https://doi.org/f3mqvq
    +DOI: 10.6084/m9.figshare.3103054

    173. Dhimmel/Indications V1.0. Pharmacotherapydb: The Open Catalog Of Drug Therapies For Disease
    Daniel S. Himmelstein, Pouya Khankhanian, Christine S. Hessler, Ari J. Green, Sergio E. Baranzini
    -Zenodo (2016-03-15) https://doi.org/10.5281/zenodo.47664

    +Zenodo (2016-03-15) https://doi.org/f3mqwb
    +DOI: 10.5281/zenodo.47664

    174. How should we construct a catalog of drug indications?
    Daniel Himmelstein, Benjamin Good, Tudor Oprea, Allison McCoy, Antoine Lizee
    -ThinkLab (2015-01-13) https://doi.org/10.15363/thinklab.d21

    +ThinkLab (2015-01-13) https://doi.org/f3mqtz
    +DOI: 10.15363/thinklab.d21

    175. Development and evaluation of an ensemble resource linking medications to their indications
    Wei-Qi Wei, Robert M Cronin, Hua Xu, Thomas A Lasko, Lisa Bastarache, Joshua C Denny
    -Journal of the American Medical Informatics Association (2013-09) https://doi.org/10.1136/amiajnl-2012-001431

    +Journal of the American Medical Informatics Association (2013-09) https://doi.org/f3mn63
    +DOI: 10.1136/amiajnl-2012-001431 · PMID: 23576672 · PMCID: PMC3756263

    176. LabeledIn: Cataloging labeled indications for human drugs
    Ritu Khare, Jiao Li, Zhiyong Lu
    -Journal of Biomedical Informatics (2014-12) https://doi.org/10.1016/j.jbi.2014.08.004

    +Journal of Biomedical Informatics (2014-12) https://doi.org/f3mn64
    +DOI: 10.1016/j.jbi.2014.08.004 · PMID: 25220766 · PMCID: PMC4260997

    177. Scaling drug indication curation through crowdsourcing
    -R. Khare, J. D. Burger, J. S. Aberdeen, D. W. Tresner-Kirsch, T. J. Corrales, L. Hirchman, Z. Lu
    -Database (2015-03-22) https://doi.org/10.1093/database/bav016

    +Ritu Khare, John D. Burger, John S. Aberdeen, David W. Tresner-Kirsch, Theodore J. Corrales, Lynette Hirchman, Zhiyong Lu
    +Database (2015-01-01) https://doi.org/f3mn65
    +DOI: 10.1093/database/bav016 · PMID: 25797061 · PMCID: PMC4369375

    178. Processing LabeledIn to extract indications
    Daniel Himmelstein, Ritu Khare
    -ThinkLab (2015-04-02) https://doi.org/10.15363/thinklab.d46

    +ThinkLab (2015-04-02) https://doi.org/f3mqww
    +DOI: 10.15363/thinklab.d46

    179. Development and evaluation of a crowdsourcing methodology for knowledge base construction: identifying relationships between clinical problems and medications
    Allison B McCoy, Adam Wright, Archana Laxmisan, Madelene J Ottosen, Jacob A McCoy, David Butten, Dean F Sittig
    -Journal of the American Medical Informatics Association (2012-09) https://doi.org/10.1136/amiajnl-2012-000852

    +Journal of the American Medical Informatics Association (2012-09) https://doi.org/f3mn66
    +DOI: 10.1136/amiajnl-2012-000852 · PMID: 22582202 · PMCID: PMC3422843

    180. Extracting indications from the ehrlink resource
    Daniel Himmelstein
    -ThinkLab (2015-05-01) https://doi.org/10.15363/thinklab.d62

    +ThinkLab (2015-05-01) https://doi.org/f3mqwv
    +DOI: 10.15363/thinklab.d62

    181. Expert curation of our indication catalog for disease-modifying treatments
    Daniel Himmelstein, Pouya Khankhanian, Chrissy Hessler
    -ThinkLab (2015-07-14) https://doi.org/10.15363/thinklab.d95

    +ThinkLab (2015-07-14) https://doi.org/f3mqwn
    +DOI: 10.15363/thinklab.d95

    182. Enabling reproducibility and reuse
    Jesse Spaulding, Daniel Himmelstein, Casey Greene, Benjamin Good
    -ThinkLab (2015-01-16) https://doi.org/10.15363/thinklab.d23

    +ThinkLab (2015-01-16) https://doi.org/f3mn67
    +DOI: 10.15363/thinklab.d23

    183. The need and drive for open data in biomedical publishing
    Iain Hrynaszkiewicz
    -Serials: The Journal for the Serials Community (2011-03-01) https://doi.org/10.1629/2431

    +Serials: The Journal for the Serials Community (2011-03-01) https://doi.org/c7zvmd
    +DOI: 10.1629/2431

    184. The Open Knowledge Foundation: Open Data Means Better Science
    Jennifer C. Molloy
    -PLoS Biology (2011-12-06) https://doi.org/10.1371/journal.pbio.1001195

    +PLoS Biology (2011-12-06) https://doi.org/g3b
    +DOI: 10.1371/journal.pbio.1001195 · PMID: 22162946 · PMCID: PMC3232214

    185. How open science helps researchers succeed
    Erin C McKiernan, Philip E Bourne, C Titus Brown, Stuart Buck, Amye Kenall, Jennifer Lin, Damon McDougall, Brian A Nosek, Karthik Ram, Courtney K Soderberg, … Tal Yarkoni
    -eLife (2016-07-07) https://doi.org/10.7554/elife.16800

    +eLife (2016-07-07) https://doi.org/gbqsng
    +DOI: 10.7554/elife.16800 · PMID: 27387362 · PMCID: PMC4973366

    186. Data reuse and the open data citation advantage
    Heather A. Piwowar, Todd J. Vision
    -PeerJ (2013-10-01) https://doi.org/10.7717/peerj.175

    +PeerJ (2013-10-01) https://doi.org/f3mn68
    +DOI: 10.7717/peerj.175 · PMID: 24109559 · PMCID: PMC3792178

    187. Enhancing reproducibility for computational methods
    V. Stodden, M. McNutt, D. H. Bailey, E. Deelman, Y. Gil, B. Hanson, M. A. Heroux, J. P. A. Ioannidis, M. Taufer
    -Science (2016-12-08) https://doi.org/10.1126/science.aah6168

    +Science (2016-12-08) https://doi.org/gbr42b
    +DOI: 10.1126/science.aah6168 · PMID: 27940837

    188. Best Practices for Computational Science: Software Infrastructure and Environments for Reproducible and Extensible Research
    Victoria Stodden, Sheila Miguez
    -Journal of Open Research Software (2014-07-09) https://doi.org/10.5334/jors.ay

    +Journal of Open Research Software (2014-07-09) https://doi.org/f3mn69
    +DOI: 10.5334/jors.ay

    189. Disclose all data in publications
    Keith Baggerly
    -Nature (2010-09-23) https://doi.org/10.1038/467401b

    +Nature (2010-09) https://doi.org/fhc9z5
    +DOI: 10.1038/467401b · PMID: 20864982

    190. Open by default: a proposed copyright license and waiver agreement for open access research and data in peer-reviewed journals
    Iain Hrynaszkiewicz, Matthew J Cockerill
    -BMC Research Notes (2012) https://doi.org/10.1186/1756-0500-5-494

    +BMC Research Notes (2012-09-07) https://doi.org/f3mn7c
    +DOI: 10.1186/1756-0500-5-494 · PMID: 22958225 · PMCID: PMC3465200

    191. Creative Commons licenses and the non-commercial condition: Implications for the re-use of biodiversity information
    Gregor Hagedorn, Daniel Mietchen, Robert Morris, Donat Agosti, Lyubomir Penev, Walter Berendsohn, Donald Hobern
    -ZooKeys (2011-11-28) https://doi.org/10.3897/zookeys.150.2189

    +ZooKeys (2011-11-28) https://doi.org/g25
    +DOI: 10.3897/zookeys.150.2189 · PMID: 22207810 · PMCID: PMC3234435

    192. One network to rule them all
    Daniel Himmelstein, Lars Juhl Jensen
    -ThinkLab (2015-08-14) https://doi.org/10.15363/thinklab.d102

    +ThinkLab (2015-08-14) https://doi.org/f3mqt4
    +DOI: 10.15363/thinklab.d102

    193. Integrating resources with disparate licensing into an open network
    Daniel Himmelstein, Lars Juhl Jensen, MacKenzie Smith, Katie Fortney, Caty Chung
    -ThinkLab (2015-08-28) https://doi.org/10.15363/thinklab.d107

    +ThinkLab (2015-08-28) https://doi.org/bfmk
    +DOI: 10.15363/thinklab.d107

    194. Legal confusion threatens to slow data science
    Simon Oxenham
    -Nature (2016-08-03) https://doi.org/10.1038/536016a

    +Nature (2016-08-03) https://doi.org/bndt
    +DOI: 10.1038/536016a · PMID: 27488781

    195. LINCS L1000 licensing
    Daniel Himmelstein
    -ThinkLab (2015-09-28) https://doi.org/10.15363/thinklab.d110

    +ThinkLab (2015-09-28) https://doi.org/bfmn
    +DOI: 10.15363/thinklab.d110

    196. Sounding the alarm on DrugBank’s new license and terms of use
    Daniel Himmelstein, Katie Fortney, Craig Knox, Christopher Southan
    -ThinkLab (2016-05-08) https://doi.org/10.15363/thinklab.d213

    +ThinkLab (2016-05-08) https://doi.org/bgnh
    +DOI: 10.15363/thinklab.d213

    197. Incomplete Interactome licensing
    Daniel Himmelstein
    -ThinkLab (2015-10-01) https://doi.org/10.15363/thinklab.d111

    +ThinkLab (2015-10-01) https://doi.org/bfmp
    +DOI: 10.15363/thinklab.d111

    198. Who owns scientific data? The impact of intellectual property rights on the scientific publication chain
    Roger Elliott
    -Learned Publishing (2005-04) https://doi.org/10.1087/0953151053584984

    +Learned Publishing (2005-04) https://doi.org/cxfd27
    +DOI: 10.1087/0953151053584984

    199. MSigDB licensing
    Daniel Himmelstein
    -ThinkLab (2015-09-28) https://doi.org/10.15363/thinklab.d108

    +ThinkLab (2015-09-28) https://doi.org/bfmm
    +DOI: 10.15363/thinklab.d108

    200. Molecular signatures database (MSigDB) 3.0
    A. Liberzon, A. Subramanian, R. Pinchback, H. Thorvaldsdottir, P. Tamayo, J. P. Mesirov
    -Bioinformatics (2011-05-05) https://doi.org/10.1093/bioinformatics/btr260

    +Bioinformatics (2011-05-05) https://doi.org/b8mx73
    +DOI: 10.1093/bioinformatics/btr260 · PMID: 21546393 · PMCID: PMC3106198

    201. Assessing the effectiveness of our hetnet permutations
    Daniel Himmelstein
    -ThinkLab (2016-02-25) https://doi.org/10.15363/thinklab.d178

    +ThinkLab (2016-02-25) https://doi.org/f3mqt5
    +DOI: 10.15363/thinklab.d178

    202. Randomization Techniques for Graphs
    Sami Hanhijärvi, Gemma C. Garriga, Kai Puolamäki
    -Proceedings of the 2009 SIAM International Conference on Data Mining (2009-04-30) https://doi.org/10.1137/1.9781611972795.67

    +Proceedings of the 2009 SIAM International Conference on Data Mining (2009-04-30) https://doi.org/f3mn58
    +DOI: 10.1137/1.9781611972795.67

    203. Permuting hetnets and implementing randomized edge swaps in cypher
    Daniel Himmelstein
    -ThinkLab (2015-12-21) https://doi.org/10.15363/thinklab.d136

    +ThinkLab (2015-12-21) https://doi.org/f3mqt6
    +DOI: 10.15363/thinklab.d136

    204. Use of Graph Database for the Integration of Heterogeneous Biological Data
    Byoung-Ha Yoon, Seon-Kyu Kim, Seon-Young Kim
    -Genomics & Informatics (2017) https://doi.org/10.5808/gi.2017.15.1.19

    +Genomics & Informatics (2017) https://doi.org/f93xct
    +DOI: 10.5808/gi.2017.15.1.19 · PMID: 28416946 · PMCID: PMC5389944

    205. Comparative analysis of Relational and Graph databases
    Garima Jaiswal
    -IOSR Journal of Engineering (2013-08) https://doi.org/10.9790/3021-03822527

    +IOSR Journal of Engineering (2013-08) https://doi.org/gbr42z
    +DOI: 10.9790/3021-03822527

    206. Are graph databases ready for bioinformatics?
    -C. T. Have, L. J. Jensen
    -Bioinformatics (2013-10-17) https://doi.org/10.1093/bioinformatics/btt549

    +Christian Theil Have, Lars Juhl Jensen
    +Bioinformatics (2013-10-17) https://doi.org/f3mn4w
    +DOI: 10.1093/bioinformatics/btt549 · PMID: 24135261 · PMCID: PMC3842757

    207. Representing and querying disease networks using graph databases
    Artem Lysenko, Irina A. Roznovăţ, Mansoor Saqi, Alexander Mazein, Christopher J Rawlings, Charles Auffray
    -BioData Mining (2016-07-25) https://doi.org/10.1186/s13040-016-0102-8

    +BioData Mining (2016-07-25) https://doi.org/gbr42v
    +DOI: 10.1186/s13040-016-0102-8 · PMID: 27462371 · PMCID: PMC4960687

    208. Recon2Neo4j: applying graph database technologies for managing comprehensive genome-scale networks
    Irina Balaur, Alexander Mazein, Mansoor Saqi, Artem Lysenko, Christopher J. Rawlings, Charles Auffray
    -Bioinformatics (2016-12-19) https://doi.org/10.1093/bioinformatics/btw731

    +Bioinformatics (2016-12-19) https://doi.org/f9kpsz
    +DOI: 10.1093/bioinformatics/btw731 · PMID: 27993779 · PMCID: PMC5408918

    209. The Network Library: a framework to rapidly integrate network biology resources
    Georg Summer, Thomas Kelder, Marijana Radonjic, Marc van Bilsen, Suzan Wopereis, Stephane Heymans
    -Bioinformatics (2016-09-01) https://doi.org/10.1093/bioinformatics/btw436

    +Bioinformatics (2016-09-01) https://doi.org/f86d74
    +DOI: 10.1093/bioinformatics/btw436 · PMID: 27587664

    210. The Monarch Initiative: an integrative data and analytic platform connecting phenotypes to genotypes across species
    Christopher J. Mungall, Julie A. McMurry, Sebastian Köhler, James P. Balhoff, Charles Borromeo, Matthew Brush, Seth Carbon, Tom Conlin, Nathan Dunn, Mark Engelstad, … Melissa A. Haendel
    -Nucleic Acids Research (2016-11-29) https://doi.org/10.1093/nar/gkw1128

    +Nucleic Acids Research (2016-11-29) https://doi.org/f9v7bz
    +DOI: 10.1093/nar/gkw1128 · PMID: 27899636 · PMCID: PMC5210586

    211. Using the neo4j graph database for hetnets
    Daniel Himmelstein
    -ThinkLab (2015-10-02) https://doi.org/10.15363/thinklab.d112

    +ThinkLab (2015-10-02) https://doi.org/f3mqvk
    +DOI: 10.15363/thinklab.d112

    -

    212. dhimmel/hetio v0.2.0: Neo4j export, Cypher query creation, hetnet stats, and other enhancements
    +

    212. Dhimmel/Hetio V0.2.0: Neo4J Export, Cypher Query Creation, Hetnet Stats, And Other Enhancements
    Daniel Himmelstein
    -Zenodo (2016-09-05) https://doi.org/10.5281/zenodo.61571

    +Zenodo (2016-09-05) https://doi.org/gbr42q
    +DOI: 10.5281/zenodo.61571

    213. Hosting Hetionet in the cloud: creating a public Neo4j instance
    Daniel Himmelstein
    -ThinkLab (2016-06-23) https://doi.org/10.15363/thinklab.d216

    +ThinkLab (2016-06-23) https://doi.org/brsc
    +DOI: 10.15363/thinklab.d216

    214. Bioboxes: standardised containers for interchangeable bioinformatics software
    Peter Belmann, Johannes Dröge, Andreas Bremges, Alice C. McHardy, Alexander Sczyrba, Michael D. Barton
    -GigaScience (2015-10-15) https://doi.org/10.1186/s13742-015-0087-0

    +GigaScience (2015-10-15) https://doi.org/gbr42d
    +DOI: 10.1186/s13742-015-0087-0 · PMID: 26473029 · PMCID: PMC4607242

    215. Reproducibility of computational workflows is automated using continuous analysis
    Brett K Beaulieu-Jones, Casey S Greene
    -Nature Biotechnology (2017-03-13) https://doi.org/10.1038/nbt.3780

    +Nature Biotechnology (2017-03-13) https://doi.org/f9ttx6
    +DOI: 10.1038/nbt.3780 · PMID: 28288103 · PMCID: PMC6103790

    216. Estimating the complexity of hetnet traversal
    Daniel Himmelstein, Antoine Lizee
    -ThinkLab (2016-03-22) https://doi.org/10.15363/thinklab.d187

    +ThinkLab (2016-03-22) https://doi.org/gbr42x
    +DOI: 10.15363/thinklab.d187

    217. Alternative Transformations to Handle Extreme Values of the Dependent Variable
    John B. Burbidge, Lonnie Magee, A. Leslie Robb
    -Journal of the American Statistical Association (1988-03) https://doi.org/10.2307/2288929

    +Journal of the American Statistical Association (1988-03) https://doi.org/bggvmg
    +DOI: 10.1080/01621459.1988.10478575

    218. Transforming DWPCs for hetnet edge prediction
    Daniel Himmelstein, Pouya Khankhanian, Antoine Lizee
    -ThinkLab (2016-04-01) https://doi.org/10.15363/thinklab.d193

    +ThinkLab (2016-04-01) https://doi.org/f3qbmd
    +DOI: 10.15363/thinklab.d193

    219. Assessing the informativeness of features
    Daniel Himmelstein
    -ThinkLab (2015-10-04) https://doi.org/10.15363/thinklab.d115

    +ThinkLab (2015-10-04) https://doi.org/f3qbmb
    +DOI: 10.15363/thinklab.d115

    220. Edge dropout contamination in hetnet edge prediction
    Daniel Himmelstein
    -ThinkLab (2016-05-16) https://doi.org/10.15363/thinklab.d215

    +ThinkLab (2016-05-16) https://doi.org/f3qbmm
    +DOI: 10.15363/thinklab.d215

    221. Decomposing predictions into their network support
    Daniel Himmelstein
    -ThinkLab (2016-12-21) https://doi.org/10.15363/thinklab.d229

    +ThinkLab (2016-12-21) https://doi.org/gbr42j
    +DOI: 10.15363/thinklab.d229

    222. Decomposing the DWPC to assess intermediate node or edge contributions
    Daniel Himmelstein
    -ThinkLab (2016-12-15) https://doi.org/10.15363/thinklab.d228

    +ThinkLab (2016-12-15) https://doi.org/gbr42h
    +DOI: 10.15363/thinklab.d228

    223. Network Edge Prediction: Estimating the prior
    Antoine Lizee, Daniel Himmelstein
    -ThinkLab (2016-04-14) https://doi.org/10.15363/thinklab.d201

    +ThinkLab (2016-04-14) https://doi.org/f3qbmg
    +DOI: 10.15363/thinklab.d201

    224. Network Edge Prediction: how to deal with self-testing
    Antoine Lizee, Daniel Himmelstein
    -ThinkLab (2016-04-05) https://doi.org/10.15363/thinklab.d194

    +ThinkLab (2016-04-05) https://doi.org/f3qbmf
    +DOI: 10.15363/thinklab.d194

    225. Cataloging drug–disease therapies in the ClinicalTrials.gov database
    Daniel Himmelstein
    -ThinkLab (2016-05-08) https://doi.org/10.15363/thinklab.d212

    +ThinkLab (2016-05-08) https://doi.org/f3qbmk
    +DOI: 10.15363/thinklab.d212

    226. A standard database for drug repositioning
    Adam S. Brown, Chirag J. Patel
    -Scientific Data (2017-03-14) https://doi.org/10.1038/sdata.2017.29

    +Scientific Data (2017-03-14) https://doi.org/gbr42s
    +DOI: 10.1038/sdata.2017.29 · PMID: 28291243 · PMCID: PMC5349249

    227. Systematic analyses of drugs and disease indications in RepurposeDB reveal pharmacological, biological and epidemiological factors influencing drug repositioning
    -Khader Shameer, Benjamin S. Glicksberg, Rachel Hodos, Kipp W. Johnson, Marcus A. Badgeley, Ben Readhead, Max S. Tomlinson, Timothy O’Connor, Riccardo Miotto, Brian A. Kidd, … Joel T. Dudley
    -Briefings in Bioinformatics (2017-02-15) https://doi.org/10.1093/bib/bbw136

    +Khader Shameer, Benjamin S Glicksberg, Rachel Hodos, Kipp W Johnson, Marcus A Badgeley, Ben Readhead, Max S Tomlinson, Timothy O’Connor, Riccardo Miotto, Brian A Kidd, … Joel T Dudley
    +Briefings in Bioinformatics (2017-02-15) https://doi.org/gbr42t
    +DOI: 10.1093/bib/bbw136 · PMID: 28200013 · PMCID: PMC6192146

    228. Toward a comprehensive drug ontology: extraction of drug-indication relations from diverse information sources
    Mark E Sharp
    -Journal of Biomedical Semantics (2017-01-10) https://doi.org/10.1186/s13326-016-0110-0

    +Journal of Biomedical Semantics (2017-01-10) https://doi.org/gbr42w
    +DOI: 10.1186/s13326-016-0110-0 · PMID: 28069052 · PMCID: PMC5223332

    229. Rephetio: Repurposing drugs on a hetnet [proposal]
    Daniel Himmelstein, Antoine Lizee, Chrissy Hessler, Leo Brueggeman, Sabrina Chen, Dexter Hadley, Ari Green, Pouya Khankhanian, Sergio Baranzini
    -ThinkLab (2015-01-12) https://doi.org/10.15363/thinklab.a5

    +ThinkLab (2015-01-12) https://doi.org/bd9g
    +DOI: 10.15363/thinklab.a5

    230. Measuring user contribution and content creation
    Daniel Himmelstein, Antoine Lizee
    -ThinkLab (2016-04-11) https://doi.org/10.15363/thinklab.d200

    +ThinkLab (2016-04-11) https://doi.org/f3mqvn
    +DOI: 10.15363/thinklab.d200

    231. This revolution will be digitized: online tools for radical collaboration
    C. Patil, V. Siegel
    -Disease Models & Mechanisms (2009-04-30) https://doi.org/10.1242/dmm.003285

    +Disease Models & Mechanisms (2009-04-30) https://doi.org/fvjhcj
    +DOI: 10.1242/dmm.003285 · PMID: 19407323 · PMCID: PMC2675795

    232. Publishing the research process
    Daniel Mietchen, Ross Mounce, Lyubomir Penev
    -Research Ideas and Outcomes (2015-12-17) https://doi.org/10.3897/rio.1.e7547

    +Research Ideas and Outcomes (2015-12-17) https://doi.org/f3mn7d
    +DOI: 10.3897/rio.1.e7547

    233. Does it take too long to publish research?
    Kendall Powell
    -Nature (2016-02-10) https://doi.org/10.1038/530148a

    +Nature (2016-02-10) https://doi.org/f3mn4t
    +DOI: 10.1038/530148a · PMID: 26863966

    234. Accelerating scientific publication in biology
    Ronald D. Vale
    -Proceedings of the National Academy of Sciences (2015-10-27) https://doi.org/10.1073/pnas.1511912112

    +Proceedings of the National Academy of Sciences (2015-10-27) https://doi.org/f3mn7f
    +DOI: 10.1073/pnas.1511912112 · PMID: 26508643 · PMCID: PMC4640799

    235. Reproducibility: A tragedy of errors
    David B. Allison, Andrew W. Brown, Brandon J. George, Kathryn A. Kaiser
    -Nature (2016-02-03) https://doi.org/10.1038/530027a

    +Nature (2016-02-03) https://doi.org/f3mn7g
    +DOI: 10.1038/530027a · PMID: 26842041 · PMCID: PMC4831566

    236. Workshop to analyze LINCS data for the Systems Pharmacology course at UCSF
    Daniel Himmelstein, Kathleen Keough, Misha Vysotskiy, Jeffrey Kim, Beau Norgeot, Julia Cluceru, Marjorie Imperial, Emmalyn Chen, Jasleen Sodhi, Elizabeth Levy
    -ThinkLab (2016-03-08) https://doi.org/10.15363/thinklab.d181

    +ThinkLab (2016-03-08) https://doi.org/f3mn57
    +DOI: 10.15363/thinklab.d181

    237. Why we are teaching science wrong, and how to make it right
    M. Mitchell Waldrop
    -Nature (2015-07-15) https://doi.org/10.1038/523272a

    +Nature (2015-07-15) https://doi.org/f3mn7h
    +DOI: 10.1038/523272a · PMID: 26178948

    238. Going paperless: The digital lab
    Jim Giles
    -Nature (2012-01-25) https://doi.org/10.1038/481430a

    +Nature (2012-01-25) https://doi.org/fznpgr
    +DOI: 10.1038/481430a · PMID: 22281576

    239. Systematic integration of biomedical knowledge prioritizes drugs for repurposing
    Daniel S. Himmelstein, Antoine Lizee, Christine Hessler, Leo Brueggeman, Sabrina L. Chen, Dexter Hadley, Ari Green, Pouya Khankhanian, Sergio E. Baranzini
    -Cold Spring Harbor Laboratory (2016-11-14) https://doi.org/10.1101/087619

    +Cold Spring Harbor Laboratory (2016-11-14) https://doi.org/bs4f
    +DOI: 10.1101/087619

    240. Rephetio: Repurposing drugs on a hetnet [report]
    Daniel Himmelstein, Antoine Lizee, Chrissy Hessler, Leo Brueggeman, Sabrina Chen, Dexter Hadley, Ari Green, Pouya Khankhanian, Sergio Baranzini
    -ThinkLab (2016-11-13) https://doi.org/10.15363/thinklab.a7

    +ThinkLab (2016-11-13) https://doi.org/bszr
    +DOI: 10.15363/thinklab.a7

    241. Figshare depositions from Project Rephetio
    Daniel Himmelstein, Leo Brueggeman, Sergio Baranzini
    -Figshare (2017) https://doi.org/10.6084/m9.figshare.c.2861359.v1

    +Figshare (2017) https://doi.org/ccq3
    +DOI: 10.6084/m9.figshare.c.2861359.v1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/manuscript.md b/manuscript.md index 2205734..1d966b3 100644 --- a/manuscript.md +++ b/manuscript.md @@ -9,7 +9,7 @@ author-meta: - Ari Green - "Pouya\_Khankhanian" - "Sergio\_E.\_Baranzini" -date-meta: '2017-10-03' +date-meta: '2019-03-14' keywords: - Rephetio - Hetionet @@ -25,10 +25,14 @@ title: Systematic integration of biomedical knowledge prioritizes drugs for repu + + -This manuscript was automatically generated -from [dhimmel/rephetio-manuscript@7b5b0e6](https://github.com/dhimmel/rephetio-manuscript/tree/7b5b0e67fb9ab159c84c230dd5c07001941d82af) -on October 3, 2017. +This manuscript +([permalink](https://dhimmel.github.io/rephetio-manuscript/v/1ddd48dabdb669a3c09b1a3dfdfee455f642b5a9/)) +was automatically generated +from [dhimmel/rephetio-manuscript@1ddd48d](https://github.com/dhimmel/rephetio-manuscript/tree/1ddd48dabdb669a3c09b1a3dfdfee455f642b5a9) +on March 14, 2019. ## Authors @@ -36,22 +40,22 @@ on October 3, 2017. + **Daniel S. Himmelstein**
    - ![ORCID icon](images/orcid.svg){height="13px"} + ![ORCID icon](images/orcid.svg){.inline_icon} [0000-0002-3012-7446](https://orcid.org/0000-0002-3012-7446) - · ![GitHub icon](images/github.svg){height="13px"} + · ![GitHub icon](images/github.svg){.inline_icon} [dhimmel](https://github.com/dhimmel) - · ![Twitter icon](images/twitter.svg){height="13px"} + · ![Twitter icon](images/twitter.svg){.inline_icon} [dhimmel](https://twitter.com/dhimmel)
    Program in Biological & Medical Informatics, University of California, San Francisco; Department of Systems Pharmacology & Translational Therapeutics, University of Pennsylvania + **Antoine Lizee**
    - ![ORCID icon](images/orcid.svg){height="13px"} + ![ORCID icon](images/orcid.svg){.inline_icon} [0000-0002-1073-3190](https://orcid.org/0000-0002-1073-3190) - · ![GitHub icon](images/github.svg){height="13px"} + · ![GitHub icon](images/github.svg){.inline_icon} [antoine-lizee](https://github.com/antoine-lizee) - · ![Twitter icon](images/twitter.svg){height="13px"} + · ![Twitter icon](images/twitter.svg){.inline_icon} [A_Lizee](https://twitter.com/A_Lizee)
    Department of Neurology, University of California, San Francisco; ITUN-CRTI-UMR 1064 Inserm, University of Nantes @@ -63,52 +67,52 @@ on October 3, 2017. + **Leo Brueggeman**
    - ![ORCID icon](images/orcid.svg){height="13px"} + ![ORCID icon](images/orcid.svg){.inline_icon} [0000-0002-3586-3442](https://orcid.org/0000-0002-3586-3442) - · ![GitHub icon](images/github.svg){height="13px"} + · ![GitHub icon](images/github.svg){.inline_icon} [LABrueggs](https://github.com/LABrueggs) - · ![Twitter icon](images/twitter.svg){height="13px"} + · ![Twitter icon](images/twitter.svg){.inline_icon} [LeoBman](https://twitter.com/LeoBman)
    Department of Neurology, University of California, San Francisco; University of Iowa + ** Sabrina L. Chen**
    - · ![GitHub icon](images/github.svg){height="13px"} + · ![GitHub icon](images/github.svg){.inline_icon} [sabrinalchen](https://github.com/sabrinalchen)
    Department of Neurology, University of California, San Francisco; Johns Hopkins University + ** Dexter Hadley**
    - ![ORCID icon](images/orcid.svg){height="13px"} + ![ORCID icon](images/orcid.svg){.inline_icon} [0000-0003-0990-4674](https://orcid.org/0000-0003-0990-4674) - · ![GitHub icon](images/github.svg){height="13px"} + · ![GitHub icon](images/github.svg){.inline_icon} [idrdex](https://github.com/idrdex) - · ![Twitter icon](images/twitter.svg){height="13px"} + · ![Twitter icon](images/twitter.svg){.inline_icon} [iDrDex](https://twitter.com/iDrDex)
    Institute for Computational Health Sciences, Department of Pediatrics; University of California, San Francisco + **Ari Green**
    - ![ORCID icon](images/orcid.svg){height="13px"} + ![ORCID icon](images/orcid.svg){.inline_icon} [0000-0001-9275-3066](https://orcid.org/0000-0001-9275-3066)
    Department of Neurology, University of California, San Francisco + **Pouya Khankhanian**
    - ![ORCID icon](images/orcid.svg){height="13px"} + ![ORCID icon](images/orcid.svg){.inline_icon} [0000-0001-8075-4176](https://orcid.org/0000-0001-8075-4176)
    Department of Neurology, University of California, San Francisco; Center for Neuroengineering and Therapeutics, University of Pennsylvania + **Sergio E. Baranzini**
    - ![ORCID icon](images/orcid.svg){height="13px"} + ![ORCID icon](images/orcid.svg){.inline_icon} [0000-0003-0067-194X](https://orcid.org/0000-0003-0067-194X) - · ![GitHub icon](images/github.svg){height="13px"} + · ![GitHub icon](images/github.svg){.inline_icon} [sebaran](https://github.com/sebaran)
    Department of Neurology, University of California, San Francisco diff --git a/manuscript.pdf b/manuscript.pdf index 1cc906b..25178ba 100644 Binary files a/manuscript.pdf and b/manuscript.pdf differ diff --git a/references.json b/references.json index 78fbe22..0a288dd 100644 --- a/references.json +++ b/references.json @@ -1,92 +1,28 @@ [ { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T13:42:10Z", - "timestamp": 1504186930208 - }, - "reference-count": 0, "publisher": "American Medical Association (AMA)", "issue": "8", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2004, - 8, - 1 - ] - ] - }, "DOI": "10.1001/archneur.61.8.1254", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2004, - 8, - 16 - ] - ], - "date-time": "2004-08-16T20:33:39Z", - "timestamp": 1092688419000 - }, "source": "Crossref", - "is-referenced-by-count": 108, "title": "Treatment of Refractory Status Epilepticus With Inhalational Anesthetic Agents Isoflurane and Desflurane", - "prefix": "10.1001", "volume": "61", "author": [ { "given": "Seyed M.", - "family": "Mirsattari", - "affiliation": [] + "family": "Mirsattari" }, { "given": "Michael D.", - "family": "Sharpe", - "affiliation": [] + "family": "Sharpe" }, { "given": "G. Bryan", - "family": "Young", - "affiliation": [] + "family": "Young" } ], - "member": "10", "container-title": "Archives of Neurology", - "original-title": [], - "link": [ - { - "URL": "http://jamanetwork.com/journals/jamaneurology/fullarticle/786375", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2016, - 12, - 17 - ] - ], - "date-time": "2016-12-17T04:36:38Z", - "timestamp": 1481949398000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -96,113 +32,44 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.1001/archneur.61.8.1254", - "relation": {}, - "subject": [ - "Arts and Humanities (miscellaneous)", - "Clinical Neurology" - ], + "URL": "https://doi.org/b648br", "container-title-short": "Arch Neurol", - "short_url": "https://doi.org/b648br", + "PMID": "15313843", "id": "QneW9LSU" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T09:12:31Z", - "timestamp": 1502269951489 - }, - "publisher-location": "Chichester, UK", - "reference-count": 373, - "publisher": "John Wiley & Sons, Ltd", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, + "publisher": "Wiley", "DOI": "10.1002/14651858.cd006103.pub7", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 5, - 9 - ] - ], - "date-time": "2016-05-09T15:21:40Z", - "timestamp": 1462807300000 - }, + "type": "article-journal", "source": "Crossref", - "is-referenced-by-count": 10, "title": "Nicotine receptor partial agonists for smoking cessation", - "prefix": "10.1002", "author": [ { "given": "Kate", - "family": "Cahill", - "affiliation": [] + "family": "Cahill" }, { "given": "Nicola", - "family": "Lindson-Hawley", - "affiliation": [] + "family": "Lindson-Hawley" }, { "given": "Kyla H", - "family": "Thomas", - "affiliation": [] + "family": "Thomas" }, { "given": "Thomas R", - "family": "Fanshawe", - "affiliation": [] + "family": "Fanshawe" }, { "given": "Tim", - "family": "Lancaster", - "affiliation": [] + "family": "Lancaster" } ], - "member": "311", - "published-online": { - "date-parts": [ - [ - 2016, - 5, - 9 - ] - ] - }, "container-title": "Cochrane Database of Systematic Reviews", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 24 - ] - ], - "date-time": "2017-06-24T13:11:41Z", - "timestamp": 1498309901000 - }, - "score": 1.0, - "subtitle": [], + "language": "en", "editor": [ - { - "given": "Nicola", - "family": "Lindson-Hawley", - "affiliation": [] - } + {} ], - "short-title": [], "issued": { "date-parts": [ [ @@ -212,164 +79,43 @@ ] ] }, - "references-count": 373, - "URL": "https://doi.org/10.1002/14651858.cd006103.pub7", - "relation": { - "cites": [] - }, - "short_url": "https://doi.org/f8rnz8", + "URL": "https://doi.org/f8rnz8", + "PMID": "27158893", "id": "ankMHU1X" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T07:18:55Z", - "timestamp": 1502263135177 - }, - "reference-count": 168, - "publisher": "Wiley-Blackwell", + "publisher": "Wiley", "issue": "3", - "license": [ - { - "URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", - "start": { - "date-parts": [ - [ - 2015, - 9, - 1 - ] - ], - "date-time": "2015-09-01T00:00:00Z", - "timestamp": 1441065600000 - }, - "delay-in-days": 0, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 5 - ] - ] - }, "DOI": "10.1002/wsbm.1337", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 4, - 15 - ] - ], - "date-time": "2016-04-15T08:00:00Z", - "timestamp": 1460707200000 - }, "page": "186-210", "source": "Crossref", - "is-referenced-by-count": 9, - "title": "In silicomethods for drug repurposing and pharmacology", - "prefix": "10.1002", + "title": "In silico\n methods for drug repurposing and pharmacology", "volume": "8", "author": [ { "given": "Rachel A.", - "family": "Hodos", - "affiliation": [ - { - "name": "Department of Genetics and Genomic Sciences, Icahn Institute for Genomics and Multiscale Biology; New York NY USA" - }, - { - "name": "Courant Institute of Mathematical Sciences; New York University; New York NY USA" - } - ] + "family": "Hodos" }, { "given": "Brian A.", - "family": "Kidd", - "affiliation": [ - { - "name": "Department of Genetics and Genomic Sciences, Icahn Institute for Genomics and Multiscale Biology; New York NY USA" - } - ] + "family": "Kidd" }, { "given": "Khader", - "family": "Shameer", - "affiliation": [ - { - "name": "Department of Genetics and Genomic Sciences, Icahn Institute for Genomics and Multiscale Biology; New York NY USA" - } - ] + "family": "Shameer" }, { "given": "Ben P.", - "family": "Readhead", - "affiliation": [ - { - "name": "Department of Genetics and Genomic Sciences, Icahn Institute for Genomics and Multiscale Biology; New York NY USA" - } - ] + "family": "Readhead" }, { "given": "Joel T.", - "family": "Dudley", - "affiliation": [ - { - "name": "Department of Genetics and Genomic Sciences, Icahn Institute for Genomics and Multiscale Biology; New York NY USA" - } - ] + "family": "Dudley" } ], - "member": "311", - "published-online": { - "date-parts": [ - [ - 2016, - 4, - 15 - ] - ] - }, "container-title": "Wiley Interdisciplinary Reviews: Systems Biology and Medicine", - "original-title": [], - "link": [ - { - "URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1002%2Fwsbm.1337", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 24 - ] - ], - "date-time": "2017-06-24T11:03:52Z", - "timestamp": 1498302232000 - }, - "score": 1.0, - "subtitle": [ - "Computational approaches to drug repurposing and pharmacology" - ], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -379,21 +125,13 @@ ] ] }, - "references-count": 168, - "URL": "https://doi.org/10.1002/wsbm.1337", - "relation": { - "cites": [] - }, - "subject": [ - "Medicine (miscellaneous)", - "Biochemistry, Genetics and Molecular Biology (miscellaneous)" - ], + "URL": "https://doi.org/f9pbwc", "container-title-short": "WIREs Syst Biol Med", - "short_url": "https://doi.org/f9pbwc", + "PMCID": "PMC4845762", + "PMID": "27080087", "id": "FeoOXk3G" }, { - "publisher-location": "Berlin, Heidelberg", "publisher": "Springer Berlin Heidelberg", "DOI": "10.1007/978-3-540-69828-9_12", "type": "chapter", @@ -435,98 +173,32 @@ ], "container-title": "Lecture Notes in Computer Science", "URL": "https://doi.org/10.1007/978-3-540-69828-9_12", - "short_url": "https://doi.org/b6wnrr", "id": "1G9we1aD8" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 7 - ] - ], - "date-time": "2017-08-07T16:52:42Z", - "timestamp": 1502124762249 - }, - "reference-count": 0, "publisher": "Springer Nature", "issue": "10", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2003, - 12, - 1 - ] - ] - }, "DOI": "10.1007/s00228-003-0693-0", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2003, - 12, - 23 - ] - ], - "date-time": "2003-12-23T19:44:26Z", - "timestamp": 1072208666000 - }, "page": "767-773", "source": "Crossref", - "is-referenced-by-count": 41, "title": "Evaluation of the safety of bupropion (Zyban) for smoking cessation from experience gained in general practice use in England in 2000", - "prefix": "10.1007", "volume": "59", "author": [ { "given": "Andrew", - "family": "Boshier", - "affiliation": [] + "family": "Boshier" }, { "given": "Lynda V.", - "family": "Wilton", - "affiliation": [] + "family": "Wilton" }, { "given": "Saad A. W.", - "family": "Shakir", - "affiliation": [] + "family": "Shakir" } ], - "member": "297", "container-title": "European Journal of Clinical Pharmacology", - "original-title": [], - "link": [ - { - "URL": "http://www.springerlink.com/index/pdf/10.1007/s00228-003-0693-0", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2013, - 3, - 19 - ] - ], - "date-time": "2013-03-19T20:29:23Z", - "timestamp": 1363724963000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -536,133 +208,36 @@ ] ] }, - "references-count": 0, - "alternative-id": [ - "X8AGGR3YMXR330W6" - ], - "URL": "https://doi.org/10.1007/s00228-003-0693-0", - "relation": {}, - "subject": [ - "Pharmacology (medical)", - "Pharmacology", - "General Medicine" - ], + "URL": "https://doi.org/b77h82", "container-title-short": "European Journal of Clinical Pharmacology", - "short_url": "https://doi.org/b77h82", + "PMID": "14615857", "id": "eW0L7JxP" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T11:18:15Z", - "timestamp": 1503573495752 - }, - "reference-count": 31, "publisher": "Elsevier BV", "issue": "4", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2008, - 4, - 1 - ] - ], - "date-time": "2008-04-01T00:00:00Z", - "timestamp": 1207008000000 - }, - "delay-in-days": 0, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2008, - 4 - ] - ] - }, "DOI": "10.1016/j.amjmed.2008.01.017", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2008, - 3, - 14 - ] - ], - "date-time": "2008-03-14T14:36:39Z", - "timestamp": 1205505399000 - }, "page": "S32-S42", "source": "Crossref", - "is-referenced-by-count": 42, "title": "Efficacy and Safety of Varenicline for Smoking Cessation", - "prefix": "10.1016", "volume": "121", "author": [ { "given": "J. Taylor", - "family": "Hays", - "affiliation": [] + "family": "Hays" }, { "given": "Jon O.", - "family": "Ebbert", - "affiliation": [] + "family": "Ebbert" }, { "given": "Amit", - "family": "Sood", - "affiliation": [] + "family": "Sood" } ], - "member": "78", "container-title": "The American Journal of Medicine", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S000293430800106X?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S000293430800106X?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 18 - ] - ], - "date-time": "2017-06-18T05:41:54Z", - "timestamp": 1497764514000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -671,214 +246,82 @@ ] ] }, - "references-count": 31, - "alternative-id": [ - "S000293430800106X" - ], - "URL": "https://doi.org/10.1016/j.amjmed.2008.01.017", - "relation": {}, - "subject": [ - "General Medicine" - ], + "URL": "https://doi.org/bp33z7", "container-title-short": "The American Journal of Medicine", - "short_url": "https://doi.org/bp33z7", + "PMID": "18342165", "id": "N7Bg6WAk" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T02:04:59Z", - "timestamp": 1502417099016 - }, - "reference-count": 47, "publisher": "Elsevier BV", "issue": "3", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2016, - 3, - 1 - ] - ], - "date-time": "2016-03-01T00:00:00Z", - "timestamp": 1456790400000 - }, - "delay-in-days": 0, - "content-version": "tdm" - }, - { - "URL": "http://creativecommons.org/licenses/by-nc-nd/4.0/", - "start": { - "date-parts": [ - [ - 2015, - 11, - 2 - ] - ], - "date-time": "2015-11-02T00:00:00Z", - "timestamp": 1446422400000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [ - "clinicalkey.jp", - "clinicalkey.com", - "clinicalkey.es", - "amjmed.com", - "clinicalkey.com.au", - "clinicalkey.fr", - "elsevier.com", - "sciencedirect.com" - ], - "crossmark-restriction": true - }, - "published-print": { - "date-parts": [ - [ - 2016, - 3 - ] - ] - }, "DOI": "10.1016/j.amjmed.2015.10.015", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 11, - 4 - ] - ], - "date-time": "2015-11-04T01:24:44Z", - "timestamp": 1446600284000 - }, "page": "292-298", - "update-policy": "http://dx.doi.org/10.1016/elsevier_cm_policy", "source": "Crossref", - "is-referenced-by-count": 4, "title": "Mining Retrospective Data for Virtual Prospective Drug Repurposing: L-DOPA and Age-related Macular Degeneration", - "prefix": "10.1016", "volume": "129", "author": [ { "given": "Murray H.", - "family": "Brilliant", - "affiliation": [] + "family": "Brilliant" }, { "given": "Kamyar", - "family": "Vaziri", - "affiliation": [] + "family": "Vaziri" }, { "suffix": "Jr.", "given": "Thomas B.", - "family": "Connor", - "affiliation": [] + "family": "Connor" }, { "given": "Stephen G.", - "family": "Schwartz", - "affiliation": [] + "family": "Schwartz" }, { "given": "Joseph J.", - "family": "Carroll", - "affiliation": [] + "family": "Carroll" }, { "given": "Catherine A.", - "family": "McCarty", - "affiliation": [] + "family": "McCarty" }, { "given": "Steven J.", - "family": "Schrodi", - "affiliation": [] + "family": "Schrodi" }, { "given": "Scott J.", - "family": "Hebbring", - "affiliation": [] + "family": "Hebbring" }, { "given": "Krishna S.", - "family": "Kishor", - "affiliation": [] + "family": "Kishor" }, { "suffix": "Jr.", "given": "Harry W.", - "family": "Flynn", - "affiliation": [] + "family": "Flynn" }, { "given": "Andrew A.", - "family": "Moshfeghi", - "affiliation": [] + "family": "Moshfeghi" }, { "given": "Darius M.", - "family": "Moshfeghi", - "affiliation": [] + "family": "Moshfeghi" }, { "given": "M. Elizabeth", - "family": "Fini", - "affiliation": [] + "family": "Fini" }, { "given": "Brian S.", - "family": "McKay", - "affiliation": [] + "family": "McKay" } ], - "member": "78", "container-title": "The American Journal of Medicine", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S0002934315010190?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S0002934315010190?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 23 - ] - ], - "date-time": "2017-06-23T22:50:06Z", - "timestamp": 1498258206000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -887,519 +330,305 @@ ] ] }, - "references-count": 47, - "alternative-id": [ - "S0002934315010190" - ], - "URL": "https://doi.org/10.1016/j.amjmed.2015.10.015", - "relation": {}, - "subject": [ - "General Medicine" - ], + "URL": "https://doi.org/f3mn5q", "container-title-short": "The American Journal of Medicine", - "assertion": [ + "PMCID": "PMC4841631", + "PMID": "26524704", + "id": "uEnvNfkN" + }, + { + "publisher": "Elsevier BV", + "issue": "5", + "DOI": "10.1016/j.cell.2014.10.050", + "type": "article-journal", + "page": "1212-1226", + "source": "Crossref", + "title": "A Proteome-Scale Map of the Human Interactome Network", + "volume": "159", + "author": [ { - "value": "Elsevier", - "name": "publisher", - "label": "This article is maintained by" + "given": "Thomas", + "family": "Rolland" }, { - "value": "Mining Retrospective Data for Virtual Prospective Drug Repurposing: L-DOPA and Age-related Macular Degeneration", - "name": "articletitle", - "label": "Article Title" + "given": "Murat", + "family": "Taşan" }, { - "value": "The American Journal of Medicine", - "name": "journaltitle", - "label": "Journal Title" + "given": "Benoit", + "family": "Charloteaux" }, { - "value": "http://dx.doi.org/10.1016/j.amjmed.2015.10.015", - "name": "articlelink", - "label": "CrossRef DOI link to publisher maintained version" + "given": "Samuel J.", + "family": "Pevzner" }, { - "value": "article", - "name": "content_type", - "label": "Content Type" - }, - { - "value": "Copyright © 2016 The Authors. Published by Excerpta Medica Inc.", - "name": "copyright", - "label": "Copyright" - } - ], - "short_url": "https://doi.org/f3mn5q", - "id": "uEnvNfkN" - }, - { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 30 - ] - ], - "date-time": "2017-08-30T17:02:10Z", - "timestamp": 1504112530746 - }, - "reference-count": 56, - "publisher": "Elsevier BV", - "issue": "5", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2014, - 11, - 1 - ] - ], - "date-time": "2014-11-01T00:00:00Z", - "timestamp": 1414800000000 - }, - "delay-in-days": 0, - "content-version": "tdm" - }, - { - "URL": "http://www.elsevier.com/open-access/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2015, - 11, - 20 - ] - ], - "date-time": "2015-11-20T00:00:00Z", - "timestamp": 1447977600000 - }, - "delay-in-days": 384, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [ - "cell.com", - "elsevier.com", - "sciencedirect.com" - ], - "crossmark-restriction": true - }, - "published-print": { - "date-parts": [ - [ - 2014, - 11 - ] - ] - }, - "DOI": "10.1016/j.cell.2014.10.050", - "type": "article-journal", - "created": { - "date-parts": [ - [ - 2014, - 11, - 20 - ] - ], - "date-time": "2014-11-20T17:18:47Z", - "timestamp": 1416503927000 - }, - "page": "1212-1226", - "update-policy": "http://dx.doi.org/10.1016/elsevier_cm_policy", - "source": "Crossref", - "is-referenced-by-count": 284, - "title": "A Proteome-Scale Map of the Human Interactome Network", - "prefix": "10.1016", - "volume": "159", - "author": [ - { - "given": "Thomas", - "family": "Rolland", - "affiliation": [] - }, - { - "given": "Murat", - "family": "Taşan", - "affiliation": [] - }, - { - "given": "Benoit", - "family": "Charloteaux", - "affiliation": [] - }, - { - "given": "Samuel J.", - "family": "Pevzner", - "affiliation": [] - }, - { - "given": "Quan", - "family": "Zhong", - "affiliation": [] + "given": "Quan", + "family": "Zhong" }, { "given": "Nidhi", - "family": "Sahni", - "affiliation": [] + "family": "Sahni" }, { "given": "Song", - "family": "Yi", - "affiliation": [] + "family": "Yi" }, { "given": "Irma", - "family": "Lemmens", - "affiliation": [] + "family": "Lemmens" }, { "given": "Celia", - "family": "Fontanillo", - "affiliation": [] + "family": "Fontanillo" }, { "given": "Roberto", - "family": "Mosca", - "affiliation": [] + "family": "Mosca" }, { "given": "Atanas", - "family": "Kamburov", - "affiliation": [] + "family": "Kamburov" }, { "given": "Susan D.", - "family": "Ghiassian", - "affiliation": [] + "family": "Ghiassian" }, { "given": "Xinping", - "family": "Yang", - "affiliation": [] + "family": "Yang" }, { "given": "Lila", - "family": "Ghamsari", - "affiliation": [] + "family": "Ghamsari" }, { "given": "Dawit", - "family": "Balcha", - "affiliation": [] + "family": "Balcha" }, { "given": "Bridget E.", - "family": "Begg", - "affiliation": [] + "family": "Begg" }, { "given": "Pascal", - "family": "Braun", - "affiliation": [] + "family": "Braun" }, { "given": "Marc", - "family": "Brehme", - "affiliation": [] + "family": "Brehme" }, { "given": "Martin P.", - "family": "Broly", - "affiliation": [] + "family": "Broly" }, { "given": "Anne-Ruxandra", - "family": "Carvunis", - "affiliation": [] + "family": "Carvunis" }, { "given": "Dan", - "family": "Convery-Zupan", - "affiliation": [] + "family": "Convery-Zupan" }, { "given": "Roser", - "family": "Corominas", - "affiliation": [] + "family": "Corominas" }, { "given": "Jasmin", - "family": "Coulombe-Huntington", - "affiliation": [] + "family": "Coulombe-Huntington" }, { "given": "Elizabeth", - "family": "Dann", - "affiliation": [] + "family": "Dann" }, { "given": "Matija", - "family": "Dreze", - "affiliation": [] + "family": "Dreze" }, { "given": "Amélie", - "family": "Dricot", - "affiliation": [] + "family": "Dricot" }, { "given": "Changyu", - "family": "Fan", - "affiliation": [] + "family": "Fan" }, { "given": "Eric", - "family": "Franzosa", - "affiliation": [] + "family": "Franzosa" }, { "given": "Fana", - "family": "Gebreab", - "affiliation": [] + "family": "Gebreab" }, { "given": "Bryan J.", - "family": "Gutierrez", - "affiliation": [] + "family": "Gutierrez" }, { "given": "Madeleine F.", - "family": "Hardy", - "affiliation": [] + "family": "Hardy" }, { "given": "Mike", - "family": "Jin", - "affiliation": [] + "family": "Jin" }, { "given": "Shuli", - "family": "Kang", - "affiliation": [] + "family": "Kang" }, { "given": "Ruth", - "family": "Kiros", - "affiliation": [] + "family": "Kiros" }, { "given": "Guan Ning", - "family": "Lin", - "affiliation": [] + "family": "Lin" }, { "given": "Katja", - "family": "Luck", - "affiliation": [] + "family": "Luck" }, { "given": "Andrew", - "family": "MacWilliams", - "affiliation": [] + "family": "MacWilliams" }, { "given": "Jörg", - "family": "Menche", - "affiliation": [] + "family": "Menche" }, { "given": "Ryan R.", - "family": "Murray", - "affiliation": [] + "family": "Murray" }, { "given": "Alexandre", - "family": "Palagi", - "affiliation": [] + "family": "Palagi" }, { "given": "Matthew M.", - "family": "Poulin", - "affiliation": [] + "family": "Poulin" }, { "given": "Xavier", - "family": "Rambout", - "affiliation": [] + "family": "Rambout" }, { "given": "John", - "family": "Rasla", - "affiliation": [] + "family": "Rasla" }, { "given": "Patrick", - "family": "Reichert", - "affiliation": [] + "family": "Reichert" }, { "given": "Viviana", - "family": "Romero", - "affiliation": [] + "family": "Romero" }, { "given": "Elien", - "family": "Ruyssinck", - "affiliation": [] + "family": "Ruyssinck" }, { "given": "Julie M.", - "family": "Sahalie", - "affiliation": [] + "family": "Sahalie" }, { "given": "Annemarie", - "family": "Scholz", - "affiliation": [] + "family": "Scholz" }, { "given": "Akash A.", - "family": "Shah", - "affiliation": [] + "family": "Shah" }, { "given": "Amitabh", - "family": "Sharma", - "affiliation": [] + "family": "Sharma" }, { "given": "Yun", - "family": "Shen", - "affiliation": [] + "family": "Shen" }, { "given": "Kerstin", - "family": "Spirohn", - "affiliation": [] + "family": "Spirohn" }, { "given": "Stanley", - "family": "Tam", - "affiliation": [] + "family": "Tam" }, { "given": "Alexander O.", - "family": "Tejeda", - "affiliation": [] + "family": "Tejeda" }, { "given": "Shelly A.", - "family": "Trigg", - "affiliation": [] + "family": "Trigg" }, { "given": "Jean-Claude", - "family": "Twizere", - "affiliation": [] + "family": "Twizere" }, { "given": "Kerwin", - "family": "Vega", - "affiliation": [] + "family": "Vega" }, { "given": "Jennifer", - "family": "Walsh", - "affiliation": [] + "family": "Walsh" }, { "given": "Michael E.", - "family": "Cusick", - "affiliation": [] + "family": "Cusick" }, { "given": "Yu", - "family": "Xia", - "affiliation": [] + "family": "Xia" }, { "given": "Albert-László", - "family": "Barabási", - "affiliation": [] + "family": "Barabási" }, { "given": "Lilia M.", - "family": "Iakoucheva", - "affiliation": [] + "family": "Iakoucheva" }, { "given": "Patrick", - "family": "Aloy", - "affiliation": [] + "family": "Aloy" }, { "given": "Javier", - "family": "De Las Rivas", - "affiliation": [] + "family": "De Las Rivas" }, { "given": "Jan", - "family": "Tavernier", - "affiliation": [] + "family": "Tavernier" }, { "given": "Michael A.", - "family": "Calderwood", - "affiliation": [] + "family": "Calderwood" }, { "given": "David E.", - "family": "Hill", - "affiliation": [] + "family": "Hill" }, { "given": "Tong", - "family": "Hao", - "affiliation": [] + "family": "Hao" }, { "given": "Frederick P.", - "family": "Roth", - "affiliation": [] + "family": "Roth" }, { "given": "Marc", - "family": "Vidal", - "affiliation": [] + "family": "Vidal" } ], - "member": "78", "container-title": "Cell", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S0092867414014226?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S0092867414014226?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 23 - ] - ], - "date-time": "2017-06-23T00:35:58Z", - "timestamp": 1498178158000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -1408,173 +637,45 @@ ] ] }, - "references-count": 56, - "alternative-id": [ - "S0092867414014226" - ], - "URL": "https://doi.org/10.1016/j.cell.2014.10.050", - "relation": {}, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology" - ], + "URL": "https://doi.org/f3mn6x", "container-title-short": "Cell", - "assertion": [ - { - "value": "Elsevier", - "name": "publisher", - "label": "This article is maintained by" - }, - { - "value": "A Proteome-Scale Map of the Human Interactome Network", - "name": "articletitle", - "label": "Article Title" - }, - { - "value": "Cell", - "name": "journaltitle", - "label": "Journal Title" - }, - { - "value": "http://dx.doi.org/10.1016/j.cell.2014.10.050", - "name": "articlelink", - "label": "CrossRef DOI link to publisher maintained version" - }, - { - "value": "article", - "name": "content_type", - "label": "Content Type" - }, - { - "value": "Copyright © 2014 Elsevier Inc. All rights reserved.", - "name": "copyright", - "label": "Copyright" - } - ], - "short_url": "https://doi.org/f3mn6x", + "PMCID": "PMC4266588", + "PMID": "25416956", "id": "LCyCrr7W" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T21:44:06Z", - "timestamp": 1502315046715 - }, - "reference-count": 53, "publisher": "Elsevier BV", "issue": "4", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2012, - 8, - 1 - ] - ], - "date-time": "2012-08-01T00:00:00Z", - "timestamp": 1343779200000 - }, - "delay-in-days": 0, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2012, - 8 - ] - ] - }, "DOI": "10.1016/j.copbio.2011.11.010", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2011, - 12, - 9 - ] - ], - "date-time": "2011-12-09T18:30:45Z", - "timestamp": 1323455445000 - }, "page": "609-616", "source": "Crossref", - "is-referenced-by-count": 38, "title": "Drug discovery in the age of systems biology: the rise of computational approaches for data integration", - "prefix": "10.1016", "volume": "23", "author": [ { "given": "Murat", - "family": "Iskar", - "affiliation": [] + "family": "Iskar" }, { "given": "Georg", - "family": "Zeller", - "affiliation": [] + "family": "Zeller" }, { "given": "Xing-Ming", - "family": "Zhao", - "affiliation": [] + "family": "Zhao" }, { "given": "Vera", - "family": "van Noort", - "affiliation": [] + "family": "van Noort" }, { "given": "Peer", - "family": "Bork", - "affiliation": [] + "family": "Bork" } ], - "member": "78", "container-title": "Current Opinion in Biotechnology", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S095816691100721X?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S095816691100721X?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T11:06:39Z", - "timestamp": 1497956799000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -1583,201 +684,47 @@ ] ] }, - "references-count": 53, - "alternative-id": [ - "S095816691100721X" - ], - "URL": "https://doi.org/10.1016/j.copbio.2011.11.010", - "relation": {}, - "subject": [ - "Biotechnology", - "Bioengineering", - "Biomedical Engineering" - ], + "URL": "https://doi.org/b6c3jw", "container-title-short": "Current Opinion in Biotechnology", - "short_url": "https://doi.org/b6c3jw", + "PMID": "22153034", "id": "pDj3SSat" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T20:34:37Z", - "timestamp": 1502310877936 - }, - "reference-count": 28, "publisher": "Elsevier BV", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2015, - 7, - 1 - ] - ], - "date-time": "2015-07-01T00:00:00Z", - "timestamp": 1435708800000 - }, - "delay-in-days": 0, - "content-version": "tdm" - }, - { - "URL": "http://creativecommons.org/licenses/by/4.0/", - "start": { - "date-parts": [ - [ - 2015, - 1, - 23 - ] - ], - "date-time": "2015-01-23T00:00:00Z", - "timestamp": 1421971200000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "funder": [ - { - "DOI": "10.13039/100004440", - "name": "Wellcome Trust", - "doi-asserted-by": "publisher", - "award": [ - "WT086151/Z/08/Z" - ] - }, - { - "name": "European Molecular Biology Laboratory", - "award": [] - }, - { - "name": "European Commission/IMI IMI eTox Award", - "award": [ - "115002" - ] - }, - { - "name": "European Commission FP7 BioMedBridges Award", - "award": [ - "284209" - ] - }, - { - "name": "European Commission ESFRI EU-OpenScreen", - "award": [ - "261861" - ] - } - ], - "content-domain": { - "domain": [ - "elsevier.com", - "sciencedirect.com" - ], - "crossmark-restriction": true - }, - "published-print": { - "date-parts": [ - [ - 2015, - 7 - ] - ] - }, "DOI": "10.1016/j.ddtec.2015.01.005", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 3, - 11 - ] - ], - "date-time": "2015-03-11T03:02:03Z", - "timestamp": 1426042923000 - }, "page": "17-24", - "update-policy": "http://dx.doi.org/10.1016/elsevier_cm_policy", "source": "Crossref", - "is-referenced-by-count": 3, "title": "Chemical databases: curation or integration by user-defined equivalence?", - "prefix": "10.1016", "volume": "14", "author": [ { - "ORCID": "http://orcid.org/0000-0003-4679-6211", - "authenticated-orcid": false, "given": "Anne", - "family": "Hersey", - "affiliation": [] + "family": "Hersey" }, { "given": "Jon", - "family": "Chambers", - "affiliation": [] + "family": "Chambers" }, { "given": "Louisa", - "family": "Bellis", - "affiliation": [] + "family": "Bellis" }, { "given": "A.", - "family": "Patrícia Bento", - "affiliation": [] + "family": "Patrícia Bento" }, { "given": "Anna", - "family": "Gaulton", - "affiliation": [] + "family": "Gaulton" }, { "given": "John P.", - "family": "Overington", - "affiliation": [] + "family": "Overington" } ], - "member": "78", "container-title": "Drug Discovery Today: Technologies", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S1740674915000062?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S1740674915000062?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 23 - ] - ], - "date-time": "2017-06-23T07:04:51Z", - "timestamp": 1498201491000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -1786,209 +733,45 @@ ] ] }, - "references-count": 28, - "alternative-id": [ - "S1740674915000062" - ], - "URL": "https://doi.org/10.1016/j.ddtec.2015.01.005", - "relation": {}, - "subject": [ - "Biotechnology", - "Molecular Medicine", - "Drug Discovery" - ], + "URL": "https://doi.org/f3mn6m", "container-title-short": "Drug Discovery Today: Technologies", - "assertion": [ - { - "value": "Elsevier", - "name": "publisher", - "label": "This article is maintained by" - }, - { - "value": "Chemical databases: curation or integration by user-defined equivalence?", - "name": "articletitle", - "label": "Article Title" - }, - { - "value": "Drug Discovery Today: Technologies", - "name": "journaltitle", - "label": "Journal Title" - }, - { - "value": "http://dx.doi.org/10.1016/j.ddtec.2015.01.005", - "name": "articlelink", - "label": "CrossRef DOI link to publisher maintained version" - }, - { - "value": "article", - "name": "content_type", - "label": "Content Type" - }, - { - "value": "Copyright © 2015 The Authors. Published by Elsevier Ltd.", - "name": "copyright", - "label": "Copyright" - } - ], - "short_url": "https://doi.org/f3mn6m", + "PMCID": "PMC6294287", + "PMID": "26194583", "id": "gP7oMjoR" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 21 - ] - ], - "date-time": "2017-08-21T05:02:15Z", - "timestamp": 1503291735365 - }, - "reference-count": 60, "publisher": "Elsevier BV", "issue": "7-8", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2013, - 4, - 1 - ] - ], - "date-time": "2013-04-01T00:00:00Z", - "timestamp": 1364774400000 - }, - "delay-in-days": 0, - "content-version": "tdm" - }, - { - "URL": "http://creativecommons.org/licenses/by/3.0/", - "start": { - "date-parts": [ - [ - 2013, - 7, - 16 - ] - ], - "date-time": "2013-07-16T00:00:00Z", - "timestamp": 1373932800000 - }, - "delay-in-days": 106, - "content-version": "vor" - } - ], - "funder": [ - { - "DOI": "10.13039/100004440", - "name": "Wellcome Trust", - "doi-asserted-by": "crossref", - "award": [] - }, - { - "DOI": "10.13039/501100000265", - "name": "Medical Research Council", - "doi-asserted-by": "crossref", - "award": [] - }, - { - "name": "Raymond and Beverly Sackler Scholarship", - "award": [] - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2013, - 4 - ] - ] - }, "DOI": "10.1016/j.drudis.2012.07.014", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 8, - 7 - ] - ], - "date-time": "2012-08-07T02:47:40Z", - "timestamp": 1344307660000 - }, "page": "350-357", "source": "Crossref", - "is-referenced-by-count": 47, "title": "Transcriptional data: a new gateway to drug repositioning?", - "prefix": "10.1016", "volume": "18", "author": [ { "given": "Francesco", - "family": "Iorio", - "affiliation": [] + "family": "Iorio" }, { "given": "Timothy", - "family": "Rittman", - "affiliation": [] + "family": "Rittman" }, { "given": "Hong", - "family": "Ge", - "affiliation": [] + "family": "Ge" }, { "given": "Michael", - "family": "Menden", - "affiliation": [] + "family": "Menden" }, { "given": "Julio", - "family": "Saez-Rodriguez", - "affiliation": [] + "family": "Saez-Rodriguez" } ], - "member": "78", "container-title": "Drug Discovery Today", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S1359644612002735?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S1359644612002735?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T22:31:53Z", - "timestamp": 1497997913000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -1997,128 +780,34 @@ ] ] }, - "references-count": 60, - "alternative-id": [ - "S1359644612002735" - ], - "URL": "https://doi.org/10.1016/j.drudis.2012.07.014", - "relation": {}, - "subject": [ - "Pharmacology", - "Drug Discovery" - ], + "URL": "https://doi.org/f3mn5z", "container-title-short": "Drug Discovery Today", - "short_url": "https://doi.org/f3mn5z", + "PMCID": "PMC3625109", + "PMID": "22897878", "id": "z3bwpLel" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T02:41:12Z", - "timestamp": 1502419272314 - }, - "reference-count": 64, "publisher": "Elsevier BV", "issue": "23-24", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2012, - 12, - 1 - ] - ], - "date-time": "2012-12-01T00:00:00Z", - "timestamp": 1354320000000 - }, - "delay-in-days": 0, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2012, - 12 - ] - ] - }, "DOI": "10.1016/j.drudis.2012.07.017", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 8, - 5 - ] - ], - "date-time": "2012-08-05T02:28:13Z", - "timestamp": 1344133693000 - }, "page": "1289-1298", "source": "Crossref", - "is-referenced-by-count": 62, "title": "Applications of Connectivity Map in drug discovery and development", - "prefix": "10.1016", "volume": "17", "author": [ { "given": "Xiaoyan A.", - "family": "Qu", - "affiliation": [] + "family": "Qu" }, { "given": "Deepak K.", - "family": "Rajpal", - "affiliation": [] + "family": "Rajpal" } ], - "member": "78", "container-title": "Drug Discovery Today", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S1359644612002760?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S1359644612002760?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T22:28:46Z", - "timestamp": 1497997726000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], - "issued": { + "language": "en", + "issued": { "date-parts": [ [ 2012, @@ -2126,153 +815,53 @@ ] ] }, - "references-count": 64, - "alternative-id": [ - "S1359644612002760" - ], - "URL": "https://doi.org/10.1016/j.drudis.2012.07.017", - "relation": {}, - "subject": [ - "Pharmacology", - "Drug Discovery" - ], + "URL": "https://doi.org/f3mn5s", "container-title-short": "Drug Discovery Today", - "short_url": "https://doi.org/f3mn5s", + "PMID": "22889966", "id": "1HKxAhwf6" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T18:12:31Z", - "timestamp": 1502388751270 - }, - "reference-count": 40, "publisher": "Elsevier BV", "issue": "3-4", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2013, - 2, - 1 - ] - ], - "date-time": "2013-02-01T00:00:00Z", - "timestamp": 1359676800000 - }, - "delay-in-days": 0, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2013, - 2 - ] - ] - }, "DOI": "10.1016/j.drudis.2012.08.005", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 8, - 28 - ] - ], - "date-time": "2012-08-28T03:46:36Z", - "timestamp": 1346125596000 - }, "page": "110-115", "source": "Crossref", - "is-referenced-by-count": 40, "title": "In silico drug repositioning – what we need to know", - "prefix": "10.1016", "volume": "18", "author": [ { "given": "Zhichao", - "family": "Liu", - "affiliation": [] + "family": "Liu" }, { "given": "Hong", - "family": "Fang", - "affiliation": [] + "family": "Fang" }, { "given": "Kelly", - "family": "Reagan", - "affiliation": [] + "family": "Reagan" }, { "given": "Xiaowei", - "family": "Xu", - "affiliation": [] + "family": "Xu" }, { "given": "Donna L.", - "family": "Mendrick", - "affiliation": [] + "family": "Mendrick" }, { "suffix": "Jr", "given": "William", - "family": "Slikker", - "affiliation": [] + "family": "Slikker" }, { "given": "Weida", - "family": "Tong", - "affiliation": [] + "family": "Tong" } ], - "member": "78", "container-title": "Drug Discovery Today", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S1359644612002991?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S1359644612002991?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T23:20:12Z", - "timestamp": 1498000812000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -2281,145 +870,31 @@ ] ] }, - "references-count": 40, - "alternative-id": [ - "S1359644612002991" - ], - "URL": "https://doi.org/10.1016/j.drudis.2012.08.005", - "relation": {}, - "subject": [ - "Pharmacology", - "Drug Discovery" - ], + "URL": "https://doi.org/f3mn5v", "container-title-short": "Drug Discovery Today", - "short_url": "https://doi.org/f3mn5v", + "PMID": "22935104", "id": "uYu55hot" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T21:51:45Z", - "timestamp": 1502401905355 - }, - "reference-count": 10, "publisher": "Elsevier BV", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2015, - 1, - 1 - ] - ], - "date-time": "2015-01-01T00:00:00Z", - "timestamp": 1420070400000 - }, - "delay-in-days": 0, - "content-version": "tdm" - }, - { - "URL": "http://creativecommons.org/licenses/by-nc-nd/4.0/", - "start": { - "date-parts": [ - [ - 2015, - 7, - 11 - ] - ], - "date-time": "2015-07-11T00:00:00Z", - "timestamp": 1436572800000 - }, - "delay-in-days": 191, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [ - "elsevier.com", - "sciencedirect.com" - ], - "crossmark-restriction": true - }, - "published-print": { - "date-parts": [ - [ - 2015 - ] - ] - }, "DOI": "10.1016/j.ebcr.2015.07.003", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 8, - 27 - ] - ], - "date-time": "2015-08-27T01:30:14Z", - "timestamp": 1440639014000 - }, "page": "74-75", - "update-policy": "http://dx.doi.org/10.1016/elsevier_cm_policy", "source": "Crossref", - "is-referenced-by-count": 1, "title": "Anticonvulsant-induced downbeat nystagmus in epilepsy", - "prefix": "10.1016", "volume": "4", "author": [ { "given": "Dongyan", - "family": "Wu", - "affiliation": [] + "family": "Wu" }, { "given": "Roland D.", - "family": "Thijs", - "affiliation": [] + "family": "Thijs" } ], - "member": "78", "container-title": "Epilepsy & Behavior Case Reports", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S2213323215000328?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S2213323215000328?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 23 - ] - ], - "date-time": "2017-06-23T18:23:23Z", - "timestamp": 1498242203000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -2427,180 +902,36 @@ ] ] }, - "references-count": 10, - "alternative-id": [ - "S2213323215000328" - ], - "URL": "https://doi.org/10.1016/j.ebcr.2015.07.003", - "relation": {}, + "URL": "https://doi.org/gbr4z9", "container-title-short": "Epilepsy & Behavior Case Reports", - "assertion": [ - { - "value": "Elsevier", - "name": "publisher", - "label": "This article is maintained by" - }, - { - "value": "Anticonvulsant-induced downbeat nystagmus in epilepsy", - "name": "articletitle", - "label": "Article Title" - }, - { - "value": "Epilepsy & Behavior Case Reports", - "name": "journaltitle", - "label": "Journal Title" - }, - { - "value": "http://dx.doi.org/10.1016/j.ebcr.2015.07.003", - "name": "articlelink", - "label": "CrossRef DOI link to publisher maintained version" - }, - { - "value": "article", - "name": "content_type", - "label": "Content Type" - }, - { - "value": "Copyright © 2015 The Authors. Published by Elsevier Inc.", - "name": "copyright", - "label": "Copyright" - } - ], - "short_url": "https://doi.org/gbr4z9", + "PMCID": "PMC4556747", + "PMID": "26543808", "id": "ZOq8ox9u" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T05:46:46Z", - "timestamp": 1502257606880 - }, - "reference-count": 40, "publisher": "Elsevier BV", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2014, - 12, - 1 - ] - ], - "date-time": "2014-12-01T00:00:00Z", - "timestamp": 1417392000000 - }, - "delay-in-days": 0, - "content-version": "tdm" - }, - { - "URL": "http://creativecommons.org/licenses/by-nc-sa/3.0/", - "start": { - "date-parts": [ - [ - 2014, - 8, - 21 - ] - ], - "date-time": "2014-08-21T00:00:00Z", - "timestamp": 1408579200000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [ - "j-biomed-inform.com", - "elsevier.com", - "sciencedirect.com" - ], - "crossmark-restriction": true - }, - "published-print": { - "date-parts": [ - [ - 2014, - 12 - ] - ] - }, "DOI": "10.1016/j.jbi.2014.08.004", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2014, - 8, - 23 - ] - ], - "date-time": "2014-08-23T13:35:45Z", - "timestamp": 1408800945000 - }, "page": "448-456", - "update-policy": "http://dx.doi.org/10.1016/elsevier_cm_policy", "source": "Crossref", - "is-referenced-by-count": 13, "title": "LabeledIn: Cataloging labeled indications for human drugs", - "prefix": "10.1016", "volume": "52", "author": [ { "given": "Ritu", - "family": "Khare", - "affiliation": [] + "family": "Khare" }, { "given": "Jiao", - "family": "Li", - "affiliation": [] + "family": "Li" }, { "given": "Zhiyong", - "family": "Lu", - "affiliation": [] + "family": "Lu" } ], - "member": "78", "container-title": "Journal of Biomedical Informatics", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S1532046414001853?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S1532046414001853?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 22 - ] - ], - "date-time": "2017-06-22T19:15:49Z", - "timestamp": 1498158949000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -2609,167 +940,36 @@ ] ] }, - "references-count": 40, - "alternative-id": [ - "S1532046414001853" - ], - "URL": "https://doi.org/10.1016/j.jbi.2014.08.004", - "relation": {}, - "subject": [ - "Health Informatics", - "Computer Science Applications" - ], + "URL": "https://doi.org/f3mn64", "container-title-short": "Journal of Biomedical Informatics", - "assertion": [ - { - "value": "Elsevier", - "name": "publisher", - "label": "This article is maintained by" - }, - { - "value": "LabeledIn: Cataloging labeled indications for human drugs", - "name": "articletitle", - "label": "Article Title" - }, - { - "value": "Journal of Biomedical Informatics", - "name": "journaltitle", - "label": "Journal Title" - }, - { - "value": "http://dx.doi.org/10.1016/j.jbi.2014.08.004", - "name": "articlelink", - "label": "CrossRef DOI link to publisher maintained version" - }, - { - "value": "article", - "name": "content_type", - "label": "Content Type" - }, - { - "value": "Published by Elsevier Inc.", - "name": "copyright", - "label": "Copyright" - } - ], - "short_url": "https://doi.org/f3mn64", + "PMCID": "PMC4260997", + "PMID": "25220766", "id": "1HvRcrCfe" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 29 - ] - ], - "date-time": "2017-08-29T14:16:48Z", - "timestamp": 1504016208737 - }, - "reference-count": 50, "publisher": "Elsevier BV", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2016, - 5, - 1 - ] - ], - "date-time": "2016-05-01T00:00:00Z", - "timestamp": 1462060800000 - }, - "delay-in-days": 0, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [ - "elsevier.com", - "sciencedirect.com" - ], - "crossmark-restriction": true - }, - "published-print": { - "date-parts": [ - [ - 2016, - 5 - ] - ] - }, "DOI": "10.1016/j.jhealeco.2016.01.012", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 2, - 13 - ] - ], - "date-time": "2016-02-13T22:55:49Z", - "timestamp": 1455404149000 - }, "page": "20-33", - "update-policy": "http://dx.doi.org/10.1016/elsevier_cm_policy", "source": "Crossref", - "is-referenced-by-count": 137, "title": "Innovation in the pharmaceutical industry: New estimates of R&D costs", - "prefix": "10.1016", "volume": "47", "author": [ { "given": "Joseph A.", - "family": "DiMasi", - "affiliation": [] + "family": "DiMasi" }, { "given": "Henry G.", - "family": "Grabowski", - "affiliation": [] + "family": "Grabowski" }, { "given": "Ronald W.", - "family": "Hansen", - "affiliation": [] + "family": "Hansen" } ], - "member": "78", "container-title": "Journal of Health Economics", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S0167629616000291?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S0167629616000291?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 24 - ] - ], - "date-time": "2017-06-24T05:51:36Z", - "timestamp": 1498283496000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -2778,179 +978,48 @@ ] ] }, - "references-count": 50, - "alternative-id": [ - "S0167629616000291" - ], - "URL": "https://doi.org/10.1016/j.jhealeco.2016.01.012", - "relation": {}, - "subject": [ - "Public Health, Environmental and Occupational Health", - "Health Policy" - ], + "URL": "https://doi.org/f3mn5k", "container-title-short": "Journal of Health Economics", - "assertion": [ - { - "value": "Elsevier", - "name": "publisher", - "label": "This article is maintained by" - }, - { - "value": "Innovation in the pharmaceutical industry: New estimates of R&D costs", - "name": "articletitle", - "label": "Article Title" - }, - { - "value": "Journal of Health Economics", - "name": "journaltitle", - "label": "Journal Title" - }, - { - "value": "http://dx.doi.org/10.1016/j.jhealeco.2016.01.012", - "name": "articlelink", - "label": "CrossRef DOI link to publisher maintained version" - }, - { - "value": "article", - "name": "content_type", - "label": "Content Type" - }, - { - "value": "Copyright © 2016 Elsevier B.V. All rights reserved.", - "name": "copyright", - "label": "Copyright" - } - ], - "short_url": "https://doi.org/f3mn5k", + "PMID": "26928437", "id": "13c9OPizf" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 8 - ] - ], - "date-time": "2017-08-08T04:35:59Z", - "timestamp": 1502166959204 - }, - "reference-count": 40, "publisher": "Elsevier BV", "issue": "1-2", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2008, - 9, - 1 - ] - ], - "date-time": "2008-09-01T00:00:00Z", - "timestamp": 1220227200000 - }, - "delay-in-days": 0, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2008, - 9 - ] - ] - }, "DOI": "10.1016/j.physbeh.2008.05.020", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2008, - 6, - 7 - ] - ], - "date-time": "2008-06-07T08:43:40Z", - "timestamp": 1212828220000 - }, "page": "267-270", "source": "Crossref", - "is-referenced-by-count": 8, "title": "Acamprosate attenuates the handling induced convulsions during alcohol withdrawal in Swiss Webster mice", - "prefix": "10.1016", "volume": "95", "author": [ { "given": "Justin M.", - "family": "Farook", - "affiliation": [] + "family": "Farook" }, { "given": "Ali", - "family": "Krazem", - "affiliation": [] + "family": "Krazem" }, { "given": "Ben", - "family": "Lewis", - "affiliation": [] + "family": "Lewis" }, { "given": "Dennis J.", - "family": "Morrell", - "affiliation": [] + "family": "Morrell" }, { "given": "John M.", - "family": "Littleton", - "affiliation": [] + "family": "Littleton" }, { "given": "Susan", - "family": "Barron", - "affiliation": [] + "family": "Barron" } ], - "member": "78", "container-title": "Physiology & Behavior", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S003193840800190X?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S003193840800190X?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 18 - ] - ], - "date-time": "2017-06-18T08:56:38Z", - "timestamp": 1497776198000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -2959,173 +1028,57 @@ ] ] }, - "references-count": 40, - "alternative-id": [ - "S003193840800190X" - ], - "URL": "https://doi.org/10.1016/j.physbeh.2008.05.020", - "relation": {}, - "subject": [ - "Experimental and Cognitive Psychology", - "Behavioral Neuroscience" - ], + "URL": "https://doi.org/cnfsgc", "container-title-short": "Physiology & Behavior", - "short_url": "https://doi.org/cnfsgc", + "PMCID": "PMC2561203", + "PMID": "18577392", "id": "ySmQFDL6" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T17:13:22Z", - "timestamp": 1502385202874 - }, - "reference-count": 18, "publisher": "Elsevier BV", "issue": "4", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2011, - 5, - 1 - ] - ], - "date-time": "2011-05-01T00:00:00Z", - "timestamp": 1304208000000 - }, - "delay-in-days": 0, - "content-version": "tdm" - }, - { - "URL": "http://www.elsevier.com/open-access/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2013, - 8, - 22 - ] - ], - "date-time": "2013-08-22T00:00:00Z", - "timestamp": 1377129600000 - }, - "delay-in-days": 844, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2011, - 5 - ] - ] - }, "DOI": "10.1016/j.seizure.2010.12.011", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2011, - 1, - 14 - ] - ], - "date-time": "2011-01-14T12:09:07Z", - "timestamp": 1295006947000 - }, "page": "343-346", "source": "Crossref", - "is-referenced-by-count": 7, "title": "Gastrointestinal adverse effects of antiepileptic drugs in intractable epileptic patients", - "prefix": "10.1016", "volume": "20", "author": [ { "given": "Soodeh Razeghi", - "family": "Jahromi", - "affiliation": [] + "family": "Jahromi" }, { "given": "Mansoureh", - "family": "Togha", - "affiliation": [] + "family": "Togha" }, { "given": "Sohrab Hashemi", - "family": "Fesharaki", - "affiliation": [] + "family": "Fesharaki" }, { "given": "Masoumeh", - "family": "Najafi", - "affiliation": [] + "family": "Najafi" }, { "given": "Nahid Beladi", - "family": "Moghadam", - "affiliation": [] + "family": "Moghadam" }, { "given": "Jalil Arab", - "family": "Kheradmand", - "affiliation": [] + "family": "Kheradmand" }, { "given": "Hadi", - "family": "Kazemi", - "affiliation": [] + "family": "Kazemi" }, { "given": "Ali", - "family": "Gorji", - "affiliation": [] + "family": "Gorji" } ], - "member": "78", "container-title": "Seizure", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S1059131110003328?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S1059131110003328?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 19 - ] - ], - "date-time": "2017-06-19T18:23:14Z", - "timestamp": 1497896594000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -3134,144 +1087,35 @@ ] ] }, - "references-count": 18, - "alternative-id": [ - "S1059131110003328" - ], - "URL": "https://doi.org/10.1016/j.seizure.2010.12.011", - "relation": {}, - "subject": [ - "Neurology", - "Clinical Neurology", - "General Medicine" - ], + "URL": "https://doi.org/chk4dn", "container-title-short": "Seizure", - "short_url": "https://doi.org/chk4dn", + "PMID": "21236703", "id": "15swlTeWU" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:26:11Z", - "timestamp": 1502371571033 - }, - "reference-count": 60, "publisher": "Elsevier BV", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2016, - 8, - 1 - ] - ], - "date-time": "2016-08-01T00:00:00Z", - "timestamp": 1470009600000 - }, - "delay-in-days": 0, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [ - "epilepsybehavior.com", - "clinicalkey.jp", - "clinicalkey.com", - "clinicalkey.es", - "clinicalkey.com.au", - "clinicalkey.fr", - "elsevier.com", - "sciencedirect.com" - ], - "crossmark-restriction": true - }, - "published-print": { - "date-parts": [ - [ - 2016, - 8 - ] - ] - }, "DOI": "10.1016/j.yebeh.2016.01.029", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 2, - 25 - ] - ], - "date-time": "2016-02-25T06:09:10Z", - "timestamp": 1456380550000 - }, "page": "287-291", - "update-policy": "http://dx.doi.org/10.1016/elsevier_cm_policy", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Proconvulsant effects of antidepressants — What is the current evidence?", - "prefix": "10.1016", "volume": "61", "author": [ { - "ORCID": "http://orcid.org/0000-0002-0877-8912", - "authenticated-orcid": false, "given": "Cecilie", - "family": "Johannessen Landmark", - "affiliation": [] + "family": "Johannessen Landmark" }, { "given": "Oliver", - "family": "Henning", - "affiliation": [] + "family": "Henning" }, { "given": "Svein I.", - "family": "Johannessen", - "affiliation": [] + "family": "Johannessen" } ], - "member": "78", "container-title": "Epilepsy & Behavior", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S1525505016000500?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S1525505016000500?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T07:49:51Z", - "timestamp": 1502351391000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -3280,208 +1124,43 @@ ] ] }, - "references-count": 60, - "alternative-id": [ - "S1525505016000500" - ], - "URL": "https://doi.org/10.1016/j.yebeh.2016.01.029", - "relation": {}, - "subject": [ - "Behavioral Neuroscience", - "Neurology", - "Clinical Neurology" - ], + "URL": "https://doi.org/f8zscw", "container-title-short": "Epilepsy & Behavior", - "assertion": [ - { - "value": "Elsevier", - "name": "publisher", - "label": "This article is maintained by" - }, - { - "value": "Proconvulsant effects of antidepressants — What is the current evidence?", - "name": "articletitle", - "label": "Article Title" - }, - { - "value": "Epilepsy & Behavior", - "name": "journaltitle", - "label": "Journal Title" - }, - { - "value": "http://dx.doi.org/10.1016/j.yebeh.2016.01.029", - "name": "articlelink", - "label": "CrossRef DOI link to publisher maintained version" - }, - { - "value": "article", - "name": "content_type", - "label": "Content Type" - }, - { - "value": "© 2016 Elsevier Inc. All rights reserved.", - "name": "copyright", - "label": "Copyright" - } - ], - "short_url": "https://doi.org/f8zscw", + "PMID": "26926001", "id": "SVg4FFYB" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 29 - ] - ], - "date-time": "2017-08-29T14:16:43Z", - "timestamp": 1504016203796 - }, - "reference-count": 50, "publisher": "Elsevier BV", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2015, - 3, - 1 - ] - ], - "date-time": "2015-03-01T00:00:00Z", - "timestamp": 1425168000000 - }, - "delay-in-days": 0, - "content-version": "tdm" - }, - { - "URL": "http://creativecommons.org/licenses/by/3.0/", - "start": { - "date-parts": [ - [ - 2014, - 12, - 2 - ] - ], - "date-time": "2014-12-02T00:00:00Z", - "timestamp": 1417478400000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "funder": [ - { - "name": "Novo Nordisk Foundation Center for Protein Research", - "award": [ - "NNF14CC0001" - ] - }, - { - "name": "European Union’s Seventh Framework Programme", - "award": [ - "FP7/2007-2013" - ] - } - ], - "content-domain": { - "domain": [ - "elsevier.com", - "sciencedirect.com" - ], - "crossmark-restriction": true - }, - "published-print": { - "date-parts": [ - [ - 2015, - 3 - ] - ] - }, "DOI": "10.1016/j.ymeth.2014.11.020", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2014, - 12, - 6 - ] - ], - "date-time": "2014-12-06T01:32:36Z", - "timestamp": 1417829556000 - }, "page": "83-89", - "update-policy": "http://dx.doi.org/10.1016/elsevier_cm_policy", "source": "Crossref", - "is-referenced-by-count": 49, "title": "DISEASES: Text mining and data integration of disease–gene associations", - "prefix": "10.1016", "volume": "74", "author": [ { "given": "Sune", - "family": "Pletscher-Frankild", - "affiliation": [] + "family": "Pletscher-Frankild" }, { "given": "Albert", - "family": "Pallejà", - "affiliation": [] + "family": "Pallejà" }, { "given": "Kalliopi", - "family": "Tsafou", - "affiliation": [] + "family": "Tsafou" }, { "given": "Janos X.", - "family": "Binder", - "affiliation": [] + "family": "Binder" }, { "given": "Lars Juhl", - "family": "Jensen", - "affiliation": [] + "family": "Jensen" } ], - "member": "78", "container-title": "Methods", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S1046202314003831?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S1046202314003831?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 23 - ] - ], - "date-time": "2017-06-23T01:36:52Z", - "timestamp": 1498181812000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -3490,167 +1169,32 @@ ] ] }, - "references-count": 50, - "alternative-id": [ - "S1046202314003831" - ], - "URL": "https://doi.org/10.1016/j.ymeth.2014.11.020", - "relation": { - "has-preprint": [ - { - "id-type": "doi", - "id": "10.1101/008425", - "asserted-by": "object" - } - ] - }, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology", - "Molecular Biology" - ], + "URL": "https://doi.org/f3mn6s", "container-title-short": "Methods", - "assertion": [ - { - "value": "Elsevier", - "name": "publisher", - "label": "This article is maintained by" - }, - { - "value": "DISEASES: Text mining and data integration of disease–gene associations", - "name": "articletitle", - "label": "Article Title" - }, - { - "value": "Methods", - "name": "journaltitle", - "label": "Journal Title" - }, - { - "value": "http://dx.doi.org/10.1016/j.ymeth.2014.11.020", - "name": "articlelink", - "label": "CrossRef DOI link to publisher maintained version" - }, - { - "value": "article", - "name": "content_type", - "label": "Content Type" - }, - { - "value": "Copyright © 2014 The Authors. Published by Elsevier Inc.", - "name": "copyright", - "label": "Copyright" - } - ], - "short_url": "https://doi.org/f3mn6s", + "PMID": "25484339", "id": "5gG8hwv7" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 8 - ] - ], - "date-time": "2017-08-08T08:01:01Z", - "timestamp": 1502179261312 - }, - "reference-count": 66, "publisher": "Elsevier BV", "issue": "9", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 1996, - 11, - 1 - ] - ], - "date-time": "1996-11-01T00:00:00Z", - "timestamp": 846806400000 - }, - "delay-in-days": 0, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 1996, - 11 - ] - ] - }, "DOI": "10.1016/s0006-2952(96)00509-6", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2002, - 7, - 26 - ] - ], - "date-time": "2002-07-26T04:28:54Z", - "timestamp": 1027657734000 - }, "page": "1323-1329", "source": "Crossref", - "is-referenced-by-count": 59, "title": "Antidepressants and seizures: Clinical anecdotes overshadow neuroscience", - "prefix": "10.1016", "volume": "52", "author": [ { "given": "John W.", - "family": "Dailey", - "affiliation": [] + "family": "Dailey" }, { "given": "Dean K.", - "family": "Naritoku", - "affiliation": [] + "family": "Naritoku" } ], - "member": "78", "container-title": "Biochemical Pharmacology", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S0006295296005096?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S0006295296005096?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 15 - ] - ], - "date-time": "2017-06-15T04:25:26Z", - "timestamp": 1497500726000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -3659,122 +1203,27 @@ ] ] }, - "references-count": 66, - "alternative-id": [ - "S0006295296005096" - ], - "URL": "https://doi.org/10.1016/s0006-2952(96)00509-6", - "relation": {}, - "subject": [ - "Biochemistry", - "Pharmacology" - ], + "URL": "https://doi.org/dfhvch", "container-title-short": "Biochemical Pharmacology", - "short_url": "https://doi.org/dfhvch", "id": "R4OlZJil" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 7 - ] - ], - "date-time": "2017-08-07T20:54:24Z", - "timestamp": 1502139264418 - }, - "reference-count": 41, "publisher": "Elsevier BV", "issue": "1", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 1997, - 6, - 1 - ] - ], - "date-time": "1997-06-01T00:00:00Z", - "timestamp": 865123200000 - }, - "delay-in-days": 0, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 1997, - 6 - ] - ] - }, "DOI": "10.1016/s0169-023x(97)00017-7", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2003, - 4, - 5 - ] - ], - "date-time": "2003-04-05T00:18:15Z", - "timestamp": 1049501895000 - }, "page": "5-16", "source": "Crossref", - "is-referenced-by-count": 11, "title": "English, Chinese and ER diagrams", - "prefix": "10.1016", "volume": "23", "author": [ { "given": "Peter Pin-Shan", - "family": "Chen", - "affiliation": [] + "family": "Chen" } ], - "member": "78", "container-title": "Data & Knowledge Engineering", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S0169023X97000177?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S0169023X97000177?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 14 - ] - ], - "date-time": "2017-06-14T22:59:02Z", - "timestamp": 1497481142000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -3783,17 +1232,8 @@ ] ] }, - "references-count": 41, - "alternative-id": [ - "S0169023X97000177" - ], - "URL": "https://doi.org/10.1016/s0169-023x(97)00017-7", - "relation": {}, - "subject": [ - "Information Systems and Management" - ], + "URL": "https://doi.org/c7mk3q", "container-title-short": "Data & Knowledge Engineering", - "short_url": "https://doi.org/c7mk3q", "id": "17jtKw4YY" }, { @@ -3830,135 +1270,44 @@ }, "DOI": "10.1016/s1059-1311(03)00082-7", "URL": "https://doi.org/10.1016/s1059-1311(03)00082-7", - "short_url": "https://doi.org/bjkshw", "id": "Pp1J37KJ" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 7 - ] - ], - "date-time": "2017-08-07T20:21:42Z", - "timestamp": 1502137302774 - }, - "reference-count": 55, "publisher": "Elsevier BV", - "license": [ - { - "URL": "http://www.elsevier.com/tdm/userlicense/1.0/", - "start": { - "date-parts": [ - [ - 2000, - 9, - 1 - ] - ], - "date-time": "2000-09-01T00:00:00Z", - "timestamp": 967766400000 - }, - "delay-in-days": 0, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2000, - 9 - ] - ] - }, "DOI": "10.1016/s1388-2457(00)00411-9", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2002, - 7, - 25 - ] - ], - "date-time": "2002-07-25T14:19:09Z", - "timestamp": 1027606749000 - }, "page": "S115-S119", "source": "Crossref", - "is-referenced-by-count": 45, "title": "Effect of antiepileptic drugs on sleep", - "prefix": "10.1016", "volume": "111", "author": [ { "given": "Fabio", - "family": "Placidi", - "affiliation": [] + "family": "Placidi" }, { "given": "Anna", - "family": "Scalise", - "affiliation": [] + "family": "Scalise" }, { "given": "Maria Grazia", - "family": "Marciani", - "affiliation": [] + "family": "Marciani" }, { "given": "Andrea", - "family": "Romigi", - "affiliation": [] + "family": "Romigi" }, { "given": "Marina", - "family": "Diomedi", - "affiliation": [] + "family": "Diomedi" }, { "given": "Gian Luigi", - "family": "Gigli", - "affiliation": [] + "family": "Gigli" } ], - "member": "78", "container-title": "Clinical Neurophysiology", - "original-title": [], - "link": [ - { - "URL": "http://api.elsevier.com/content/article/PII:S1388245700004119?httpAccept=text/xml", - "content-type": "text/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://api.elsevier.com/content/article/PII:S1388245700004119?httpAccept=text/plain", - "content-type": "text/plain", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 14 - ] - ], - "date-time": "2017-06-14T21:19:41Z", - "timestamp": 1497475181000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -3967,100 +1316,27 @@ ] ] }, - "references-count": 55, - "alternative-id": [ - "S1388245700004119" - ], - "URL": "https://doi.org/10.1016/s1388-2457(00)00411-9", - "relation": {}, - "subject": [ - "Physiology (medical)", - "Sensory Systems", - "Neurology", - "Clinical Neurology" - ], + "URL": "https://doi.org/b5ztp7", "container-title-short": "Clinical Neurophysiology", - "short_url": "https://doi.org/b5ztp7", "id": "dXrsMPtN" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T13:06:21Z", - "timestamp": 1503579981478 - }, - "reference-count": 0, "publisher": "American Chemical Society (ACS)", "issue": "2", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 1965, - 5 - ] - ] - }, "DOI": "10.1021/c160017a018", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2005, - 3, - 17 - ] - ], - "date-time": "2005-03-17T12:23:33Z", - "timestamp": 1111062213000 - }, "page": "107-113", "source": "Crossref", - "is-referenced-by-count": 284, "title": "The Generation of a Unique Machine Description for Chemical Structures-A Technique Developed at Chemical Abstracts Service.", - "prefix": "10.1021", "volume": "5", "author": [ { "given": "H. L.", - "family": "Morgan", - "affiliation": [] + "family": "Morgan" } ], - "member": "316", "container-title": "Journal of Chemical Documentation", - "original-title": [], - "link": [ - { - "URL": "http://pubs.acs.org/doi/pdf/10.1021/c160017a018", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2016, - 9, - 7 - ] - ], - "date-time": "2016-09-07T11:25:58Z", - "timestamp": 1473247558000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -4069,295 +1345,91 @@ ] ] }, - "references-count": 0, - "alternative-id": [ - "10.1021/c160017a018" - ], - "URL": "https://doi.org/10.1021/c160017a018", - "relation": {}, - "subject": [ - "General Engineering", - "General Medicine" - ], + "URL": "https://doi.org/bpzn7w", "container-title-short": "J. Chem. Doc.", - "short_url": "https://doi.org/bpzn7w", "id": "Srfz2yJV" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T04:02:29Z", - "timestamp": 1504152149321 - }, - "reference-count": 0, "publisher": "American Chemical Society (ACS)", "issue": "5", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2010, - 5, - 24 - ] - ] - }, "DOI": "10.1021/ci100050t", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2010, - 4, - 28 - ] - ], - "date-time": "2010-04-28T16:44:59Z", - "timestamp": 1272473099000 - }, "page": "742-754", "source": "Crossref", - "is-referenced-by-count": 657, "title": "Extended-Connectivity Fingerprints", - "prefix": "10.1021", "volume": "50", "author": [ { "given": "David", - "family": "Rogers", - "affiliation": [] + "family": "Rogers" }, { "given": "Mathew", - "family": "Hahn", - "affiliation": [] + "family": "Hahn" } ], - "member": "316", "container-title": "Journal of Chemical Information and Modeling", - "original-title": [], - "link": [ - { - "URL": "http://pubs.acs.org/doi/pdf/10.1021/ci100050t", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2016, - 9, - 1 - ] - ], - "date-time": "2016-09-01T12:23:18Z", - "timestamp": 1472732598000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ 2010, - 5, - 24 + 4, + 28 ] ] }, - "references-count": 0, - "alternative-id": [ - "10.1021/ci100050t" - ], - "URL": "https://doi.org/10.1021/ci100050t", - "relation": {}, - "subject": [ - "General Chemistry", - "General Chemical Engineering", - "Library and Information Sciences", - "Computer Science Applications" - ], + "URL": "https://doi.org/fp3ctj", "container-title-short": "J. Chem. Inf. Model.", - "short_url": "https://doi.org/fp3ctj", + "PMID": "20426451", "id": "QnZ7V9Rd" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T02:41:27Z", - "timestamp": 1502332887810 - }, - "reference-count": 1, "publisher": "Springer Nature", "issue": "7314", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2010, - 9, - 23 - ] - ] - }, "DOI": "10.1038/467401b", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2010, - 9, - 21 - ] - ], - "date-time": "2010-09-21T16:17:40Z", - "timestamp": 1285085860000 - }, "page": "401-401", "source": "Crossref", - "is-referenced-by-count": 28, "title": "Disclose all data in publications", - "prefix": "10.1038", "volume": "467", "author": [ { "given": "Keith", - "family": "Baggerly", - "affiliation": [] + "family": "Baggerly" } ], - "member": "339", "container-title": "Nature", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2011, - 6, - 3 - ] - ], - "date-time": "2011-06-03T16:12:49Z", - "timestamp": 1307117569000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ 2010, - 9, - 23 + 9 ] ] }, - "references-count": 1, - "alternative-id": [ - "467401b" - ], - "URL": "https://doi.org/10.1038/467401b", - "relation": { - "cites": [] - }, - "subject": [ - "Multidisciplinary" - ], + "URL": "https://doi.org/fhc9z5", "container-title-short": "Nature", - "short_url": "https://doi.org/fhc9z5", + "PMID": "20864982", "id": "18Ddv0H9A" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T00:31:31Z", - "timestamp": 1502325091107 - }, - "reference-count": 0, "publisher": "Springer Nature", "issue": "7382", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1038/481430a", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 1, - 24 - ] - ], - "date-time": "2012-01-24T11:35:20Z", - "timestamp": 1327404920000 - }, "page": "430-431", "source": "Crossref", - "is-referenced-by-count": 7, "title": "Going paperless: The digital lab", - "prefix": "10.1038", "volume": "481", "author": [ { "given": "Jim", - "family": "Giles", - "affiliation": [] + "family": "Giles" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2012, - 1, - 25 - ] - ] - }, "container-title": "Nature", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2012, - 1, - 27 - ] - ], - "date-time": "2012-01-27T05:25:09Z", - "timestamp": 1327641909000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -4367,90 +1439,27 @@ ] ] }, - "references-count": 0, - "alternative-id": [ - "481430a" - ], - "URL": "https://doi.org/10.1038/481430a", - "relation": {}, - "subject": [ - "Multidisciplinary" - ], + "URL": "https://doi.org/fznpgr", "container-title-short": "Nature", - "short_url": "https://doi.org/fznpgr", + "PMID": "22281576", "id": "i8fF4cdh" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 18 - ] - ], - "date-time": "2017-08-18T20:02:21Z", - "timestamp": 1503086541091 - }, - "reference-count": 0, "publisher": "Springer Nature", "issue": "7560", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1038/523272a", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 7, - 13 - ] - ], - "date-time": "2015-07-13T18:35:20Z", - "timestamp": 1436812520000 - }, "page": "272-274", "source": "Crossref", - "is-referenced-by-count": 18, "title": "Why we are teaching science wrong, and how to make it right", - "prefix": "10.1038", "volume": "523", "author": [ { "given": "M. Mitchell", - "family": "Waldrop", - "affiliation": [] + "family": "Waldrop" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2015, - 7, - 15 - ] - ] - }, "container-title": "Nature", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2015, - 9, - 2 - ] - ], - "date-time": "2015-09-02T12:23:41Z", - "timestamp": 1441196621000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -4460,105 +1469,39 @@ ] ] }, - "references-count": 0, - "alternative-id": [ - "523272a" - ], - "URL": "https://doi.org/10.1038/523272a", - "relation": {}, - "subject": [ - "Multidisciplinary" - ], + "URL": "https://doi.org/f3mn7h", "container-title-short": "Nature", - "short_url": "https://doi.org/f3mn7h", + "PMID": "26178948", "id": "13h8FyJFD" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 29 - ] - ], - "date-time": "2017-08-29T04:20:09Z", - "timestamp": 1503980409230 - }, - "reference-count": 0, "publisher": "Springer Nature", "issue": "7588", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1038/530027a", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 2, - 2 - ] - ], - "date-time": "2016-02-02T17:17:13Z", - "timestamp": 1454433433000 - }, "page": "27-29", "source": "Crossref", - "is-referenced-by-count": 31, "title": "Reproducibility: A tragedy of errors", - "prefix": "10.1038", "volume": "530", "author": [ { "given": "David B.", - "family": "Allison", - "affiliation": [] + "family": "Allison" }, { "given": "Andrew W.", - "family": "Brown", - "affiliation": [] + "family": "Brown" }, { "given": "Brandon J.", - "family": "George", - "affiliation": [] + "family": "George" }, { "given": "Kathryn A.", - "family": "Kaiser", - "affiliation": [] + "family": "Kaiser" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2016, - 2, - 3 - ] - ] - }, "container-title": "Nature", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2016, - 2, - 4 - ] - ], - "date-time": "2016-02-04T10:00:03Z", - "timestamp": 1454580003000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -4568,90 +1511,28 @@ ] ] }, - "references-count": 0, - "alternative-id": [ - "530027a" - ], - "URL": "https://doi.org/10.1038/530027a", - "relation": {}, - "subject": [ - "Multidisciplinary" - ], + "URL": "https://doi.org/f3mn7g", "container-title-short": "Nature", - "short_url": "https://doi.org/f3mn7g", + "PMCID": "PMC4831566", + "PMID": "26842041", "id": "12sPvUxqQ" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T01:38:34Z", - "timestamp": 1502242714897 - }, - "reference-count": 0, "publisher": "Springer Nature", "issue": "7589", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1038/530148a", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 2, - 8 - ] - ], - "date-time": "2016-02-08T13:03:55Z", - "timestamp": 1454936635000 - }, "page": "148-151", "source": "Crossref", - "is-referenced-by-count": 25, "title": "Does it take too long to publish research?", - "prefix": "10.1038", "volume": "530", "author": [ { "given": "Kendall", - "family": "Powell", - "affiliation": [] + "family": "Powell" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2016, - 2, - 10 - ] - ] - }, "container-title": "Nature", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2016, - 9, - 28 - ] - ], - "date-time": "2016-09-28T18:34:48Z", - "timestamp": 1475087688000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -4661,90 +1542,27 @@ ] ] }, - "references-count": 0, - "alternative-id": [ - "530148a" - ], - "URL": "https://doi.org/10.1038/530148a", - "relation": {}, - "subject": [ - "Multidisciplinary" - ], + "URL": "https://doi.org/f3mn4t", "container-title-short": "Nature", - "short_url": "https://doi.org/f3mn4t", + "PMID": "26863966", "id": "PZA0cOT1" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T16:34:19Z", - "timestamp": 1502296459391 - }, - "reference-count": 0, "publisher": "Springer Nature", "issue": "7614", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1038/536016a", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 8, - 2 - ] - ], - "date-time": "2016-08-02T10:39:45Z", - "timestamp": 1470134385000 - }, "page": "16-17", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Legal confusion threatens to slow data science", - "prefix": "10.1038", "volume": "536", "author": [ { "given": "Simon", - "family": "Oxenham", - "affiliation": [] + "family": "Oxenham" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2016, - 8, - 3 - ] - ] - }, "container-title": "Nature", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2016, - 9, - 4 - ] - ], - "date-time": "2016-09-04T13:30:18Z", - "timestamp": 1472995818000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -4754,184 +1572,103 @@ ] ] }, - "references-count": 0, - "alternative-id": [ - "536016a" - ], - "URL": "https://doi.org/10.1038/536016a", - "relation": {}, - "subject": [ - "Multidisciplinary" - ], + "URL": "https://doi.org/bndt", "container-title-short": "Nature", - "short_url": "https://doi.org/bndt", + "PMID": "27488781", "id": "137tbemL9" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T06:22:11Z", - "timestamp": 1504160531752 - }, - "reference-count": 33, "publisher": "Springer Nature", "issue": "1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2000, - 5 - ] - ] - }, "DOI": "10.1038/75556", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2002, - 7, - 26 - ] - ], - "date-time": "2002-07-26T08:50:09Z", - "timestamp": 1027673409000 - }, "page": "25-29", "source": "Crossref", - "is-referenced-by-count": 11207, "title": "Gene Ontology: tool for the unification of biology", - "prefix": "10.1038", "volume": "25", "author": [ { "given": "Michael", - "family": "Ashburner", - "affiliation": [] + "family": "Ashburner" }, { "given": "Catherine A.", - "family": "Ball", - "affiliation": [] + "family": "Ball" }, { "given": "Judith A.", - "family": "Blake", - "affiliation": [] + "family": "Blake" }, { "given": "David", - "family": "Botstein", - "affiliation": [] + "family": "Botstein" }, { "given": "Heather", - "family": "Butler", - "affiliation": [] + "family": "Butler" }, { "given": "J. Michael", - "family": "Cherry", - "affiliation": [] + "family": "Cherry" }, { "given": "Allan P.", - "family": "Davis", - "affiliation": [] + "family": "Davis" }, { "given": "Kara", - "family": "Dolinski", - "affiliation": [] + "family": "Dolinski" }, { "given": "Selina S.", - "family": "Dwight", - "affiliation": [] + "family": "Dwight" }, { "given": "Janan T.", - "family": "Eppig", - "affiliation": [] + "family": "Eppig" }, { "given": "Midori A.", - "family": "Harris", - "affiliation": [] + "family": "Harris" }, { "given": "David P.", - "family": "Hill", - "affiliation": [] + "family": "Hill" }, { "given": "Laurie", - "family": "Issel-Tarver", - "affiliation": [] + "family": "Issel-Tarver" }, { "given": "Andrew", - "family": "Kasarskis", - "affiliation": [] + "family": "Kasarskis" }, { "given": "Suzanna", - "family": "Lewis", - "affiliation": [] + "family": "Lewis" }, { "given": "John C.", - "family": "Matese", - "affiliation": [] + "family": "Matese" }, { "given": "Joel E.", - "family": "Richardson", - "affiliation": [] + "family": "Richardson" }, { "given": "Martin", - "family": "Ringwald", - "affiliation": [] + "family": "Ringwald" }, { "given": "Gerald M.", - "family": "Rubin", - "affiliation": [] + "family": "Rubin" }, { "given": "Gavin", - "family": "Sherlock", - "affiliation": [] + "family": "Sherlock" } ], - "member": "339", "container-title": "Nature Genetics", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 15 - ] - ], - "date-time": "2017-06-15T04:44:35Z", - "timestamp": 1497501875000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -4940,105 +1677,32 @@ ] ] }, - "references-count": 33, - "alternative-id": [ - "ng0500_25" - ], - "URL": "https://doi.org/10.1038/75556", - "relation": { - "cites": [] - }, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/b9gp96", "container-title-short": "Nat Genet", - "short_url": "https://doi.org/b9gp96", + "PMCID": "PMC3037419", + "PMID": "10802651", "id": "pqVRhFos" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 16 - ] - ], - "date-time": "2017-08-16T16:23:20Z", - "timestamp": 1502900600884 - }, - "reference-count": 14, "publisher": "Springer Nature", "issue": "5", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2009, - 11 - ] - ] - }, "DOI": "10.1038/clpt.2009.103", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2009, - 7, - 1 - ] - ], - "date-time": "2009-07-01T15:45:04Z", - "timestamp": 1246463104000 - }, "page": "507-510", "source": "Crossref", - "is-referenced-by-count": 83, "title": "Systematic Evaluation of Drug–Disease Relationships to Identify Leads for Novel Drug Uses", - "prefix": "10.1038", "volume": "86", "author": [ { "given": "A P", - "family": "Chiang", - "affiliation": [] + "family": "Chiang" }, { "given": "A J", - "family": "Butte", - "affiliation": [] + "family": "Butte" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2009, - 7, - 1 - ] - ] - }, "container-title": "Clinical Pharmacology & Therapeutics", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 18 - ] - ], - "date-time": "2017-06-18T21:29:13Z", - "timestamp": 1497821353000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -5048,126 +1712,48 @@ ] ] }, - "references-count": 14, - "alternative-id": [ - "clpt2009103" - ], - "URL": "https://doi.org/10.1038/clpt.2009.103", - "relation": { - "cites": [] - }, - "subject": [ - "Pharmacology (medical)", - "Pharmacology" - ], + "URL": "https://doi.org/bshjd8", "container-title-short": "Clin Pharmacol Ther", - "short_url": "https://doi.org/bshjd8", + "PMCID": "PMC2836384", + "PMID": "19571805", "id": "1GLO5AbWr" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 16 - ] - ], - "date-time": "2017-08-16T16:23:15Z", - "timestamp": 1502900595958 - }, - "reference-count": 64, "publisher": "Springer Nature", "issue": "4", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2013, - 4 - ] - ] - }, "DOI": "10.1038/clpt.2013.1", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2013, - 2, - 27 - ] - ], - "date-time": "2013-02-27T10:59:21Z", - "timestamp": 1361962761000 - }, "page": "335-341", "source": "Crossref", - "is-referenced-by-count": 98, "title": "Computational Drug Repositioning: From Data to Therapeutics", - "prefix": "10.1038", "volume": "93", "author": [ { "given": "M R", - "family": "Hurle", - "affiliation": [] + "family": "Hurle" }, { "given": "L", - "family": "Yang", - "affiliation": [] + "family": "Yang" }, { "given": "Q", - "family": "Xie", - "affiliation": [] + "family": "Xie" }, { "given": "D K", - "family": "Rajpal", - "affiliation": [] + "family": "Rajpal" }, { "given": "P", - "family": "Sanseau", - "affiliation": [] + "family": "Sanseau" }, { "given": "P", - "family": "Agarwal", - "affiliation": [] + "family": "Agarwal" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2013, - 1, - 15 - ] - ] - }, "container-title": "Clinical Pharmacology & Therapeutics", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 21 - ] - ], - "date-time": "2017-06-21T08:19:47Z", - "timestamp": 1498033187000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -5177,134 +1763,40 @@ ] ] }, - "references-count": 64, - "alternative-id": [ - "clpt20131" - ], - "URL": "https://doi.org/10.1038/clpt.2013.1", - "relation": { - "cites": [] - }, - "subject": [ - "Pharmacology (medical)", - "Pharmacology" - ], + "URL": "https://doi.org/f3mn5t", "container-title-short": "Clin Pharmacol Ther", - "short_url": "https://doi.org/f3mn5t", + "PMID": "23443757", "id": "1BhjJDilX" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T10:57:28Z", - "timestamp": 1503485848606 - }, - "reference-count": 54, - "publisher": "Wiley-Blackwell", + "publisher": "EMBO", "issue": "1", - "license": [ - { - "URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", - "start": { - "date-parts": [ - [ - 2015, - 9, - 1 - ] - ], - "date-time": "2015-09-01T00:00:00Z", - "timestamp": 1441065600000 - }, - "delay-in-days": 503, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2014, - 4, - 16 - ] - ] - }, "DOI": "10.1038/msb.2011.26", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2011, - 6, - 7 - ] - ], - "date-time": "2011-06-07T17:08:29Z", - "timestamp": 1307466509000 - }, "page": "496-496", "source": "Crossref", - "is-referenced-by-count": 135, "title": "PREDICT: a method for inferring novel drug indications with application to personalized medicine", - "prefix": "10.1002", "volume": "7", "author": [ { "given": "A.", - "family": "Gottlieb", - "affiliation": [] + "family": "Gottlieb" }, { "given": "G. Y.", - "family": "Stein", - "affiliation": [] + "family": "Stein" }, { "given": "E.", - "family": "Ruppin", - "affiliation": [] + "family": "Ruppin" }, { "given": "R.", - "family": "Sharan", - "affiliation": [] + "family": "Sharan" } ], - "member": "311", "container-title": "Molecular Systems Biology", - "original-title": [], - "link": [ - { - "URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1038%2Fmsb.2011.26", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T01:14:54Z", - "timestamp": 1497921294000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -5314,288 +1806,177 @@ ] ] }, - "references-count": 54, - "URL": "https://doi.org/10.1038/msb.2011.26", - "relation": { - "cites": [] - }, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology", - "Computational Theory and Mathematics", - "General Immunology and Microbiology", - "Applied Mathematics", - "General Agricultural and Biological Sciences", - "Information Systems" - ], + "URL": "https://doi.org/cjvp2w", "container-title-short": "Molecular Systems Biology", - "short_url": "https://doi.org/cjvp2w", + "PMCID": "PMC3159979", + "PMID": "21654673", "id": "dr9ERRtb" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T06:22:11Z", - "timestamp": 1504160531755 - }, - "reference-count": 30, "publisher": "Springer Nature", "issue": "7062", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2005, - 10, - 20 - ] - ] - }, "DOI": "10.1038/nature04209", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2005, - 9, - 27 - ] - ], - "date-time": "2005-09-27T14:18:47Z", - "timestamp": 1127830727000 - }, "page": "1173-1178", "source": "Crossref", - "is-referenced-by-count": 1351, "title": "Towards a proteome-scale map of the human protein–protein interaction network", - "prefix": "10.1038", "volume": "437", "author": [ { "given": "Jean-François", - "family": "Rual", - "affiliation": [] + "family": "Rual" }, { "given": "Kavitha", - "family": "Venkatesan", - "affiliation": [] + "family": "Venkatesan" }, { "given": "Tong", - "family": "Hao", - "affiliation": [] + "family": "Hao" }, { "given": "Tomoko", - "family": "Hirozane-Kishikawa", - "affiliation": [] + "family": "Hirozane-Kishikawa" }, { "given": "Amélie", - "family": "Dricot", - "affiliation": [] + "family": "Dricot" }, { "given": "Ning", - "family": "Li", - "affiliation": [] + "family": "Li" }, { "given": "Gabriel F.", - "family": "Berriz", - "affiliation": [] + "family": "Berriz" }, { "given": "Francis D.", - "family": "Gibbons", - "affiliation": [] + "family": "Gibbons" }, { "given": "Matija", - "family": "Dreze", - "affiliation": [] + "family": "Dreze" }, { "given": "Nono", - "family": "Ayivi-Guedehoussou", - "affiliation": [] + "family": "Ayivi-Guedehoussou" }, { "given": "Niels", - "family": "Klitgord", - "affiliation": [] + "family": "Klitgord" }, { "given": "Christophe", - "family": "Simon", - "affiliation": [] + "family": "Simon" }, { "given": "Mike", - "family": "Boxem", - "affiliation": [] + "family": "Boxem" }, { "given": "Stuart", - "family": "Milstein", - "affiliation": [] + "family": "Milstein" }, { "given": "Jennifer", - "family": "Rosenberg", - "affiliation": [] + "family": "Rosenberg" }, { "given": "Debra S.", - "family": "Goldberg", - "affiliation": [] + "family": "Goldberg" }, { "given": "Lan V.", - "family": "Zhang", - "affiliation": [] + "family": "Zhang" }, { "given": "Sharyl L.", - "family": "Wong", - "affiliation": [] + "family": "Wong" }, { "given": "Giovanni", - "family": "Franklin", - "affiliation": [] + "family": "Franklin" }, { "given": "Siming", - "family": "Li", - "affiliation": [] + "family": "Li" }, { "given": "Joanna S.", - "family": "Albala", - "affiliation": [] + "family": "Albala" }, { "given": "Janghoo", - "family": "Lim", - "affiliation": [] + "family": "Lim" }, { "given": "Carlene", - "family": "Fraughton", - "affiliation": [] + "family": "Fraughton" }, { "given": "Estelle", - "family": "Llamosas", - "affiliation": [] + "family": "Llamosas" }, { "given": "Sebiha", - "family": "Cevik", - "affiliation": [] + "family": "Cevik" }, { "given": "Camille", - "family": "Bex", - "affiliation": [] + "family": "Bex" }, { "given": "Philippe", - "family": "Lamesch", - "affiliation": [] + "family": "Lamesch" }, { "given": "Robert S.", - "family": "Sikorski", - "affiliation": [] + "family": "Sikorski" }, { "given": "Jean", - "family": "Vandenhaute", - "affiliation": [] + "family": "Vandenhaute" }, { "given": "Huda Y.", - "family": "Zoghbi", - "affiliation": [] + "family": "Zoghbi" }, { "given": "Alex", - "family": "Smolyar", - "affiliation": [] + "family": "Smolyar" }, { "given": "Stephanie", - "family": "Bosak", - "affiliation": [] + "family": "Bosak" }, { "given": "Reynaldo", - "family": "Sequerra", - "affiliation": [] + "family": "Sequerra" }, { "given": "Lynn", - "family": "Doucette-Stamm", - "affiliation": [] + "family": "Doucette-Stamm" }, { "given": "Michael E.", - "family": "Cusick", - "affiliation": [] + "family": "Cusick" }, { "given": "David E.", - "family": "Hill", - "affiliation": [] + "family": "Hill" }, { "given": "Frederick P.", - "family": "Roth", - "affiliation": [] + "family": "Roth" }, { "given": "Marc", - "family": "Vidal", - "affiliation": [] + "family": "Vidal" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2005, - 9, - 28 - ] - ] - }, "container-title": "Nature", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 16 - ] - ], - "date-time": "2017-06-16T23:44:51Z", - "timestamp": 1497656691000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -5605,722 +1986,387 @@ ] ] }, - "references-count": 30, - "alternative-id": [ - "nature04209" - ], - "URL": "https://doi.org/10.1038/nature04209", - "relation": { - "cites": [] - }, - "subject": [ - "Multidisciplinary" - ], + "URL": "https://doi.org/dw6q23", "container-title-short": "Nature", - "short_url": "https://doi.org/dw6q23", + "PMID": "16189514", "id": "lnDqu0oW" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 29 - ] - ], - "date-time": "2017-08-29T04:20:09Z", - "timestamp": 1503980409022 - }, - "reference-count": 39, "publisher": "Springer Nature", "issue": "7187", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2008, - 4, - 3 - ] - ] - }, "DOI": "10.1038/nature06846", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2008, - 4, - 2 - ] - ], - "date-time": "2008-04-02T17:22:28Z", - "timestamp": 1207156948000 - }, "page": "638-642", "source": "Crossref", - "is-referenced-by-count": 772, "title": "A variant associated with nicotine dependence, lung cancer and peripheral arterial disease", - "prefix": "10.1038", "volume": "452", "author": [ { "given": "Thorgeir E.", - "family": "Thorgeirsson", - "affiliation": [] + "family": "Thorgeirsson" }, { "given": "Frank", - "family": "Geller", - "affiliation": [] + "family": "Geller" }, { "given": "Patrick", - "family": "Sulem", - "affiliation": [] + "family": "Sulem" }, { "given": "Thorunn", - "family": "Rafnar", - "affiliation": [] + "family": "Rafnar" }, { "given": "Anna", - "family": "Wiste", - "affiliation": [] + "family": "Wiste" }, { "given": "Kristinn P.", - "family": "Magnusson", - "affiliation": [] + "family": "Magnusson" }, { "given": "Andrei", - "family": "Manolescu", - "affiliation": [] + "family": "Manolescu" }, { "given": "Gudmar", - "family": "Thorleifsson", - "affiliation": [] + "family": "Thorleifsson" }, { "given": "Hreinn", - "family": "Stefansson", - "affiliation": [] + "family": "Stefansson" }, { "given": "Andres", - "family": "Ingason", - "affiliation": [] + "family": "Ingason" }, { "given": "Simon N.", - "family": "Stacey", - "affiliation": [] + "family": "Stacey" }, { "given": "Jon T.", - "family": "Bergthorsson", - "affiliation": [] + "family": "Bergthorsson" }, { "given": "Steinunn", - "family": "Thorlacius", - "affiliation": [] + "family": "Thorlacius" }, { "given": "Julius", - "family": "Gudmundsson", - "affiliation": [] + "family": "Gudmundsson" }, { "given": "Thorlakur", - "family": "Jonsson", - "affiliation": [] + "family": "Jonsson" }, { "given": "Margret", - "family": "Jakobsdottir", - "affiliation": [] + "family": "Jakobsdottir" }, { "given": "Jona", - "family": "Saemundsdottir", - "affiliation": [] + "family": "Saemundsdottir" }, { "given": "Olof", - "family": "Olafsdottir", - "affiliation": [] + "family": "Olafsdottir" }, { "given": "Larus J.", - "family": "Gudmundsson", - "affiliation": [] + "family": "Gudmundsson" }, { "given": "Gyda", - "family": "Bjornsdottir", - "affiliation": [] + "family": "Bjornsdottir" }, { "given": "Kristleifur", - "family": "Kristjansson", - "affiliation": [] + "family": "Kristjansson" }, { "given": "Halla", - "family": "Skuladottir", - "affiliation": [] + "family": "Skuladottir" }, { "given": "Helgi J.", - "family": "Isaksson", - "affiliation": [] + "family": "Isaksson" }, { "given": "Tomas", - "family": "Gudbjartsson", - "affiliation": [] + "family": "Gudbjartsson" }, { "given": "Gregory T.", - "family": "Jones", - "affiliation": [] + "family": "Jones" }, { "given": "Thomas", - "family": "Mueller", - "affiliation": [] + "family": "Mueller" }, { "given": "Anders", - "family": "Gottsäter", - "affiliation": [] + "family": "Gottsäter" }, { "given": "Andrea", - "family": "Flex", - "affiliation": [] + "family": "Flex" }, { "given": "Katja K. H.", - "family": "Aben", - "affiliation": [] + "family": "Aben" }, { "given": "Femmie", - "family": "de Vegt", - "affiliation": [] + "family": "de Vegt" }, { "given": "Peter F. A.", - "family": "Mulders", - "affiliation": [] + "family": "Mulders" }, { "given": "Dolores", - "family": "Isla", - "affiliation": [] + "family": "Isla" }, { "given": "Maria J.", - "family": "Vidal", - "affiliation": [] + "family": "Vidal" }, { "given": "Laura", - "family": "Asin", - "affiliation": [] + "family": "Asin" }, { "given": "Berta", - "family": "Saez", - "affiliation": [] + "family": "Saez" }, { "given": "Laura", - "family": "Murillo", - "affiliation": [] + "family": "Murillo" }, { "given": "Thorsteinn", - "family": "Blondal", - "affiliation": [] + "family": "Blondal" }, { "given": "Halldor", - "family": "Kolbeinsson", - "affiliation": [] + "family": "Kolbeinsson" }, { "given": "Jon G.", - "family": "Stefansson", - "affiliation": [] + "family": "Stefansson" }, { "given": "Ingunn", - "family": "Hansdottir", - "affiliation": [] + "family": "Hansdottir" }, { "given": "Valgerdur", - "family": "Runarsdottir", - "affiliation": [] + "family": "Runarsdottir" }, { "given": "Roberto", - "family": "Pola", - "affiliation": [] + "family": "Pola" }, { "given": "Bengt", - "family": "Lindblad", - "affiliation": [] + "family": "Lindblad" }, { "given": "Andre M.", - "family": "van Rij", - "affiliation": [] + "family": "van Rij" }, { "given": "Benjamin", - "family": "Dieplinger", - "affiliation": [] + "family": "Dieplinger" }, { "given": "Meinhard", - "family": "Haltmayer", - "affiliation": [] + "family": "Haltmayer" }, { "given": "Jose I.", - "family": "Mayordomo", - "affiliation": [] + "family": "Mayordomo" }, { "given": "Lambertus A.", - "family": "Kiemeney", - "affiliation": [] + "family": "Kiemeney" }, { "given": "Stefan E.", - "family": "Matthiasson", - "affiliation": [] + "family": "Matthiasson" }, { "given": "Hogni", - "family": "Oskarsson", - "affiliation": [] + "family": "Oskarsson" }, { "given": "Thorarinn", - "family": "Tyrfingsson", - "affiliation": [] + "family": "Tyrfingsson" }, { "given": "Daniel F.", - "family": "Gudbjartsson", - "affiliation": [] + "family": "Gudbjartsson" }, { "given": "Jeffrey R.", - "family": "Gulcher", - "affiliation": [] + "family": "Gulcher" }, { "given": "Steinn", - "family": "Jonsson", - "affiliation": [] + "family": "Jonsson" }, { "given": "Unnur", - "family": "Thorsteinsdottir", - "affiliation": [] + "family": "Thorsteinsdottir" }, { "given": "Augustine", - "family": "Kong", - "affiliation": [] + "family": "Kong" }, { "given": "Kari", - "family": "Stefansson", - "affiliation": [] + "family": "Stefansson" } ], - "member": "339", "container-title": "Nature", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 18 - ] - ], - "date-time": "2017-06-18T06:15:37Z", - "timestamp": 1497766537000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ 2008, - 4, - 3 + 4 ] ] }, - "references-count": 39, - "alternative-id": [ - "nature06846" - ], - "URL": "https://doi.org/10.1038/nature06846", - "relation": { - "cites": [] - }, - "subject": [ - "Multidisciplinary" - ], + "URL": "https://doi.org/bxg8qk", "container-title-short": "Nature", - "short_url": "https://doi.org/bxg8qk", + "PMCID": "PMC4539558", + "PMID": "18385739", "id": "GWiTuYEr" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 14 - ] - ], - "date-time": "2017-08-14T15:22:23Z", - "timestamp": 1502724143404 - }, - "reference-count": 20, "publisher": "Springer Nature", "issue": "4", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1038/nbt.2151", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 4, - 10 - ] - ], - "date-time": "2012-04-10T16:11:59Z", - "timestamp": 1334074319000 - }, "page": "317-320", "source": "Crossref", - "is-referenced-by-count": 117, "title": "Use of genome-wide association studies for drug repositioning", - "prefix": "10.1038", "volume": "30", "author": [ { "given": "Philippe", - "family": "Sanseau", - "affiliation": [] + "family": "Sanseau" }, { "given": "Pankaj", - "family": "Agarwal", - "affiliation": [] + "family": "Agarwal" }, { "given": "Michael R", - "family": "Barnes", - "affiliation": [] + "family": "Barnes" }, { "given": "Tomi", - "family": "Pastinen", - "affiliation": [] + "family": "Pastinen" }, { "given": "J Brent", - "family": "Richards", - "affiliation": [] + "family": "Richards" }, { "given": "Lon R", - "family": "Cardon", - "affiliation": [] + "family": "Cardon" }, { "given": "Vincent", - "family": "Mooser", - "affiliation": [] + "family": "Mooser" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2012, - 4, - 10 - ] - ] - }, "container-title": "Nature Biotechnology", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T17:05:31Z", - "timestamp": 1497978331000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ 2012, - 4, - 10 + 4 ] ] }, - "references-count": 20, - "alternative-id": [ - "nbt.2151" - ], - "URL": "https://doi.org/10.1038/nbt.2151", - "relation": { - "cites": [] - }, - "subject": [ - "Biotechnology", - "Molecular Medicine", - "Applied Microbiology and Biotechnology", - "Bioengineering", - "Biomedical Engineering" - ], + "URL": "https://doi.org/f3mn53", "container-title-short": "Nat Biotechnol", - "short_url": "https://doi.org/f3mn53", + "PMID": "22491277", "id": "q0hDz8AL" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T10:42:09Z", - "timestamp": 1504176129643 - }, - "reference-count": 21, "publisher": "Springer Nature", "issue": "1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1038/nbt.2786", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2014, - 1, - 9 - ] - ], - "date-time": "2014-01-09T17:10:47Z", - "timestamp": 1389287447000 - }, "page": "40-51", "source": "Crossref", - "is-referenced-by-count": 467, "title": "Clinical development success rates for investigational drugs", - "prefix": "10.1038", "volume": "32", "author": [ { "given": "Michael", - "family": "Hay", - "affiliation": [] + "family": "Hay" }, { "given": "David W", - "family": "Thomas", - "affiliation": [] + "family": "Thomas" }, { "given": "John L", - "family": "Craighead", - "affiliation": [] + "family": "Craighead" }, { "given": "Celia", - "family": "Economides", - "affiliation": [] + "family": "Economides" }, { "given": "Jesse", - "family": "Rosenthal", - "affiliation": [] + "family": "Rosenthal" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2014, - 1, - 9 - ] - ] - }, "container-title": "Nature Biotechnology", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2014, - 1, - 9 - ] - ], - "date-time": "2014-01-09T17:11:28Z", - "timestamp": 1389287488000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ 2014, - 1, - 9 + 1 ] ] }, - "references-count": 21, - "alternative-id": [ - "nbt.2786" - ], - "URL": "https://doi.org/10.1038/nbt.2786", - "relation": { - "cites": [] - }, - "subject": [ - "Biotechnology", - "Molecular Medicine", - "Applied Microbiology and Biotechnology", - "Bioengineering", - "Biomedical Engineering" - ], + "URL": "https://doi.org/f3mn5m", "container-title-short": "Nat Biotechnol", - "short_url": "https://doi.org/f3mn5m", + "PMID": "24406927", "id": "o8yROPbx" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T01:33:43Z", - "timestamp": 1502415223893 - }, - "reference-count": 33, "publisher": "Springer Nature", "issue": "4", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1038/nbt.3780", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2017, - 3, - 13 - ] - ], - "date-time": "2017-03-13T16:03:33Z", - "timestamp": 1489421013000 - }, "page": "342-346", "source": "Crossref", - "is-referenced-by-count": 1, "title": "Reproducibility of computational workflows is automated using continuous analysis", - "prefix": "10.1038", "volume": "35", "author": [ { "given": "Brett K", - "family": "Beaulieu-Jones", - "affiliation": [] + "family": "Beaulieu-Jones" }, { - "ORCID": "http://orcid.org/0000-0001-8713-9213", - "authenticated-orcid": false, "given": "Casey S", - "family": "Greene", - "affiliation": [] + "family": "Greene" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2017, - 3, - 13 - ] - ] - }, "container-title": "Nature Biotechnology", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 25 - ] - ], - "date-time": "2017-06-25T12:32:14Z", - "timestamp": 1498393934000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -6330,102 +2376,29 @@ ] ] }, - "references-count": 33, - "alternative-id": [ - "nbt.3780" - ], - "URL": "https://doi.org/10.1038/nbt.3780", - "relation": { - "has-preprint": [ - { - "id-type": "doi", - "id": "10.1101/056473", - "asserted-by": "object" - } - ], - "cites": [] - }, - "subject": [ - "Biotechnology", - "Molecular Medicine", - "Applied Microbiology and Biotechnology", - "Bioengineering", - "Biomedical Engineering" - ], + "URL": "https://doi.org/f9ttx6", "container-title-short": "Nat Biotechnol", - "short_url": "https://doi.org/f9ttx6", + "PMCID": "PMC6103790", + "PMID": "28288103", "id": "Qh7xTLwz" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 21 - ] - ], - "date-time": "2017-08-21T10:04:08Z", - "timestamp": 1503309848024 - }, - "reference-count": 9, "publisher": "Springer Nature", "issue": "10", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2007, - 10 - ] - ] - }, "DOI": "10.1038/nbt1007-1110", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2007, - 10, - 5 - ] - ], - "date-time": "2007-10-05T17:49:04Z", - "timestamp": 1191606544000 - }, "page": "1110-1111", "source": "Crossref", - "is-referenced-by-count": 162, "title": "Network pharmacology", - "prefix": "10.1038", "volume": "25", "author": [ { "given": "Andrew L", - "family": "Hopkins", - "affiliation": [] + "family": "Hopkins" } ], - "member": "339", "container-title": "Nature Biotechnology", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2011, - 8, - 21 - ] - ], - "date-time": "2011-08-21T23:32:22Z", - "timestamp": 1313969542000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -6434,104 +2407,28 @@ ] ] }, - "references-count": 9, - "alternative-id": [ - "nbt1007-1110" - ], - "URL": "https://doi.org/10.1038/nbt1007-1110", - "relation": { - "cites": [] - }, - "subject": [ - "Biotechnology", - "Molecular Medicine", - "Applied Microbiology and Biotechnology", - "Bioengineering", - "Biomedical Engineering" - ], + "URL": "https://doi.org/cfmxn4", "container-title-short": "Nat Biotechnol", - "short_url": "https://doi.org/cfmxn4", + "PMID": "17921993", "id": "o9zBwdL2" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 28 - ] - ], - "date-time": "2017-08-28T15:32:59Z", - "timestamp": 1503934379986 - }, - "reference-count": 117, "publisher": "Springer Nature", "issue": "11", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2008, - 11 - ] - ] - }, "DOI": "10.1038/nchembio.118", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2008, - 10, - 20 - ] - ], - "date-time": "2008-10-20T19:30:34Z", - "timestamp": 1224531034000 - }, "page": "682-690", "source": "Crossref", - "is-referenced-by-count": 942, "title": "Network pharmacology: the next paradigm in drug discovery", - "prefix": "10.1038", "volume": "4", "author": [ { "given": "Andrew L", - "family": "Hopkins", - "affiliation": [] + "family": "Hopkins" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2008, - 10, - 20 - ] - ] - }, "container-title": "Nature Chemical Biology", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 18 - ] - ], - "date-time": "2017-06-18T12:45:08Z", - "timestamp": 1497789908000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -6541,109 +2438,39 @@ ] ] }, - "references-count": 117, - "alternative-id": [ - "nchembio.118" - ], - "URL": "https://doi.org/10.1038/nchembio.118", - "relation": { - "cites": [] - }, - "subject": [ - "Cell Biology", - "Molecular Biology" - ], + "URL": "https://doi.org/d9wjp3", "container-title-short": "Nat Chem Biol", - "short_url": "https://doi.org/d9wjp3", + "PMID": "18936753", "id": "CfyRUiAx" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T19:10:11Z", - "timestamp": 1503688211738 - }, - "reference-count": 49, "publisher": "Springer Nature", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, + "issue": "1", "DOI": "10.1038/ncomms10331", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 2, - 1 - ] - ], - "date-time": "2016-02-01T09:54:37Z", - "timestamp": 1454320477000 - }, - "page": "10331", "source": "Crossref", - "is-referenced-by-count": 17, "title": "Network-based in silico drug efficacy screening", - "prefix": "10.1038", "volume": "7", "author": [ { - "ORCID": "http://orcid.org/0000-0002-3466-6535", - "authenticated-orcid": false, "given": "Emre", - "family": "Guney", - "affiliation": [] + "family": "Guney" }, { "given": "Jörg", - "family": "Menche", - "affiliation": [] + "family": "Menche" }, { "given": "Marc", - "family": "Vidal", - "affiliation": [] + "family": "Vidal" }, { "given": "Albert-László", - "family": "Barábasi", - "affiliation": [] + "family": "Barábasi" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2016, - 2, - 1 - ] - ] - }, "container-title": "Nature Communications", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 24 - ] - ], - "date-time": "2017-06-24T04:55:26Z", - "timestamp": 1498280126000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -6653,107 +2480,40 @@ ] ] }, - "references-count": 49, - "alternative-id": [ - "ncomms10331" - ], - "URL": "https://doi.org/10.1038/ncomms10331", - "relation": { - "cites": [] - }, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology", - "General Physics and Astronomy", - "General Chemistry" - ], - "container-title-short": "Nat Comms", - "short_url": "https://doi.org/f3mn5x", + "URL": "https://doi.org/f3mn5x", + "container-title-short": "Nat Commun", + "PMCID": "PMC4740350", + "PMID": "26831545", "id": "Q7tc9Lii" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T05:53:26Z", - "timestamp": 1502430806213 - }, - "reference-count": 69, "publisher": "Springer Nature", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, + "issue": "1", "DOI": "10.1038/ncomms5212", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2014, - 6, - 26 - ] - ], - "date-time": "2014-06-26T14:06:21Z", - "timestamp": 1403791581000 - }, "source": "Crossref", - "is-referenced-by-count": 57, "title": "Human symptoms–disease network", - "prefix": "10.1038", "volume": "5", "author": [ { "given": "XueZhong", - "family": "Zhou", - "affiliation": [] + "family": "Zhou" }, { "given": "Jörg", - "family": "Menche", - "affiliation": [] + "family": "Menche" }, { "given": "Albert-László", - "family": "Barabási", - "affiliation": [] + "family": "Barabási" }, { "given": "Amitabh", - "family": "Sharma", - "affiliation": [] + "family": "Sharma" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2014, - 6, - 26 - ] - ] - }, "container-title": "Nature Communications", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 22 - ] - ], - "date-time": "2017-06-22T15:34:25Z", - "timestamp": 1498145665000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -6763,154 +2523,76 @@ ] ] }, - "references-count": 69, - "alternative-id": [ - "ncomms5212" - ], - "URL": "https://doi.org/10.1038/ncomms5212", - "relation": { - "cites": [] - }, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology", - "General Physics and Astronomy", - "General Chemistry" - ], - "container-title-short": "Nat Comms", - "short_url": "https://doi.org/f3mn55", + "URL": "https://doi.org/f3mn55", + "container-title-short": "Nat Commun", + "PMID": "24967666", "id": "XwZAW9xR" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 29 - ] - ], - "date-time": "2017-08-29T14:16:43Z", - "timestamp": 1504016203760 - }, - "reference-count": 24, "publisher": "Springer Nature", "issue": "8", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1038/ng.3314", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 6, - 29 - ] - ], - "date-time": "2015-06-29T16:59:56Z", - "timestamp": 1435597196000 - }, "page": "856-860", "source": "Crossref", - "is-referenced-by-count": 99, "title": "The support of human genetic evidence for approved drug indications", - "prefix": "10.1038", "volume": "47", "author": [ { "given": "Matthew R", - "family": "Nelson", - "affiliation": [] + "family": "Nelson" }, { "given": "Hannah", - "family": "Tipney", - "affiliation": [] + "family": "Tipney" }, { "given": "Jeffery L", - "family": "Painter", - "affiliation": [] + "family": "Painter" }, { "given": "Judong", - "family": "Shen", - "affiliation": [] + "family": "Shen" }, { "given": "Paola", - "family": "Nicoletti", - "affiliation": [] + "family": "Nicoletti" }, { "given": "Yufeng", - "family": "Shen", - "affiliation": [] + "family": "Shen" }, { "given": "Aris", - "family": "Floratos", - "affiliation": [] + "family": "Floratos" }, { "given": "Pak Chung", - "family": "Sham", - "affiliation": [] + "family": "Sham" }, { "given": "Mulin Jun", - "family": "Li", - "affiliation": [] + "family": "Li" }, { "given": "Junwen", - "family": "Wang", - "affiliation": [] + "family": "Wang" }, { "given": "Lon R", - "family": "Cardon", - "affiliation": [] + "family": "Cardon" }, { "given": "John C", - "family": "Whittaker", - "affiliation": [] + "family": "Whittaker" }, { "given": "Philippe", - "family": "Sanseau", - "affiliation": [] + "family": "Sanseau" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2015, - 6, - 29 - ] - ] - }, "container-title": "Nature Genetics", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2015, - 7, - 29 - ] - ], - "date-time": "2015-07-29T07:53:31Z", - "timestamp": 1438156411000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -6920,295 +2602,183 @@ ] ] }, - "references-count": 24, - "alternative-id": [ - "ng.3314" - ], - "URL": "https://doi.org/10.1038/ng.3314", - "relation": { - "cites": [] - }, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/f3mn52", "container-title-short": "Nat Genet", - "short_url": "https://doi.org/f3mn52", + "PMID": "26121088", "id": "REXpV7nA" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 28 - ] - ], - "date-time": "2017-08-28T15:32:59Z", - "timestamp": 1503934379988 - }, - "reference-count": 32, "publisher": "Springer Nature", "issue": "1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2009, - 1 - ] - ] - }, "DOI": "10.1038/nmeth.1280", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2008, - 12, - 7 - ] - ], - "date-time": "2008-12-07T19:08:39Z", - "timestamp": 1228676919000 - }, "page": "83-90", "source": "Crossref", - "is-referenced-by-count": 382, "title": "An empirical framework for binary interactome mapping", - "prefix": "10.1038", "volume": "6", "author": [ { "given": "Kavitha", - "family": "Venkatesan", - "affiliation": [] + "family": "Venkatesan" }, { "given": "Jean-François", - "family": "Rual", - "affiliation": [] + "family": "Rual" }, { "given": "Alexei", - "family": "Vazquez", - "affiliation": [] + "family": "Vazquez" }, { "given": "Ulrich", - "family": "Stelzl", - "affiliation": [] + "family": "Stelzl" }, { "given": "Irma", - "family": "Lemmens", - "affiliation": [] + "family": "Lemmens" }, { "given": "Tomoko", - "family": "Hirozane-Kishikawa", - "affiliation": [] + "family": "Hirozane-Kishikawa" }, { "given": "Tong", - "family": "Hao", - "affiliation": [] + "family": "Hao" }, { "given": "Martina", - "family": "Zenkner", - "affiliation": [] + "family": "Zenkner" }, { "given": "Xiaofeng", - "family": "Xin", - "affiliation": [] + "family": "Xin" }, { "given": "Kwang-Il", - "family": "Goh", - "affiliation": [] + "family": "Goh" }, { "given": "Muhammed A", - "family": "Yildirim", - "affiliation": [] + "family": "Yildirim" }, { "given": "Nicolas", - "family": "Simonis", - "affiliation": [] + "family": "Simonis" }, { "given": "Kathrin", - "family": "Heinzmann", - "affiliation": [] + "family": "Heinzmann" }, { "given": "Fana", - "family": "Gebreab", - "affiliation": [] + "family": "Gebreab" }, { "given": "Julie M", - "family": "Sahalie", - "affiliation": [] + "family": "Sahalie" }, { "given": "Sebiha", - "family": "Cevik", - "affiliation": [] + "family": "Cevik" }, { "given": "Christophe", - "family": "Simon", - "affiliation": [] + "family": "Simon" }, { "given": "Anne-Sophie", - "family": "de Smet", - "affiliation": [] + "family": "de Smet" }, { "given": "Elizabeth", - "family": "Dann", - "affiliation": [] + "family": "Dann" }, { "given": "Alex", - "family": "Smolyar", - "affiliation": [] + "family": "Smolyar" }, { "given": "Arunachalam", - "family": "Vinayagam", - "affiliation": [] + "family": "Vinayagam" }, { "given": "Haiyuan", - "family": "Yu", - "affiliation": [] + "family": "Yu" }, { "given": "David", - "family": "Szeto", - "affiliation": [] + "family": "Szeto" }, { "given": "Heather", - "family": "Borick", - "affiliation": [] + "family": "Borick" }, { "given": "Amélie", - "family": "Dricot", - "affiliation": [] + "family": "Dricot" }, { "given": "Niels", - "family": "Klitgord", - "affiliation": [] + "family": "Klitgord" }, { "given": "Ryan R", - "family": "Murray", - "affiliation": [] + "family": "Murray" }, { "given": "Chenwei", - "family": "Lin", - "affiliation": [] + "family": "Lin" }, { "given": "Maciej", - "family": "Lalowski", - "affiliation": [] + "family": "Lalowski" }, { "given": "Jan", - "family": "Timm", - "affiliation": [] + "family": "Timm" }, { "given": "Kirstin", - "family": "Rau", - "affiliation": [] + "family": "Rau" }, { "given": "Charles", - "family": "Boone", - "affiliation": [] + "family": "Boone" }, { "given": "Pascal", - "family": "Braun", - "affiliation": [] + "family": "Braun" }, { "given": "Michael E", - "family": "Cusick", - "affiliation": [] + "family": "Cusick" }, { "given": "Frederick P", - "family": "Roth", - "affiliation": [] + "family": "Roth" }, { "given": "David E", - "family": "Hill", - "affiliation": [] + "family": "Hill" }, { "given": "Jan", - "family": "Tavernier", - "affiliation": [] + "family": "Tavernier" }, { "given": "Erich E", - "family": "Wanker", - "affiliation": [] + "family": "Wanker" }, { "given": "Albert-László", - "family": "Barabási", - "affiliation": [] + "family": "Barabási" }, { "given": "Marc", - "family": "Vidal", - "affiliation": [] + "family": "Vidal" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2008, - 12, - 7 - ] - ] - }, "container-title": "Nature Methods", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2011, - 8, - 18 - ] - ], - "date-time": "2011-08-18T14:07:39Z", - "timestamp": 1313676459000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -7218,188 +2788,97 @@ ] ] }, - "references-count": 32, - "alternative-id": [ - "nmeth.1280" - ], - "URL": "https://doi.org/10.1038/nmeth.1280", - "relation": { - "cites": [] - }, - "subject": [ - "Biotechnology", - "Cell Biology", - "Biochemistry", - "Molecular Biology" - ], + "URL": "https://doi.org/cn6p3m", "container-title-short": "Nat Meth", - "short_url": "https://doi.org/cn6p3m", + "PMCID": "PMC2872561", + "PMID": "19060904", "id": "6kBEzeyD" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T06:32:31Z", - "timestamp": 1502433151673 - }, - "reference-count": 20, "publisher": "Springer Nature", "issue": "6", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2011, - 6 - ] - ] - }, "DOI": "10.1038/nmeth.1597", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2011, - 4, - 24 - ] - ], - "date-time": "2011-04-24T19:03:57Z", - "timestamp": 1303671837000 - }, "page": "478-480", "source": "Crossref", - "is-referenced-by-count": 88, "title": "Next-generation sequencing to generate interactome datasets", - "prefix": "10.1038", "volume": "8", "author": [ { "given": "Haiyuan", - "family": "Yu", - "affiliation": [] + "family": "Yu" }, { "given": "Leah", - "family": "Tardivo", - "affiliation": [] + "family": "Tardivo" }, { "given": "Stanley", - "family": "Tam", - "affiliation": [] + "family": "Tam" }, { "given": "Evan", - "family": "Weiner", - "affiliation": [] + "family": "Weiner" }, { "given": "Fana", - "family": "Gebreab", - "affiliation": [] + "family": "Gebreab" }, { "given": "Changyu", - "family": "Fan", - "affiliation": [] + "family": "Fan" }, { "given": "Nenad", - "family": "Svrzikapa", - "affiliation": [] + "family": "Svrzikapa" }, { "given": "Tomoko", - "family": "Hirozane-Kishikawa", - "affiliation": [] + "family": "Hirozane-Kishikawa" }, { "given": "Edward", - "family": "Rietman", - "affiliation": [] + "family": "Rietman" }, { "given": "Xinping", - "family": "Yang", - "affiliation": [] + "family": "Yang" }, { "given": "Julie", - "family": "Sahalie", - "affiliation": [] + "family": "Sahalie" }, { "given": "Kourosh", - "family": "Salehi-Ashtiani", - "affiliation": [] + "family": "Salehi-Ashtiani" }, { "given": "Tong", - "family": "Hao", - "affiliation": [] + "family": "Hao" }, { "given": "Michael E", - "family": "Cusick", - "affiliation": [] + "family": "Cusick" }, { "given": "David E", - "family": "Hill", - "affiliation": [] + "family": "Hill" }, { "given": "Frederick P", - "family": "Roth", - "affiliation": [] + "family": "Roth" }, { "given": "Pascal", - "family": "Braun", - "affiliation": [] + "family": "Braun" }, { "given": "Marc", - "family": "Vidal", - "affiliation": [] + "family": "Vidal" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2011, - 4, - 24 - ] - ] - }, "container-title": "Nature Methods", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 19 - ] - ], - "date-time": "2017-06-19T23:17:46Z", - "timestamp": 1497914266000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -7409,94 +2888,29 @@ ] ] }, - "references-count": 20, - "alternative-id": [ - "nmeth.1597" - ], - "URL": "https://doi.org/10.1038/nmeth.1597", - "relation": { - "cites": [] - }, - "subject": [ - "Biotechnology", - "Cell Biology", - "Biochemistry", - "Molecular Biology" - ], - "container-title-short": "Nat Meth", - "short_url": "https://doi.org/bzrsvs", + "URL": "https://doi.org/bzrsvs", + "container-title-short": "Nat Methods", + "PMCID": "PMC3188388", + "PMID": "21516116", "id": "18f2p3v36" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 30 - ] - ], - "date-time": "2017-08-30T12:31:51Z", - "timestamp": 1504096311204 - }, - "reference-count": 63, "publisher": "Springer Nature", "issue": "1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2007, - 1 - ] - ] - }, "DOI": "10.1038/nrc2044", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2006, - 11, - 24 - ] - ], - "date-time": "2006-11-24T16:17:57Z", - "timestamp": 1164385077000 - }, "page": "54-60", "source": "Crossref", - "is-referenced-by-count": 289, "title": "The Connectivity Map: a new tool for biomedical research", - "prefix": "10.1038", "volume": "7", "author": [ { "given": "Justin", - "family": "Lamb", - "affiliation": [] + "family": "Lamb" } ], - "member": "339", "container-title": "Nature Reviews Cancer", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 17 - ] - ], - "date-time": "2017-06-17T11:38:00Z", - "timestamp": 1497699480000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -7505,92 +2919,28 @@ ] ] }, - "references-count": 63, - "alternative-id": [ - "nrc2044" - ], - "URL": "https://doi.org/10.1038/nrc2044", - "relation": { - "cites": [] - }, - "subject": [ - "Cancer Research", - "Oncology" - ], + "URL": "https://doi.org/cdvmsf", "container-title-short": "Nat Rev Cancer", - "short_url": "https://doi.org/cdvmsf", + "PMID": "17186018", "id": "asJHSSQt" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 14 - ] - ], - "date-time": "2017-08-14T21:22:19Z", - "timestamp": 1502745739090 - }, - "reference-count": 0, "publisher": "Springer Nature", "issue": "9", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2003, - 9 - ] - ] - }, "DOI": "10.1038/nrd1178", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2003, - 9, - 1 - ] - ], - "date-time": "2003-09-01T14:56:07Z", - "timestamp": 1062428167000 - }, "page": "695-702", "source": "Crossref", - "is-referenced-by-count": 107, - "title": "A guide to drug discovery: Trends in development and approval times for new therapeutics in the United States", - "prefix": "10.1038", + "title": "Trends in development and approval times for new therapeutics in the United States", "volume": "2", "author": [ { "given": "Janice M.", - "family": "Reichert", - "affiliation": [] + "family": "Reichert" } ], - "member": "339", "container-title": "Nature Reviews Drug Discovery", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2011, - 8, - 22 - ] - ], - "date-time": "2011-08-22T11:26:23Z", - "timestamp": 1314012383000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -7599,101 +2949,36 @@ ] ] }, - "references-count": 0, - "alternative-id": [ - "nrd1178" - ], - "URL": "https://doi.org/10.1038/nrd1178", - "relation": {}, - "subject": [ - "Pharmacology", - "Drug Discovery", - "General Medicine" - ], + "URL": "https://doi.org/fw24wk", "container-title-short": "Nat Rev Drug Discov", - "short_url": "https://doi.org/fw24wk", + "PMID": "12951576", "id": "1G6kSMyT9" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T12:59:40Z", - "timestamp": 1503493180625 - }, - "reference-count": 63, "publisher": "Springer Nature", "issue": "4", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2004, - 4 - ] - ] - }, "DOI": "10.1038/nrd1346", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2004, - 4, - 1 - ] - ], - "date-time": "2004-04-01T15:15:51Z", - "timestamp": 1080832551000 - }, "page": "353-359", "source": "Crossref", - "is-referenced-by-count": 540, "title": "Magic shotguns versus magic bullets: selectively non-selective drugs for mood disorders and schizophrenia", - "prefix": "10.1038", "volume": "3", "author": [ { "given": "Bryan L.", - "family": "Roth", - "affiliation": [] + "family": "Roth" }, { "given": "Douglas J.", - "family": "Sheffler", - "affiliation": [] + "family": "Sheffler" }, { "given": "Wesley K.", - "family": "Kroeze", - "affiliation": [] + "family": "Kroeze" } ], - "member": "339", "container-title": "Nature Reviews Drug Discovery", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 16 - ] - ], - "date-time": "2017-06-16T04:37:52Z", - "timestamp": 1497587872000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -7702,98 +2987,32 @@ ] ] }, - "references-count": 63, - "alternative-id": [ - "nrd1346" - ], - "URL": "https://doi.org/10.1038/nrd1346", - "relation": { - "cites": [] - }, - "subject": [ - "Pharmacology", - "Drug Discovery", - "General Medicine" - ], + "URL": "https://doi.org/ctv9tr", "container-title-short": "Nat Rev Drug Discov", - "short_url": "https://doi.org/ctv9tr", + "PMID": "15060530", "id": "jEoUmJ1q" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 30 - ] - ], - "date-time": "2017-08-30T12:31:51Z", - "timestamp": 1504096311157 - }, - "reference-count": 73, "publisher": "Springer Nature", "issue": "8", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2004, - 8 - ] - ] - }, "DOI": "10.1038/nrd1468", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2004, - 7, - 30 - ] - ], - "date-time": "2004-07-30T13:54:16Z", - "timestamp": 1091195656000 - }, "page": "673-683", "source": "Crossref", - "is-referenced-by-count": 592, "title": "Drug repositioning: identifying and developing new uses for existing drugs", - "prefix": "10.1038", "volume": "3", "author": [ { "given": "Ted T.", - "family": "Ashburn", - "affiliation": [] + "family": "Ashburn" }, { "given": "Karl B.", - "family": "Thor", - "affiliation": [] + "family": "Thor" } ], - "member": "339", "container-title": "Nature Reviews Drug Discovery", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2011, - 8, - 17 - ] - ], - "date-time": "2011-08-17T20:28:18Z", - "timestamp": 1313612898000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -7802,99 +3021,32 @@ ] ] }, - "references-count": 73, - "alternative-id": [ - "nrd1468" - ], - "URL": "https://doi.org/10.1038/nrd1468", - "relation": { - "cites": [] - }, - "subject": [ - "Pharmacology", - "Drug Discovery", - "General Medicine" - ], + "URL": "https://doi.org/cfmks9", "container-title-short": "Nat Rev Drug Discov", - "short_url": "https://doi.org/cfmks9", + "PMID": "15286734", "id": "l64dSPrb" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T08:11:02Z", - "timestamp": 1503648662365 - }, - "reference-count": 162, "publisher": "Springer Nature", "issue": "7", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1038/nrd3480", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2011, - 6, - 24 - ] - ], - "date-time": "2011-06-24T09:32:23Z", - "timestamp": 1308907943000 - }, "page": "507-519", "source": "Crossref", - "is-referenced-by-count": 683, "title": "How were new medicines discovered?", - "prefix": "10.1038", "volume": "10", "author": [ { "given": "David C.", - "family": "Swinney", - "affiliation": [] + "family": "Swinney" }, { "given": "Jason", - "family": "Anthony", - "affiliation": [] + "family": "Anthony" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2011, - 6, - 24 - ] - ] - }, "container-title": "Nature Reviews Drug Discovery", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T02:03:28Z", - "timestamp": 1497924208000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -7904,210 +3056,74 @@ ] ] }, - "references-count": 162, - "alternative-id": [ - "nrd3480" - ], - "URL": "https://doi.org/10.1038/nrd3480", - "relation": { - "cites": [] - }, - "subject": [ - "Pharmacology", - "Drug Discovery", - "General Medicine" - ], + "URL": "https://doi.org/bbg5wh", "container-title-short": "Nat Rev Drug Discov", - "short_url": "https://doi.org/bbg5wh", + "PMID": "21701501", "id": "rlm4VbAG" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 30 - ] - ], - "date-time": "2017-08-30T14:02:15Z", - "timestamp": 1504101735378 - }, - "reference-count": 87, "publisher": "Springer Nature", "issue": "3", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1038/nrd3681", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 3, - 1 - ] - ], - "date-time": "2012-03-01T05:30:58Z", - "timestamp": 1330579858000 - }, "page": "191-200", "source": "Crossref", - "is-referenced-by-count": 474, "title": "Diagnosing the decline in pharmaceutical R&D efficiency", - "prefix": "10.1038", "volume": "11", "author": [ { "given": "Jack W.", - "family": "Scannell", - "affiliation": [] + "family": "Scannell" }, { "given": "Alex", - "family": "Blanckley", - "affiliation": [] + "family": "Blanckley" }, { "given": "Helen", - "family": "Boldon", - "affiliation": [] + "family": "Boldon" }, { "given": "Brian", - "family": "Warrington", - "affiliation": [] + "family": "Warrington" } ], - "member": "339", - "published-online": { + "container-title": "Nature Reviews Drug Discovery", + "language": "en", + "issued": { "date-parts": [ [ 2012, - 3, - 1 + 3 ] ] }, - "container-title": "Nature Reviews Drug Discovery", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T15:01:13Z", - "timestamp": 1497970873000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], - "issued": { - "date-parts": [ - [ - 2012, - 3, - 1 - ] - ] - }, - "references-count": 87, - "alternative-id": [ - "nrd3681" - ], - "URL": "https://doi.org/10.1038/nrd3681", - "relation": { - "cites": [] - }, - "subject": [ - "Pharmacology", - "Drug Discovery", - "General Medicine" - ], + "URL": "https://doi.org/f3mn5n", "container-title-short": "Nat Rev Drug Discov", - "short_url": "https://doi.org/f3mn5n", + "PMID": "22378269", "id": "LlRXV6lE" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 29 - ] - ], - "date-time": "2017-08-29T15:22:09Z", - "timestamp": 1504020129818 - }, - "reference-count": 47, "publisher": "Springer Nature", "issue": "10", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2009, - 10 - ] - ] - }, "DOI": "10.1038/nrg2615", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2009, - 9, - 18 - ] - ], - "date-time": "2009-09-18T14:30:48Z", - "timestamp": 1253284248000 - }, "page": "681-690", "source": "Crossref", - "is-referenced-by-count": 186, "title": "Bayesian statistical methods for genetic association studies", - "prefix": "10.1038", "volume": "10", "author": [ { "given": "Matthew", - "family": "Stephens", - "affiliation": [] + "family": "Stephens" }, { "given": "David J.", - "family": "Balding", - "affiliation": [] + "family": "Balding" } ], - "member": "339", "container-title": "Nature Reviews Genetics", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2011, - 8, - 7 - ] - ], - "date-time": "2011-08-07T20:41:36Z", - "timestamp": 1312749696000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -8116,98 +3132,32 @@ ] ] }, - "references-count": 47, - "alternative-id": [ - "nrg2615" - ], - "URL": "https://doi.org/10.1038/nrg2615", - "relation": { - "cites": [] - }, - "subject": [ - "Genetics(clinical)", - "Genetics", - "Molecular Biology" - ], + "URL": "https://doi.org/fwsqv7", "container-title-short": "Nat Rev Genet", - "short_url": "https://doi.org/fwsqv7", + "PMID": "19763151", "id": "NVnnNOCO" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T14:55:03Z", - "timestamp": 1503500103909 - }, - "reference-count": 144, "publisher": "Springer Nature", "issue": "7", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2004, - 7 - ] - ] - }, "DOI": "10.1038/nrn1430", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2004, - 6, - 21 - ] - ], - "date-time": "2004-06-21T10:18:30Z", - "timestamp": 1087813110000 - }, "page": "553-564", "source": "Crossref", - "is-referenced-by-count": 520, "title": "The neurobiology of antiepileptic drugs", - "prefix": "10.1038", "volume": "5", "author": [ { "given": "Michael A.", - "family": "Rogawski", - "affiliation": [] + "family": "Rogawski" }, { "given": "Wolfgang", - "family": "Löscher", - "affiliation": [] + "family": "Löscher" } ], - "member": "339", "container-title": "Nature Reviews Neuroscience", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 16 - ] - ], - "date-time": "2017-06-16T08:09:03Z", - "timestamp": 1497600543000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -8216,197 +3166,98 @@ ] ] }, - "references-count": 144, - "alternative-id": [ - "nrn1430" - ], - "URL": "https://doi.org/10.1038/nrn1430", - "relation": { - "cites": [] - }, - "subject": [ - "General Neuroscience" - ], + "URL": "https://doi.org/fvwhnm", "container-title-short": "Nat Rev Neurosci", - "short_url": "https://doi.org/fvwhnm", + "PMID": "15208697", "id": "18HUpN1mo" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 9, - 19 - ] - ], - "date-time": "2017-09-19T13:40:25Z", - "timestamp": 1505828425950 - }, - "reference-count": 53, "publisher": "Springer Nature", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1038/sdata.2017.125", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2017, - 9, - 19 - ] - ], - "date-time": "2017-09-19T13:02:21Z", - "timestamp": 1505826141000 - }, "page": "170125", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Precision annotation of digital samples in NCBI’s gene expression omnibus", - "prefix": "10.1038", "volume": "4", "author": [ { "given": "Dexter", - "family": "Hadley", - "affiliation": [] + "family": "Hadley" }, { "given": "James", - "family": "Pan", - "affiliation": [] + "family": "Pan" }, { "given": "Osama", - "family": "El-Sayed", - "affiliation": [] + "family": "El-Sayed" }, { "given": "Jihad", - "family": "Aljabban", - "affiliation": [] + "family": "Aljabban" }, { "given": "Imad", - "family": "Aljabban", - "affiliation": [] + "family": "Aljabban" }, { "given": "Tej D.", - "family": "Azad", - "affiliation": [] + "family": "Azad" }, { "given": "Mohamad O.", - "family": "Hadied", - "affiliation": [] + "family": "Hadied" }, { "given": "Shuaib", - "family": "Raza", - "affiliation": [] + "family": "Raza" }, { "given": "Benjamin Abhishek", - "family": "Rayikanti", - "affiliation": [] + "family": "Rayikanti" }, { "given": "Bin", - "family": "Chen", - "affiliation": [] + "family": "Chen" }, { "given": "Hyojung", - "family": "Paik", - "affiliation": [] + "family": "Paik" }, { - "ORCID": "http://orcid.org/0000-0001-6334-5039", - "authenticated-orcid": false, "given": "Dvir", - "family": "Aran", - "affiliation": [] + "family": "Aran" }, { "given": "Jordan", - "family": "Spatz", - "affiliation": [] + "family": "Spatz" }, { - "ORCID": "http://orcid.org/0000-0002-3012-7446", - "authenticated-orcid": false, "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Maryam", - "family": "Panahiazar", - "affiliation": [] + "family": "Panahiazar" }, { - "ORCID": "http://orcid.org/0000-0002-3056-0733", - "authenticated-orcid": false, "given": "Sanchita", - "family": "Bhattacharya", - "affiliation": [] + "family": "Bhattacharya" }, { "given": "Marina", - "family": "Sirota", - "affiliation": [] + "family": "Sirota" }, { "given": "Mark A.", - "family": "Musen", - "affiliation": [] + "family": "Musen" }, { - "ORCID": "http://orcid.org/0000-0002-7433-2740", - "authenticated-orcid": false, "given": "Atul J.", - "family": "Butte", - "affiliation": [] + "family": "Butte" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2017, - 9, - 19 - ] - ] - }, "container-title": "Scientific Data", - "original-title": [], - "link": [ - { - "URL": "http://www.nature.com/articles/sdata2017125", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 9, - 19 - ] - ], - "date-time": "2017-09-19T13:02:21Z", - "timestamp": 1505826141000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -8416,105 +3267,31 @@ ] ] }, - "references-count": 53, - "alternative-id": [ - "sdata2017125" - ], - "URL": "https://doi.org/10.1038/sdata.2017.125", - "relation": { - "cites": [] - }, - "subject": [ - "Statistics, Probability and Uncertainty", - "Statistics and Probability", - "Education", - "Library and Information Sciences", - "Information Systems", - "Computer Science Applications" - ], + "URL": "https://doi.org/gbv379", "container-title-short": "Sci. Data", - "short_url": "https://doi.org/gbv379", + "PMCID": "PMC5604135", + "PMID": "28925997", "id": "rc4BI37X" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T01:34:01Z", - "timestamp": 1502415241341 - }, - "reference-count": 24, "publisher": "Springer Nature", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1038/sdata.2017.29", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2017, - 3, - 13 - ] - ], - "date-time": "2017-03-13T17:23:22Z", - "timestamp": 1489425802000 - }, "page": "170029", "source": "Crossref", - "is-referenced-by-count": 1, "title": "A standard database for drug repositioning", - "prefix": "10.1038", "volume": "4", "author": [ { - "ORCID": "http://orcid.org/0000-0002-4393-1003", - "authenticated-orcid": false, "given": "Adam S.", - "family": "Brown", - "affiliation": [] + "family": "Brown" }, { - "ORCID": "http://orcid.org/0000-0002-8756-8525", - "authenticated-orcid": false, "given": "Chirag J.", - "family": "Patel", - "affiliation": [] + "family": "Patel" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2017, - 3, - 14 - ] - ] - }, "container-title": "Scientific Data", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 3, - 14 - ] - ], - "date-time": "2017-03-14T14:11:40Z", - "timestamp": 1489500700000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -8524,230 +3301,84 @@ ] ] }, - "references-count": 24, - "alternative-id": [ - "sdata201729" - ], - "URL": "https://doi.org/10.1038/sdata.2017.29", - "relation": { - "cites": [] - }, - "subject": [ - "Statistics, Probability and Uncertainty", - "Statistics and Probability", - "Education", - "Library and Information Sciences", - "Information Systems", - "Computer Science Applications" - ], + "URL": "https://doi.org/gbr42s", "container-title-short": "Sci. Data", - "short_url": "https://doi.org/gbr42s", + "PMCID": "PMC5349249", + "PMID": "28291243", "id": "fM8KVdIE" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T00:17:23Z", - "timestamp": 1502237843953 - }, - "reference-count": 66, "publisher": "Springer Nature", "issue": "1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1038/tp.2015.209", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 1, - 19 - ] - ], - "date-time": "2016-01-19T17:02:32Z", - "timestamp": 1453222952000 - }, - "page": "e713", + "page": "e713-e713", "source": "Crossref", - "is-referenced-by-count": 2, "title": "Repeated administration of an acetylcholinesterase inhibitor attenuates nicotine taking in rats and smoking behavior in human smokers", - "prefix": "10.1038", "volume": "6", "author": [ { "given": "R L", - "family": "Ashare", - "affiliation": [] + "family": "Ashare" }, { "given": "B A", - "family": "Kimmey", - "affiliation": [] + "family": "Kimmey" }, { "given": "L E", - "family": "Rupprecht", - "affiliation": [] + "family": "Rupprecht" }, { "given": "M E", - "family": "Bowers", - "affiliation": [] + "family": "Bowers" }, { "given": "M R", - "family": "Hayes", - "affiliation": [] + "family": "Hayes" }, { "given": "H D", - "family": "Schmidt", - "affiliation": [] + "family": "Schmidt" } ], - "member": "339", - "published-online": { - "date-parts": [ - [ - 2016, - 1, - 19 - ] - ] - }, "container-title": "Translational Psychiatry", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 24 - ] - ], - "date-time": "2017-06-24T04:02:35Z", - "timestamp": 1498276955000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ 2016, - 1, - 19 + 1 ] ] }, - "references-count": 66, - "alternative-id": [ - "tp2015209" - ], - "URL": "https://doi.org/10.1038/tp.2015.209", - "relation": { - "cites": [] - }, - "subject": [ - "Biological Psychiatry", - "Cellular and Molecular Neuroscience", - "Psychiatry and Mental health" - ], + "URL": "https://doi.org/f78cns", "container-title-short": "Transl Psychiatry", - "short_url": "https://doi.org/f78cns", + "PMCID": "PMC5068882", + "PMID": "26784967", "id": "POMP3U7G" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T23:50:23Z", - "timestamp": 1502409023037 - }, - "reference-count": 50, "publisher": "Royal Society of Chemistry (RSC)", "issue": "6", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1039/c4mb00014e", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2014, - 4, - 3 - ] - ], - "date-time": "2014-04-03T08:32:18Z", - "timestamp": 1396513938000 - }, "page": "1538-1548", "source": "Crossref", - "is-referenced-by-count": 7, "title": "Pathway-based Bayesian inference of drug–disease interactions", - "prefix": "10.1039", "volume": "10", "author": [ { "given": "Naruemon", - "family": "Pratanwanich", - "affiliation": [] + "family": "Pratanwanich" }, { "given": "Pietro", - "family": "Lió", - "affiliation": [] + "family": "Lió" } ], - "member": "292", - "published-online": { - "date-parts": [ - [ - 2014 - ] - ] - }, "container-title": "Mol. BioSyst.", - "original-title": [], - "link": [ - { - "URL": "http://pubs.rsc.org/en/content/articlepdf/2014/MB/C4MB00014E", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 22 - ] - ], - "date-time": "2017-06-22T10:54:21Z", - "timestamp": 1498128861000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -8755,128 +3386,52 @@ ] ] }, - "references-count": 50, - "URL": "https://doi.org/10.1039/c4mb00014e", - "relation": { - "cites": [] - }, - "subject": [ - "Biotechnology", - "Molecular Biology" - ], + "URL": "https://doi.org/f3mn56", "container-title-short": "Mol. BioSyst.", - "short_url": "https://doi.org/f3mn56", + "PMID": "24695945", "id": "U12IOyfj" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T13:09:11Z", - "timestamp": 1502284151945 - }, - "reference-count": 26, - "publisher": "New England Journal of Medicine (NEJM/MMS)", + "publisher": "Massachusetts Medical Society", "issue": "13", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2011, - 9, - 29 - ] - ] - }, "DOI": "10.1056/nejmoa1102035", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2011, - 9, - 28 - ] - ], - "date-time": "2011-09-28T21:01:23Z", - "timestamp": 1317243683000 - }, "page": "1193-1200", "source": "Crossref", - "is-referenced-by-count": 76, "title": "Placebo-Controlled Trial of Cytisine for Smoking Cessation", - "prefix": "10.1056", "volume": "365", "author": [ { "given": "Robert", - "family": "West", - "affiliation": [] + "family": "West" }, { "given": "Witold", - "family": "Zatonski", - "affiliation": [] + "family": "Zatonski" }, { "given": "Magdalena", - "family": "Cedzynska", - "affiliation": [] + "family": "Cedzynska" }, { "given": "Dorota", - "family": "Lewandowska", - "affiliation": [] + "family": "Lewandowska" }, { "given": "Joanna", - "family": "Pazik", - "affiliation": [] + "family": "Pazik" }, { "given": "Paul", - "family": "Aveyard", - "affiliation": [] + "family": "Aveyard" }, { "given": "John", - "family": "Stapleton", - "affiliation": [] + "family": "Stapleton" } ], - "member": "150", "container-title": "New England Journal of Medicine", - "original-title": [], - "link": [ - { - "URL": "http://www.nejm.org/doi/pdf/10.1056/NEJMoa1102035", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T07:07:36Z", - "timestamp": 1497942456000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -8886,138 +3441,60 @@ ] ] }, - "references-count": 26, - "alternative-id": [ - "10.1056/NEJMoa1102035" - ], - "URL": "https://doi.org/10.1056/nejmoa1102035", - "relation": {}, - "subject": [ - "General Medicine" - ], + "URL": "https://doi.org/d69twc", "container-title-short": "N Engl J Med", - "short_url": "https://doi.org/d69twc", + "PMID": "21991893", "id": "BlcigD44" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T11:40:39Z", - "timestamp": 1502278839545 - }, - "reference-count": 32, - "publisher": "New England Journal of Medicine (NEJM/MMS)", + "publisher": "Massachusetts Medical Society", "issue": "25", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2014, - 12, - 18 - ] - ] - }, "DOI": "10.1056/nejmoa1407764", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2014, - 12, - 18 - ] - ], - "date-time": "2014-12-18T16:35:07Z", - "timestamp": 1418920507000 - }, "page": "2353-2362", "source": "Crossref", - "is-referenced-by-count": 26, "title": "Cytisine versus Nicotine for Smoking Cessation", - "prefix": "10.1056", "volume": "371", "author": [ { "given": "Natalie", - "family": "Walker", - "affiliation": [] + "family": "Walker" }, { "given": "Colin", - "family": "Howe", - "affiliation": [] + "family": "Howe" }, { "given": "Marewa", - "family": "Glover", - "affiliation": [] + "family": "Glover" }, { "given": "Hayden", - "family": "McRobbie", - "affiliation": [] + "family": "McRobbie" }, { "given": "Joanne", - "family": "Barnes", - "affiliation": [] + "family": "Barnes" }, { "given": "Vili", - "family": "Nosa", - "affiliation": [] + "family": "Nosa" }, { "given": "Varsha", - "family": "Parag", - "affiliation": [] + "family": "Parag" }, { "given": "Bruce", - "family": "Bassett", - "affiliation": [] + "family": "Bassett" }, { "given": "Christopher", - "family": "Bullen", - "affiliation": [] + "family": "Bullen" } ], - "member": "150", "container-title": "New England Journal of Medicine", - "original-title": [], - "link": [ - { - "URL": "http://www.nejm.org/doi/pdf/10.1056/NEJMoa1407764", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 5, - 8 - ] - ], - "date-time": "2017-05-08T22:21:00Z", - "timestamp": 1494282060000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -9027,110 +3504,28 @@ ] ] }, - "references-count": 32, - "alternative-id": [ - "10.1056/NEJMoa1407764" - ], - "URL": "https://doi.org/10.1056/nejmoa1407764", - "relation": {}, - "subject": [ - "General Medicine" - ], + "URL": "https://doi.org/xtz", "container-title-short": "N Engl J Med", - "short_url": "https://doi.org/xtz", + "PMID": "25517706", "id": "RawQU2jb" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T01:44:09Z", - "timestamp": 1502415849590 - }, - "reference-count": 35, "publisher": "Proceedings of the National Academy of Sciences", "issue": "44", - "content-domain": { - "domain": [ - "pnas.org" - ], - "crossmark-restriction": true - }, - "published-print": { - "date-parts": [ - [ - 2015, - 11, - 3 - ] - ] - }, "DOI": "10.1073/pnas.1511912112", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 10, - 28 - ] - ], - "date-time": "2015-10-28T07:31:13Z", - "timestamp": 1446017473000 - }, "page": "13439-13446", - "update-policy": "http://dx.doi.org/10.1073/pnas.cm10313", "source": "Crossref", - "is-referenced-by-count": 16, "title": "Accelerating scientific publication in biology", - "prefix": "10.1073", "volume": "112", "author": [ { "given": "Ronald D.", - "family": "Vale", - "affiliation": [] + "family": "Vale" } ], - "member": "341", - "published-online": { - "date-parts": [ - [ - 2015, - 10, - 27 - ] - ] - }, "container-title": "Proceedings of the National Academy of Sciences", - "original-title": [], - "link": [ - { - "URL": "https://syndication.highwire.org/content/doi/10.1073/pnas.1511912112", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 23 - ] - ], - "date-time": "2017-06-23T22:23:22Z", - "timestamp": 1498256602000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -9140,137 +3535,29 @@ ] ] }, - "references-count": 35, - "alternative-id": [ - "10.1073/pnas.1511912112" - ], - "URL": "https://doi.org/10.1073/pnas.1511912112", - "relation": { - "has-preprint": [ - { - "id-type": "doi", - "id": "10.1101/022368", - "asserted-by": "object" - } - ], - "cites": [] - }, - "subject": [ - "Multidisciplinary" - ], + "URL": "https://doi.org/f3mn7f", "container-title-short": "Proc Natl Acad Sci USA", - "short_url": "https://doi.org/f3mn7f", + "PMCID": "PMC4640799", + "PMID": "26508643", "id": "Mg8fHpkH" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 8 - ] - ], - "date-time": "2017-08-08T15:42:31Z", - "timestamp": 1502206951871 - }, - "reference-count": 0, - "publisher": "Wiley-Blackwell", + "publisher": "Wiley", "issue": "2", - "license": [ - { - "URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", - "start": { - "date-parts": [ - [ - 2015, - 9, - 1 - ] - ], - "date-time": "2015-09-01T00:00:00Z", - "timestamp": 1441065600000 - }, - "delay-in-days": 3805, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2005, - 4 - ] - ] - }, "DOI": "10.1087/0953151053584984", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2005, - 4, - 6 - ] - ], - "date-time": "2005-04-06T13:29:31Z", - "timestamp": 1112794171000 - }, "page": "91-94", "source": "Crossref", - "is-referenced-by-count": 3, "title": "Who owns scientific data? The impact of intellectual property rights on the scientific publication chain", - "prefix": "10.1002", "volume": "18", "author": [ { "given": "Roger", - "family": "Elliott", - "affiliation": [ - { - "name": "University of Oxford" - } - ] + "family": "Elliott" } ], - "member": "311", - "published-online": { - "date-parts": [ - [ - 2005, - 4, - 1 - ] - ] - }, "container-title": "Learned Publishing", - "original-title": [], - "link": [ - { - "URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.1087%2F0953151053584984", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 4, - 1 - ] - ], - "date-time": "2017-04-01T19:48:18Z", - "timestamp": 1491076098000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -9279,152 +3566,75 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.1087/0953151053584984", - "relation": {}, - "subject": [ - "Communication" - ], + "URL": "https://doi.org/cxfd27", "container-title-short": "Learned Publishing", - "short_url": "https://doi.org/cxfd27", "id": "13gsIQnzn" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 26 - ] - ], - "date-time": "2017-08-26T13:40:58Z", - "timestamp": 1503754858084 - }, - "reference-count": 122, "publisher": "Oxford University Press (OUP)", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, + "issue": "4", "DOI": "10.1093/bib/bbw136", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 12, - 2 - ] - ], - "date-time": "2016-12-02T20:07:03Z", - "timestamp": 1480709223000 - }, + "page": "656-678", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Systematic analyses of drugs and disease indications in RepurposeDB reveal pharmacological, biological and epidemiological factors influencing drug repositioning", - "prefix": "10.1093", + "volume": "19", "author": [ { "given": "Khader", - "family": "Shameer", - "affiliation": [] + "family": "Shameer" }, { - "given": "Benjamin S.", - "family": "Glicksberg", - "affiliation": [] + "given": "Benjamin S", + "family": "Glicksberg" }, { "given": "Rachel", - "family": "Hodos", - "affiliation": [] + "family": "Hodos" }, { - "given": "Kipp W.", - "family": "Johnson", - "affiliation": [] + "given": "Kipp W", + "family": "Johnson" }, { - "given": "Marcus A.", - "family": "Badgeley", - "affiliation": [] + "given": "Marcus A", + "family": "Badgeley" }, { "given": "Ben", - "family": "Readhead", - "affiliation": [] + "family": "Readhead" }, { - "given": "Max S.", - "family": "Tomlinson", - "affiliation": [] + "given": "Max S", + "family": "Tomlinson" }, { "given": "Timothy", - "family": "O’Connor", - "affiliation": [] + "family": "O’Connor" }, { "given": "Riccardo", - "family": "Miotto", - "affiliation": [] + "family": "Miotto" }, { - "given": "Brian A.", - "family": "Kidd", - "affiliation": [] + "given": "Brian A", + "family": "Kidd" }, { "given": "Rong", - "family": "Chen", - "affiliation": [] + "family": "Chen" }, { "given": "Avi", - "family": "Ma’ayan", - "affiliation": [] + "family": "Ma’ayan" }, { - "given": "Joel T.", - "family": "Dudley", - "affiliation": [] + "given": "Joel T", + "family": "Dudley" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2017, - 2, - 15 - ] - ] - }, "container-title": "Briefings in Bioinformatics", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/bib/article-pdf/doi/10.1093/bib/bbw136/10800453/bbw136.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T19:03:41Z", - "timestamp": 1503601421000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -9434,129 +3644,48 @@ ] ] }, - "references-count": 122, - "URL": "https://doi.org/10.1093/bib/bbw136", - "relation": {}, - "subject": [ - "Molecular Biology", - "Information Systems" - ], - "short_url": "https://doi.org/gbr42t", + "URL": "https://doi.org/gbr42t", + "PMCID": "PMC6192146", + "PMID": "28200013", "id": "wkAk1zdY" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T06:22:11Z", - "timestamp": 1504160531756 - }, - "reference-count": 13, "publisher": "Oxford University Press (OUP)", "issue": "12", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2011, - 6, - 15 - ] - ] - }, "DOI": "10.1093/bioinformatics/btr260", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2011, - 5, - 6 - ] - ], - "date-time": "2011-05-06T02:18:24Z", - "timestamp": 1304648304000 - }, "page": "1739-1740", "source": "Crossref", - "is-referenced-by-count": 421, "title": "Molecular signatures database (MSigDB) 3.0", - "prefix": "10.1093", "volume": "27", "author": [ { "given": "A.", - "family": "Liberzon", - "affiliation": [] + "family": "Liberzon" }, { "given": "A.", - "family": "Subramanian", - "affiliation": [] + "family": "Subramanian" }, { "given": "R.", - "family": "Pinchback", - "affiliation": [] + "family": "Pinchback" }, { "given": "H.", - "family": "Thorvaldsdottir", - "affiliation": [] + "family": "Thorvaldsdottir" }, { "given": "P.", - "family": "Tamayo", - "affiliation": [] + "family": "Tamayo" }, { "given": "J. P.", - "family": "Mesirov", - "affiliation": [] + "family": "Mesirov" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2011, - 5, - 5 - ] - ] - }, "container-title": "Bioinformatics", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/bioinformatics/article-pdf/27/12/1739/716159/btr260.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 22 - ] - ], - "date-time": "2017-08-22T19:41:06Z", - "timestamp": 1503430866000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -9566,114 +3695,33 @@ ] ] }, - "references-count": 13, - "URL": "https://doi.org/10.1093/bioinformatics/btr260", - "relation": {}, - "subject": [ - "Statistics and Probability", - "Computational Theory and Mathematics", - "Biochemistry", - "Molecular Biology", - "Computational Mathematics", - "Computer Science Applications" - ], + "URL": "https://doi.org/b8mx73", "container-title-short": "Bioinformatics", - "short_url": "https://doi.org/b8mx73", + "PMCID": "PMC3106198", + "PMID": "21546393", "id": "sC5yzpXL" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 22 - ] - ], - "date-time": "2017-08-22T17:41:12Z", - "timestamp": 1503423672077 - }, - "reference-count": 3, "publisher": "Oxford University Press (OUP)", "issue": "24", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2013, - 12, - 15 - ] - ] - }, "DOI": "10.1093/bioinformatics/btt549", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2013, - 10, - 18 - ] - ], - "date-time": "2013-10-18T02:15:04Z", - "timestamp": 1382062504000 - }, "page": "3107-3108", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Are graph databases ready for bioinformatics?", - "prefix": "10.1093", "volume": "29", "author": [ { - "given": "C. T.", - "family": "Have", - "affiliation": [] + "given": "Christian Theil", + "family": "Have" }, { - "given": "L. J.", - "family": "Jensen", - "affiliation": [] + "given": "Lars Juhl", + "family": "Jensen" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2013, - 10, - 17 - ] - ] - }, "container-title": "Bioinformatics", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/bioinformatics/article-pdf/29/24/3107/483861/btt549.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 22 - ] - ], - "date-time": "2017-08-22T17:13:13Z", - "timestamp": 1503421993000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -9683,134 +3731,48 @@ ] ] }, - "references-count": 3, - "URL": "https://doi.org/10.1093/bioinformatics/btt549", - "relation": {}, - "subject": [ - "Statistics and Probability", - "Computational Theory and Mathematics", - "Biochemistry", - "Molecular Biology", - "Computational Mathematics", - "Computer Science Applications" - ], - "container-title-short": "Bioinformatics", - "short_url": "https://doi.org/f3mn4w", + "URL": "https://doi.org/f3mn4w", + "PMCID": "PMC3842757", + "PMID": "24135261", "id": "nAw5a44I" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T17:12:45Z", - "timestamp": 1503681165442 - }, - "reference-count": 14, "publisher": "Oxford University Press (OUP)", "issue": "17", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 9, - 1 - ] - ] - }, "DOI": "10.1093/bioinformatics/btw436", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 9, - 1 - ] - ], - "date-time": "2016-09-01T07:53:39Z", - "timestamp": 1472716419000 - }, "page": "i473-i478", "source": "Crossref", - "is-referenced-by-count": 0, "title": "The Network Library: a framework to rapidly integrate network biology resources", - "prefix": "10.1093", "volume": "32", "author": [ { "given": "Georg", - "family": "Summer", - "affiliation": [] + "family": "Summer" }, { "given": "Thomas", - "family": "Kelder", - "affiliation": [] + "family": "Kelder" }, { "given": "Marijana", - "family": "Radonjic", - "affiliation": [] + "family": "Radonjic" }, { "given": "Marc", - "family": "van Bilsen", - "affiliation": [] + "family": "van Bilsen" }, { "given": "Suzan", - "family": "Wopereis", - "affiliation": [] + "family": "Wopereis" }, { "given": "Stephane", - "family": "Heymans", - "affiliation": [] + "family": "Heymans" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2016, - 9, - 1 - ] - ] - }, "container-title": "Bioinformatics", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/bioinformatics/article-pdf/32/17/i473/7374359/btw436.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T13:09:25Z", - "timestamp": 1503580165000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -9820,126 +3782,46 @@ ] ] }, - "references-count": 14, - "alternative-id": [ - "10.1093/bioinformatics/btw436" - ], - "URL": "https://doi.org/10.1093/bioinformatics/btw436", - "relation": {}, - "subject": [ - "Statistics and Probability", - "Computational Theory and Mathematics", - "Biochemistry", - "Molecular Biology", - "Computational Mathematics", - "Computer Science Applications" - ], + "URL": "https://doi.org/f86d74", "container-title-short": "Bioinformatics", - "short_url": "https://doi.org/f86d74", + "PMID": "27587664", "id": "1GM76rAg8" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 27 - ] - ], - "date-time": "2017-08-27T15:12:40Z", - "timestamp": 1503846760911 - }, - "reference-count": 9, "publisher": "Oxford University Press (OUP)", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1093/bioinformatics/btw731", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 11, - 16 - ] - ], - "date-time": "2016-11-16T20:05:49Z", - "timestamp": 1479326749000 - }, "page": "btw731", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Recon2Neo4j: applying graph database technologies for managing comprehensive genome-scale networks", - "prefix": "10.1093", "author": [ { "given": "Irina", - "family": "Balaur", - "affiliation": [] + "family": "Balaur" }, { "given": "Alexander", - "family": "Mazein", - "affiliation": [] + "family": "Mazein" }, { "given": "Mansoor", - "family": "Saqi", - "affiliation": [] + "family": "Saqi" }, { "given": "Artem", - "family": "Lysenko", - "affiliation": [] + "family": "Lysenko" }, { "given": "Christopher J.", - "family": "Rawlings", - "affiliation": [] + "family": "Rawlings" }, { "given": "Charles", - "family": "Auffray", - "affiliation": [] + "family": "Auffray" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2016, - 12, - 19 - ] - ] - }, "container-title": "Bioinformatics", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/bioinformatics/article-pdf/33/7/1096/11159729/btw731.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T02:19:36Z", - "timestamp": 1503627576000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -9949,111 +3831,29 @@ ] ] }, - "references-count": 9, - "alternative-id": [ - "10.1093/bioinformatics/btw731" - ], - "URL": "https://doi.org/10.1093/bioinformatics/btw731", - "relation": {}, - "subject": [ - "Statistics and Probability", - "Computational Theory and Mathematics", - "Biochemistry", - "Molecular Biology", - "Computational Mathematics", - "Computer Science Applications" - ], + "URL": "https://doi.org/f9kpsz", "container-title-short": "Bioinformatics", - "short_url": "https://doi.org/f9kpsz", + "PMCID": "PMC5408918", + "PMID": "27993779", "id": "14Ujoje2g" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 22 - ] - ], - "date-time": "2017-08-22T23:10:53Z", - "timestamp": 1503443453048 - }, - "reference-count": 141, "publisher": "Oxford University Press (OUP)", "issue": "12", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2008, - 12 - ] - ] - }, "DOI": "10.1093/brain/awn081", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2008, - 5, - 20 - ] - ], - "date-time": "2008-05-20T00:14:00Z", - "timestamp": 1211242440000 - }, "page": "3118-3131", "source": "Crossref", - "is-referenced-by-count": 0, "title": "The complex genetics of multiple sclerosis: pitfalls and prospects", - "prefix": "10.1093", "volume": "131", "author": [ { "given": "Stephen", - "family": "Sawcer", - "affiliation": [] + "family": "Sawcer" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2008, - 5, - 18 - ] - ] - }, "container-title": "Brain", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/brain/article-pdf/131/12/3118/16694681/awn081.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 22 - ] - ], - "date-time": "2017-08-22T22:46:37Z", - "timestamp": 1503441997000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -10063,120 +3863,48 @@ ] ] }, - "references-count": 141, - "URL": "https://doi.org/10.1093/brain/awn081", - "relation": {}, - "subject": [ - "Clinical Neurology" - ], - "short_url": "https://doi.org/bwb6wq", + "URL": "https://doi.org/bwb6wq", + "PMCID": "PMC2639203", + "PMID": "18490360", "id": "tWfbMFc3" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T10:42:09Z", - "timestamp": 1504176129649 - }, - "reference-count": 282, "publisher": "Oxford University Press (OUP)", "issue": "3", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2014, - 9, - 1 - ] - ] - }, "DOI": "10.1093/comnet/cnu016", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2014, - 7, - 16 - ] - ], - "date-time": "2014-07-16T05:15:18Z", - "timestamp": 1405487718000 - }, "page": "203-271", "source": "Crossref", - "is-referenced-by-count": 451, "title": "Multilayer networks", - "prefix": "10.1093", "volume": "2", "author": [ { "given": "M.", - "family": "Kivela", - "affiliation": [] + "family": "Kivela" }, { "given": "A.", - "family": "Arenas", - "affiliation": [] + "family": "Arenas" }, { "given": "M.", - "family": "Barthelemy", - "affiliation": [] + "family": "Barthelemy" }, { "given": "J. P.", - "family": "Gleeson", - "affiliation": [] + "family": "Gleeson" }, { "given": "Y.", - "family": "Moreno", - "affiliation": [] + "family": "Moreno" }, { "given": "M. A.", - "family": "Porter", - "affiliation": [] + "family": "Porter" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2014, - 7, - 14 - ] - ] - }, "container-title": "Journal of Complex Networks", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 22 - ] - ], - "date-time": "2017-06-22T16:46:42Z", - "timestamp": 1498150002000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -10186,282 +3914,108 @@ ] ] }, - "references-count": 282, - "URL": "https://doi.org/10.1093/comnet/cnu016", - "relation": {}, - "subject": [ - "Management Science and Operations Research", - "Computer Networks and Communications", - "Control and Optimization", - "Applied Mathematics", - "Computational Mathematics" - ], + "URL": "https://doi.org/f3mn4x", "container-title-short": "Journal of Complex Networks", - "short_url": "https://doi.org/f3mn4x", "id": "RZFMnN9C" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T10:41:51Z", - "timestamp": 1503657711129 - }, - "reference-count": 22, "publisher": "Oxford University Press (OUP)", - "issue": "0", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 3, - 22 - ] - ] - }, "DOI": "10.1093/database/bav016", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 3, - 23 - ] - ], - "date-time": "2015-03-23T00:12:08Z", - "timestamp": 1427069528000 - }, - "page": "bav016-bav016", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Scaling drug indication curation through crowdsourcing", - "prefix": "10.1093", "volume": "2015", "author": [ { - "given": "R.", - "family": "Khare", - "affiliation": [] + "given": "Ritu", + "family": "Khare" }, { - "given": "J. D.", - "family": "Burger", - "affiliation": [] + "given": "John D.", + "family": "Burger" }, { - "given": "J. S.", - "family": "Aberdeen", - "affiliation": [] + "given": "John S.", + "family": "Aberdeen" }, { - "given": "D. W.", - "family": "Tresner-Kirsch", - "affiliation": [] + "given": "David W.", + "family": "Tresner-Kirsch" }, { - "given": "T. J.", - "family": "Corrales", - "affiliation": [] + "given": "Theodore J.", + "family": "Corrales" }, { - "given": "L.", - "family": "Hirchman", - "affiliation": [] + "given": "Lynette", + "family": "Hirchman" }, { - "given": "Z.", - "family": "Lu", - "affiliation": [] + "given": "Zhiyong", + "family": "Lu" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2015, - 3, - 22 - ] - ] - }, "container-title": "Database", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/database/article-pdf/doi/10.1093/database/bav016/7298582/bav016.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T10:18:09Z", - "timestamp": 1503569889000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ 2015, - 3, - 22 + 1, + 1 ] ] }, - "references-count": 22, - "URL": "https://doi.org/10.1093/database/bav016", - "relation": {}, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology", - "General Agricultural and Biological Sciences", - "Information Systems" - ], - "container-title-short": "Database", - "short_url": "https://doi.org/f3mn65", + "URL": "https://doi.org/f3mn65", + "PMCID": "PMC4369375", + "PMID": "25797061", "id": "19a21PCCa" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 29 - ] - ], - "date-time": "2017-08-29T14:16:43Z", - "timestamp": 1504016203760 - }, - "reference-count": 43, "publisher": "Oxford University Press (OUP)", "issue": "0", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 4, - 15 - ] - ] - }, "DOI": "10.1093/database/bav028", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 4, - 16 - ] - ], - "date-time": "2015-04-16T02:31:36Z", - "timestamp": 1429151496000 - }, "page": "bav028-bav028", "source": "Crossref", - "is-referenced-by-count": 94, "title": "DisGeNET: a discovery platform for the dynamical exploration of human diseases and their genes", - "prefix": "10.1093", "volume": "2015", "author": [ { "given": "J.", - "family": "Pinero", - "affiliation": [] + "family": "Pinero" }, { "given": "N.", - "family": "Queralt-Rosinach", - "affiliation": [] + "family": "Queralt-Rosinach" }, { "given": "A.", - "family": "Bravo", - "affiliation": [] + "family": "Bravo" }, { "given": "J.", - "family": "Deu-Pons", - "affiliation": [] + "family": "Deu-Pons" }, { "given": "A.", - "family": "Bauer-Mehren", - "affiliation": [] + "family": "Bauer-Mehren" }, { "given": "M.", - "family": "Baron", - "affiliation": [] + "family": "Baron" }, { "given": "F.", - "family": "Sanz", - "affiliation": [] + "family": "Sanz" }, { "given": "L. I.", - "family": "Furlong", - "affiliation": [] + "family": "Furlong" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2015, - 4, - 15 - ] - ] - }, "container-title": "Database", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/database/article-pdf/doi/10.1093/database/bav028/16975988/bav028.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T10:18:21Z", - "timestamp": 1503569901000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -10471,186 +4025,93 @@ ] ] }, - "references-count": 43, - "URL": "https://doi.org/10.1093/database/bav028", - "relation": {}, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology", - "General Agricultural and Biological Sciences", - "Information Systems" - ], + "URL": "https://doi.org/f3mn6t", "container-title-short": "Database", - "short_url": "https://doi.org/f3mn6t", + "PMCID": "PMC4397996", + "PMID": "25877637", "id": "aBPdeZSN" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T10:41:51Z", - "timestamp": 1503657711499 - }, - "reference-count": 36, "publisher": "Oxford University Press (OUP)", "issue": "0", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 4, - 4 - ] - ] - }, "DOI": "10.1093/database/bav032", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 4, - 5 - ] - ], - "date-time": "2015-04-05T01:38:23Z", - "timestamp": 1428197903000 - }, "page": "bav032-bav032", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Generating a focused view of disease ontology cancer terms for pan-cancer data integration and analysis", - "prefix": "10.1093", "volume": "2015", "author": [ { "given": "T.-J.", - "family": "Wu", - "affiliation": [] + "family": "Wu" }, { "given": "L. M.", - "family": "Schriml", - "affiliation": [] + "family": "Schriml" }, { "given": "Q.-R.", - "family": "Chen", - "affiliation": [] + "family": "Chen" }, { "given": "M.", - "family": "Colbert", - "affiliation": [] + "family": "Colbert" }, { "given": "D. J.", - "family": "Crichton", - "affiliation": [] + "family": "Crichton" }, { "given": "R.", - "family": "Finney", - "affiliation": [] + "family": "Finney" }, { "given": "Y.", - "family": "Hu", - "affiliation": [] + "family": "Hu" }, { "given": "W. A.", - "family": "Kibbe", - "affiliation": [] + "family": "Kibbe" }, { "given": "H.", - "family": "Kincaid", - "affiliation": [] + "family": "Kincaid" }, { "given": "D.", - "family": "Meerzaman", - "affiliation": [] + "family": "Meerzaman" }, { "given": "E.", - "family": "Mitraka", - "affiliation": [] + "family": "Mitraka" }, { "given": "Y.", - "family": "Pan", - "affiliation": [] + "family": "Pan" }, { "given": "K. M.", - "family": "Smith", - "affiliation": [] + "family": "Smith" }, { "given": "S.", - "family": "Srivastava", - "affiliation": [] + "family": "Srivastava" }, { "given": "S.", - "family": "Ward", - "affiliation": [] + "family": "Ward" }, { "given": "C.", - "family": "Yan", - "affiliation": [] + "family": "Yan" }, { "given": "R.", - "family": "Mazumder", - "affiliation": [] + "family": "Mazumder" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2015, - 4, - 4 - ] - ] - }, "container-title": "Database", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/database/article-pdf/doi/10.1093/database/bav032/16976016/bav032.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T10:18:22Z", - "timestamp": 1503569902000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -10660,120 +4121,41 @@ ] ] }, - "references-count": 36, - "URL": "https://doi.org/10.1093/database/bav032", - "relation": {}, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology", - "General Agricultural and Biological Sciences", - "Information Systems" - ], + "URL": "https://doi.org/f3mn6c", "container-title-short": "Database", - "short_url": "https://doi.org/f3mn6c", + "PMCID": "PMC4385274", + "PMID": "25841438", "id": "bkUx1GRz" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T16:42:20Z", - "timestamp": 1503679340316 - }, - "reference-count": 43, "publisher": "Oxford University Press (OUP)", "issue": "6", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 11 - ] - ] - }, "DOI": "10.1093/jamia/ocv102", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 11, - 10 - ] - ], - "date-time": "2015-11-10T07:37:40Z", - "timestamp": 1447141060000 - }, "page": "1196-1204", "source": "Crossref", - "is-referenced-by-count": 0, "title": "A method for systematic discovery of adverse drug events from clinical notes", - "prefix": "10.1093", "volume": "22", "author": [ { "given": "Guan", - "family": "Wang", - "affiliation": [] + "family": "Wang" }, { "given": "Kenneth", - "family": "Jung", - "affiliation": [] + "family": "Jung" }, { "given": "Rainer", - "family": "Winnenburg", - "affiliation": [] + "family": "Winnenburg" }, { "given": "Nigam H", - "family": "Shah", - "affiliation": [] + "family": "Shah" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2015, - 7, - 31 - ] - ] - }, "container-title": "Journal of the American Medical Informatics Association", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/jamia/article-pdf/22/6/1196/17376791/ocv102.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T12:53:30Z", - "timestamp": 1503579210000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -10783,94 +4165,27 @@ ] ] }, - "references-count": 43, - "URL": "https://doi.org/10.1093/jamia/ocv102", - "relation": {}, - "subject": [ - "Health Informatics" - ], - "short_url": "https://doi.org/f3mn4r", + "URL": "https://doi.org/f3mn4r", + "PMCID": "PMC4921953", + "PMID": "26232442", "id": "1DqOihfS7" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T14:02:10Z", - "timestamp": 1504188130258 - }, - "reference-count": 0, "publisher": "Oxford University Press (OUP)", "issue": "1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2002, - 1, - 1 - ] - ] - }, "DOI": "10.1093/nar/30.1.207", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2002, - 7, - 26 - ] - ], - "date-time": "2002-07-26T22:19:55Z", - "timestamp": 1027721995000 - }, "page": "207-210", "source": "Crossref", - "is-referenced-by-count": 3294, "title": "Gene Expression Omnibus: NCBI gene expression and hybridization array data repository", - "prefix": "10.1093", "volume": "30", "author": [ { "given": "R.", - "family": "Edgar", - "affiliation": [] + "family": "Edgar" } ], - "member": "286", "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/30/1/207/9901036/300207.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T21:55:13Z", - "timestamp": 1503525313000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -10880,94 +4195,26 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.1093/nar/30.1.207", - "relation": {}, - "subject": [ - "Genetics" - ], - "short_url": "https://doi.org/fttpkn", + "URL": "https://doi.org/fttpkn", "id": "14VfbatMA" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 26 - ] - ], - "date-time": "2017-08-26T15:03:15Z", - "timestamp": 1503759795366 - }, - "reference-count": 0, "publisher": "Oxford University Press (OUP)", "issue": "90001", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2004, - 1, - 1 - ] - ] - }, "DOI": "10.1093/nar/gkh061", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2003, - 12, - 18 - ] - ], - "date-time": "2003-12-18T01:53:08Z", - "timestamp": 1071712388000 - }, "page": "267D-270", "source": "Crossref", - "is-referenced-by-count": 689, "title": "The Unified Medical Language System (UMLS): integrating biomedical terminology", - "prefix": "10.1093", "volume": "32", "author": [ { "given": "O.", - "family": "Bodenreider", - "affiliation": [] + "family": "Bodenreider" } ], - "member": "286", "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/32/suppl_1/D267/7621558/gkh061.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T12:39:45Z", - "timestamp": 1503578385000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -10977,95 +4224,29 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.1093/nar/gkh061", - "relation": {}, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/bzs9ps", "container-title-short": "Nucleic Acids Research", - "short_url": "https://doi.org/bzs9ps", + "PMCID": "PMC308795", + "PMID": "14681409", "id": "iNDjLbkQ" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T12:22:14Z", - "timestamp": 1504182134361 - }, - "reference-count": 0, "publisher": "Oxford University Press (OUP)", "issue": "90001", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2006, - 1, - 1 - ] - ] - }, "DOI": "10.1093/nar/gkj067", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2005, - 12, - 28 - ] - ], - "date-time": "2005-12-28T18:27:47Z", - "timestamp": 1135794467000 - }, "page": "D668-D672", "source": "Crossref", - "is-referenced-by-count": 919, "title": "DrugBank: a comprehensive resource for in silico drug discovery and exploration", - "prefix": "10.1093", "volume": "34", "author": [ { "given": "D. S.", - "family": "Wishart", - "affiliation": [] + "family": "Wishart" } ], - "member": "286", "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/34/suppl_1/D668/3924741/gkj067.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T20:09:34Z", - "timestamp": 1503518974000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -11075,133 +4256,53 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.1093/nar/gkj067", - "relation": {}, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/c7cp42", "container-title-short": "Nucleic Acids Research", - "short_url": "https://doi.org/c7cp42", + "PMCID": "PMC1347430", + "PMID": "16381955", "id": "RPxoiilN" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T10:22:12Z", - "timestamp": 1504174932722 - }, - "reference-count": 15, "publisher": "Oxford University Press (OUP)", "issue": "suppl_1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2009, - 1 - ] - ] - }, "DOI": "10.1093/nar/gkn653", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2008, - 10, - 3 - ] - ], - "date-time": "2008-10-03T00:13:11Z", - "timestamp": 1222992791000 - }, "page": "D674-D679", "source": "Crossref", - "is-referenced-by-count": 500, "title": "PID: the Pathway Interaction Database", - "prefix": "10.1093", "volume": "37", "author": [ { "given": "Carl F.", - "family": "Schaefer", - "affiliation": [] + "family": "Schaefer" }, { "given": "Kira", - "family": "Anthony", - "affiliation": [] + "family": "Anthony" }, { "given": "Shiva", - "family": "Krupa", - "affiliation": [] + "family": "Krupa" }, { "given": "Jeffrey", - "family": "Buchoff", - "affiliation": [] + "family": "Buchoff" }, { "given": "Matthew", - "family": "Day", - "affiliation": [] + "family": "Day" }, { "given": "Timo", - "family": "Hannay", - "affiliation": [] + "family": "Hannay" }, { "given": "Kenneth H.", - "family": "Buetow", - "affiliation": [] + "family": "Buetow" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2008, - 10, - 2 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/37/suppl_1/D674/16757229/gkn653.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T18:50:48Z", - "timestamp": 1503514248000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -11211,143 +4312,60 @@ ] ] }, - "references-count": 15, - "URL": "https://doi.org/10.1093/nar/gkn653", - "relation": {}, - "subject": [ - "Genetics" - ], - "short_url": "https://doi.org/dv62wn", + "URL": "https://doi.org/dv62wn", + "PMCID": "PMC2686461", + "PMID": "18832364", "id": "hza2g9jG" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T16:41:32Z", - "timestamp": 1503679292517 - }, - "reference-count": 25, "publisher": "Oxford University Press (OUP)", "issue": "Database", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2011, - 1, - 1 - ] - ] - }, "DOI": "10.1093/nar/gkq1039", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2010, - 11, - 12 - ] - ], - "date-time": "2010-11-12T01:16:24Z", - "timestamp": 1289524584000 - }, "page": "D685-D690", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Pathway Commons, a web resource for biological pathway data", - "prefix": "10.1093", "volume": "39", "author": [ { "given": "E. G.", - "family": "Cerami", - "affiliation": [] + "family": "Cerami" }, { "given": "B. E.", - "family": "Gross", - "affiliation": [] + "family": "Gross" }, { "given": "E.", - "family": "Demir", - "affiliation": [] + "family": "Demir" }, { "given": "I.", - "family": "Rodchenkov", - "affiliation": [] + "family": "Rodchenkov" }, { "given": "O.", - "family": "Babur", - "affiliation": [] + "family": "Babur" }, { "given": "N.", - "family": "Anwar", - "affiliation": [] + "family": "Anwar" }, { "given": "N.", - "family": "Schultz", - "affiliation": [] + "family": "Schultz" }, { "given": "G. D.", - "family": "Bader", - "affiliation": [] + "family": "Bader" }, { "given": "C.", - "family": "Sander", - "affiliation": [] + "family": "Sander" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2010, - 11, - 10 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/39/suppl_1/D685/7625356/gkq1039.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T12:46:17Z", - "timestamp": 1503578777000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -11357,119 +4375,41 @@ ] ] }, - "references-count": 25, - "URL": "https://doi.org/10.1093/nar/gkq1039", - "relation": {}, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/csjvsx", "container-title-short": "Nucleic Acids Research", - "short_url": "https://doi.org/csjvsx", + "PMCID": "PMC3013659", + "PMID": "21071392", "id": "gHOGRSfH" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 29 - ] - ], - "date-time": "2017-08-29T14:16:43Z", - "timestamp": 1504016203712 - }, - "reference-count": 8, "publisher": "Oxford University Press (OUP)", "issue": "Database", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2011, - 1, - 1 - ] - ] - }, "DOI": "10.1093/nar/gkq1237", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2010, - 11, - 30 - ] - ], - "date-time": "2010-11-30T05:05:02Z", - "timestamp": 1291093502000 - }, "page": "D52-D57", "source": "Crossref", - "is-referenced-by-count": 269, "title": "Entrez Gene: gene-centered information at NCBI", - "prefix": "10.1093", "volume": "39", "author": [ { "given": "D.", - "family": "Maglott", - "affiliation": [] + "family": "Maglott" }, { "given": "J.", - "family": "Ostell", - "affiliation": [] + "family": "Ostell" }, { "given": "K. D.", - "family": "Pruitt", - "affiliation": [] + "family": "Pruitt" }, { "given": "T.", - "family": "Tatusova", - "affiliation": [] + "family": "Tatusova" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2010, - 11, - 28 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/39/suppl_1/D52/7634240/gkq1237.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T12:48:09Z", - "timestamp": 1503578889000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -11479,131 +4419,57 @@ ] ] }, - "references-count": 8, - "URL": "https://doi.org/10.1093/nar/gkq1237", - "relation": {}, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/fsjcqz", "container-title-short": "Nucleic Acids Research", - "short_url": "https://doi.org/fsjcqz", + "PMCID": "PMC3013746", + "PMID": "21115458", "id": "u7vVtngU" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T06:18:10Z", - "timestamp": 1503641890789 - }, - "reference-count": 25, "publisher": "Oxford University Press (OUP)", "issue": "D1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2012, - 1, - 1 - ] - ] - }, "DOI": "10.1093/nar/gkr972", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2011, - 11, - 13 - ] - ], - "date-time": "2011-11-13T02:04:15Z", - "timestamp": 1321149855000 - }, "page": "D940-D946", "source": "Crossref", - "is-referenced-by-count": 195, "title": "Disease Ontology: a backbone for disease semantic integration", - "prefix": "10.1093", "volume": "40", "author": [ { "given": "L. M.", - "family": "Schriml", - "affiliation": [] + "family": "Schriml" }, { "given": "C.", - "family": "Arze", - "affiliation": [] + "family": "Arze" }, { "given": "S.", - "family": "Nadendla", - "affiliation": [] + "family": "Nadendla" }, { "given": "Y.-W. W.", - "family": "Chang", - "affiliation": [] + "family": "Chang" }, { "given": "M.", - "family": "Mazaitis", - "affiliation": [] + "family": "Mazaitis" }, { "given": "V.", - "family": "Felix", - "affiliation": [] + "family": "Felix" }, { "given": "G.", - "family": "Feng", - "affiliation": [] + "family": "Feng" }, { "given": "W. A.", - "family": "Kibbe", - "affiliation": [] + "family": "Kibbe" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2011, - 11, - 12 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T09:37:00Z", - "timestamp": 1497951420000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -11613,375 +4479,192 @@ ] ] }, - "references-count": 25, - "URL": "https://doi.org/10.1093/nar/gkr972", - "relation": {}, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/fwvx82", "container-title-short": "Nucleic Acids Research", - "short_url": "https://doi.org/fwvx82", + "PMCID": "PMC3245088", + "PMID": "22080554", "id": "1GnETgp1H" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T06:22:11Z", - "timestamp": 1504160531751 - }, - "reference-count": 19, "publisher": "Oxford University Press (OUP)", "issue": "D1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2013, - 1, - 1 - ] - ] - }, "DOI": "10.1093/nar/gks1193", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 11, - 29 - ] - ], - "date-time": "2012-11-29T02:05:22Z", - "timestamp": 1354154722000 - }, "page": "D991-D995", "source": "Crossref", - "is-referenced-by-count": 966, - "title": "NCBI GEO: archive for functional genomics data sets--update", - "prefix": "10.1093", + "title": "NCBI GEO: archive for functional genomics data sets—update", "volume": "41", "author": [ { - "given": "T.", - "family": "Barrett", - "affiliation": [] + "given": "Tanya", + "family": "Barrett" }, { - "given": "S. E.", - "family": "Wilhite", - "affiliation": [] + "given": "Stephen E.", + "family": "Wilhite" }, { - "given": "P.", - "family": "Ledoux", - "affiliation": [] + "given": "Pierre", + "family": "Ledoux" }, { - "given": "C.", - "family": "Evangelista", - "affiliation": [] + "given": "Carlos", + "family": "Evangelista" }, { - "given": "I. F.", - "family": "Kim", - "affiliation": [] + "given": "Irene F.", + "family": "Kim" }, { - "given": "M.", - "family": "Tomashevsky", - "affiliation": [] + "given": "Maxim", + "family": "Tomashevsky" }, { - "given": "K. A.", - "family": "Marshall", - "affiliation": [] + "given": "Kimberly A.", + "family": "Marshall" }, { - "given": "K. H.", - "family": "Phillippy", - "affiliation": [] + "given": "Katherine H.", + "family": "Phillippy" }, { - "given": "P. M.", - "family": "Sherman", - "affiliation": [] + "given": "Patti M.", + "family": "Sherman" }, { - "given": "M.", - "family": "Holko", - "affiliation": [] + "given": "Michelle", + "family": "Holko" }, { - "given": "A.", - "family": "Yefanov", - "affiliation": [] + "given": "Andrey", + "family": "Yefanov" }, { - "given": "H.", - "family": "Lee", - "affiliation": [] + "given": "Hyeseung", + "family": "Lee" }, { - "given": "N.", - "family": "Zhang", - "affiliation": [] + "given": "Naigong", + "family": "Zhang" }, { - "given": "C. L.", - "family": "Robertson", - "affiliation": [] + "given": "Cynthia L.", + "family": "Robertson" }, { - "given": "N.", - "family": "Serova", - "affiliation": [] + "given": "Nadezhda", + "family": "Serova" }, { - "given": "S.", - "family": "Davis", - "affiliation": [] + "given": "Sean", + "family": "Davis" }, { - "given": "A.", - "family": "Soboleva", - "affiliation": [] + "given": "Alexandra", + "family": "Soboleva" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2012, - 11, - 27 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/41/D1/D991/3678141/gks1193.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T20:19:45Z", - "timestamp": 1503519585000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ 2012, 11, - 27 + 26 ] ] }, - "references-count": 19, - "URL": "https://doi.org/10.1093/nar/gks1193", - "relation": {}, - "subject": [ - "Genetics" - ], - "container-title-short": "Nucleic Acids Research", - "short_url": "https://doi.org/f3mn62", + "URL": "https://doi.org/f3mn62", + "PMCID": "PMC3531084", + "PMID": "23193258", "id": "tGvcfcsl" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 26 - ] - ], - "date-time": "2017-08-26T15:03:10Z", - "timestamp": 1503759790331 - }, - "reference-count": 22, "publisher": "Oxford University Press (OUP)", "issue": "D1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2014, - 1 - ] - ] - }, "DOI": "10.1093/nar/gkt1068", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2013, - 11, - 8 - ] - ], - "date-time": "2013-11-08T01:46:29Z", - "timestamp": 1383875189000 - }, "page": "D1091-D1097", "source": "Crossref", - "is-referenced-by-count": 508, "title": "DrugBank 4.0: shedding new light on drug metabolism", - "prefix": "10.1093", "volume": "42", "author": [ { "given": "Vivian", - "family": "Law", - "affiliation": [] + "family": "Law" }, { "given": "Craig", - "family": "Knox", - "affiliation": [] + "family": "Knox" }, { "given": "Yannick", - "family": "Djoumbou", - "affiliation": [] + "family": "Djoumbou" }, { "given": "Tim", - "family": "Jewison", - "affiliation": [] + "family": "Jewison" }, { "given": "An Chi", - "family": "Guo", - "affiliation": [] + "family": "Guo" }, { "given": "Yifeng", - "family": "Liu", - "affiliation": [] + "family": "Liu" }, { "given": "Adam", - "family": "Maciejewski", - "affiliation": [] + "family": "Maciejewski" }, { "given": "David", - "family": "Arndt", - "affiliation": [] + "family": "Arndt" }, { "given": "Michael", - "family": "Wilson", - "affiliation": [] + "family": "Wilson" }, { "given": "Vanessa", - "family": "Neveu", - "affiliation": [] + "family": "Neveu" }, { "given": "Alexandra", - "family": "Tang", - "affiliation": [] + "family": "Tang" }, { "given": "Geraldine", - "family": "Gabriel", - "affiliation": [] + "family": "Gabriel" }, { "given": "Carol", - "family": "Ly", - "affiliation": [] + "family": "Ly" }, { "given": "Sakina", - "family": "Adamjee", - "affiliation": [] + "family": "Adamjee" }, { "given": "Zerihun T.", - "family": "Dame", - "affiliation": [] + "family": "Dame" }, { "given": "Beomsoo", - "family": "Han", - "affiliation": [] + "family": "Han" }, { "given": "You", - "family": "Zhou", - "affiliation": [] + "family": "Zhou" }, { "given": "David S.", - "family": "Wishart", - "affiliation": [] + "family": "Wishart" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2013, - 11, - 6 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/42/D1/D1091/3559045/gkt1068.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T19:46:48Z", - "timestamp": 1503517608000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -11991,162 +4674,73 @@ ] ] }, - "references-count": 22, - "alternative-id": [ - "10.1093/nar/gkt1068" - ], - "URL": "https://doi.org/10.1093/nar/gkt1068", - "relation": {}, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/f3mn6d", "container-title-short": "Nucl. Acids Res.", - "short_url": "https://doi.org/f3mn6d", + "PMCID": "PMC3965102", + "PMID": "24203711", "id": "6PR8LEXK" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 28 - ] - ], - "date-time": "2017-08-28T21:34:52Z", - "timestamp": 1503956092360 - }, - "reference-count": 30, "publisher": "Oxford University Press (OUP)", "issue": "D1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 1, - 28 - ] - ] - }, "DOI": "10.1093/nar/gku1011", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2014, - 10, - 28 - ] - ], - "date-time": "2014-10-28T00:15:12Z", - "timestamp": 1414455312000 - }, "page": "D1071-D1078", "source": "Crossref", - "is-referenced-by-count": 71, "title": "Disease Ontology 2015 update: an expanded and updated database of human diseases for linking biomedical knowledge through disease data", - "prefix": "10.1093", "volume": "43", "author": [ { - "given": "W. A.", - "family": "Kibbe", - "affiliation": [] + "given": "Warren A.", + "family": "Kibbe" }, { - "given": "C.", - "family": "Arze", - "affiliation": [] + "given": "Cesar", + "family": "Arze" }, { - "given": "V.", - "family": "Felix", - "affiliation": [] + "given": "Victor", + "family": "Felix" }, { - "given": "E.", - "family": "Mitraka", - "affiliation": [] + "given": "Elvira", + "family": "Mitraka" }, { - "given": "E.", - "family": "Bolton", - "affiliation": [] + "given": "Evan", + "family": "Bolton" }, { - "given": "G.", - "family": "Fu", - "affiliation": [] + "given": "Gang", + "family": "Fu" }, { - "given": "C. J.", - "family": "Mungall", - "affiliation": [] + "given": "Christopher J.", + "family": "Mungall" }, { - "given": "J. X.", - "family": "Binder", - "affiliation": [] + "given": "Janos X.", + "family": "Binder" }, { - "given": "J.", - "family": "Malone", - "affiliation": [] + "given": "James", + "family": "Malone" }, { - "given": "D.", - "family": "Vasant", - "affiliation": [] + "given": "Drashtti", + "family": "Vasant" }, { - "given": "H.", - "family": "Parkinson", - "affiliation": [] + "given": "Helen", + "family": "Parkinson" }, { - "given": "L. M.", - "family": "Schriml", - "affiliation": [] + "given": "Lynn M.", + "family": "Schriml" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2014, - 10, - 27 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/43/D1/D1071/17435884/gku1011.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T12:36:35Z", - "timestamp": 1503578195000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -12156,134 +4750,52 @@ ] ] }, - "references-count": 30, - "URL": "https://doi.org/10.1093/nar/gku1011", - "relation": {}, - "subject": [ - "Genetics" - ], - "container-title-short": "Nucleic Acids Research", - "short_url": "https://doi.org/f3mn6b", + "URL": "https://doi.org/f3mn6b", + "PMCID": "PMC4383880", + "PMID": "25348409", "id": "f99q1xsw" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T16:42:04Z", - "timestamp": 1503679324642 - }, - "reference-count": 22, "publisher": "Oxford University Press (OUP)", "issue": "D1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 1, - 28 - ] - ] - }, "DOI": "10.1093/nar/gku1113", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2014, - 11, - 7 - ] - ], - "date-time": "2014-11-07T05:22:41Z", - "timestamp": 1415337761000 - }, "page": "D1057-D1063", "source": "Crossref", - "is-referenced-by-count": 0, "title": "The GOA database: Gene Ontology annotation updates for 2015", - "prefix": "10.1093", "volume": "43", "author": [ { - "given": "R. P.", - "family": "Huntley", - "affiliation": [] + "given": "Rachael P.", + "family": "Huntley" }, { - "given": "T.", - "family": "Sawford", - "affiliation": [] + "given": "Tony", + "family": "Sawford" }, { - "given": "P.", - "family": "Mutowo-Meullenet", - "affiliation": [] + "given": "Prudence", + "family": "Mutowo-Meullenet" }, { - "given": "A.", - "family": "Shypitsyna", - "affiliation": [] + "given": "Aleksandra", + "family": "Shypitsyna" }, { - "given": "C.", - "family": "Bonilla", - "affiliation": [] + "given": "Carlos", + "family": "Bonilla" }, { - "given": "M. J.", - "family": "Martin", - "affiliation": [] + "given": "Maria J.", + "family": "Martin" }, { - "given": "C.", - "family": "O'Donovan", - "affiliation": [] + "given": "Claire", + "family": "O'Donovan" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2014, - 11, - 6 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/43/D1/D1057/7318549/gku1113.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T12:38:52Z", - "timestamp": 1503578332000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -12293,194 +4805,84 @@ ] ] }, - "references-count": 22, - "URL": "https://doi.org/10.1093/nar/gku1113", - "relation": {}, - "subject": [ - "Genetics" - ], - "container-title-short": "Nucleic Acids Research", - "short_url": "https://doi.org/35x", + "URL": "https://doi.org/35x", + "PMCID": "PMC4383930", + "PMID": "25378336", "id": "AIFvkizu" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T19:41:21Z", - "timestamp": 1503690081618 - }, - "reference-count": 22, "publisher": "Oxford University Press (OUP)", "issue": "D1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 1, - 4 - ] - ] - }, "DOI": "10.1093/nar/gkv1024", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 10, - 20 - ] - ], - "date-time": "2015-10-20T12:16:26Z", - "timestamp": 1445343386000 - }, "page": "D488-D494", "source": "Crossref", - "is-referenced-by-count": 0, "title": "WikiPathways: capturing the full diversity of pathway knowledge", - "prefix": "10.1093", "volume": "44", "author": [ { "given": "Martina", - "family": "Kutmon", - "affiliation": [] + "family": "Kutmon" }, { - "ORCID": "http://orcid.org/0000-0002-4693-0591", - "authenticated-orcid": false, "given": "Anders", - "family": "Riutta", - "affiliation": [] + "family": "Riutta" }, { "given": "Nuno", - "family": "Nunes", - "affiliation": [] + "family": "Nunes" }, { "given": "Kristina", - "family": "Hanspers", - "affiliation": [] + "family": "Hanspers" }, { - "ORCID": "http://orcid.org/0000-0001-7542-0286", - "authenticated-orcid": false, "given": "Egon L.", - "family": "Willighagen", - "affiliation": [] + "family": "Willighagen" }, { - "ORCID": "http://orcid.org/0000-0001-7073-5852", - "authenticated-orcid": false, "given": "Anwesha", - "family": "Bohler", - "affiliation": [] + "family": "Bohler" }, { - "ORCID": "http://orcid.org/0000-0001-8624-2972", - "authenticated-orcid": false, "given": "Jonathan", - "family": "Mélius", - "affiliation": [] + "family": "Mélius" }, { - "ORCID": "http://orcid.org/0000-0001-9773-4008", - "authenticated-orcid": false, "given": "Andra", - "family": "Waagmeester", - "affiliation": [] + "family": "Waagmeester" }, { - "ORCID": "http://orcid.org/0000-0002-4503-0401", - "authenticated-orcid": false, "given": "Sravanthi R.", - "family": "Sinha", - "affiliation": [] + "family": "Sinha" }, { - "ORCID": "http://orcid.org/0000-0003-3477-7443", - "authenticated-orcid": false, "given": "Ryan", - "family": "Miller", - "affiliation": [] + "family": "Miller" }, { - "ORCID": "http://orcid.org/0000-0003-1224-9690", - "authenticated-orcid": false, "given": "Susan L.", - "family": "Coort", - "affiliation": [] + "family": "Coort" }, { - "ORCID": "http://orcid.org/0000-0002-0241-7833", - "authenticated-orcid": false, "given": "Elisa", - "family": "Cirillo", - "affiliation": [] + "family": "Cirillo" }, { - "ORCID": "http://orcid.org/0000-0001-6370-6965", - "authenticated-orcid": false, "given": "Bart", - "family": "Smeets", - "affiliation": [] + "family": "Smeets" }, { "given": "Chris T.", - "family": "Evelo", - "affiliation": [] + "family": "Evelo" }, { "given": "Alexander R.", - "family": "Pico", - "affiliation": [] + "family": "Pico" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2015, - 10, - 19 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/44/D1/D488/16661181/gkv1024.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T13:31:20Z", - "timestamp": 1503581480000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -12490,134 +4892,49 @@ ] ] }, - "references-count": 22, - "alternative-id": [ - "10.1093/nar/gkv1024" - ], - "URL": "https://doi.org/10.1093/nar/gkv1024", - "relation": {}, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/f3mn6h", "container-title-short": "Nucleic Acids Res", - "short_url": "https://doi.org/f3mn6h", + "PMCID": "PMC4702772", + "PMID": "26481357", "id": "13dXhDrjJ" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T19:41:42Z", - "timestamp": 1503690102891 - }, - "reference-count": 38, "publisher": "Oxford University Press (OUP)", "issue": "D1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 1, - 4 - ] - ] - }, "DOI": "10.1093/nar/gkv1072", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 10, - 20 - ] - ], - "date-time": "2015-10-20T12:16:26Z", - "timestamp": 1445343386000 - }, "page": "D1045-D1053", "source": "Crossref", - "is-referenced-by-count": 0, "title": "BindingDB in 2015: A public database for medicinal chemistry, computational chemistry and systems pharmacology", - "prefix": "10.1093", "volume": "44", "author": [ { - "ORCID": "http://orcid.org/0000-0002-3375-1738", - "authenticated-orcid": false, "given": "Michael K.", - "family": "Gilson", - "affiliation": [] + "family": "Gilson" }, { "given": "Tiqing", - "family": "Liu", - "affiliation": [] + "family": "Liu" }, { "given": "Michael", - "family": "Baitaluk", - "affiliation": [] + "family": "Baitaluk" }, { "given": "George", - "family": "Nicola", - "affiliation": [] + "family": "Nicola" }, { "given": "Linda", - "family": "Hwang", - "affiliation": [] + "family": "Hwang" }, { "given": "Jenny", - "family": "Chong", - "affiliation": [] + "family": "Chong" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2015, - 10, - 19 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/44/D1/D1045/9482229/gkv1072.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T13:31:28Z", - "timestamp": 1503581488000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -12627,124 +4944,41 @@ ] ] }, - "references-count": 38, - "alternative-id": [ - "10.1093/nar/gkv1072" - ], - "URL": "https://doi.org/10.1093/nar/gkv1072", - "relation": {}, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/f3mn6r", "container-title-short": "Nucleic Acids Res", - "short_url": "https://doi.org/f3mn6r", + "PMCID": "PMC4702793", + "PMID": "26481362", "id": "4WZ9VZD7" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T19:41:21Z", - "timestamp": 1503690081510 - }, - "reference-count": 18, "publisher": "Oxford University Press (OUP)", "issue": "D1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 1, - 4 - ] - ] - }, "DOI": "10.1093/nar/gkv1075", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 10, - 20 - ] - ], - "date-time": "2015-10-20T12:16:26Z", - "timestamp": 1445343386000 - }, "page": "D1075-D1079", "source": "Crossref", - "is-referenced-by-count": 0, "title": "The SIDER database of drugs and side effects", - "prefix": "10.1093", "volume": "44", "author": [ { "given": "Michael", - "family": "Kuhn", - "affiliation": [] + "family": "Kuhn" }, { - "ORCID": "http://orcid.org/0000-0003-3560-4288", - "authenticated-orcid": false, "given": "Ivica", - "family": "Letunic", - "affiliation": [] + "family": "Letunic" }, { "given": "Lars Juhl", - "family": "Jensen", - "affiliation": [] + "family": "Jensen" }, { "given": "Peer", - "family": "Bork", - "affiliation": [] + "family": "Bork" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2015, - 10, - 19 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/44/D1/D1075/16661270/gkv1075.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T13:31:29Z", - "timestamp": 1503581489000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -12754,212 +4988,113 @@ ] ] }, - "references-count": 18, - "alternative-id": [ - "10.1093/nar/gkv1075" - ], - "URL": "https://doi.org/10.1093/nar/gkv1075", - "relation": {}, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/f3mn6f", "container-title-short": "Nucleic Acids Res", - "short_url": "https://doi.org/f3mn6f", + "PMCID": "PMC4702794", + "PMID": "26481350", "id": "1DRwksl3r" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 30 - ] - ], - "date-time": "2017-08-30T18:02:09Z", - "timestamp": 1504116129513 - }, - "reference-count": 5, "publisher": "Oxford University Press (OUP)", "issue": "D1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 1, - 4 - ] - ] - }, "DOI": "10.1093/nar/gkv1351", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 12, - 13 - ] - ], - "date-time": "2015-12-13T02:12:46Z", - "timestamp": 1449972766000 - }, "page": "D481-D487", "source": "Crossref", - "is-referenced-by-count": 142, "title": "The Reactome pathway Knowledgebase", - "prefix": "10.1093", "volume": "44", "author": [ { "given": "Antonio", - "family": "Fabregat", - "affiliation": [] + "family": "Fabregat" }, { "given": "Konstantinos", - "family": "Sidiropoulos", - "affiliation": [] + "family": "Sidiropoulos" }, { "given": "Phani", - "family": "Garapati", - "affiliation": [] + "family": "Garapati" }, { "given": "Marc", - "family": "Gillespie", - "affiliation": [] + "family": "Gillespie" }, { "given": "Kerstin", - "family": "Hausmann", - "affiliation": [] + "family": "Hausmann" }, { "given": "Robin", - "family": "Haw", - "affiliation": [] + "family": "Haw" }, { "given": "Bijay", - "family": "Jassal", - "affiliation": [] + "family": "Jassal" }, { "given": "Steven", - "family": "Jupe", - "affiliation": [] + "family": "Jupe" }, { "given": "Florian", - "family": "Korninger", - "affiliation": [] + "family": "Korninger" }, { "given": "Sheldon", - "family": "McKay", - "affiliation": [] + "family": "McKay" }, { "given": "Lisa", - "family": "Matthews", - "affiliation": [] + "family": "Matthews" }, { "given": "Bruce", - "family": "May", - "affiliation": [] + "family": "May" }, { "given": "Marija", - "family": "Milacic", - "affiliation": [] + "family": "Milacic" }, { "given": "Karen", - "family": "Rothfels", - "affiliation": [] + "family": "Rothfels" }, { "given": "Veronica", - "family": "Shamovsky", - "affiliation": [] + "family": "Shamovsky" }, { "given": "Marissa", - "family": "Webber", - "affiliation": [] + "family": "Webber" }, { "given": "Joel", - "family": "Weiser", - "affiliation": [] + "family": "Weiser" }, { "given": "Mark", - "family": "Williams", - "affiliation": [] + "family": "Williams" }, { "given": "Guanming", - "family": "Wu", - "affiliation": [] + "family": "Wu" }, { "given": "Lincoln", - "family": "Stein", - "affiliation": [] + "family": "Stein" }, { "given": "Henning", - "family": "Hermjakob", - "affiliation": [] + "family": "Hermjakob" }, { "given": "Peter", - "family": "D'Eustachio", - "affiliation": [] + "family": "D'Eustachio" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2015, - 12, - 9 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/44/D1/D481/9484043/gkv1351.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T13:35:00Z", - "timestamp": 1503581700000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -12969,232 +5104,129 @@ ] ] }, - "references-count": 5, - "alternative-id": [ - "10.1093/nar/gkv1351" - ], - "URL": "https://doi.org/10.1093/nar/gkv1351", - "relation": {}, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/f3mn6j", "container-title-short": "Nucleic Acids Res", - "short_url": "https://doi.org/f3mn6j", + "PMCID": "PMC4702931", + "PMID": "26656494", "id": "VRAAqTPx" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 30 - ] - ], - "date-time": "2017-08-30T20:22:11Z", - "timestamp": 1504124531489 - }, - "reference-count": 64, "publisher": "Oxford University Press (OUP)", "issue": "D1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2017, - 1, - 4 - ] - ] - }, "DOI": "10.1093/nar/gkw1128", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 11, - 2 - ] - ], - "date-time": "2016-11-02T20:05:29Z", - "timestamp": 1478117129000 - }, "page": "D712-D722", "source": "Crossref", - "is-referenced-by-count": 9, "title": "The Monarch Initiative: an integrative data and analytic platform connecting phenotypes to genotypes across species", - "prefix": "10.1093", "volume": "45", "author": [ { "given": "Christopher J.", - "family": "Mungall", - "affiliation": [] + "family": "Mungall" }, { "given": "Julie A.", - "family": "McMurry", - "affiliation": [] + "family": "McMurry" }, { "given": "Sebastian", - "family": "Köhler", - "affiliation": [] + "family": "Köhler" }, { "given": "James P.", - "family": "Balhoff", - "affiliation": [] + "family": "Balhoff" }, { "given": "Charles", - "family": "Borromeo", - "affiliation": [] + "family": "Borromeo" }, { "given": "Matthew", - "family": "Brush", - "affiliation": [] + "family": "Brush" }, { "given": "Seth", - "family": "Carbon", - "affiliation": [] + "family": "Carbon" }, { "given": "Tom", - "family": "Conlin", - "affiliation": [] + "family": "Conlin" }, { "given": "Nathan", - "family": "Dunn", - "affiliation": [] + "family": "Dunn" }, { "given": "Mark", - "family": "Engelstad", - "affiliation": [] + "family": "Engelstad" }, { "given": "Erin", - "family": "Foster", - "affiliation": [] + "family": "Foster" }, { "given": "J.P.", - "family": "Gourdine", - "affiliation": [] + "family": "Gourdine" }, { "given": "Julius O.B.", - "family": "Jacobsen", - "affiliation": [] + "family": "Jacobsen" }, { "given": "Dan", - "family": "Keith", - "affiliation": [] + "family": "Keith" }, { "given": "Bryan", - "family": "Laraway", - "affiliation": [] + "family": "Laraway" }, { "given": "Suzanna E.", - "family": "Lewis", - "affiliation": [] + "family": "Lewis" }, { "given": "Jeremy", - "family": "NguyenXuan", - "affiliation": [] + "family": "NguyenXuan" }, { "given": "Kent", - "family": "Shefchek", - "affiliation": [] + "family": "Shefchek" }, { "given": "Nicole", - "family": "Vasilevsky", - "affiliation": [] + "family": "Vasilevsky" }, { "given": "Zhou", - "family": "Yuan", - "affiliation": [] + "family": "Yuan" }, { "given": "Nicole", - "family": "Washington", - "affiliation": [] + "family": "Washington" }, { "given": "Harry", - "family": "Hochheiser", - "affiliation": [] + "family": "Hochheiser" }, { "given": "Tudor", - "family": "Groza", - "affiliation": [] + "family": "Groza" }, { "given": "Damian", - "family": "Smedley", - "affiliation": [] + "family": "Smedley" }, { "given": "Peter N.", - "family": "Robinson", - "affiliation": [] + "family": "Robinson" }, { "given": "Melissa A.", - "family": "Haendel", - "affiliation": [] + "family": "Haendel" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2016, - 11, - 29 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/45/D1/D712/8846933/gkw1128.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T05:03:26Z", - "timestamp": 1503637406000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -13204,195 +5236,93 @@ ] ] }, - "references-count": 64, - "alternative-id": [ - "10.1093/nar/gkw1128" - ], - "URL": "https://doi.org/10.1093/nar/gkw1128", - "relation": {}, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/f9v7bz", "container-title-short": "Nucleic Acids Res", - "short_url": "https://doi.org/f9v7bz", + "PMCID": "PMC5210586", + "PMID": "27899636", "id": "5cHHEM6Q" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T12:02:14Z", - "timestamp": 1504180934988 - }, - "reference-count": 21, "publisher": "Oxford University Press (OUP)", "issue": "D1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2017, - 1, - 4 - ] - ] - }, "DOI": "10.1093/nar/gkw1133", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 11, - 2 - ] - ], - "date-time": "2016-11-02T20:05:29Z", - "timestamp": 1478117129000 - }, "page": "D896-D901", "source": "Crossref", - "is-referenced-by-count": 13, "title": "The new NHGRI-EBI Catalog of published genome-wide association studies (GWAS Catalog)", - "prefix": "10.1093", "volume": "45", "author": [ { "given": "Jacqueline", - "family": "MacArthur", - "affiliation": [] + "family": "MacArthur" }, { "given": "Emily", - "family": "Bowler", - "affiliation": [] + "family": "Bowler" }, { "given": "Maria", - "family": "Cerezo", - "affiliation": [] + "family": "Cerezo" }, { "given": "Laurent", - "family": "Gil", - "affiliation": [] + "family": "Gil" }, { "given": "Peggy", - "family": "Hall", - "affiliation": [] + "family": "Hall" }, { - "ORCID": "http://orcid.org/0000-0001-9927-8560", - "authenticated-orcid": false, "given": "Emma", - "family": "Hastings", - "affiliation": [] + "family": "Hastings" }, { "given": "Heather", - "family": "Junkins", - "affiliation": [] + "family": "Junkins" }, { "given": "Aoife", - "family": "McMahon", - "affiliation": [] + "family": "McMahon" }, { "given": "Annalisa", - "family": "Milano", - "affiliation": [] + "family": "Milano" }, { "given": "Joannella", - "family": "Morales", - "affiliation": [] + "family": "Morales" }, { "given": "Zoe May", - "family": "Pendlington", - "affiliation": [] + "family": "Pendlington" }, { "given": "Danielle", - "family": "Welter", - "affiliation": [] + "family": "Welter" }, { - "ORCID": "http://orcid.org/0000-0002-2513-5396", - "authenticated-orcid": false, "given": "Tony", - "family": "Burdett", - "affiliation": [] + "family": "Burdett" }, { "given": "Lucia", - "family": "Hindorff", - "affiliation": [] + "family": "Hindorff" }, { - "ORCID": "http://orcid.org/0000-0002-3897-7955", - "authenticated-orcid": false, "given": "Paul", - "family": "Flicek", - "affiliation": [] + "family": "Flicek" }, { - "ORCID": "http://orcid.org/0000-0002-7445-2419", - "authenticated-orcid": false, "given": "Fiona", - "family": "Cunningham", - "affiliation": [] + "family": "Cunningham" }, { "given": "Helen", - "family": "Parkinson", - "affiliation": [] + "family": "Parkinson" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2016, - 11, - 29 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/45/D1/D896/8846954/gkw1133.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T05:02:58Z", - "timestamp": 1503637378000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -13402,149 +5332,61 @@ ] ] }, - "references-count": 21, - "alternative-id": [ - "10.1093/nar/gkw1133" - ], - "URL": "https://doi.org/10.1093/nar/gkw1133", - "relation": {}, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/f9v7cp", "container-title-short": "Nucleic Acids Res", - "short_url": "https://doi.org/f9v7cp", + "PMCID": "PMC5210590", + "PMID": "27899670", "id": "16cIDAXhG" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T13:42:30Z", - "timestamp": 1503668550457 - }, - "reference-count": 53, "publisher": "Oxford University Press (OUP)", "issue": "D1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2017, - 1, - 4 - ] - ] - }, "DOI": "10.1093/nar/gkw943", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 10, - 18 - ] - ], - "date-time": "2016-10-18T20:17:23Z", - "timestamp": 1476821843000 - }, "page": "D833-D839", "source": "Crossref", - "is-referenced-by-count": 0, "title": "DisGeNET: a comprehensive platform integrating information on human disease-associated genes and variants", - "prefix": "10.1093", "volume": "45", "author": [ { - "ORCID": "http://orcid.org/0000-0003-1244-7654", - "authenticated-orcid": false, "given": "Janet", - "family": "Piñero", - "affiliation": [] + "family": "Piñero" }, { "given": "Àlex", - "family": "Bravo", - "affiliation": [] + "family": "Bravo" }, { "given": "Núria", - "family": "Queralt-Rosinach", - "affiliation": [] + "family": "Queralt-Rosinach" }, { "given": "Alba", - "family": "Gutiérrez-Sacristán", - "affiliation": [] + "family": "Gutiérrez-Sacristán" }, { "given": "Jordi", - "family": "Deu-Pons", - "affiliation": [] + "family": "Deu-Pons" }, { "given": "Emilio", - "family": "Centeno", - "affiliation": [] + "family": "Centeno" }, { "given": "Javier", - "family": "García-García", - "affiliation": [] + "family": "García-García" }, { "given": "Ferran", - "family": "Sanz", - "affiliation": [] + "family": "Sanz" }, { "given": "Laura I.", - "family": "Furlong", - "affiliation": [] + "family": "Furlong" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2016, - 10, - 19 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/45/D1/D833/8847238/gkw943.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T11:42:30Z", - "timestamp": 1503574950000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -13554,142 +5396,57 @@ ] ] }, - "references-count": 53, - "alternative-id": [ - "10.1093/nar/gkw943" - ], - "URL": "https://doi.org/10.1093/nar/gkw943", - "relation": {}, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/f9v9wp", "container-title-short": "Nucleic Acids Res", - "short_url": "https://doi.org/f9v9wp", + "PMCID": "PMC5210640", + "PMID": "27924018", "id": "whECp1TM" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T10:41:33Z", - "timestamp": 1503657693390 - }, - "reference-count": 29, "publisher": "Oxford University Press (OUP)", "issue": "D1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2017, - 1, - 4 - ] - ] - }, "DOI": "10.1093/nar/gkw993", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 10, - 25 - ] - ], - "date-time": "2016-10-25T03:06:53Z", - "timestamp": 1477364813000 - }, "page": "D932-D939", "source": "Crossref", - "is-referenced-by-count": 0, "title": "DrugCentral: online drug compendium", - "prefix": "10.1093", "volume": "45", "author": [ { "given": "Oleg", - "family": "Ursu", - "affiliation": [] + "family": "Ursu" }, { "given": "Jayme", - "family": "Holmes", - "affiliation": [] + "family": "Holmes" }, { "given": "Jeffrey", - "family": "Knockel", - "affiliation": [] + "family": "Knockel" }, { "given": "Cristian G.", - "family": "Bologa", - "affiliation": [] + "family": "Bologa" }, { "given": "Jeremy J.", - "family": "Yang", - "affiliation": [] + "family": "Yang" }, { "given": "Stephen L.", - "family": "Mathias", - "affiliation": [] + "family": "Mathias" }, { "given": "Stuart J.", - "family": "Nelson", - "affiliation": [] + "family": "Nelson" }, { "given": "Tudor I.", - "family": "Oprea", - "affiliation": [] + "family": "Oprea" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2016, - 10, - 26 - ] - ] - }, "container-title": "Nucleic Acids Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/nar/article-pdf/45/D1/D932/8847374/gkw993.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T10:20:31Z", - "timestamp": 1503570031000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -13699,117 +5456,37 @@ ] ] }, - "references-count": 29, - "alternative-id": [ - "10.1093/nar/gkw993" - ], - "URL": "https://doi.org/10.1093/nar/gkw993", - "relation": {}, - "subject": [ - "Genetics" - ], + "URL": "https://doi.org/f9vphz", "container-title-short": "Nucleic Acids Res", - "short_url": "https://doi.org/f9vphz", + "PMCID": "PMC5210665", + "PMID": "27789690", "id": "5Bk8rV02" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T01:41:45Z", - "timestamp": 1503538905808 - }, - "reference-count": 183, "publisher": "Oxford University Press (OUP)", "issue": "11", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2012, - 11, - 1 - ] - ] - }, "DOI": "10.1093/ntr/nts201", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 10, - 1 - ] - ], - "date-time": "2012-10-01T00:36:09Z", - "timestamp": 1349051769000 - }, "page": "1300-1318", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Development of Novel Pharmacotherapeutics for Tobacco Dependence: Progress and Future Directions", - "prefix": "10.1093", "volume": "14", "author": [ { "given": "D.", - "family": "Harmey", - "affiliation": [] + "family": "Harmey" }, { "given": "P. R.", - "family": "Griffin", - "affiliation": [] + "family": "Griffin" }, { "given": "P. J.", - "family": "Kenny", - "affiliation": [] + "family": "Kenny" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2012, - 9, - 27 - ] - ] - }, "container-title": "Nicotine & Tobacco Research", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/ntr/article-pdf/14/11/1300/3851669/nts201.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T19:42:48Z", - "timestamp": 1503517368000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -13819,112 +5496,33 @@ ] ] }, - "references-count": 183, - "URL": "https://doi.org/10.1093/ntr/nts201", - "relation": {}, - "subject": [ - "Public Health, Environmental and Occupational Health" - ], + "URL": "https://doi.org/f4crs2", "container-title-short": "Nicotine & Tobacco Research", - "short_url": "https://doi.org/f4crs2", + "PMCID": "PMC3611986", + "PMID": "23024249", "id": "RW3iefYj" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 30 - ] - ], - "date-time": "2017-08-30T14:42:32Z", - "timestamp": 1504104152417 - }, - "reference-count": 195, "publisher": "The Royal Society", "issue": "112", - "content-domain": { - "domain": [ - "royalsocietypublishing.org" - ], - "crossmark-restriction": true - }, - "published-print": { - "date-parts": [ - [ - 2015, - 11, - 6 - ] - ] - }, "DOI": "10.1098/rsif.2015.0571", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 10, - 26 - ] - ], - "date-time": "2015-10-26T18:45:46Z", - "timestamp": 1445885146000 - }, "page": "20150571", - "update-policy": "http://dx.doi.org/10.1098/crossmarkpolicy", "source": "Crossref", - "is-referenced-by-count": 10, "title": "Methods for biological data integration: perspectives and challenges", - "prefix": "10.1098", "volume": "12", "author": [ { "given": "Vladimir", - "family": "Gligorijević", - "affiliation": [] + "family": "Gligorijević" }, { "given": "Nataša", - "family": "Pržulj", - "affiliation": [] + "family": "Pržulj" } ], - "member": "175", - "published-online": { - "date-parts": [ - [ - 2015, - 10, - 21 - ] - ] - }, "container-title": "Journal of The Royal Society Interface", - "original-title": [], - "link": [ - { - "URL": "https://syndication.highwire.org/content/doi/10.1098/rsif.2015.0571", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 23 - ] - ], - "date-time": "2017-06-23T22:14:14Z", - "timestamp": 1498256054000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -13934,168 +5532,58 @@ ] ] }, - "references-count": 195, - "alternative-id": [ - "10.1098/rsif.2015.0571" - ], - "URL": "https://doi.org/10.1098/rsif.2015.0571", - "relation": { - "cites": [] - }, - "subject": [ - "Biotechnology", - "Biophysics", - "Biochemistry", - "Bioengineering", - "Biomaterials", - "Biomedical Engineering" - ], + "URL": "https://doi.org/bdzp", "container-title-short": "J. R. Soc. Interface", - "short_url": "https://doi.org/bdzp", + "PMCID": "PMC4685837", + "PMID": "26490630", "id": "gIhNaGUg" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 9, - 1 - ] - ], - "date-time": "2017-09-01T05:40:06Z", - "timestamp": 1504244406226 - }, - "posted": { - "date-parts": [ - [ - 2016, - 11, - 14 - ] - ] - }, - "group-title": "Bioinformatics", - "reference-count": 0, "publisher": "Cold Spring Harbor Laboratory", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "accepted": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ] - }, "abstract": "The ability to computationally predict whether a compound treats a disease would improve the economy and success rate of drug approval. This study describes Project Rephetio to systematically model drug efficacy based on 755 existing treatments. First, we constructed Hetionet (https://neo4j.het.io), an integrative network encoding knowledge from millions of biomedical studies. Hetionet v1.0 consists of 47,031 nodes of 11 types and 2,250,197 relationships of 24 types. Data was integrated from 29 public resources to connect compounds, diseases, genes, anatomies, pathways, biological processes, molecular functions, cellular components, pharmacologic classes, side effects, and symptoms. Next, we identified network patterns that distinguish treatments from non-treatments. Then we predicted the probability of treatment for 209,168 compound–disease pairs (http://het.io/repurpose). Our predictions validated on two external sets of treatment and provided pharmacological insights on epilepsy, suggesting they will help prioritize drug repurposing candidates. This study was entirely open and received realtime feedback from 40 community members.", "DOI": "10.1101/087619", "type": "manuscript", - "created": { - "date-parts": [ - [ - 2016, - 11, - 15 - ] - ], - "date-time": "2016-11-15T23:53:21Z", - "timestamp": 1479254001000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Systematic integration of biomedical knowledge prioritizes drugs for repurposing", - "prefix": "10.1101", "author": [ { - "ORCID": "http://orcid.org/0000-0002-3012-7446", - "authenticated-orcid": false, "given": "Daniel S.", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { - "ORCID": "http://orcid.org/0000-0002-1073-3190", - "authenticated-orcid": false, "given": "Antoine", - "family": "Lizee", - "affiliation": [] + "family": "Lizee" }, { "given": "Christine", - "family": "Hessler", - "affiliation": [] + "family": "Hessler" }, { - "ORCID": "http://orcid.org/0000-0002-3586-3442", - "authenticated-orcid": false, "given": "Leo", - "family": "Brueggeman", - "affiliation": [] + "family": "Brueggeman" }, { "given": "Sabrina L.", - "family": "Chen", - "affiliation": [] + "family": "Chen" }, { - "ORCID": "http://orcid.org/0000-0003-0990-4674", - "authenticated-orcid": false, "given": "Dexter", - "family": "Hadley", - "affiliation": [] + "family": "Hadley" }, { - "ORCID": "http://orcid.org/0000-0001-9275-3066", - "authenticated-orcid": false, "given": "Ari", - "family": "Green", - "affiliation": [] + "family": "Green" }, { - "ORCID": "http://orcid.org/0000-0001-8075-4176", - "authenticated-orcid": false, "given": "Pouya", - "family": "Khankhanian", - "affiliation": [] + "family": "Khankhanian" }, { - "ORCID": "http://orcid.org/0000-0003-0067-194X", - "authenticated-orcid": false, "given": "Sergio E.", - "family": "Baranzini", - "affiliation": [] + "family": "Baranzini" } ], - "member": "246", - "container-title": [], - "original-title": [], - "link": [ - { - "URL": "https://syndication.highwire.org/content/doi/10.1101/087619", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 9, - 1 - ] - ], - "date-time": "2017-09-01T05:10:23Z", - "timestamp": 1504242623000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], - "issued": { + "issued": { "date-parts": [ [ 2016, @@ -14104,107 +5592,39 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.1101/087619", - "relation": {}, - "short_url": "https://doi.org/bs4f", + "URL": "https://doi.org/bs4f", "id": "11rVTcUCK" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T23:58:27Z", - "timestamp": 1503532707294 - }, - "reference-count": 15, "publisher": "IEEE", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2011, - 7 - ] - ] - }, "DOI": "10.1109/asonam.2011.112", "type": "paper-conference", - "created": { - "date-parts": [ - [ - 2011, - 8, - 25 - ] - ], - "date-time": "2011-08-25T16:07:14Z", - "timestamp": 1314288434000 - }, "source": "Crossref", - "is-referenced-by-count": 98, "title": "Co-author Relationship Prediction in Heterogeneous Bibliographic Networks", - "prefix": "10.1109", "author": [ { "given": "Yizhou", - "family": "Sun", - "affiliation": [] + "family": "Sun" }, { "given": "Rick", - "family": "Barber", - "affiliation": [] + "family": "Barber" }, { "given": "Manish", - "family": "Gupta", - "affiliation": [] + "family": "Gupta" }, { "given": "Charu C.", - "family": "Aggarwal", - "affiliation": [] + "family": "Aggarwal" }, { "given": "Jiawei", - "family": "Han", - "affiliation": [] + "family": "Han" } ], - "member": "263", + "event": "2011 International Conference on Advances in Social Networks Analysis and Mining (ASONAM 2011)", "container-title": "2011 International Conference on Advances in Social Networks Analysis and Mining", - "original-title": [], - "link": [ - { - "URL": "http://xplorestaging.ieee.org/ielx5/5992553/5992565/05992571.pdf?arnumber=5992571", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 3, - 21 - ] - ], - "date-time": "2017-03-21T10:13:51Z", - "timestamp": 1490091231000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -14213,92 +5633,27 @@ ] ] }, - "references-count": 15, - "URL": "https://doi.org/10.1109/asonam.2011.112", - "relation": {}, - "short_url": "https://doi.org/cm4chq", + "URL": "https://doi.org/cm4chq", "id": "iVgtFycM" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T20:44:36Z", - "timestamp": 1502397876711 - }, - "reference-count": 15, "publisher": "IEEE", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2012, - 10 - ] - ] - }, "DOI": "10.1109/bibm.2012.6392722", "type": "paper-conference", - "created": { - "date-parts": [ - [ - 2013, - 1, - 4 - ] - ], - "date-time": "2013-01-04T23:27:03Z", - "timestamp": 1357342023000 - }, "source": "Crossref", - "is-referenced-by-count": 5, "title": "A new method for computational drug repositioning using drug pairwise similarity", - "prefix": "10.1109", "author": [ { "given": "Jiao", - "family": "Li", - "affiliation": [] + "family": "Li" }, { "given": "Zhiyong", - "family": "Lu", - "affiliation": [] + "family": "Lu" } ], - "member": "263", + "event": "2012 IEEE International Conference on Bioinformatics and Biomedicine (BIBM)", "container-title": "2012 IEEE International Conference on Bioinformatics and Biomedicine", - "original-title": [], - "link": [ - { - "URL": "http://xplorestaging.ieee.org/ielx5/6373898/6392608/06392722.pdf?arnumber=6392722", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 21 - ] - ], - "date-time": "2017-06-21T05:13:42Z", - "timestamp": 1498022022000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -14307,91 +5662,28 @@ ] ] }, - "references-count": 15, - "URL": "https://doi.org/10.1109/bibm.2012.6392722", - "relation": {}, - "short_url": "https://doi.org/f3mn48", + "URL": "https://doi.org/f3mn48", + "PMCID": "PMC4175719", + "PMID": "25264495", "id": "1e7BB8HY" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 29 - ] - ], - "date-time": "2017-08-29T23:45:55Z", - "timestamp": 1504050355061 - }, - "reference-count": 0, "publisher": "American Society for Pharmacology & Experimental Therapeutics (ASPET)", "issue": "3", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.1124/mol.106.025130", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2006, - 6, - 10 - ] - ], - "date-time": "2006-06-10T00:49:27Z", - "timestamp": 1149900567000 - }, "page": "801-805", "source": "Crossref", - "is-referenced-by-count": 282, "title": "Varenicline Is a Partial Agonist at  4beta2 and a Full Agonist at  7 Neuronal Nicotinic Receptors", - "prefix": "10.1124", "volume": "70", "author": [ { "given": "K. B.", - "family": "Mihalak", - "affiliation": [] + "family": "Mihalak" } ], - "member": "36", - "published-online": { - "date-parts": [ - [ - 2006, - 6, - 20 - ] - ] - }, "container-title": "Molecular Pharmacology", - "original-title": [], - "link": [ - { - "URL": "https://syndication.highwire.org/content/doi/10.1124/mol.106.025130", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2016, - 12, - 23 - ] - ], - "date-time": "2016-12-23T02:01:38Z", - "timestamp": 1482458498000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -14401,96 +5693,28 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.1124/mol.106.025130", - "relation": {}, - "subject": [ - "Molecular Medicine", - "Pharmacology" - ], + "URL": "https://doi.org/cbmrs6", "container-title-short": "Molecular Pharmacology", - "short_url": "https://doi.org/cbmrs6", + "PMID": "16766716", "id": "168N7Bjqa" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 29 - ] - ], - "date-time": "2017-08-29T08:11:35Z", - "timestamp": 1503994295272 - }, - "reference-count": 0, "publisher": "American Association for the Advancement of Science (AAAS)", "issue": "5795", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2006, - 9, - 29 - ] - ] - }, "DOI": "10.1126/science.1132939", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2006, - 9, - 28 - ] - ], - "date-time": "2006-09-28T21:35:12Z", - "timestamp": 1159479312000 - }, "page": "1929-1935", "source": "Crossref", - "is-referenced-by-count": 1466, "title": "The Connectivity Map: Using Gene-Expression Signatures to Connect Small Molecules, Genes, and Disease", - "prefix": "10.1126", "volume": "313", "author": [ { "given": "J.", - "family": "Lamb", - "affiliation": [] + "family": "Lamb" } ], - "member": "221", "container-title": "Science", - "original-title": [], - "link": [ - { - "URL": "https://syndication.highwire.org/content/doi/10.1126/science.1132939", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2016, - 12, - 23 - ] - ], - "date-time": "2016-12-23T04:11:45Z", - "timestamp": 1482466305000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -14500,115 +5724,44 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.1126/science.1132939", - "relation": {}, - "subject": [ - "Multidisciplinary" - ], + "URL": "https://doi.org/c92ptt", "container-title-short": "Science", - "short_url": "https://doi.org/c92ptt", + "PMID": "17008526", "id": "Ot5bUkmI" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T13:38:47Z", - "timestamp": 1503581927953 - }, - "reference-count": 26, "publisher": "American Association for the Advancement of Science (AAAS)", "issue": "5886", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2008, - 7, - 11 - ] - ] - }, "DOI": "10.1126/science.1158140", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2008, - 7, - 10 - ] - ], - "date-time": "2008-07-10T20:47:15Z", - "timestamp": 1215722835000 - }, "page": "263-266", "source": "Crossref", - "is-referenced-by-count": 542, "title": "Drug Target Identification Using Side-Effect Similarity", - "prefix": "10.1126", "volume": "321", "author": [ { "given": "M.", - "family": "Campillos", - "affiliation": [] + "family": "Campillos" }, { "given": "M.", - "family": "Kuhn", - "affiliation": [] + "family": "Kuhn" }, { "given": "A.-C.", - "family": "Gavin", - "affiliation": [] + "family": "Gavin" }, { "given": "L. J.", - "family": "Jensen", - "affiliation": [] + "family": "Jensen" }, { "given": "P.", - "family": "Bork", - "affiliation": [] + "family": "Bork" } ], - "member": "221", "container-title": "Science", - "original-title": [], - "link": [ - { - "URL": "https://syndication.highwire.org/content/doi/10.1126/science.1158140", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2016, - 12, - 23 - ] - ], - "date-time": "2016-12-23T16:59:06Z", - "timestamp": 1482512346000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -14618,184 +5771,52 @@ ] ] }, - "references-count": 26, - "URL": "https://doi.org/10.1126/science.1158140", - "relation": { - "cites": [] - }, - "subject": [ - "Multidisciplinary" - ], + "URL": "https://doi.org/bb6", "container-title-short": "Science", - "short_url": "https://doi.org/bb6", + "PMID": "18621671", "id": "19OI9ou2t" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 29 - ] - ], - "date-time": "2017-08-29T11:04:28Z", - "timestamp": 1504004668241 - }, - "reference-count": 99, "publisher": "American Association for the Advancement of Science (AAAS)", "issue": "6224", - "license": [ - { - "URL": "http://www.sciencemag.org/about/science-licenses-journal-article-reuse", - "start": { - "date-parts": [ - [ - 2016, - 2, - 20 - ] - ], - "date-time": "2016-02-20T00:00:00Z", - "timestamp": 1455926400000 - }, - "delay-in-days": 366, - "content-version": "vor" - } - ], - "funder": [ - { - "DOI": "10.13039/100000002", - "name": "National Institutes of Health", - "doi-asserted-by": "publisher", - "award": [ - "U01-HG001715", - "P50-HG004233" - ] - }, - { - "DOI": "10.13039/100000050", - "name": "National Heart, Lung, and Blood Institute", - "doi-asserted-by": "publisher", - "award": [ - "RC2-HL101543", - "U01-HL108630", - "R37-HL061795", - "PO1-HL083069" - ] - }, - { - "DOI": "10.13039/100000051", - "name": "National Human Genome Research Institute", - "doi-asserted-by": "publisher", - "award": [ - "UO1-HG007690" - ] - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 2, - 20 - ] - ] - }, "DOI": "10.1126/science.1257601", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 2, - 27 - ] - ], - "date-time": "2015-02-27T04:11:48Z", - "timestamp": 1425010308000 - }, "page": "1257601-1257601", "source": "Crossref", - "is-referenced-by-count": 156, "title": "Uncovering disease-disease relationships through the incomplete interactome", - "prefix": "10.1126", "volume": "347", "author": [ { "given": "J.", - "family": "Menche", - "affiliation": [] + "family": "Menche" }, { "given": "A.", - "family": "Sharma", - "affiliation": [] + "family": "Sharma" }, { "given": "M.", - "family": "Kitsak", - "affiliation": [] + "family": "Kitsak" }, { "given": "S. D.", - "family": "Ghiassian", - "affiliation": [] + "family": "Ghiassian" }, { "given": "M.", - "family": "Vidal", - "affiliation": [] + "family": "Vidal" }, { "given": "J.", - "family": "Loscalzo", - "affiliation": [] + "family": "Loscalzo" }, { "given": "A.-L.", - "family": "Barabasi", - "affiliation": [] + "family": "Barabasi" } ], - "member": "221", - "published-online": { - "date-parts": [ - [ - 2015, - 2, - 19 - ] - ] - }, "container-title": "Science", - "original-title": [], - "link": [ - { - "URL": "https://syndication.highwire.org/content/doi/10.1126/science.1257601", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 23 - ] - ], - "date-time": "2017-06-23T06:23:34Z", - "timestamp": 1498199014000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -14805,172 +5826,61 @@ ] ] }, - "references-count": 99, - "URL": "https://doi.org/10.1126/science.1257601", - "relation": { - "cites": [] - }, - "subject": [ - "Multidisciplinary" - ], + "URL": "https://doi.org/f3mn6z", "container-title-short": "Science", - "short_url": "https://doi.org/f3mn6z", + "PMCID": "PMC4435741", + "PMID": "25700523", "id": "2jkcXYxN" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:16:15Z", - "timestamp": 1502370975029 - }, - "reference-count": 11, "publisher": "American Association for the Advancement of Science (AAAS)", "issue": "6317", - "license": [ - { - "URL": "http://www.sciencemag.org/about/science-licenses-journal-article-reuse", - "start": { - "date-parts": [ - [ - 2017, - 12, - 9 - ] - ], - "date-time": "2017-12-09T00:00:00Z", - "timestamp": 1512777600000 - }, - "delay-in-days": 366, - "content-version": "vor" - } - ], - "funder": [ - { - "DOI": "10.13039/100009827", - "name": "Laura and John Arnold Foundation", - "doi-asserted-by": "publisher", - "award": [] - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 12, - 9 - ] - ] - }, "DOI": "10.1126/science.aah6168", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 12, - 8 - ] - ], - "date-time": "2016-12-08T19:10:19Z", - "timestamp": 1481224219000 - }, "page": "1240-1241", "source": "Crossref", - "is-referenced-by-count": 13, "title": "Enhancing reproducibility for computational methods", - "prefix": "10.1126", "volume": "354", "author": [ { "given": "V.", - "family": "Stodden", - "affiliation": [] + "family": "Stodden" }, { "given": "M.", - "family": "McNutt", - "affiliation": [] + "family": "McNutt" }, { "given": "D. H.", - "family": "Bailey", - "affiliation": [] + "family": "Bailey" }, { "given": "E.", - "family": "Deelman", - "affiliation": [] + "family": "Deelman" }, { "given": "Y.", - "family": "Gil", - "affiliation": [] + "family": "Gil" }, { "given": "B.", - "family": "Hanson", - "affiliation": [] + "family": "Hanson" }, { "given": "M. A.", - "family": "Heroux", - "affiliation": [] + "family": "Heroux" }, { "given": "J. P. A.", - "family": "Ioannidis", - "affiliation": [] + "family": "Ioannidis" }, { "given": "M.", - "family": "Taufer", - "affiliation": [] + "family": "Taufer" } ], - "member": "221", - "published-online": { - "date-parts": [ - [ - 2016, - 12, - 8 - ] - ] - }, "container-title": "Science", - "original-title": [], - "link": [ - { - "URL": "https://syndication.highwire.org/content/doi/10.1126/science.aah6168", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 25 - ] - ], - "date-time": "2017-06-25T05:32:15Z", - "timestamp": 1498368735000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -14980,141 +5890,56 @@ ] ] }, - "references-count": 11, - "URL": "https://doi.org/10.1126/science.aah6168", - "relation": { - "cites": [] - }, - "subject": [ - "Multidisciplinary" - ], + "URL": "https://doi.org/gbr42b", "container-title-short": "Science", - "short_url": "https://doi.org/gbr42b", + "PMID": "27940837", "id": "gvyja7v1" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T03:57:34Z", - "timestamp": 1503633454970 - }, - "reference-count": 70, "publisher": "American Association for the Advancement of Science (AAAS)", "issue": "96", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2011, - 8, - 17 - ] - ] - }, "DOI": "10.1126/scitranslmed.3001318", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2011, - 8, - 17 - ] - ], - "date-time": "2011-08-17T20:28:11Z", - "timestamp": 1313612891000 - }, "page": "96ra77-96ra77", "source": "Crossref", - "is-referenced-by-count": 256, "title": "Discovery and Preclinical Validation of Drug Indications Using Compendia of Public Gene Expression Data", - "prefix": "10.1126", "volume": "3", "author": [ { "given": "M.", - "family": "Sirota", - "affiliation": [] + "family": "Sirota" }, { "given": "J. T.", - "family": "Dudley", - "affiliation": [] + "family": "Dudley" }, { "given": "J.", - "family": "Kim", - "affiliation": [] + "family": "Kim" }, { "given": "A. P.", - "family": "Chiang", - "affiliation": [] + "family": "Chiang" }, { "given": "A. A.", - "family": "Morgan", - "affiliation": [] + "family": "Morgan" }, { "given": "A.", - "family": "Sweet-Cordero", - "affiliation": [] + "family": "Sweet-Cordero" }, { "given": "J.", - "family": "Sage", - "affiliation": [] + "family": "Sage" }, { "given": "A. J.", - "family": "Butte", - "affiliation": [] + "family": "Butte" } ], - "member": "221", - "published-online": { - "date-parts": [ - [ - 2011, - 8, - 17 - ] - ] - }, "container-title": "Science Translational Medicine", - "original-title": [], - "link": [ - { - "URL": "https://syndication.highwire.org/content/doi/10.1126/scitranslmed.3001318", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T04:53:10Z", - "timestamp": 1497934390000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -15124,121 +5949,41 @@ ] ] }, - "references-count": 70, - "URL": "https://doi.org/10.1126/scitranslmed.3001318", - "relation": { - "cites": [] - }, - "subject": [ - "General Medicine" - ], + "URL": "https://doi.org/c3fwxv", "container-title-short": "Science Translational Medicine", - "short_url": "https://doi.org/c3fwxv", + "PMCID": "PMC3502016", + "PMID": "21849665", "id": "mZjkE1xU" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 22 - ] - ], - "date-time": "2017-08-22T11:42:19Z", - "timestamp": 1503402139528 - }, - "reference-count": 32, "publisher": "American Association for the Advancement of Science (AAAS)", "issue": "125", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2012, - 3, - 14 - ] - ] - }, "DOI": "10.1126/scitranslmed.3003377", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 3, - 14 - ] - ], - "date-time": "2012-03-14T18:58:33Z", - "timestamp": 1331751513000 - }, "page": "125ra31-125ra31", "source": "Crossref", - "is-referenced-by-count": 139, "title": "Data-Driven Prediction of Drug Effects and Interactions", - "prefix": "10.1126", "volume": "4", "author": [ { "given": "N. P.", - "family": "Tatonetti", - "affiliation": [] + "family": "Tatonetti" }, { "given": "P. P.", - "family": "Ye", - "affiliation": [] + "family": "Ye" }, { "given": "R.", - "family": "Daneshjou", - "affiliation": [] + "family": "Daneshjou" }, { "given": "R. B.", - "family": "Altman", - "affiliation": [] + "family": "Altman" } ], - "member": "221", - "published-online": { - "date-parts": [ - [ - 2012, - 3, - 14 - ] - ] - }, "container-title": "Science Translational Medicine", - "original-title": [], - "link": [ - { - "URL": "https://syndication.highwire.org/content/doi/10.1126/scitranslmed.3003377", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T15:36:17Z", - "timestamp": 1497972977000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -15248,135 +5993,53 @@ ] ] }, - "references-count": 32, - "URL": "https://doi.org/10.1126/scitranslmed.3003377", - "relation": { - "cites": [] - }, - "subject": [ - "General Medicine" - ], + "URL": "https://doi.org/f3mn5r", "container-title-short": "Science Translational Medicine", - "short_url": "https://doi.org/f3mn5r", + "PMCID": "PMC3382018", + "PMID": "22422992", "id": "PlU5rcL2" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T08:11:23Z", - "timestamp": 1503475883991 - }, - "reference-count": 33, "publisher": "Oxford University Press (OUP)", "issue": "5", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2012, - 9 - ] - ] - }, "DOI": "10.1136/amiajnl-2012-000852", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 5, - 13 - ] - ], - "date-time": "2012-05-13T00:27:40Z", - "timestamp": 1336868860000 - }, "page": "713-718", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Development and evaluation of a crowdsourcing methodology for knowledge base construction: identifying relationships between clinical problems and medications", - "prefix": "10.1093", "volume": "19", "author": [ { "given": "Allison B", - "family": "McCoy", - "affiliation": [] + "family": "McCoy" }, { "given": "Adam", - "family": "Wright", - "affiliation": [] + "family": "Wright" }, { "given": "Archana", - "family": "Laxmisan", - "affiliation": [] + "family": "Laxmisan" }, { "given": "Madelene J", - "family": "Ottosen", - "affiliation": [] + "family": "Ottosen" }, { "given": "Jacob A", - "family": "McCoy", - "affiliation": [] + "family": "McCoy" }, { "given": "David", - "family": "Butten", - "affiliation": [] + "family": "Butten" }, { "given": "Dean F", - "family": "Sittig", - "affiliation": [] + "family": "Sittig" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2012, - 9, - 1 - ] - ] - }, "container-title": "Journal of the American Medical Informatics Association", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/jamia/article-pdf/19/5/713/17374072/19-5-713.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T07:18:02Z", - "timestamp": 1503472682000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -15385,126 +6048,49 @@ ] ] }, - "references-count": 33, - "alternative-id": [ - "10.1136/amiajnl-2012-000852" - ], - "URL": "https://doi.org/10.1136/amiajnl-2012-000852", - "relation": {}, - "subject": [ - "Health Informatics" - ], + "URL": "https://doi.org/f3mn66", "container-title-short": "J Am Med Inform Assoc", - "short_url": "https://doi.org/f3mn66", + "PMCID": "PMC3422843", + "PMID": "22582202", "id": "QFWKZ9ms" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 14 - ] - ], - "date-time": "2017-08-14T15:22:23Z", - "timestamp": 1502724143405 - }, - "reference-count": 47, "publisher": "Oxford University Press (OUP)", "issue": "5", - "content-domain": { - "domain": [ - "bmj.com" - ], - "crossmark-restriction": true - }, - "published-print": { - "date-parts": [ - [ - 2013, - 9 - ] - ] - }, "DOI": "10.1136/amiajnl-2012-001431", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2013, - 4, - 11 - ] - ], - "date-time": "2013-04-11T01:23:22Z", - "timestamp": 1365643402000 - }, "page": "954-961", - "update-policy": "http://dx.doi.org/10.1136/crossmarkpolicy", "source": "Crossref", - "is-referenced-by-count": 19, "title": "Development and evaluation of an ensemble resource linking medications to their indications", - "prefix": "10.1093", "volume": "20", "author": [ { "given": "Wei-Qi", - "family": "Wei", - "affiliation": [] + "family": "Wei" }, { "given": "Robert M", - "family": "Cronin", - "affiliation": [] + "family": "Cronin" }, { "given": "Hua", - "family": "Xu", - "affiliation": [] + "family": "Xu" }, { "given": "Thomas A", - "family": "Lasko", - "affiliation": [] + "family": "Lasko" }, { "given": "Lisa", - "family": "Bastarache", - "affiliation": [] + "family": "Bastarache" }, { "given": "Joshua C", - "family": "Denny", - "affiliation": [] + "family": "Denny" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2013, - 9, - 1 - ] - ] - }, "container-title": "Journal of the American Medical Informatics Association", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 21 - ] - ], - "date-time": "2017-06-21T11:11:32Z", - "timestamp": 1498043492000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -15513,178 +6099,90 @@ ] ] }, - "references-count": 47, - "alternative-id": [ - "10.1136/amiajnl-2012-001431" - ], - "URL": "https://doi.org/10.1136/amiajnl-2012-001431", - "relation": {}, - "subject": [ - "Health Informatics" - ], + "URL": "https://doi.org/f3mn63", "container-title-short": "J Am Med Inform Assoc", - "short_url": "https://doi.org/f3mn63", + "PMCID": "PMC3756263", + "PMID": "23576672", "id": "meQc13o1" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T13:41:27Z", - "timestamp": 1503495687165 - }, - "reference-count": 67, "publisher": "Oxford University Press (OUP)", - "content-domain": { - "domain": [ - "bmj.com" - ], - "crossmark-restriction": true - }, "DOI": "10.1136/amiajnl-2014-002649", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2014, - 7, - 23 - ] - ], - "date-time": "2014-07-23T03:38:45Z", - "timestamp": 1406086725000 - }, - "update-policy": "http://dx.doi.org/10.1136/crossmarkpolicy", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Validating drug repurposing signals using electronic health records: a case study of metformin associated with reduced cancer mortality", - "prefix": "10.1093", "author": [ { "given": "H.", - "family": "Xu", - "affiliation": [] + "family": "Xu" }, { "given": "M. C.", - "family": "Aldrich", - "affiliation": [] + "family": "Aldrich" }, { "given": "Q.", - "family": "Chen", - "affiliation": [] + "family": "Chen" }, { "given": "H.", - "family": "Liu", - "affiliation": [] + "family": "Liu" }, { "given": "N. B.", - "family": "Peterson", - "affiliation": [] + "family": "Peterson" }, { "given": "Q.", - "family": "Dai", - "affiliation": [] + "family": "Dai" }, { "given": "M.", - "family": "Levy", - "affiliation": [] + "family": "Levy" }, { "given": "A.", - "family": "Shah", - "affiliation": [] + "family": "Shah" }, { "given": "X.", - "family": "Han", - "affiliation": [] + "family": "Han" }, { "given": "X.", - "family": "Ruan", - "affiliation": [] + "family": "Ruan" }, { "given": "M.", - "family": "Jiang", - "affiliation": [] + "family": "Jiang" }, { "given": "Y.", - "family": "Li", - "affiliation": [] + "family": "Li" }, { "given": "J. S.", - "family": "Julien", - "affiliation": [] + "family": "Julien" }, { "given": "J.", - "family": "Warner", - "affiliation": [] + "family": "Warner" }, { "given": "C.", - "family": "Friedman", - "affiliation": [] + "family": "Friedman" }, { "given": "D. M.", - "family": "Roden", - "affiliation": [] + "family": "Roden" }, { "given": "J. C.", - "family": "Denny", - "affiliation": [] + "family": "Denny" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2014, - 7, - 22 - ] - ] - }, "container-title": "Journal of the American Medical Informatics Association", - "original-title": [], - "link": [ - { - "URL": "http://academic.oup.com/jamia/article-pdf/22/1/179/5074340/amiajnl-2014-002649.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T12:45:48Z", - "timestamp": 1503492348000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -15694,125 +6192,53 @@ ] ] }, - "references-count": 67, - "URL": "https://doi.org/10.1136/amiajnl-2014-002649", - "relation": {}, - "subject": [ - "Health Informatics" - ], + "URL": "https://doi.org/f3mn5p", "container-title-short": "Journal of the American Medical Informatics Association", - "short_url": "https://doi.org/f3mn5p", + "PMCID": "PMC4433365", + "PMID": "25053577", "id": "qe6nlENB" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 8 - ] - ], - "date-time": "2017-08-08T04:39:44Z", - "timestamp": 1502167184596 - }, - "reference-count": 0, "publisher": "BMJ", "issue": "2", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2007, - 2, - 1 - ] - ] - }, "DOI": "10.1136/jnnp.2006.100222", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2006, - 9, - 30 - ] - ], - "date-time": "2006-09-30T00:45:17Z", - "timestamp": 1159577117000 - }, "page": "147-151", "source": "Crossref", - "is-referenced-by-count": 35, "title": "Movement disorders in patients taking anticonvulsants", - "prefix": "10.1136", "volume": "78", "author": [ { "given": "C", - "family": "Zadikoff", - "affiliation": [] + "family": "Zadikoff" }, { "given": "R P", - "family": "Munhoz", - "affiliation": [] + "family": "Munhoz" }, { "given": "A N", - "family": "Asante", - "affiliation": [] + "family": "Asante" }, { "given": "N", - "family": "Politzer", - "affiliation": [] + "family": "Politzer" }, { "given": "R", - "family": "Wennberg", - "affiliation": [] + "family": "Wennberg" }, { "given": "P", - "family": "Carlen", - "affiliation": [] + "family": "Carlen" }, { "given": "A", - "family": "Lang", - "affiliation": [] + "family": "Lang" } ], - "member": "239", "container-title": "Journal of Neurology, Neurosurgery & Psychiatry", - "original-title": [], - "link": [ - { - "URL": "https://syndication.highwire.org/content/doi/10.1136/jnnp.2006.100222", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2016, - 12, - 24 - ] - ], - "date-time": "2016-12-24T00:10:30Z", - "timestamp": 1482538230000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -15822,107 +6248,34 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.1136/jnnp.2006.100222", - "relation": {}, - "subject": [ - "Surgery", - "Psychiatry and Mental health", - "Clinical Neurology" - ], + "URL": "https://doi.org/fpvxgq", "container-title-short": "Journal of Neurology, Neurosurgery & Psychiatry", - "short_url": "https://doi.org/fpvxgq", + "PMCID": "PMC2077655", + "PMID": "17012337", "id": "kETnt13q" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 30 - ] - ], - "date-time": "2017-08-30T07:41:01Z", - "timestamp": 1504078861043 - }, - "publisher-location": "Philadelphia, PA", - "reference-count": 0, "publisher": "Society for Industrial and Applied Mathematics", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2009, - 4, - 30 - ] - ] - }, "DOI": "10.1137/1.9781611972795.67", - "type": "chapter", - "created": { - "date-parts": [ - [ - 2013, - 12, - 19 - ] - ], - "date-time": "2013-12-19T18:38:17Z", - "timestamp": 1387478297000 - }, - "page": "780-791", + "type": "paper-conference", "source": "Crossref", - "is-referenced-by-count": 11, "title": "Randomization Techniques for Graphs", - "prefix": "10.1137", "author": [ { "given": "Sami", - "family": "Hanhijärvi", - "affiliation": [] + "family": "Hanhijärvi" }, { "given": "Gemma C.", - "family": "Garriga", - "affiliation": [] + "family": "Garriga" }, { "given": "Kai", - "family": "Puolamäki", - "affiliation": [] + "family": "Puolamäki" } ], - "member": "351", - "published-online": { - "date-parts": [ - [ - 2013, - 12, - 18 - ] - ] - }, + "event": "Proceedings of the 2009 SIAM International Conference on Data Mining", "container-title": "Proceedings of the 2009 SIAM International Conference on Data Mining", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2014, - 1, - 18 - ] - ], - "date-time": "2014-01-18T01:37:10Z", - "timestamp": 1390009030000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -15932,189 +6285,39 @@ ] ] }, - "references-count": 0, - "alternative-id": [ - "10.1137/1.9781611972795.67", - "10.1137/1.9781611972795" - ], - "URL": "https://doi.org/10.1137/1.9781611972795.67", - "relation": {}, - "short_url": "https://doi.org/f3mn58", + "URL": "https://doi.org/f3mn58", "id": "iKOIEzQ9" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T12:59:02Z", - "timestamp": 1502283542923 - }, - "publisher-location": "New York, New York, USA", - "reference-count": 14, "publisher": "ACM Press", - "license": [ - { - "URL": "http://www.acm.org/publications/policies/copyright_policy#Background", - "start": { - "date-parts": [ - [ - 2016, - 6, - 26 - ] - ], - "date-time": "2016-06-26T00:00:00Z", - "timestamp": 1466899200000 - }, - "delay-in-days": 177, - "content-version": "vor" - } - ], - "funder": [ - { - "DOI": "10.13039/100000185", - "name": "Defense Advanced Research Projects Agency", - "doi-asserted-by": "publisher", - "award": [ - "N66001-15-C-4043" - ] - }, - { - "DOI": "10.13039/100000001", - "name": "National Science Foundation", - "doi-asserted-by": "publisher", - "award": [ - "IIS-1353606" - ] - }, - { - "DOI": "10.13039/100000936", - "name": "Gordon and Betty Moore Foundation", - "doi-asserted-by": "publisher", - "award": [] - }, - { - "DOI": "10.13039/100007297", - "name": "Office of Naval Research Global", - "doi-asserted-by": "publisher", - "award": [ - "N000141310129, N000141210041" - ] - }, - { - "DOI": "10.13039/100000879", - "name": "Alfred P. Sloan Foundation", - "doi-asserted-by": "publisher", - "award": [] - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016 - ] - ] - }, "DOI": "10.1145/2939502.2939515", "type": "paper-conference", - "created": { - "date-parts": [ - [ - 2016, - 6, - 17 - ] - ], - "date-time": "2016-06-17T19:46:49Z", - "timestamp": 1466192809000 - }, "source": "Crossref", - "is-referenced-by-count": 2, "title": "Data programming with DDLite", - "prefix": "10.1145", "author": [ { "given": "Henry R.", - "family": "Ehrenberg", - "affiliation": [ - { - "name": "Stanford University, Stanford, California" - } - ] + "family": "Ehrenberg" }, { "given": "Jaeho", - "family": "Shin", - "affiliation": [ - { - "name": "Stanford University, Stanford, California" - } - ] + "family": "Shin" }, { "given": "Alexander J.", - "family": "Ratner", - "affiliation": [ - { - "name": "Stanford University, Stanford, California" - } - ] + "family": "Ratner" }, { "given": "Jason A.", - "family": "Fries", - "affiliation": [ - { - "name": "Stanford University, Stanford, California" - } - ] + "family": "Fries" }, { "given": "Christopher", - "family": "Ré", - "affiliation": [ - { - "name": "Stanford University, Stanford, California" - } - ] + "family": "Ré" } ], - "member": "320", + "event": "the Workshop", "container-title": "Proceedings of the Workshop on Human-In-the-Loop Data Analytics - HILDA '16", - "original-title": [], - "link": [ - { - "URL": "http://dl.acm.org/ft_gateway.cfm?id=2939515&ftid=1746222&dwn=1", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 24 - ] - ], - "date-time": "2017-06-24T16:36:24Z", - "timestamp": 1498322184000 - }, - "score": 1.0, - "subtitle": [ - "putting humans in a different part of the loop" - ], - "short-title": [], "issued": { "date-parts": [ [ @@ -16122,453 +6325,191 @@ ] ] }, - "references-count": 14, - "URL": "https://doi.org/10.1145/2939502.2939515", - "relation": { - "cites": [] - }, - "short_url": "https://doi.org/gbr42c", + "URL": "https://doi.org/gbr42c", "id": "zeAWTFKB" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T18:30:12Z", - "timestamp": 1502389812563 - }, - "reference-count": 3, "publisher": "Springer Nature", "issue": "1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2012 - ] - ] - }, "DOI": "10.1186/1756-0500-5-494", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 9, - 8 - ] - ], - "date-time": "2012-09-08T00:14:33Z", - "timestamp": 1347063273000 - }, - "page": "494", "source": "Crossref", - "is-referenced-by-count": 7, "title": "Open by default: a proposed copyright license and waiver agreement for open access research and data in peer-reviewed journals", - "prefix": "10.1186", "volume": "5", "author": [ { "given": "Iain", - "family": "Hrynaszkiewicz", - "affiliation": [] + "family": "Hrynaszkiewicz" }, { "given": "Matthew J", - "family": "Cockerill", - "affiliation": [] + "family": "Cockerill" } ], - "member": "297", "container-title": "BMC Research Notes", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2016, - 5, - 16 - ] - ], - "date-time": "2016-05-16T16:49:30Z", - "timestamp": 1463417370000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ - 2012 + 2012, + 9, + 7 ] ] }, - "references-count": 3, - "alternative-id": [ - "1756-0500-5-494" - ], - "URL": "https://doi.org/10.1186/1756-0500-5-494", - "relation": { - "cites": [] - }, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology", - "General Medicine" - ], - "container-title-short": "BMC Research Notes", - "short_url": "https://doi.org/f3mn7c", + "URL": "https://doi.org/f3mn7c", + "container-title-short": "BMC Res Notes", + "PMCID": "PMC3465200", + "PMID": "22958225", "id": "tTEEbq17" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T10:57:28Z", - "timestamp": 1503485848606 - }, - "reference-count": 6, "publisher": "Springer Nature", "issue": "1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2013 - ] - ] - }, "DOI": "10.1186/1758-2946-5-3", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2013, - 1, - 14 - ] - ], - "date-time": "2013-01-14T15:14:38Z", - "timestamp": 1358176478000 - }, - "page": "3", "source": "Crossref", - "is-referenced-by-count": 36, "title": "UniChem: a unified chemical structure cross-referencing and identifier tracking system", - "prefix": "10.1186", "volume": "5", "author": [ { "given": "Jon", - "family": "Chambers", - "affiliation": [] + "family": "Chambers" }, { "given": "Mark", - "family": "Davies", - "affiliation": [] + "family": "Davies" }, { "given": "Anna", - "family": "Gaulton", - "affiliation": [] + "family": "Gaulton" }, { "given": "Anne", - "family": "Hersey", - "affiliation": [] + "family": "Hersey" }, { "given": "Sameer", - "family": "Velankar", - "affiliation": [] + "family": "Velankar" }, { "given": "Robert", - "family": "Petryszak", - "affiliation": [] + "family": "Petryszak" }, { "given": "Janna", - "family": "Hastings", - "affiliation": [] + "family": "Hastings" }, { "given": "Louisa", - "family": "Bellis", - "affiliation": [] + "family": "Bellis" }, { "given": "Shaun", - "family": "McGlinchey", - "affiliation": [] + "family": "McGlinchey" }, { "given": "John P", - "family": "Overington", - "affiliation": [] + "family": "Overington" } ], - "member": "297", "container-title": "Journal of Cheminformatics", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2016, - 5, - 16 - ] - ], - "date-time": "2016-05-16T16:51:16Z", - "timestamp": 1463417476000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ - 2013 + 2013, + 1, + 14 ] ] }, - "references-count": 6, - "alternative-id": [ - "1758-2946-5-3" - ], - "URL": "https://doi.org/10.1186/1758-2946-5-3", - "relation": { - "cites": [] - }, - "subject": [ - "Physical and Theoretical Chemistry", - "Library and Information Sciences", - "Computer Graphics and Computer-Aided Design", - "Computer Science Applications" - ], - "container-title-short": "Journal of Cheminformatics", - "short_url": "https://doi.org/f3mn6n", + "URL": "https://doi.org/f3mn6n", + "container-title-short": "J Cheminform", + "PMCID": "PMC3616875", + "PMID": "23317286", "id": "14OnuhY6K" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T13:06:16Z", - "timestamp": 1503579976485 - }, - "reference-count": 4, "publisher": "Springer Nature", "issue": "1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2013 - ] - ] - }, "DOI": "10.1186/1758-2946-5-7", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2013, - 1, - 24 - ] - ], - "date-time": "2013-01-24T12:43:05Z", - "timestamp": 1359031385000 - }, - "page": "7", "source": "Crossref", - "is-referenced-by-count": 106, "title": "InChI - the worldwide chemical structure identifier standard", - "prefix": "10.1186", "volume": "5", "author": [ { "given": "Stephen", - "family": "Heller", - "affiliation": [] + "family": "Heller" }, { "given": "Alan", - "family": "McNaught", - "affiliation": [] + "family": "McNaught" }, { "given": "Stephen", - "family": "Stein", - "affiliation": [] + "family": "Stein" }, { "given": "Dmitrii", - "family": "Tchekhovskoi", - "affiliation": [] + "family": "Tchekhovskoi" }, { "given": "Igor", - "family": "Pletnev", - "affiliation": [] + "family": "Pletnev" } ], - "member": "297", "container-title": "Journal of Cheminformatics", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2016, - 5, - 16 - ] - ], - "date-time": "2016-05-16T16:51:29Z", - "timestamp": 1463417489000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ - 2013 + 2013, + 1, + 24 ] ] }, - "references-count": 4, - "alternative-id": [ - "1758-2946-5-7" - ], - "URL": "https://doi.org/10.1186/1758-2946-5-7", - "relation": { - "cites": [] - }, - "subject": [ - "Physical and Theoretical Chemistry", - "Library and Information Sciences", - "Computer Graphics and Computer-Aided Design", - "Computer Science Applications" - ], - "container-title-short": "Journal of Cheminformatics", - "short_url": "https://doi.org/6bg", + "URL": "https://doi.org/6bg", + "container-title-short": "J Cheminform", + "PMCID": "PMC3599061", + "PMID": "23343401", "id": "AP6h5CYA" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 30 - ] - ], - "date-time": "2017-08-30T20:22:11Z", - "timestamp": 1504124531503 - }, - "reference-count": 40, "publisher": "Springer Nature", "issue": "1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2012 - ] - ] - }, "DOI": "10.1186/gb-2012-13-1-r5", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 1, - 31 - ] - ], - "date-time": "2012-01-31T14:45:18Z", - "timestamp": 1328021118000 - }, "page": "R5", "source": "Crossref", - "is-referenced-by-count": 145, "title": "Uberon, an integrative multi-species anatomy ontology", - "prefix": "10.1186", "volume": "13", "author": [ { "given": "Christopher J", - "family": "Mungall", - "affiliation": [] + "family": "Mungall" }, { "given": "Carlo", - "family": "Torniai", - "affiliation": [] + "family": "Torniai" }, { "given": "Georgios V", - "family": "Gkoutos", - "affiliation": [] + "family": "Gkoutos" }, { "given": "Suzanna E", - "family": "Lewis", - "affiliation": [] + "family": "Lewis" }, { "given": "Melissa A", - "family": "Haendel", - "affiliation": [] + "family": "Haendel" } ], - "member": "297", "container-title": "Genome Biology", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2016, - 5, - 16 - ] - ], - "date-time": "2016-05-16T19:28:30Z", - "timestamp": 1463426910000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -16576,100 +6517,49 @@ ] ] }, - "references-count": 40, - "alternative-id": [ - "gb-2012-13-1-r5" - ], - "URL": "https://doi.org/10.1186/gb-2012-13-1-r5", - "relation": { - "cites": [] - }, + "URL": "https://doi.org/fxx6qr", "container-title-short": "Genome Biol", - "short_url": "https://doi.org/fxx6qr", + "PMCID": "PMC3334586", + "PMID": "22293552", "id": "TOC8jpgh" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T15:55:39Z", - "timestamp": 1502294139070 - }, - "reference-count": 37, "publisher": "Springer Nature", "issue": "1", - "content-domain": { - "domain": [ - "link.springer.com" - ], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 12 - ] - ] - }, "DOI": "10.1186/s13040-016-0102-8", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 7, - 25 - ] - ], - "date-time": "2016-07-25T13:30:47Z", - "timestamp": 1469453447000 - }, - "update-policy": "http://dx.doi.org/10.1007/springer_crossmark_policy", "source": "Crossref", - "is-referenced-by-count": 6, "title": "Representing and querying disease networks using graph databases", - "prefix": "10.1186", "volume": "9", "author": [ { "given": "Artem", - "family": "Lysenko", - "affiliation": [] + "family": "Lysenko" }, { "given": "Irina A.", - "family": "Roznovăţ", - "affiliation": [] + "family": "Roznovăţ" }, { "given": "Mansoor", - "family": "Saqi", - "affiliation": [] + "family": "Saqi" }, { "given": "Alexander", - "family": "Mazein", - "affiliation": [] + "family": "Mazein" }, { "given": "Christopher J", - "family": "Rawlings", - "affiliation": [] + "family": "Rawlings" }, { "given": "Charles", - "family": "Auffray", - "affiliation": [] + "family": "Auffray" } ], - "member": "297", - "published-online": { + "container-title": "BioData Mining", + "language": "en", + "issued": { "date-parts": [ [ 2016, @@ -16678,194 +6568,40 @@ ] ] }, - "container-title": "BioData Mining", - "original-title": [], - "link": [ - { - "URL": "http://link.springer.com/content/pdf/10.1186/s13040-016-0102-8", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 24 - ] - ], - "date-time": "2017-06-24T19:06:34Z", - "timestamp": 1498331194000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], - "issued": { - "date-parts": [ - [ - 2016, - 7, - 25 - ] - ] - }, - "references-count": 37, - "alternative-id": [ - "102" - ], - "URL": "https://doi.org/10.1186/s13040-016-0102-8", - "relation": { - "cites": [] - }, - "subject": [ - "Computational Theory and Mathematics", - "Genetics", - "Biochemistry", - "Molecular Biology", - "Computational Mathematics", - "Computer Science Applications" - ], + "URL": "https://doi.org/gbr42v", "container-title-short": "BioData Mining", - "article-number": "23", - "short_url": "https://doi.org/gbr42v", + "PMCID": "PMC4960687", + "PMID": "27462371", "id": "1A9ptBnvT" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 21 - ] - ], - "date-time": "2017-08-21T05:02:15Z", - "timestamp": 1503291735371 - }, - "reference-count": 28, "publisher": "Springer Nature", "issue": "12", - "license": [ - { - "URL": "http://www.springer.com/tdm", - "start": { - "date-parts": [ - [ - 2014, - 12, - 1 - ] - ], - "date-time": "2014-12-01T00:00:00Z", - "timestamp": 1417392000000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [ - "link.springer.com" - ], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2014, - 12 - ] - ] - }, "DOI": "10.1186/s13073-014-0095-1", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2014, - 12, - 28 - ] - ], - "date-time": "2014-12-28T19:43:10Z", - "timestamp": 1419795790000 - }, - "update-policy": "http://dx.doi.org/10.1007/springer_crossmark_policy", "source": "Crossref", - "is-referenced-by-count": 13, "title": "Systematic evaluation of connectivity map for disease indications", - "prefix": "10.1186", "volume": "6", "author": [ { "given": "Jie", - "family": "Cheng", - "affiliation": [] + "family": "Cheng" }, { "given": "Lun", - "family": "Yang", - "affiliation": [] + "family": "Yang" }, { "given": "Vinod", - "family": "Kumar", - "affiliation": [] + "family": "Kumar" }, { "given": "Pankaj", - "family": "Agarwal", - "affiliation": [] + "family": "Agarwal" } ], - "member": "297", - "published-online": { - "date-parts": [ - [ - 2014, - 12, - 2 - ] - ] - }, "container-title": "Genome Medicine", - "original-title": [], - "link": [ - { - "URL": "http://link.springer.com/content/pdf/10.1186/s13073-014-0095-1.pdf", - "content-type": "application/pdf", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://link.springer.com/article/10.1186/s13073-014-0095-1/fulltext.html", - "content-type": "text/html", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://link.springer.com/content/pdf/10.1186/s13073-014-0095-1", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 23 - ] - ], - "date-time": "2017-06-23T02:45:51Z", - "timestamp": 1498185951000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -16874,175 +6610,48 @@ ] ] }, - "references-count": 28, - "alternative-id": [ - "95" - ], - "URL": "https://doi.org/10.1186/s13073-014-0095-1", - "relation": { - "cites": [] - }, - "subject": [ - "Genetics(clinical)", - "Molecular Medicine", - "Genetics", - "Molecular Biology" - ], + "URL": "https://doi.org/f3mn5w", "container-title-short": "Genome Med", - "article-number": "95", - "short_url": "https://doi.org/f3mn5w", + "PMCID": "PMC4278345", + "PMID": "25606058", "id": "XjXzx5KH" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 26 - ] - ], - "date-time": "2017-08-26T04:27:41Z", - "timestamp": 1503721661538 - }, - "reference-count": 25, "publisher": "Springer Nature", "issue": "1", - "license": [ - { - "URL": "http://www.springer.com/tdm", - "start": { - "date-parts": [ - [ - 2014, - 9, - 4 - ] - ], - "date-time": "2014-09-04T00:00:00Z", - "timestamp": 1409788800000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [ - "link.springer.com" - ], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2014, - 12 - ] - ] - }, "DOI": "10.1186/s13321-014-0043-5", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2014, - 9, - 3 - ] - ], - "date-time": "2014-09-03T13:10:22Z", - "timestamp": 1409749822000 - }, - "update-policy": "http://dx.doi.org/10.1007/springer_crossmark_policy", "source": "Crossref", - "is-referenced-by-count": 0, "title": "UniChem: extension of InChI-based compound mapping to salt, connectivity and stereochemistry layers", - "prefix": "10.1186", "volume": "6", "author": [ { "given": "Jon", - "family": "Chambers", - "affiliation": [] + "family": "Chambers" }, { "given": "Mark", - "family": "Davies", - "affiliation": [] + "family": "Davies" }, { "given": "Anna", - "family": "Gaulton", - "affiliation": [] + "family": "Gaulton" }, { "given": "George", - "family": "Papadatos", - "affiliation": [] + "family": "Papadatos" }, { "given": "Anne", - "family": "Hersey", - "affiliation": [] + "family": "Hersey" }, { "given": "John P", - "family": "Overington", - "affiliation": [] + "family": "Overington" } ], - "member": "297", - "published-online": { - "date-parts": [ - [ - 2014, - 9, - 4 - ] - ] - }, "container-title": "Journal of Cheminformatics", - "original-title": [], - "link": [ - { - "URL": "http://link.springer.com/article/10.1186/s13321-014-0043-5/fulltext.html", - "content-type": "text/html", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://link.springer.com/content/pdf/10.1186/s13321-014-0043-5.pdf", - "content-type": "application/pdf", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://link.springer.com/content/pdf/10.1186/s13321-014-0043-5", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - }, - { - "URL": "http://link.springer.com/content/pdf/10.1186/s13321-014-0043-5.pdf", - "content-type": "application/pdf", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T10:56:25Z", - "timestamp": 1503658585000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -17052,122 +6661,28 @@ ] ] }, - "references-count": 25, - "alternative-id": [ - "43" - ], - "URL": "https://doi.org/10.1186/s13321-014-0043-5", - "relation": { - "cites": [] - }, - "subject": [ - "Physical and Theoretical Chemistry", - "Library and Information Sciences", - "Computer Graphics and Computer-Aided Design", - "Computer Science Applications" - ], + "URL": "https://doi.org/vkq", "container-title-short": "J Cheminform", - "article-number": "43", - "short_url": "https://doi.org/vkq", + "PMCID": "PMC4158273", + "PMID": "25221628", "id": "N3GeOrai" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T15:40:19Z", - "timestamp": 1502379619874 - }, - "reference-count": 46, "publisher": "Springer Nature", "issue": "1", - "funder": [ - { - "DOI": "10.13039/100004334", - "name": "Merck", - "doi-asserted-by": "publisher", - "award": [] - } - ], - "content-domain": { - "domain": [ - "link.springer.com" - ], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2017, - 12 - ] - ] - }, "DOI": "10.1186/s13326-016-0110-0", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2017, - 1, - 9 - ] - ], - "date-time": "2017-01-09T23:25:09Z", - "timestamp": 1484004309000 - }, - "update-policy": "http://dx.doi.org/10.1007/springer_crossmark_policy", "source": "Crossref", - "is-referenced-by-count": 2, "title": "Toward a comprehensive drug ontology: extraction of drug-indication relations from diverse information sources", - "prefix": "10.1186", "volume": "8", "author": [ { "given": "Mark E", - "family": "Sharp", - "affiliation": [] + "family": "Sharp" } ], - "member": "297", - "published-online": { - "date-parts": [ - [ - 2017, - 1, - 10 - ] - ] - }, "container-title": "Journal of Biomedical Semantics", - "original-title": [], - "link": [ - { - "URL": "http://link.springer.com/content/pdf/10.1186/s13326-016-0110-0.pdf", - "content-type": "application/pdf", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 25 - ] - ], - "date-time": "2017-06-25T07:44:44Z", - "timestamp": 1498376684000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -17177,169 +6692,48 @@ ] ] }, - "references-count": 46, - "alternative-id": [ - "110" - ], - "URL": "https://doi.org/10.1186/s13326-016-0110-0", - "relation": { - "cites": [] - }, + "URL": "https://doi.org/gbr42w", "container-title-short": "J Biomed Semant", - "article-number": "2", - "short_url": "https://doi.org/gbr42w", + "PMCID": "PMC5223332", + "PMID": "28069052", "id": "46tb9XWt" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 27 - ] - ], - "date-time": "2017-08-27T18:41:02Z", - "timestamp": 1503859262198 - }, - "reference-count": 10, "publisher": "Oxford University Press (OUP)", "issue": "1", - "license": [ - { - "URL": "http://www.springer.com/tdm", - "start": { - "date-parts": [ - [ - 2015, - 10, - 15 - ] - ], - "date-time": "2015-10-15T00:00:00Z", - "timestamp": 1444867200000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [ - "link.springer.com" - ], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 12 - ] - ] - }, "DOI": "10.1186/s13742-015-0087-0", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 10, - 15 - ] - ], - "date-time": "2015-10-15T09:23:52Z", - "timestamp": 1444901032000 - }, - "update-policy": "http://dx.doi.org/10.1007/springer_crossmark_policy", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Bioboxes: standardised containers for interchangeable bioinformatics software", - "prefix": "10.1093", "volume": "4", "author": [ { "given": "Peter", - "family": "Belmann", - "affiliation": [] + "family": "Belmann" }, { "given": "Johannes", - "family": "Dröge", - "affiliation": [] + "family": "Dröge" }, { "given": "Andreas", - "family": "Bremges", - "affiliation": [] + "family": "Bremges" }, { "given": "Alice C.", - "family": "McHardy", - "affiliation": [] + "family": "McHardy" }, { "given": "Alexander", - "family": "Sczyrba", - "affiliation": [] + "family": "Sczyrba" }, { "given": "Michael D.", - "family": "Barton", - "affiliation": [] + "family": "Barton" } ], - "member": "286", - "published-online": { - "date-parts": [ - [ - 2015, - 10, - 15 - ] - ] - }, "container-title": "GigaScience", - "original-title": [], - "link": [ - { - "URL": "http://link.springer.com/content/pdf/10.1186/s13742-015-0087-0.pdf", - "content-type": "application/pdf", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://link.springer.com/article/10.1186/s13742-015-0087-0/fulltext.html", - "content-type": "text/html", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "http://academic.oup.com/gigascience/article-pdf/4/1/1/10894463/13742_2015_Article_87.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - }, - { - "URL": "http://link.springer.com/content/pdf/10.1186/s13742-015-0087-0.pdf", - "content-type": "application/pdf", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 8, - 25 - ] - ], - "date-time": "2017-08-25T03:01:53Z", - "timestamp": 1503630113000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -17349,110 +6743,33 @@ ] ] }, - "references-count": 10, - "alternative-id": [ - "87" - ], - "URL": "https://doi.org/10.1186/s13742-015-0087-0", - "relation": {}, + "URL": "https://doi.org/gbr42d", "container-title-short": "GigaSci", - "article-number": "47", - "short_url": "https://doi.org/gbr42d", + "PMCID": "PMC4607242", + "PMID": "26473029", "id": "pw3EUXTf" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 8 - ] - ], - "date-time": "2017-08-08T15:34:20Z", - "timestamp": 1502206460831 - }, - "reference-count": 0, "publisher": "The Company of Biologists", "issue": "5-6", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2009, - 5, - 1 - ] - ] - }, "DOI": "10.1242/dmm.003285", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2009, - 4, - 30 - ] - ], - "date-time": "2009-04-30T22:22:10Z", - "timestamp": 1241130130000 - }, "page": "201-205", "source": "Crossref", - "is-referenced-by-count": 4, "title": "This revolution will be digitized: online tools for radical collaboration", - "prefix": "10.1242", "volume": "2", "author": [ { "given": "C.", - "family": "Patil", - "affiliation": [] + "family": "Patil" }, { "given": "V.", - "family": "Siegel", - "affiliation": [] + "family": "Siegel" } ], - "member": "237", - "published-online": { - "date-parts": [ - [ - 2009, - 4, - 30 - ] - ] - }, "container-title": "Disease Models & Mechanisms", - "original-title": [], - "link": [ - { - "URL": "https://syndication.highwire.org/content/doi/10.1242/dmm.003285", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2016, - 12, - 22 - ] - ], - "date-time": "2016-12-22T23:33:27Z", - "timestamp": 1482449607000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -17462,136 +6779,49 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.1242/dmm.003285", - "relation": {}, - "subject": [ - "Immunology and Microbiology (miscellaneous) ", - "General Biochemistry, Genetics and Molecular Biology", - "Medicine (miscellaneous)", - "Neuroscience (miscellaneous)" - ], + "URL": "https://doi.org/fvjhcj", "container-title-short": "Disease Models & Mechanisms", - "short_url": "https://doi.org/fvjhcj", + "PMCID": "PMC2675795", + "PMID": "19407323", "id": "17EdosXzD" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 28 - ] - ], - "date-time": "2017-08-28T21:34:52Z", - "timestamp": 1503956092400 - }, - "reference-count": 12, "publisher": "Public Library of Science (PLoS)", "issue": "7", - "license": [ - { - "URL": "http://creativecommons.org/licenses/by/4.0/", - "start": { - "date-parts": [ - [ - 2008, - 7, - 22 - ] - ], - "date-time": "2008-07-22T00:00:00Z", - "timestamp": 1216684800000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [ - "www.plosbiology.org" - ], - "crossmark-restriction": false - }, "DOI": "10.1371/journal.pbio.0060184", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2008, - 7, - 16 - ] - ], - "date-time": "2008-07-16T21:02:00Z", - "timestamp": 1216242120000 - }, "page": "e184", - "update-policy": "http://dx.doi.org/10.1371/journal.pbio.corrections_policy", "source": "Crossref", - "is-referenced-by-count": 228, "title": "WikiPathways: Pathway Editing for the People", - "prefix": "10.1371", "volume": "6", "author": [ { "given": "Alexander R", - "family": "Pico", - "affiliation": [] + "family": "Pico" }, { "given": "Thomas", - "family": "Kelder", - "affiliation": [] + "family": "Kelder" }, { "given": "Martijn P", - "family": "van Iersel", - "affiliation": [] + "family": "van Iersel" }, { "given": "Kristina", - "family": "Hanspers", - "affiliation": [] + "family": "Hanspers" }, { "given": "Bruce R", - "family": "Conklin", - "affiliation": [] + "family": "Conklin" }, { "given": "Chris", - "family": "Evelo", - "affiliation": [] + "family": "Evelo" } ], - "member": "340", - "published-online": { - "date-parts": [ - [ - 2008, - 7, - 22 - ] - ] - }, "container-title": "PLoS Biology", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2016, - 4, - 20 - ] - ], - "date-time": "2016-04-20T17:20:56Z", - "timestamp": 1461172856000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -17601,121 +6831,29 @@ ] ] }, - "references-count": 12, - "URL": "https://doi.org/10.1371/journal.pbio.0060184", - "relation": { - "cites": [] - }, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology", - "General Immunology and Microbiology", - "General Neuroscience", - "General Agricultural and Biological Sciences" - ], + "URL": "https://doi.org/bhsdc2", "container-title-short": "PLoS Biol", - "short_url": "https://doi.org/bhsdc2", + "PMCID": "PMC2475545", + "PMID": "18651794", "id": "1HPlX2VWO" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 16 - ] - ], - "date-time": "2017-08-16T16:02:59Z", - "timestamp": 1502899379317 - }, - "reference-count": 10, "publisher": "Public Library of Science (PLoS)", "issue": "12", - "license": [ - { - "URL": "http://creativecommons.org/licenses/by/4.0/", - "start": { - "date-parts": [ - [ - 2011, - 12, - 6 - ] - ], - "date-time": "2011-12-06T00:00:00Z", - "timestamp": 1323129600000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [ - "www.plosbiology.org" - ], - "crossmark-restriction": false - }, "DOI": "10.1371/journal.pbio.1001195", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2011, - 12, - 6 - ] - ], - "date-time": "2011-12-06T21:51:19Z", - "timestamp": 1323208279000 - }, "page": "e1001195", - "update-policy": "http://dx.doi.org/10.1371/journal.pbio.corrections_policy", "source": "Crossref", - "is-referenced-by-count": 57, "title": "The Open Knowledge Foundation: Open Data Means Better Science", - "prefix": "10.1371", "volume": "9", "author": [ { "given": "Jennifer C.", - "family": "Molloy", - "affiliation": [] + "family": "Molloy" } ], - "member": "340", - "published-online": { - "date-parts": [ - [ - 2011, - 12, - 6 - ] - ] - }, "container-title": "PLoS Biology", - "original-title": [], - "link": [ - { - "URL": "http://dx.plos.org/10.1371/journal.pbio.1001195", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T10:54:20Z", - "timestamp": 1497956060000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -17725,133 +6863,39 @@ ] ] }, - "references-count": 10, - "URL": "https://doi.org/10.1371/journal.pbio.1001195", - "relation": { - "cites": [] - }, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology", - "General Immunology and Microbiology", - "General Neuroscience", - "General Agricultural and Biological Sciences" - ], + "URL": "https://doi.org/g3b", "container-title-short": "PLoS Biol", - "short_url": "https://doi.org/g3b", + "PMCID": "PMC3232214", + "PMID": "22162946", "id": "1A97a4UwU" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T16:18:04Z", - "timestamp": 1502381884610 - }, - "reference-count": 85, "publisher": "Public Library of Science (PLoS)", "issue": "7", - "license": [ - { - "URL": "http://creativecommons.org/licenses/by/4.0/", - "start": { - "date-parts": [ - [ - 2015, - 7, - 9 - ] - ], - "date-time": "2015-07-09T00:00:00Z", - "timestamp": 1436400000000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [ - "www.ploscompbiol.org" - ], - "crossmark-restriction": false - }, "DOI": "10.1371/journal.pcbi.1004259", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 7, - 9 - ] - ], - "date-time": "2015-07-09T20:04:48Z", - "timestamp": 1436472288000 - }, "page": "e1004259", - "update-policy": "http://dx.doi.org/10.1371/journal.pcbi.corrections_policy", "source": "Crossref", - "is-referenced-by-count": 7, "title": "Heterogeneous Network Edge Prediction: A Data Integration Approach to Prioritize Disease-Associated Genes", - "prefix": "10.1371", "volume": "11", "author": [ { "given": "Daniel S.", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Sergio E.", - "family": "Baranzini", - "affiliation": [] + "family": "Baranzini" } ], - "member": "340", - "published-online": { - "date-parts": [ - [ - 2015, - 7, - 9 - ] - ] - }, "container-title": "PLOS Computational Biology", - "original-title": [], - "link": [ - { - "URL": "http://dx.plos.org/10.1371/journal.pcbi.1004259", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 23 - ] - ], - "date-time": "2017-06-23T15:25:07Z", - "timestamp": 1498231507000 - }, - "score": 1.0, - "subtitle": [], + "language": "en", "editor": [ { "given": "Hua", - "family": "Tang", - "affiliation": [] + "family": "Tang" } ], - "short-title": [], "issued": { "date-parts": [ [ @@ -17861,163 +6905,55 @@ ] ] }, - "references-count": 85, - "URL": "https://doi.org/10.1371/journal.pcbi.1004259", - "relation": { - "has-preprint": [ - { - "id-type": "doi", - "id": "10.1101/011569", - "asserted-by": "object" - } - ], - "cites": [] - }, - "subject": [ - "Ecology", - "Modelling and Simulation", - "Computational Theory and Mathematics", - "Genetics", - "Ecology, Evolution, Behavior and Systematics", - "Molecular Biology", - "Cellular and Molecular Neuroscience" - ], + "URL": "https://doi.org/98q", "container-title-short": "PLoS Comput Biol", - "short_url": "https://doi.org/98q", + "PMCID": "PMC4497619", + "PMID": "26158728", "id": "WkPlH1ds" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T13:22:15Z", - "timestamp": 1504185735667 - }, - "reference-count": 17, "publisher": "Public Library of Science (PLoS)", "issue": "2", - "license": [ - { - "URL": "http://creativecommons.org/licenses/by/4.0/", - "start": { - "date-parts": [ - [ - 2016, - 2, - 11 - ] - ], - "date-time": "2016-02-11T00:00:00Z", - "timestamp": 1455148800000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [ - "www.ploscompbiol.org" - ], - "crossmark-restriction": false - }, "DOI": "10.1371/journal.pcbi.1004743", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 2, - 11 - ] - ], - "date-time": "2016-02-11T18:44:47Z", - "timestamp": 1455216287000 - }, "page": "e1004743", - "update-policy": "http://dx.doi.org/10.1371/journal.pcbi.corrections_policy", "source": "Crossref", - "is-referenced-by-count": 4, "title": "Ten Simple Rules for Selecting a Bio-ontology", - "prefix": "10.1371", "volume": "12", "author": [ { "given": "James", - "family": "Malone", - "affiliation": [] + "family": "Malone" }, { "given": "Robert", - "family": "Stevens", - "affiliation": [] + "family": "Stevens" }, { "given": "Simon", - "family": "Jupp", - "affiliation": [] + "family": "Jupp" }, { "given": "Tom", - "family": "Hancocks", - "affiliation": [] + "family": "Hancocks" }, { "given": "Helen", - "family": "Parkinson", - "affiliation": [] + "family": "Parkinson" }, { "given": "Cath", - "family": "Brooksbank", - "affiliation": [] + "family": "Brooksbank" } ], - "member": "340", - "published-online": { - "date-parts": [ - [ - 2016, - 2, - 11 - ] - ] - }, "container-title": "PLOS Computational Biology", - "original-title": [], - "link": [ - { - "URL": "http://dx.plos.org/10.1371/journal.pcbi.1004743", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 24 - ] - ], - "date-time": "2017-06-24T05:42:20Z", - "timestamp": 1498282940000 - }, - "score": 1.0, - "subtitle": [], + "language": "en", "editor": [ { "given": "Scott", - "family": "Markel", - "affiliation": [] + "family": "Markel" } ], - "short-title": [], "issued": { "date-parts": [ [ @@ -18027,141 +6963,43 @@ ] ] }, - "references-count": 17, - "URL": "https://doi.org/10.1371/journal.pcbi.1004743", - "relation": { - "cites": [] - }, - "subject": [ - "Ecology", - "Modelling and Simulation", - "Computational Theory and Mathematics", - "Genetics", - "Ecology, Evolution, Behavior and Systematics", - "Molecular Biology", - "Cellular and Molecular Neuroscience" - ], + "URL": "https://doi.org/f3mn59", "container-title-short": "PLoS Comput Biol", - "short_url": "https://doi.org/f3mn59", + "PMCID": "PMC4750991", + "PMID": "26867217", "id": "XEspNtr2" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T22:12:08Z", - "timestamp": 1502316728324 - }, - "reference-count": 60, "publisher": "Public Library of Science (PLoS)", "issue": "2", - "license": [ - { - "URL": "http://creativecommons.org/licenses/by/4.0/", - "start": { - "date-parts": [ - [ - 2015, - 2, - 13 - ] - ], - "date-time": "2015-02-13T00:00:00Z", - "timestamp": 1423785600000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [ - "www.plosgenetics.org" - ], - "crossmark-restriction": false - }, "DOI": "10.1371/journal.pgen.1004967", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 2, - 13 - ] - ], - "date-time": "2015-02-13T21:05:09Z", - "timestamp": 1423861509000 - }, "page": "e1004967", - "update-policy": "http://dx.doi.org/10.1371/journal.pgen.corrections_policy", "source": "Crossref", - "is-referenced-by-count": 1, "title": "Evolutionary Signatures amongst Disease Genes Permit Novel Methods for Gene Prioritization and Construction of Informative Gene-Based Networks", - "prefix": "10.1371", "volume": "11", "author": [ { "given": "Nolan", - "family": "Priedigkeit", - "affiliation": [] + "family": "Priedigkeit" }, { "given": "Nicholas", - "family": "Wolfe", - "affiliation": [] + "family": "Wolfe" }, { "given": "Nathan L.", - "family": "Clark", - "affiliation": [] + "family": "Clark" } ], - "member": "340", - "published-online": { - "date-parts": [ - [ - 2015, - 2, - 13 - ] - ] - }, "container-title": "PLOS Genetics", - "original-title": [], - "link": [ - { - "URL": "http://dx.plos.org/10.1371/journal.pgen.1004967", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 23 - ] - ], - "date-time": "2017-06-23T05:31:02Z", - "timestamp": 1498195862000 - }, - "score": 1.0, - "subtitle": [], + "language": "en", "editor": [ { "given": "Joshua M.", - "family": "Akey", - "affiliation": [] + "family": "Akey" } ], - "short-title": [], "issued": { "date-parts": [ [ @@ -18171,159 +7009,59 @@ ] ] }, - "references-count": 60, - "URL": "https://doi.org/10.1371/journal.pgen.1004967", - "relation": { - "cites": [] - }, - "subject": [ - "Genetics(clinical)", - "Genetics", - "Cancer Research", - "Ecology, Evolution, Behavior and Systematics", - "Molecular Biology" - ], + "URL": "https://doi.org/f3mn6w", "container-title-short": "PLoS Genet", - "short_url": "https://doi.org/f3mn6w", + "PMCID": "PMC4334549", + "PMID": "25679399", "id": "p6mbx8kO" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T10:37:31Z", - "timestamp": 1502447851460 - }, - "reference-count": 21, "publisher": "Public Library of Science (PLoS)", "issue": "12", - "license": [ - { - "URL": "http://creativecommons.org/licenses/by/4.0/", - "start": { - "date-parts": [ - [ - 2012, - 12, - 10 - ] - ], - "date-time": "2012-12-10T00:00:00Z", - "timestamp": 1355097600000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [ - "www.plosone.org" - ], - "crossmark-restriction": false - }, "DOI": "10.1371/journal.pone.0049686", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 12, - 11 - ] - ], - "date-time": "2012-12-11T20:22:13Z", - "timestamp": 1355257333000 - }, "page": "e49686", - "update-policy": "http://dx.doi.org/10.1371/journal.pone.corrections_policy", "source": "Crossref", - "is-referenced-by-count": 5, "title": "A Framework for Annotating Human Genome in Disease Context", - "prefix": "10.1371", "volume": "7", "author": [ { "given": "Wei", - "family": "Xu", - "affiliation": [] + "family": "Xu" }, { "given": "Huisong", - "family": "Wang", - "affiliation": [] + "family": "Wang" }, { "given": "Wenqing", - "family": "Cheng", - "affiliation": [] + "family": "Cheng" }, { "given": "Dong", - "family": "Fu", - "affiliation": [] + "family": "Fu" }, { "given": "Tian", - "family": "Xia", - "affiliation": [] + "family": "Xia" }, { "given": "Warren A.", - "family": "Kibbe", - "affiliation": [] + "family": "Kibbe" }, { "given": "Simon M.", - "family": "Lin", - "affiliation": [] + "family": "Lin" } ], - "member": "340", - "published-online": { - "date-parts": [ - [ - 2012, - 12, - 10 - ] - ] - }, "container-title": "PLoS ONE", - "original-title": [], - "link": [ - { - "URL": "http://dx.plos.org/10.1371/journal.pone.0049686", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 21 - ] - ], - "date-time": "2017-06-21T03:58:51Z", - "timestamp": 1498017531000 - }, - "score": 1.0, - "subtitle": [], + "language": "en", "editor": [ { "given": "Vladimir B.", - "family": "Bajic", - "affiliation": [] + "family": "Bajic" } ], - "short-title": [], "issued": { "date-parts": [ [ @@ -18333,128 +7071,56 @@ ] ] }, - "references-count": 21, - "URL": "https://doi.org/10.1371/journal.pone.0049686", - "relation": { - "cites": [] - }, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology", - "General Agricultural and Biological Sciences", - "General Medicine" - ], + "URL": "https://doi.org/f3mn6v", "container-title-short": "PLoS ONE", - "short_url": "https://doi.org/f3mn6v", + "PMCID": "PMC3519466", + "PMID": "23251346", "id": "gLGJypYg" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T00:08:51Z", - "timestamp": 1502323731793 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.15363/thinklab.4", "type": "report", - "created": { - "date-parts": [ - [ - 2015, - 3, - 13 - ] - ], - "date-time": "2015-03-13T20:50:42Z", - "timestamp": 1426279842000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Rephetio: Repurposing drugs on a hetnet [project]", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Antoine", - "family": "Lizee", - "affiliation": [] + "family": "Lizee" }, { "given": "Chrissy", - "family": "Hessler", - "affiliation": [] + "family": "Hessler" }, { "given": "Leo", - "family": "Brueggeman", - "affiliation": [] + "family": "Brueggeman" }, { "given": "Sabrina", - "family": "Chen", - "affiliation": [] + "family": "Chen" }, { "given": "Dexter", - "family": "Hadley", - "affiliation": [] + "family": "Hadley" }, { "given": "Ari", - "family": "Green", - "affiliation": [] + "family": "Green" }, { "given": "Pouya", - "family": "Khankhanian", - "affiliation": [] + "family": "Khankhanian" }, { "given": "Sergio", - "family": "Baranzini", - "affiliation": [] + "family": "Baranzini" } ], - "member": "6260", - "published-online": { - "date-parts": [ - [ - 2015, - 1, - 12 - ] - ] - }, - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:33:01Z", - "timestamp": 1500175981000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -18464,120 +7130,53 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.4", - "relation": {}, - "short_url": "https://doi.org/993", + "URL": "https://doi.org/993", "id": "G26bEIcn" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T01:33:14Z", - "timestamp": 1502242394742 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.15363/thinklab.a5", "type": "report", - "created": { - "date-parts": [ - [ - 2016, - 2, - 6 - ] - ], - "date-time": "2016-02-06T03:06:15Z", - "timestamp": 1454727975000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Rephetio: Repurposing drugs on a hetnet [proposal]", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Antoine", - "family": "Lizee", - "affiliation": [] + "family": "Lizee" }, { "given": "Chrissy", - "family": "Hessler", - "affiliation": [] + "family": "Hessler" }, { "given": "Leo", - "family": "Brueggeman", - "affiliation": [] + "family": "Brueggeman" }, { "given": "Sabrina", - "family": "Chen", - "affiliation": [] + "family": "Chen" }, { "given": "Dexter", - "family": "Hadley", - "affiliation": [] + "family": "Hadley" }, { "given": "Ari", - "family": "Green", - "affiliation": [] + "family": "Green" }, { "given": "Pouya", - "family": "Khankhanian", - "affiliation": [] + "family": "Khankhanian" }, { "given": "Sergio", - "family": "Baranzini", - "affiliation": [] + "family": "Baranzini" } ], - "member": "6260", - "published-online": { - "date-parts": [ - [ - 2015, - 1, - 12 - ] - ] - }, - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:42Z", - "timestamp": 1500175902000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -18587,120 +7186,53 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.a5", - "relation": {}, - "short_url": "https://doi.org/bd9g", + "URL": "https://doi.org/bd9g", "id": "lMaNoR9y" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T03:18:35Z", - "timestamp": 1502335115939 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.15363/thinklab.a7", "type": "report", - "created": { - "date-parts": [ - [ - 2016, - 11, - 14 - ] - ], - "date-time": "2016-11-14T04:57:22Z", - "timestamp": 1479099442000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Rephetio: Repurposing drugs on a hetnet [report]", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Antoine", - "family": "Lizee", - "affiliation": [] + "family": "Lizee" }, { "given": "Chrissy", - "family": "Hessler", - "affiliation": [] + "family": "Hessler" }, { "given": "Leo", - "family": "Brueggeman", - "affiliation": [] + "family": "Brueggeman" }, { "given": "Sabrina", - "family": "Chen", - "affiliation": [] + "family": "Chen" }, { "given": "Dexter", - "family": "Hadley", - "affiliation": [] + "family": "Hadley" }, { "given": "Ari", - "family": "Green", - "affiliation": [] + "family": "Green" }, { "given": "Pouya", - "family": "Khankhanian", - "affiliation": [] + "family": "Khankhanian" }, { "given": "Sergio", - "family": "Baranzini", - "affiliation": [] + "family": "Baranzini" } ], - "member": "6260", - "published-online": { - "date-parts": [ - [ - 2016, - 11, - 13 - ] - ] - }, - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:26Z", - "timestamp": 1500175946000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -18710,85 +7242,24 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.a7", - "relation": {}, - "short_url": "https://doi.org/bszr", + "URL": "https://doi.org/bszr", "id": "vwZsseRS" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T21:24:00Z", - "timestamp": 1502400240624 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 8, - 14 - ] - ] - }, "DOI": "10.15363/thinklab.d102", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 8, - 14 - ] - ], - "date-time": "2015-08-14T22:24:15Z", - "timestamp": 1439591055000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "One network to rule them all", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Lars Juhl", - "family": "Jensen", - "affiliation": [] + "family": "Jensen" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:57Z", - "timestamp": 1500175977000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -18798,90 +7269,29 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d102", - "relation": {}, - "short_url": "https://doi.org/f3mqt4", - "id": "3RePz9QS" + "URL": "https://doi.org/f3mqt4", + "id": "3RePz9QS", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T18:11:00Z", - "timestamp": 1502388660229 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 8, - 16 - ] - ] - }, "DOI": "10.15363/thinklab.d104", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 8, - 17 - ] - ], - "date-time": "2015-08-17T02:56:51Z", - "timestamp": 1439780211000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Renaming ‘heterogeneous networks’ to a more concise and catchy term", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Casey", - "family": "Greene", - "affiliation": [] + "family": "Greene" }, { "given": "Sergio", - "family": "Baranzini", - "affiliation": [] + "family": "Baranzini" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:07Z", - "timestamp": 1500175927000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -18891,85 +7301,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d104", - "relation": {}, - "short_url": "https://doi.org/f3mn4v", - "id": "QWTAHxFj" + "URL": "https://doi.org/f3mn4v", + "id": "QWTAHxFj", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T18:12:59Z", - "timestamp": 1502388779726 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 8, - 17 - ] - ] - }, "DOI": "10.15363/thinklab.d105", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 8, - 18 - ] - ], - "date-time": "2015-08-18T03:46:36Z", - "timestamp": 1439869596000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Processing DisGeNET for disease-gene relationships", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "janet", - "family": "piñero", - "affiliation": [] + "family": "piñero" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:30:55Z", - "timestamp": 1500175855000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -18979,85 +7329,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d105", - "relation": {}, - "short_url": "https://doi.org/f3mqv3", - "id": "6db5dHbM" + "URL": "https://doi.org/f3mqv3", + "id": "6db5dHbM", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T18:19:15Z", - "timestamp": 1502389155138 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 8, - 20 - ] - ] - }, "DOI": "10.15363/thinklab.d106", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 8, - 20 - ] - ], - "date-time": "2015-08-20T21:45:29Z", - "timestamp": 1440107129000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Processing the DISEASES resource for disease–gene relationships", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Lars Juhl", - "family": "Jensen", - "affiliation": [] + "family": "Jensen" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:51Z", - "timestamp": 1500175911000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -19067,100 +7357,37 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d106", - "relation": {}, - "short_url": "https://doi.org/f3mqt3", - "id": "11kBoB0W8" + "URL": "https://doi.org/f3mqt3", + "id": "11kBoB0W8", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T21:58:17Z", - "timestamp": 1502402297166 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 8, - 28 - ] - ] - }, "DOI": "10.15363/thinklab.d107", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 8, - 28 - ] - ], - "date-time": "2015-08-28T19:10:43Z", - "timestamp": 1440789043000 - }, "source": "Crossref", - "is-referenced-by-count": 1, "title": "Integrating resources with disparate licensing into an open network", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Lars Juhl", - "family": "Jensen", - "affiliation": [] + "family": "Jensen" }, { "given": "MacKenzie", - "family": "Smith", - "affiliation": [] + "family": "Smith" }, { "given": "Katie", - "family": "Fortney", - "affiliation": [] + "family": "Fortney" }, { "given": "Caty", - "family": "Chung", - "affiliation": [] + "family": "Chung" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:12Z", - "timestamp": 1500175932000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -19170,81 +7397,22 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d107", - "relation": {}, - "short_url": "https://doi.org/bfmk", - "id": "4G0GW8oe" + "URL": "https://doi.org/bfmk", + "id": "4G0GW8oe", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T23:47:26Z", - "timestamp": 1502408846602 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 9, - 28 - ] - ] - }, "DOI": "10.15363/thinklab.d108", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 9, - 28 - ] - ], - "date-time": "2015-09-28T18:33:59Z", - "timestamp": 1443465239000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "MSigDB licensing", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:24Z", - "timestamp": 1500175944000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], - "issued": { + "issued": { "date-parts": [ [ 2015, @@ -19253,80 +7421,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d108", - "relation": {}, - "short_url": "https://doi.org/bfmm", - "id": "Iprbu5m8" + "URL": "https://doi.org/bfmm", + "id": "Iprbu5m8", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T23:48:02Z", - "timestamp": 1502408882723 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 9, - 28 - ] - ] - }, "DOI": "10.15363/thinklab.d110", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 9, - 28 - ] - ], - "date-time": "2015-09-28T22:59:32Z", - "timestamp": 1443481172000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "LINCS L1000 licensing", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:13Z", - "timestamp": 1500175933000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -19336,80 +7445,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d110", - "relation": {}, - "short_url": "https://doi.org/bfmn", - "id": "mruqBx3u" + "URL": "https://doi.org/bfmn", + "id": "mruqBx3u", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T00:05:32Z", - "timestamp": 1502409932244 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 10, - 1 - ] - ] - }, "DOI": "10.15363/thinklab.d111", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 10, - 2 - ] - ], - "date-time": "2015-10-02T01:58:48Z", - "timestamp": 1443751128000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Incomplete Interactome licensing", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:11Z", - "timestamp": 1500175931000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -19419,80 +7469,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d111", - "relation": {}, - "short_url": "https://doi.org/bfmp", - "id": "gPtjkxTB" + "URL": "https://doi.org/bfmp", + "id": "gPtjkxTB", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T00:09:11Z", - "timestamp": 1502410151351 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 10, - 2 - ] - ] - }, "DOI": "10.15363/thinklab.d112", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 10, - 2 - ] - ], - "date-time": "2015-10-02T22:20:19Z", - "timestamp": 1443824419000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Using the neo4j graph database for hetnets", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:39Z", - "timestamp": 1500175959000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -19502,80 +7493,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d112", - "relation": {}, - "short_url": "https://doi.org/f3mqvk", - "id": "kNYoxBiQ" + "URL": "https://doi.org/f3mqvk", + "id": "kNYoxBiQ", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T00:12:58Z", - "timestamp": 1502410378246 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 10, - 4 - ] - ] - }, "DOI": "10.15363/thinklab.d115", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 10, - 4 - ] - ], - "date-time": "2015-10-04T18:59:37Z", - "timestamp": 1443985177000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Assessing the informativeness of features", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:17Z", - "timestamp": 1500175877000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -19585,85 +7517,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d115", - "relation": {}, - "short_url": "https://doi.org/f3qbmb", - "id": "TZzteyU5" + "URL": "https://doi.org/f3qbmb", + "id": "TZzteyU5", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T02:05:10Z", - "timestamp": 1502417110797 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 11, - 3 - ] - ] - }, "DOI": "10.15363/thinklab.d124", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 11, - 4 - ] - ], - "date-time": "2015-11-04T02:25:30Z", - "timestamp": 1446603930000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Processing Bgee for tissue-specific gene presence and over/under-expression", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Frederic", - "family": "Bastian", - "affiliation": [] + "family": "Bastian" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:48Z", - "timestamp": 1500175908000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -19673,80 +7545,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d124", - "relation": {}, - "short_url": "https://doi.org/f3mqwg", - "id": "5qw2oair" + "URL": "https://doi.org/f3mqwg", + "id": "5qw2oair", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T06:42:33Z", - "timestamp": 1502433753918 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 12, - 21 - ] - ] - }, "DOI": "10.15363/thinklab.d136", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 12, - 22 - ] - ], - "date-time": "2015-12-22T01:25:56Z", - "timestamp": 1450747556000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Permuting hetnets and implementing randomized edge swaps in cypher", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:30:52Z", - "timestamp": 1500175852000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -19756,90 +7569,29 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d136", - "relation": {}, - "short_url": "https://doi.org/f3mqt6", - "id": "xmFxwmUd" + "URL": "https://doi.org/f3mqt6", + "id": "xmFxwmUd", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T02:22:36Z", - "timestamp": 1502245356281 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 2, - 17 - ] - ] - }, "DOI": "10.15363/thinklab.d162", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 2, - 17 - ] - ], - "date-time": "2016-02-17T19:52:29Z", - "timestamp": 1455738749000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Data nomenclature: naming and abbreviating our network types", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Lars Juhl", - "family": "Jensen", - "affiliation": [] + "family": "Jensen" }, { "given": "Pouya", - "family": "Khankhanian", - "affiliation": [] + "family": "Khankhanian" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:48Z", - "timestamp": 1500175968000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -19849,91 +7601,30 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d162", - "relation": {}, - "short_url": "https://doi.org/f3qbmc", - "id": "v6CCM5Cc" + "URL": "https://doi.org/f3qbmc", + "id": "v6CCM5Cc", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T03:16:42Z", - "timestamp": 1502248602208 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 2, - 26 - ] - ] - }, "DOI": "10.15363/thinklab.d171", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 2, - 26 - ] - ], - "date-time": "2016-02-26T17:20:09Z", - "timestamp": 1456507209000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Positive correlations between knockdown and overexpression profiles from LINCS L1000", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Casey", - "family": "Greene", - "affiliation": [] + "family": "Greene" }, { "given": "Lars Juhl", - "family": "Jensen", - "affiliation": [] + "family": "Jensen" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:58Z", - "timestamp": 1500175918000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], - "issued": { + "issued": { "date-parts": [ [ 2016, @@ -19942,80 +7633,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d171", - "relation": {}, - "short_url": "https://doi.org/f3mqt7", - "id": "45bO056G" + "URL": "https://doi.org/f3mqt7", + "id": "45bO056G", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T03:10:47Z", - "timestamp": 1502248247203 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 2, - 25 - ] - ] - }, "DOI": "10.15363/thinklab.d178", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 2, - 25 - ] - ], - "date-time": "2016-02-25T22:56:00Z", - "timestamp": 1456440960000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Assessing the effectiveness of our hetnet permutations", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:33:00Z", - "timestamp": 1500175980000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -20025,125 +7657,57 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d178", - "relation": {}, - "short_url": "https://doi.org/f3mqt5", - "id": "GE6jhWnt" + "URL": "https://doi.org/f3mqt5", + "id": "GE6jhWnt", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T04:17:44Z", - "timestamp": 1502252264307 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 3, - 8 - ] - ] - }, "DOI": "10.15363/thinklab.d181", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 3, - 8 - ] - ], - "date-time": "2016-03-08T20:50:17Z", - "timestamp": 1457470217000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Workshop to analyze LINCS data for the Systems Pharmacology course at UCSF", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Kathleen", - "family": "Keough", - "affiliation": [] + "family": "Keough" }, { "given": "Misha", - "family": "Vysotskiy", - "affiliation": [] + "family": "Vysotskiy" }, { "given": "Jeffrey", - "family": "Kim", - "affiliation": [] + "family": "Kim" }, { "given": "Beau", - "family": "Norgeot", - "affiliation": [] + "family": "Norgeot" }, { "given": "Julia", - "family": "Cluceru", - "affiliation": [] + "family": "Cluceru" }, { "given": "Marjorie", - "family": "Imperial", - "affiliation": [] + "family": "Imperial" }, { "given": "Emmalyn", - "family": "Chen", - "affiliation": [] + "family": "Chen" }, { "given": "Jasleen", - "family": "Sodhi", - "affiliation": [] + "family": "Sodhi" }, { "given": "Elizabeth", - "family": "Levy", - "affiliation": [] + "family": "Levy" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:34Z", - "timestamp": 1500175894000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -20153,80 +7717,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d181", - "relation": {}, - "short_url": "https://doi.org/f3mn57", - "id": "ZFI7ltQO" + "URL": "https://doi.org/f3mn57", + "id": "ZFI7ltQO", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T04:41:56Z", - "timestamp": 1502253716104 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 3, - 15 - ] - ] - }, "DOI": "10.15363/thinklab.d182", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 3, - 15 - ] - ], - "date-time": "2016-03-15T05:24:14Z", - "timestamp": 1458019454000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Announcing PharmacotherapyDB: the Open Catalog of Drug Therapies for Disease", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:32Z", - "timestamp": 1500175892000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -20236,80 +7741,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d182", - "relation": {}, - "short_url": "https://doi.org/f3mqtv", - "id": "5t7pfaPv" + "URL": "https://doi.org/f3mqtv", + "id": "5t7pfaPv", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T04:34:11Z", - "timestamp": 1502253251815 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 3, - 11 - ] - ] - }, "DOI": "10.15363/thinklab.d185", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 3, - 11 - ] - ], - "date-time": "2016-03-11T22:41:12Z", - "timestamp": 1457736072000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Assessing the imputation quality of gene expression in LINCS L1000", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:23Z", - "timestamp": 1500175883000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -20319,100 +7765,37 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d185", - "relation": {}, - "short_url": "https://doi.org/f3mqtr", - "id": "K463O8CE" + "URL": "https://doi.org/f3mqtr", + "id": "K463O8CE", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T05:14:45Z", - "timestamp": 1502255685079 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 3, - 20 - ] - ] - }, "DOI": "10.15363/thinklab.d186", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 3, - 20 - ] - ], - "date-time": "2016-03-20T16:40:47Z", - "timestamp": 1458492047000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Incorporating DrugCentral data in our network", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Oleg", - "family": "Ursu", - "affiliation": [] + "family": "Ursu" }, { "given": "Mike", - "family": "Gilson", - "affiliation": [] + "family": "Gilson" }, { "given": "Pouya", - "family": "Khankhanian", - "affiliation": [] + "family": "Khankhanian" }, { "given": "Tudor", - "family": "Oprea", - "affiliation": [] + "family": "Oprea" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:38Z", - "timestamp": 1500175958000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -20422,85 +7805,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d186", - "relation": {}, - "short_url": "https://doi.org/f3mqtn", - "id": "896kQYbf" + "URL": "https://doi.org/f3mqtn", + "id": "896kQYbf", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T05:28:56Z", - "timestamp": 1502256536944 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 3, - 22 - ] - ] - }, "DOI": "10.15363/thinklab.d187", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 3, - 22 - ] - ], - "date-time": "2016-03-22T17:03:41Z", - "timestamp": 1458666221000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Estimating the complexity of hetnet traversal", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Antoine", - "family": "Lizee", - "affiliation": [] + "family": "Lizee" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:14Z", - "timestamp": 1500175934000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -20510,90 +7833,29 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d187", - "relation": {}, - "short_url": "https://doi.org/gbr42x", - "id": "xWWaK51z" + "URL": "https://doi.org/gbr42x", + "id": "xWWaK51z", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T06:15:42Z", - "timestamp": 1502259342968 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 4, - 1 - ] - ] - }, "DOI": "10.15363/thinklab.d193", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 4, - 1 - ] - ], - "date-time": "2016-04-01T21:12:57Z", - "timestamp": 1459545177000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Transforming DWPCs for hetnet edge prediction", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Pouya", - "family": "Khankhanian", - "affiliation": [] + "family": "Khankhanian" }, { "given": "Antoine", - "family": "Lizee", - "affiliation": [] + "family": "Lizee" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:55Z", - "timestamp": 1500175975000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -20603,85 +7865,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d193", - "relation": {}, - "short_url": "https://doi.org/f3qbmd", - "id": "17mGFvxXu" + "URL": "https://doi.org/f3qbmd", + "id": "17mGFvxXu", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T06:30:01Z", - "timestamp": 1502260201457 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 4, - 5 - ] - ] - }, "DOI": "10.15363/thinklab.d194", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 4, - 5 - ] - ], - "date-time": "2016-04-05T22:49:17Z", - "timestamp": 1459896557000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Network Edge Prediction: how to deal with self-testing", - "prefix": "10.15363", "author": [ { "given": "Antoine", - "family": "Lizee", - "affiliation": [] + "family": "Lizee" }, { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:50Z", - "timestamp": 1500175910000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -20691,85 +7893,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d194", - "relation": {}, - "short_url": "https://doi.org/f3qbmf", - "id": "UlYsCFw5" + "URL": "https://doi.org/f3qbmf", + "id": "UlYsCFw5", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T06:57:57Z", - "timestamp": 1502261877796 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 4, - 11 - ] - ] - }, "DOI": "10.15363/thinklab.d200", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 4, - 11 - ] - ], - "date-time": "2016-04-11T22:42:43Z", - "timestamp": 1460414563000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Measuring user contribution and content creation", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Antoine", - "family": "Lizee", - "affiliation": [] + "family": "Lizee" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:38Z", - "timestamp": 1500175898000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -20779,85 +7921,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d200", - "relation": {}, - "short_url": "https://doi.org/f3mqvn", - "id": "KUVxzxrS" + "URL": "https://doi.org/f3mqvn", + "id": "KUVxzxrS", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T07:18:11Z", - "timestamp": 1502263091541 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 4, - 14 - ] - ] - }, "DOI": "10.15363/thinklab.d201", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 4, - 15 - ] - ], - "date-time": "2016-04-15T01:44:17Z", - "timestamp": 1460684657000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Network Edge Prediction: Estimating the prior", - "prefix": "10.15363", "author": [ { "given": "Antoine", - "family": "Lizee", - "affiliation": [] + "family": "Lizee" }, { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:34Z", - "timestamp": 1500175954000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -20867,90 +7949,29 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d201", - "relation": {}, - "short_url": "https://doi.org/f3qbmg", - "id": "19OyKPQ4M" + "URL": "https://doi.org/f3qbmg", + "id": "19OyKPQ4M", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T09:48:47Z", - "timestamp": 1502272127944 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 5, - 17 - ] - ] - }, "DOI": "10.15363/thinklab.d203", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 5, - 17 - ] - ], - "date-time": "2016-05-17T18:28:45Z", - "timestamp": 1463509725000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Predictions of whether a compound treats a disease", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Chrissy", - "family": "Hessler", - "affiliation": [] + "family": "Hessler" }, { "given": "Pouya", - "family": "Khankhanian", - "affiliation": [] + "family": "Khankhanian" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:01Z", - "timestamp": 1500175921000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -20960,85 +7981,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d203", - "relation": {}, - "short_url": "https://doi.org/f3qbmh", - "id": "HZpkiQh0" + "URL": "https://doi.org/f3qbmh", + "id": "HZpkiQh0", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T07:43:16Z", - "timestamp": 1502264596075 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 4, - 21 - ] - ] - }, "DOI": "10.15363/thinklab.d205", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 4, - 21 - ] - ], - "date-time": "2016-04-21T19:42:14Z", - "timestamp": 1461267734000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Computing standardized logistic regression coefficients", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Antoine", - "family": "Lizee", - "affiliation": [] + "family": "Lizee" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:06Z", - "timestamp": 1500175926000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -21048,100 +8009,37 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d205", - "relation": {}, - "short_url": "https://doi.org/bhz9", - "id": "uHJFShcv" + "URL": "https://doi.org/bhz9", + "id": "uHJFShcv", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:11:57Z", - "timestamp": 1502370717781 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 1, - 13 - ] - ] - }, "DOI": "10.15363/thinklab.d21", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:12Z", - "timestamp": 1431827772000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "How should we construct a catalog of drug indications?", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Benjamin", - "family": "Good", - "affiliation": [] + "family": "Good" }, { "given": "Tudor", - "family": "Oprea", - "affiliation": [] + "family": "Oprea" }, { "given": "Allison", - "family": "McCoy", - "affiliation": [] + "family": "McCoy" }, { "given": "Antoine", - "family": "Lizee", - "affiliation": [] + "family": "Lizee" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:36Z", - "timestamp": 1500175896000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -21151,80 +8049,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d21", - "relation": {}, - "short_url": "https://doi.org/f3mqtz", - "id": "evXE89NK" + "URL": "https://doi.org/f3mqtz", + "id": "evXE89NK", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T08:42:49Z", - "timestamp": 1502268169138 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 5, - 4 - ] - ] - }, "DOI": "10.15363/thinklab.d210", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 5, - 4 - ] - ], - "date-time": "2016-05-04T05:27:41Z", - "timestamp": 1462339661000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Our hetnet edge prediction methodology: the modeling framework for Project Rephetio", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:12Z", - "timestamp": 1500175932000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -21234,80 +8073,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d210", - "relation": {}, - "short_url": "https://doi.org/f3qbmj", - "id": "vvdoVrc6" + "URL": "https://doi.org/f3qbmj", + "id": "vvdoVrc6", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T09:07:39Z", - "timestamp": 1502269659640 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 5, - 8 - ] - ] - }, "DOI": "10.15363/thinklab.d212", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 5, - 8 - ] - ], - "date-time": "2016-05-08T04:59:51Z", - "timestamp": 1462683591000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Cataloging drug–disease therapies in the ClinicalTrials.gov database", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:46Z", - "timestamp": 1500175906000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -21317,95 +8097,33 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d212", - "relation": {}, - "short_url": "https://doi.org/f3qbmk", - "id": "xqMdqzy9" + "URL": "https://doi.org/f3qbmk", + "id": "xqMdqzy9", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T09:09:12Z", - "timestamp": 1502269752452 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 5, - 8 - ] - ] - }, "DOI": "10.15363/thinklab.d213", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 5, - 8 - ] - ], - "date-time": "2016-05-08T21:34:44Z", - "timestamp": 1462743284000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Sounding the alarm on DrugBank’s new license and terms of use", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Katie", - "family": "Fortney", - "affiliation": [] + "family": "Fortney" }, { "given": "Craig", - "family": "Knox", - "affiliation": [] + "family": "Knox" }, { "given": "Christopher", - "family": "Southan", - "affiliation": [] + "family": "Southan" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:42Z", - "timestamp": 1500175962000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -21415,31 +8133,22 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d213", - "relation": {}, - "short_url": "https://doi.org/bgnh", - "id": "AlI8nuJy" + "URL": "https://doi.org/bgnh", + "id": "AlI8nuJy", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T09:44:17Z", - "timestamp": 1502271857503 - }, - "reference-count": 0, - "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { + "publisher": "ThinkLab", + "DOI": "10.15363/thinklab.d215", + "source": "Crossref", + "title": "Edge dropout contamination in hetnet edge prediction", + "author": [ + { + "given": "Daniel", + "family": "Himmelstein" + } + ], + "issued": { "date-parts": [ [ 2016, @@ -21448,130 +8157,21 @@ ] ] }, - "DOI": "10.15363/thinklab.d215", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 5, - 16 - ] - ], - "date-time": "2016-05-16T20:03:40Z", - "timestamp": 1463429020000 - }, - "source": "Crossref", - "is-referenced-by-count": 0, - "title": "Edge dropout contamination in hetnet edge prediction", - "prefix": "10.15363", - "author": [ - { - "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] - } - ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:21Z", - "timestamp": 1500175941000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], - "issued": { - "date-parts": [ - [ - 2016, - 5, - 16 - ] - ] - }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d215", - "relation": {}, - "short_url": "https://doi.org/f3qbmm", - "id": "1FfvYWzyg" + "URL": "https://doi.org/f3qbmm", + "id": "1FfvYWzyg", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T13:17:24Z", - "timestamp": 1502284644840 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 6, - 23 - ] - ] - }, "DOI": "10.15363/thinklab.d216", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 6, - 23 - ] - ], - "date-time": "2016-06-23T23:19:45Z", - "timestamp": 1466723985000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Hosting Hetionet in the cloud: creating a public Neo4j instance", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:40Z", - "timestamp": 1500175900000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -21581,80 +8181,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d216", - "relation": {}, - "short_url": "https://doi.org/brsc", - "id": "Y2J9lvD7" + "URL": "https://doi.org/brsc", + "id": "Y2J9lvD7", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T13:27:36Z", - "timestamp": 1502285256762 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 6, - 25 - ] - ] - }, "DOI": "10.15363/thinklab.d220", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 6, - 25 - ] - ], - "date-time": "2016-06-25T18:21:00Z", - "timestamp": 1466878860000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Exploring the power of Hetionet: a Cypher query depot", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:36Z", - "timestamp": 1500175956000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -21664,85 +8205,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d220", - "relation": {}, - "short_url": "https://doi.org/brsd", - "id": "YbRIZhWW" + "URL": "https://doi.org/brsd", + "id": "YbRIZhWW", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T01:05:53Z", - "timestamp": 1502327153832 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 9, - 18 - ] - ] - }, "DOI": "10.15363/thinklab.d224", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 10, - 12 - ] - ], - "date-time": "2016-10-12T16:40:54Z", - "timestamp": 1476290454000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Prediction in epilepsy", - "prefix": "10.15363", "author": [ { "given": "Pouya", - "family": "Khankhanian", - "affiliation": [] + "family": "Khankhanian" }, { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:00Z", - "timestamp": 1500175920000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -21752,95 +8233,33 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d224", - "relation": {}, - "short_url": "https://doi.org/gbr42f", - "id": "X7gFn4rX" + "URL": "https://doi.org/gbr42f", + "id": "X7gFn4rX", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T03:57:33Z", - "timestamp": 1502337453686 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 11, - 19 - ] - ] - }, "DOI": "10.15363/thinklab.d227", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 11, - 23 - ] - ], - "date-time": "2016-11-23T13:39:38Z", - "timestamp": 1479908378000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Brainstorming future directions for Hetionet", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Benjamin", - "family": "Good", - "affiliation": [] + "family": "Good" }, { "given": "Pouya", - "family": "Khankhanian", - "affiliation": [] + "family": "Khankhanian" }, { "given": "Alex", - "family": "Ratner", - "affiliation": [] + "family": "Ratner" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:24Z", - "timestamp": 1500175944000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -21850,80 +8269,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d227", - "relation": {}, - "short_url": "https://doi.org/gbr42g", - "id": "di85pSaK" + "URL": "https://doi.org/gbr42g", + "id": "di85pSaK", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T05:23:39Z", - "timestamp": 1502342619304 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 12, - 15 - ] - ] - }, "DOI": "10.15363/thinklab.d228", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 12, - 15 - ] - ], - "date-time": "2016-12-15T21:54:28Z", - "timestamp": 1481838868000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Decomposing the DWPC to assess intermediate node or edge contributions", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:59Z", - "timestamp": 1500175919000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -21933,80 +8293,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d228", - "relation": {}, - "short_url": "https://doi.org/gbr42h", - "id": "1693YErZj" + "URL": "https://doi.org/gbr42h", + "id": "1693YErZj", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T05:47:27Z", - "timestamp": 1502344047355 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2016, - 12, - 21 - ] - ] - }, "DOI": "10.15363/thinklab.d229", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 12, - 21 - ] - ], - "date-time": "2016-12-21T22:30:25Z", - "timestamp": 1482359425000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Decomposing predictions into their network support", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:33:01Z", - "timestamp": 1500175981000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -22016,95 +8317,33 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d229", - "relation": {}, - "short_url": "https://doi.org/gbr42j", - "id": "lHuXJe2C" + "URL": "https://doi.org/gbr42j", + "id": "lHuXJe2C", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:11:57Z", - "timestamp": 1502370717716 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 1, - 16 - ] - ] - }, "DOI": "10.15363/thinklab.d23", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:08Z", - "timestamp": 1431827768000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Enabling reproducibility and reuse", - "prefix": "10.15363", "author": [ { "given": "Jesse", - "family": "Spaulding", - "affiliation": [] + "family": "Spaulding" }, { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Casey", - "family": "Greene", - "affiliation": [] + "family": "Greene" }, { "given": "Benjamin", - "family": "Good", - "affiliation": [] + "family": "Good" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:35Z", - "timestamp": 1500175955000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -22114,100 +8353,37 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d23", - "relation": {}, - "short_url": "https://doi.org/f3mn67", - "id": "ZSF7znde" + "URL": "https://doi.org/f3mn67", + "id": "ZSF7znde", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T21:07:28Z", - "timestamp": 1502399248536 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2017, - 1, - 24 - ] - ] - }, "DOI": "10.15363/thinklab.d230", - "type": "entry", - "created": { - "date-parts": [ - [ - 2017, - 1, - 24 - ] - ], - "date-time": "2017-01-24T17:19:13Z", - "timestamp": 1485278353000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Visualizing the top epilepsy predictions in Cytoscape", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Pouya", - "family": "Khankhanian", - "affiliation": [] + "family": "Khankhanian" }, { "given": "Alexander", - "family": "Pico", - "affiliation": [] + "family": "Pico" }, { "given": "Lars Juhl", - "family": "Jensen", - "affiliation": [] + "family": "Jensen" }, { "given": "Scooter", - "family": "Morris", - "affiliation": [] + "family": "Morris" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:34Z", - "timestamp": 1500175894000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -22217,80 +8393,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d230", - "relation": {}, - "short_url": "https://doi.org/gbr42r", - "id": "11rtJxxFQ" + "URL": "https://doi.org/gbr42r", + "id": "11rtJxxFQ", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T21:43:29Z", - "timestamp": 1502401409647 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2017, - 3, - 10 - ] - ] - }, "DOI": "10.15363/thinklab.d231", - "type": "entry", - "created": { - "date-parts": [ - [ - 2017, - 1, - 31 - ] - ], - "date-time": "2017-01-31T19:38:59Z", - "timestamp": 1485891539000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Why we predicted ictogenic tricyclic compounds treat epilepsy?", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:19Z", - "timestamp": 1500175879000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -22300,90 +8417,29 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d231", - "relation": {}, - "short_url": "https://doi.org/gbr42k", - "id": "qVZAsQFH" + "URL": "https://doi.org/gbr42k", + "id": "qVZAsQFH", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:11:57Z", - "timestamp": 1502370717775 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 2, - 27 - ] - ] - }, "DOI": "10.15363/thinklab.d34", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:10Z", - "timestamp": 1431827770000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Using Entrez Gene as our gene vocabulary", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Casey", - "family": "Greene", - "affiliation": [] + "family": "Greene" }, { "given": "Alexander", - "family": "Pico", - "affiliation": [] + "family": "Pico" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:48Z", - "timestamp": 1500175968000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -22393,95 +8449,33 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d34", - "relation": {}, - "short_url": "https://doi.org/f3mqv4", - "id": "jFjpgUmP" + "URL": "https://doi.org/f3mqv4", + "id": "jFjpgUmP", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:11:57Z", - "timestamp": 1502370717772 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 3, - 12 - ] - ] - }, "DOI": "10.15363/thinklab.d39", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:11Z", - "timestamp": 1431827771000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Compiling Gene Ontology annotations into an easy-to-use format", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Casey", - "family": "Greene", - "affiliation": [] + "family": "Greene" }, { "given": "Venkat", - "family": "Malladi", - "affiliation": [] + "family": "Malladi" }, { "given": "Frederic", - "family": "Bastian", - "affiliation": [] + "family": "Bastian" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:43Z", - "timestamp": 1500175963000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -22491,80 +8485,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d39", - "relation": {}, - "short_url": "https://doi.org/f3mqt9", - "id": "i148MVII" + "URL": "https://doi.org/f3mqt9", + "id": "i148MVII", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:11:57Z", - "timestamp": 1502370717766 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 3, - 16 - ] - ] - }, "DOI": "10.15363/thinklab.d40", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:11Z", - "timestamp": 1431827771000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Unifying drug vocabularies", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:51Z", - "timestamp": 1500175911000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -22574,90 +8509,29 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d40", - "relation": {}, - "short_url": "https://doi.org/f3mqtx", - "id": "LA0msc0M" + "URL": "https://doi.org/f3mqtx", + "id": "LA0msc0M", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:11:57Z", - "timestamp": 1502370717702 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 3, - 19 - ] - ] - }, "DOI": "10.15363/thinklab.d41", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:06Z", - "timestamp": 1431827766000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Tissue Node", - "prefix": "10.15363", "author": [ { "given": "Venkat", - "family": "Malladi", - "affiliation": [] + "family": "Malladi" }, { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Chris", - "family": "Mungall", - "affiliation": [] + "family": "Mungall" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:13Z", - "timestamp": 1500175873000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -22667,85 +8541,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d41", - "relation": {}, - "short_url": "https://doi.org/f3mn6g", - "id": "o4Fn3BdF" + "URL": "https://doi.org/f3mn6g", + "id": "o4Fn3BdF", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:11:57Z", - "timestamp": 1502370717691 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 3, - 26 - ] - ] - }, "DOI": "10.15363/thinklab.d43", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:06Z", - "timestamp": 1431827766000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Computing consensus transcriptional profiles for LINCS L1000 perturbations", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Caty", - "family": "Chung", - "affiliation": [] - } - ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:56Z", - "timestamp": 1500175976000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "family": "Chung" + } + ], "issued": { "date-parts": [ [ @@ -22755,85 +8569,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d43", - "relation": {}, - "short_url": "https://doi.org/f3mqwc", - "id": "1GWQXgksp" + "URL": "https://doi.org/f3mqwc", + "id": "1GWQXgksp", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T05:19:49Z", - "timestamp": 1502342389467 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 3, - 30 - ] - ] - }, "DOI": "10.15363/thinklab.d44", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:13Z", - "timestamp": 1431827773000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Unifying disease vocabularies", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Tong Shu", - "family": "Li", - "affiliation": [] + "family": "Li" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:30:59Z", - "timestamp": 1500175859000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -22843,85 +8597,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d44", - "relation": {}, - "short_url": "https://doi.org/f3mqv5", - "id": "203l6hC3" + "URL": "https://doi.org/f3mqv5", + "id": "203l6hC3", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:11:57Z", - "timestamp": 1502370717796 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 4, - 2 - ] - ] - }, "DOI": "10.15363/thinklab.d46", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:11Z", - "timestamp": 1431827771000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Processing LabeledIn to extract indications", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { - "given": "Ritu ", - "family": "Khare", - "affiliation": [] + "given": "Ritu", + "family": "Khare" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:15Z", - "timestamp": 1500175935000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -22931,85 +8625,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d46", - "relation": {}, - "short_url": "https://doi.org/f3mqww", - "id": "Cb3mhTB5" + "URL": "https://doi.org/f3mqww", + "id": "Cb3mhTB5", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T05:19:49Z", - "timestamp": 1502342389471 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 4, - 13 - ] - ] - }, "DOI": "10.15363/thinklab.d53", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:13Z", - "timestamp": 1431827773000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Integrating drug target information from BindingDB", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Mike", - "family": "Gilson", - "affiliation": [] + "family": "Gilson" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:29Z", - "timestamp": 1500175949000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -23019,85 +8653,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d53", - "relation": {}, - "short_url": "https://doi.org/f3mqvv", - "id": "j7cpyM2e" + "URL": "https://doi.org/f3mqvv", + "id": "j7cpyM2e", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:11:57Z", - "timestamp": 1502370717710 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 4, - 22 - ] - ] - }, "DOI": "10.15363/thinklab.d57", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:08Z", - "timestamp": 1431827768000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Selecting informative ERC (evolutionary rate covariation) values between genes", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Raghavendran", - "family": "Partha", - "affiliation": [] + "family": "Partha" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:32Z", - "timestamp": 1500175952000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -23107,80 +8681,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d57", - "relation": {}, - "short_url": "https://doi.org/f3mqv9", - "id": "k8MhA90p" + "URL": "https://doi.org/f3mqv9", + "id": "k8MhA90p", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:11:57Z", - "timestamp": 1502370717722 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 5, - 1 - ] - ] - }, "DOI": "10.15363/thinklab.d62", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:09Z", - "timestamp": 1431827769000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Extracting indications from the ehrlink resource", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:46Z", - "timestamp": 1500175966000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -23190,85 +8705,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d62", - "relation": {}, - "short_url": "https://doi.org/f3mqwv", - "id": "uoysFmL" + "URL": "https://doi.org/f3mqwv", + "id": "uoysFmL", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:11:57Z", - "timestamp": 1502370717742 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 5, - 9 - ] - ] - }, "DOI": "10.15363/thinklab.d65", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:10Z", - "timestamp": 1431827770000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Protein (target, carrier, transporter, and enzyme) interactions in DrugBank", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Sabrina", - "family": "Chen", - "affiliation": [] + "family": "Chen" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:53Z", - "timestamp": 1500175913000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -23278,85 +8733,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d65", - "relation": {}, - "short_url": "https://doi.org/f3mqvm", - "id": "1HGVhWYte" + "URL": "https://doi.org/f3mqvm", + "id": "1HGVhWYte", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:11:57Z", - "timestamp": 1502370717793 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 5, - 10 - ] - ] - }, "DOI": "10.15363/thinklab.d67", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:12Z", - "timestamp": 1431827772000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Mining knowledge from MEDLINE articles and their indexed MeSH terms", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Alex", - "family": "Pankov", - "affiliation": [] + "family": "Pankov" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:46Z", - "timestamp": 1500175966000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -23366,80 +8761,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d67", - "relation": {}, - "short_url": "https://doi.org/f3mqwp", - "id": "L2B5V7XC" + "URL": "https://doi.org/f3mqwp", + "id": "L2B5V7XC", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T13:11:57Z", - "timestamp": 1502370717748 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 5, - 11 - ] - ] - }, "DOI": "10.15363/thinklab.d68", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 5, - 17 - ] - ], - "date-time": "2015-05-17T01:56:09Z", - "timestamp": 1431827769000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Disease Ontology feature requests", - "prefix": "10.15363", "author": [ - { - "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] - } - ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:22Z", - "timestamp": 1500175882000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + { + "given": "Daniel", + "family": "Himmelstein" + } + ], "issued": { "date-parts": [ [ @@ -23449,85 +8785,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d68", - "relation": {}, - "short_url": "https://doi.org/f3mqvf", - "id": "11BJxM8RZ" + "URL": "https://doi.org/f3mqvf", + "id": "11BJxM8RZ", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T01:09:19Z", - "timestamp": 1502240959779 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 5, - 18 - ] - ] - }, "DOI": "10.15363/thinklab.d70", - "type": "entry", - "created": { - "date-parts": [ - [ - 2016, - 2, - 1 - ] - ], - "date-time": "2016-02-01T04:11:27Z", - "timestamp": 1454299887000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Calculating molecular similarities between DrugBank compounds", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Sabrina", - "family": "Chen", - "affiliation": [] + "family": "Chen" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:30:57Z", - "timestamp": 1500175857000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -23537,90 +8813,29 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d70", - "relation": {}, - "short_url": "https://doi.org/f3mqwr", - "id": "vUGTtH9t" + "URL": "https://doi.org/f3mqwr", + "id": "vUGTtH9t", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T14:22:26Z", - "timestamp": 1502374946408 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 6, - 8 - ] - ] - }, "DOI": "10.15363/thinklab.d71", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 6, - 8 - ] - ], - "date-time": "2015-06-08T18:58:05Z", - "timestamp": 1433789885000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Calculating genomic windows for GWAS lead SNPs", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Marina", - "family": "Sirota", - "affiliation": [] + "family": "Sirota" }, { "given": "Greg", - "family": "Way", - "affiliation": [] + "family": "Way" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:27Z", - "timestamp": 1500175947000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -23630,85 +8845,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d71", - "relation": {}, - "short_url": "https://doi.org/f3mqt8", - "id": "7EDqcRMD" + "URL": "https://doi.org/f3mqt8", + "id": "7EDqcRMD", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T03:29:08Z", - "timestamp": 1502335748317 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 6, - 8 - ] - ] - }, "DOI": "10.15363/thinklab.d72", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 6, - 9 - ] - ], - "date-time": "2015-06-09T01:19:04Z", - "timestamp": 1433812744000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Adding pathway resources to your network", - "prefix": "10.15363", "author": [ { "given": "Alexander", - "family": "Pico", - "affiliation": [] + "family": "Pico" }, { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:06Z", - "timestamp": 1500175866000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -23718,80 +8873,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d72", - "relation": {}, - "short_url": "https://doi.org/f3mn6k", - "id": "15IhnC8cF" + "URL": "https://doi.org/f3mn6k", + "id": "15IhnC8cF", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T15:05:59Z", - "timestamp": 1502377559343 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 6, - 16 - ] - ] - }, "DOI": "10.15363/thinklab.d80", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 6, - 16 - ] - ], - "date-time": "2015-06-16T20:47:14Z", - "timestamp": 1434487634000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Extracting disease-gene associations from the GWAS Catalog", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:54Z", - "timestamp": 1500175914000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -23801,85 +8897,25 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d80", - "relation": {}, - "short_url": "https://doi.org/f3mqv6", - "id": "RyLgv2tZ" + "URL": "https://doi.org/f3mqv6", + "id": "RyLgv2tZ", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T15:09:13Z", - "timestamp": 1502377753666 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 6, - 17 - ] - ] - }, "DOI": "10.15363/thinklab.d81", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 6, - 17 - ] - ], - "date-time": "2015-06-17T18:59:57Z", - "timestamp": 1434567597000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Tissue-specific gene expression resources", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Frederic", - "family": "Bastian", - "affiliation": [] + "family": "Bastian" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:00Z", - "timestamp": 1500175860000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -23889,90 +8925,29 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d81", - "relation": {}, - "short_url": "https://doi.org/f3mqvb", - "id": "CMnMXmRF" + "URL": "https://doi.org/f3mqvb", + "id": "CMnMXmRF", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T04:14:09Z", - "timestamp": 1502338449714 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 7, - 1 - ] - ] - }, "DOI": "10.15363/thinklab.d85", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 7, - 2 - ] - ], - "date-time": "2015-07-02T00:48:35Z", - "timestamp": 1435798115000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Creating a catalog of protein interactions", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Dexter", - "family": "Hadley", - "affiliation": [] + "family": "Hadley" }, { "given": "Alexey", - "family": "Strokach", - "affiliation": [] + "family": "Strokach" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:40Z", - "timestamp": 1500175900000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -23982,168 +8957,49 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d85", - "relation": {}, - "short_url": "https://doi.org/f3mqtp", - "id": "z0vsZcm0" + "URL": "https://doi.org/f3mqtp", + "id": "z0vsZcm0", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T16:22:04Z", - "timestamp": 1502382124183 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 7, - 10 - ] - ] - }, "DOI": "10.15363/thinklab.d91", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 7, - 10 - ] - ], - "date-time": "2015-07-10T18:19:16Z", - "timestamp": 1436552356000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "The TISSUES resource for the tissue-specificity of genes", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Lars Juhl", - "family": "Jensen", - "affiliation": [] + "family": "Jensen" } - ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:17Z", - "timestamp": 1500175937000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], - "issued": { - "date-parts": [ - [ - 2015, - 7, - 10 - ] - ] - }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d91", - "relation": {}, - "short_url": "https://doi.org/f3mqwf", - "id": "14Sym5V3B" - }, - { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T16:31:44Z", - "timestamp": 1502382704278 - }, - "reference-count": 0, - "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 7, - 14 - ] - ] - }, - "DOI": "10.15363/thinklab.d93", - "type": "entry", - "created": { + ], + "issued": { "date-parts": [ [ 2015, 7, - 14 + 10 ] - ], - "date-time": "2015-07-14T19:35:13Z", - "timestamp": 1436902513000 + ] }, + "URL": "https://doi.org/f3mqwf", + "id": "14Sym5V3B", + "type": "entry" + }, + { + "publisher": "ThinkLab", + "DOI": "10.15363/thinklab.d93", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Disease similarity from MEDLINE topic cooccurrence", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:55Z", - "timestamp": 1500175915000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -24153,80 +9009,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d93", - "relation": {}, - "short_url": "https://doi.org/f3mqvx", - "id": "xPGUgS3q" + "URL": "https://doi.org/f3mqvx", + "id": "xPGUgS3q", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T16:31:53Z", - "timestamp": 1502382713386 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 7, - 14 - ] - ] - }, "DOI": "10.15363/thinklab.d94", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 7, - 14 - ] - ], - "date-time": "2015-07-14T19:59:43Z", - "timestamp": 1436903983000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Functional disease annotations for genes using DOAF", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:18Z", - "timestamp": 1500175938000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -24236,90 +9033,29 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d94", - "relation": {}, - "short_url": "https://doi.org/f3mqvw", - "id": "AQ7jBhId" + "URL": "https://doi.org/f3mqvw", + "id": "AQ7jBhId", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T16:31:53Z", - "timestamp": 1502382713035 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 7, - 14 - ] - ] - }, "DOI": "10.15363/thinklab.d95", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 7, - 14 - ] - ], - "date-time": "2015-07-14T21:50:11Z", - "timestamp": 1436910611000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Expert curation of our indication catalog for disease-modifying treatments", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Pouya", - "family": "Khankhanian", - "affiliation": [] + "family": "Khankhanian" }, { "given": "Chrissy", - "family": "Hessler", - "affiliation": [] + "family": "Hessler" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:32:37Z", - "timestamp": 1500175957000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -24329,95 +9065,33 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d95", - "relation": {}, - "short_url": "https://doi.org/f3mqwn", - "id": "XKk3nmKX" + "URL": "https://doi.org/f3mqwn", + "id": "XKk3nmKX", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T17:31:50Z", - "timestamp": 1502386310270 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 7, - 28 - ] - ] - }, "DOI": "10.15363/thinklab.d96", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 7, - 28 - ] - ], - "date-time": "2015-07-28T21:18:52Z", - "timestamp": 1438118332000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "STARGEO: expression signatures for disease using crowdsourced GEO annotation", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" }, { "given": "Frederic", - "family": "Bastian", - "affiliation": [] + "family": "Bastian" }, { "given": "Dexter", - "family": "Hadley", - "affiliation": [] + "family": "Hadley" }, { "given": "Casey", - "family": "Greene", - "affiliation": [] + "family": "Greene" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:39Z", - "timestamp": 1500175899000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -24427,80 +9101,21 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d96", - "relation": {}, - "short_url": "https://doi.org/f3mqwh", - "id": "fTatgccc" + "URL": "https://doi.org/f3mqwh", + "id": "fTatgccc", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T20:56:46Z", - "timestamp": 1502398606092 - }, - "reference-count": 0, "publisher": "ThinkLab", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2015, - 8, - 8 - ] - ] - }, "DOI": "10.15363/thinklab.d97", - "type": "entry", - "created": { - "date-parts": [ - [ - 2015, - 8, - 8 - ] - ], - "date-time": "2015-08-08T23:37:06Z", - "timestamp": 1439077026000 - }, "source": "Crossref", - "is-referenced-by-count": 0, "title": "Extracting side effects from SIDER 4", - "prefix": "10.15363", "author": [ { "given": "Daniel", - "family": "Himmelstein", - "affiliation": [] + "family": "Himmelstein" } ], - "member": "6260", - "container-title": [], - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 7, - 16 - ] - ], - "date-time": "2017-07-16T03:31:41Z", - "timestamp": 1500175901000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -24510,92 +9125,26 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.15363/thinklab.d97", - "relation": {}, - "short_url": "https://doi.org/f3mqvd", - "id": "dJiw2mmn" + "URL": "https://doi.org/f3mqvd", + "id": "dJiw2mmn", + "type": "entry" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T03:01:13Z", - "timestamp": 1502420473797 - }, - "reference-count": 43, "publisher": "Ubiquity Press, Ltd.", "issue": "1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2011, - 3, - 1 - ] - ] - }, "DOI": "10.1629/2431", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2011, - 3, - 8 - ] - ], - "date-time": "2011-03-08T11:55:42Z", - "timestamp": 1299585342000 - }, "page": "31-37", "source": "Crossref", - "is-referenced-by-count": 5, "title": "The need and drive for open data in biomedical publishing", - "prefix": "10.1629", "volume": "24", "author": [ { "given": "Iain", - "family": "Hrynaszkiewicz", - "affiliation": [] + "family": "Hrynaszkiewicz" } ], - "member": "3285", - "published-online": { - "date-parts": [ - [ - 2011, - 3, - 7 - ] - ] - }, "container-title": "Serials: The Journal for the Serials Community", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2015, - 10, - 30 - ] - ], - "date-time": "2015-10-30T13:43:39Z", - "timestamp": 1446212619000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -24605,217 +9154,69 @@ ] ] }, - "references-count": 43, - "alternative-id": [ - "1VW466053232412V" - ], - "URL": "https://doi.org/10.1629/2431", - "relation": {}, - "subject": [ - "Library and Information Sciences" - ], + "URL": "https://doi.org/c7zvmd", "container-title-short": "Serials: The Journal for the Serials Community", - "short_url": "https://doi.org/c7zvmd", "id": "10SeGR4Cb" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T19:50:10Z", - "timestamp": 1502394610277 - }, - "reference-count": 0, "publisher": "Bentham Science Publishers Ltd.", "issue": "8", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2001, - 12, - 1 - ] - ] - }, "DOI": "10.2174/1386207013330670", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 11, - 11 - ] - ], - "date-time": "2012-11-11T16:32:18Z", - "timestamp": 1352651538000 - }, "page": "719-725", "source": "Crossref", - "is-referenced-by-count": 51, "title": "BindingDB: A Web-Accessible Molecular Recognition Database", - "prefix": "10.2174", "volume": "4", "author": [ { "given": "Xi", - "family": "Chen", - "affiliation": [] + "family": "Chen" }, { "given": "Ming", - "family": "Liu", - "affiliation": [] + "family": "Liu" }, { "given": "Michael", - "family": "Gilson", - "affiliation": [] + "family": "Gilson" } ], - "member": "965", "container-title": "Combinatorial Chemistry & High Throughput Screening", - "original-title": [], - "link": [ - { - "URL": "http://eurekaselect.com/article/download/65074", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2015, - 11, - 20 - ] - ], - "date-time": "2015-11-20T14:24:34Z", - "timestamp": 1448029474000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ - 2001, - 12, - 1 - ] - ] - }, - "references-count": 0, - "alternative-id": [ - "LiveAll1" - ], - "URL": "https://doi.org/10.2174/1386207013330670", - "relation": {}, - "subject": [ - "Organic Chemistry", - "Drug Discovery", - "General Medicine", - "Computer Science Applications" - ], - "container-title-short": "CCHTS", - "short_url": "https://doi.org/f3mn6q", - "id": "EcldAPLA" - }, - { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 23 - ] - ], - "date-time": "2017-08-23T04:52:23Z", - "timestamp": 1503463943789 - }, - "reference-count": 0, - "publisher": "Bentham Science Publishers Ltd.", - "issue": "3", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2010, - 9, - 1 - ] - ] - }, - "DOI": "10.2174/157015910792246254", - "type": "article-journal", - "created": { - "date-parts": [ - [ - 2010, - 8, - 19 + 2001, + 12, + 1 ] - ], - "date-time": "2010-08-19T02:21:51Z", - "timestamp": 1282184511000 + ] }, + "URL": "https://doi.org/f3mn6q", + "container-title-short": "CCHTS", + "id": "EcldAPLA" + }, + { + "publisher": "Bentham Science Publishers Ltd.", + "issue": "3", + "DOI": "10.2174/157015910792246254", + "type": "article-journal", "page": "254-267", "source": "Crossref", - "is-referenced-by-count": 90, "title": "Antiepileptic Drug Interactions - Principles and Clinical Implications", - "prefix": "10.2174", "volume": "8", "author": [ { "given": "Svein", - "family": "I. Johannessen", - "affiliation": [] + "family": "I. Johannessen" }, { "given": "Cecilie", - "family": "Johannessen Landmark", - "affiliation": [] + "family": "Johannessen Landmark" } ], - "member": "965", "container-title": "Current Neuropharmacology", - "original-title": [], - "link": [ - { - "URL": "http://eurekaselect.com/article/download/72289", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2015, - 11, - 23 - ] - ], - "date-time": "2015-11-23T08:34:28Z", - "timestamp": 1448267668000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -24825,135 +9226,29 @@ ] ] }, - "references-count": 0, - "alternative-id": [ - "LiveAll1" - ], - "URL": "https://doi.org/10.2174/157015910792246254", - "relation": {}, - "subject": [ - "Pharmacology (medical)", - "Pharmacology", - "Neurology", - "Psychiatry and Mental health", - "Clinical Neurology", - "General Medicine" - ], + "URL": "https://doi.org/cvc5z8", "container-title-short": "CN", - "short_url": "https://doi.org/cvc5z8", + "PMCID": "PMC3001218", + "PMID": "21358975", "id": "raqMZfVJ" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T12:22:14Z", - "timestamp": 1504182134278 - }, - "reference-count": 0, - "publisher": "Wiley-Blackwell", + "publisher": "Wiley", "issue": "3", - "license": [ - { - "URL": "http://doi.wiley.com/10.1002/tdm_license_1.1", - "start": { - "date-parts": [ - [ - 2015, - 9, - 1 - ] - ], - "date-time": "2015-09-01T00:00:00Z", - "timestamp": 1441065600000 - }, - "delay-in-days": 25629, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 1945, - 7 - ] - ] - }, "DOI": "10.2307/1932409", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2006, - 5, - 3 - ] - ], - "date-time": "2006-05-03T19:19:31Z", - "timestamp": 1146683971000 - }, "page": "297-302", "source": "Crossref", - "is-referenced-by-count": 3167, "title": "Measures of the Amount of Ecologic Association Between Species", - "prefix": "10.1002", "volume": "26", "author": [ { "given": "Lee R.", - "family": "Dice", - "affiliation": [] + "family": "Dice" } ], - "member": "311", - "published-online": { - "date-parts": [ - [ - 1945, - 7, - 1 - ] - ] - }, "container-title": "Ecology", - "original-title": [], - "link": [ - { - "URL": "http://api.wiley.com/onlinelibrary/tdm/v1/articles/10.2307%2F1932409", - "content-type": "application/pdf", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "https://api.wiley.com/onlinelibrary/tdm/v1/articles/10.2307%2F1932409", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "text-mining" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 4, - 15 - ] - ], - "date-time": "2017-04-15T03:05:08Z", - "timestamp": 1492225508000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -24962,103 +9257,34 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.2307/1932409", - "relation": {}, - "subject": [ - "Ecology, Evolution, Behavior and Systematics" - ], - "short_url": "https://doi.org/dsb8pd", + "URL": "https://doi.org/dsb8pd", "id": "1AfGrsCPz" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 24 - ] - ], - "date-time": "2017-08-24T09:44:22Z", - "timestamp": 1503567862647 - }, - "reference-count": 16, "publisher": "Informa UK Limited", "issue": "401", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 1988, - 3 - ] - ] - }, "DOI": "10.1080/01621459.1988.10478575", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2012, - 4, - 24 - ] - ], - "date-time": "2012-04-24T16:39:11Z", - "timestamp": 1335285551000 - }, "page": "123-127", "source": "Crossref", - "is-referenced-by-count": 150, "title": "Alternative Transformations to Handle Extreme Values of the Dependent Variable", - "prefix": "10.1080", "volume": "83", "author": [ { "given": "John B.", - "family": "Burbidge", - "affiliation": [] + "family": "Burbidge" }, { "given": "Lonnie", - "family": "Magee", - "affiliation": [] + "family": "Magee" }, { "given": "A. Leslie", - "family": "Robb", - "affiliation": [] + "family": "Robb" } ], - "member": "301", "container-title": "Journal of the American Statistical Association", - "original-title": [], - "link": [ - { - "URL": "http://www.tandfonline.com/doi/pdf/10.1080/01621459.1988.10478575", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T17:45:39Z", - "timestamp": 1497980739000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -25067,92 +9293,26 @@ ] ] }, - "references-count": 16, - "alternative-id": [ - "10.1080/01621459.1988.10478575" - ], - "URL": "https://doi.org/10.2307/2288929", - "relation": { - "cites": [] - }, - "subject": [ - "Statistics, Probability and Uncertainty", - "Statistics and Probability" - ], + "URL": "https://doi.org/bggvmg", "container-title-short": "Journal of the American Statistical Association", - "short_url": "https://doi.org/bggvmg", "id": "17y6sfGkX" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T14:22:16Z", - "timestamp": 1504189336174 - }, - "reference-count": 0, "publisher": "JSTOR", "issue": "1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 1922, - 1 - ] - ] - }, "DOI": "10.2307/2340521", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2006, - 6, - 18 - ] - ], - "date-time": "2006-06-18T06:45:32Z", - "timestamp": 1150613132000 - }, "page": "87", "source": "Crossref", - "is-referenced-by-count": 801, "title": "On the Interpretation of χ 2 from Contingency Tables, and the Calculation of P", - "prefix": "10.2307", "volume": "85", "author": [ { "given": "R. A.", - "family": "Fisher", - "affiliation": [] + "family": "Fisher" } ], - "member": "1121", "container-title": "Journal of the Royal Statistical Society", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2016, - 3, - 12 - ] - ], - "date-time": "2016-03-12T07:02:40Z", - "timestamp": 1457766160000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -25161,119 +9321,33 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.2307/2340521", - "relation": {}, + "URL": "https://doi.org/frpswx", "container-title-short": "Journal of the Royal Statistical Society", - "short_url": "https://doi.org/frpswx", "id": "TWAPY3zr" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T06:25:28Z", - "timestamp": 1502432728462 - }, - "reference-count": 37, "publisher": "Pensoft Publishers", - "license": [ - { - "URL": "http://creativecommons.org/licenses/by/4.0/", - "start": { - "date-parts": [ - [ - 2015, - 12, - 17 - ] - ], - "date-time": "2015-12-17T00:00:00Z", - "timestamp": 1450310400000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.3897/rio.1.e7547", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 12, - 17 - ] - ], - "date-time": "2015-12-17T12:57:41Z", - "timestamp": 1450357061000 - }, "page": "e7547", "source": "Crossref", - "is-referenced-by-count": 2, "title": "Publishing the research process", - "prefix": "10.3897", "volume": "1", "author": [ { "given": "Daniel", - "family": "Mietchen", - "affiliation": [] + "family": "Mietchen" }, { "given": "Ross", - "family": "Mounce", - "affiliation": [] + "family": "Mounce" }, { "given": "Lyubomir", - "family": "Penev", - "affiliation": [] + "family": "Penev" } ], - "member": "2258", - "published-online": { - "date-parts": [ - [ - 2015, - 12, - 17 - ] - ] - }, "container-title": "Research Ideas and Outcomes", - "original-title": [], - "link": [ - { - "URL": "http://riojournal.com/article_preview.php?id=7547&skip_redirect=1", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 24 - ] - ], - "date-time": "2017-06-24T01:51:50Z", - "timestamp": 1498269110000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -25283,141 +9357,49 @@ ] ] }, - "references-count": 37, - "URL": "https://doi.org/10.3897/rio.1.e7547", - "relation": { - "cites": [] - }, + "URL": "https://doi.org/f3mn7d", "container-title-short": "RIO", - "short_url": "https://doi.org/f3mn7d", "id": "1pWYlPj4" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T15:14:38Z", - "timestamp": 1502291678485 - }, - "reference-count": 65, "publisher": "Pensoft Publishers", - "license": [ - { - "URL": "http://creativecommons.org/licenses/by/3.0/", - "start": { - "date-parts": [ - [ - 2011, - 11, - 28 - ] - ], - "date-time": "2011-11-28T00:00:00Z", - "timestamp": 1322438400000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.3897/zookeys.150.2189", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2011, - 11, - 28 - ] - ], - "date-time": "2011-11-28T17:45:55Z", - "timestamp": 1322502355000 - }, "page": "127-149", "source": "Crossref", - "is-referenced-by-count": 23, "title": "Creative Commons licenses and the non-commercial condition: Implications for the re-use of biodiversity information", - "prefix": "10.3897", "volume": "150", "author": [ { "given": "Gregor", - "family": "Hagedorn", - "affiliation": [] + "family": "Hagedorn" }, { "given": "Daniel", - "family": "Mietchen", - "affiliation": [] + "family": "Mietchen" }, { "given": "Robert", - "family": "Morris", - "affiliation": [] + "family": "Morris" }, { "given": "Donat", - "family": "Agosti", - "affiliation": [] + "family": "Agosti" }, { "given": "Lyubomir", - "family": "Penev", - "affiliation": [] + "family": "Penev" }, { "given": "Walter", - "family": "Berendsohn", - "affiliation": [] + "family": "Berendsohn" }, { "given": "Donald", - "family": "Hobern", - "affiliation": [] + "family": "Hobern" } ], - "member": "2258", - "published-online": { - "date-parts": [ - [ - 2011, - 11, - 28 - ] - ] - }, "container-title": "ZooKeys", - "original-title": [], - "link": [ - { - "URL": "http://zookeys.pensoft.net/article_preview.php?id=3036&skip_redirect=1", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 20 - ] - ], - "date-time": "2017-06-20T10:25:47Z", - "timestamp": 1497954347000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -25427,17 +9409,10 @@ ] ] }, - "references-count": 65, - "URL": "https://doi.org/10.3897/zookeys.150.2189", - "relation": { - "cites": [] - }, - "subject": [ - "Animal Science and Zoology", - "Ecology, Evolution, Behavior and Systematics" - ], + "URL": "https://doi.org/g25", "container-title-short": "ZK", - "short_url": "https://doi.org/g25", + "PMCID": "PMC3234435", + "PMID": "22207810", "id": "8hTZ1RWy" }, { @@ -25469,12 +9444,18 @@ "title": "Anatomical Therapeutic Chemical Classification System (WHO)", "container-title": "The SAGE Encyclopedia of Pharmacology and Society", "URL": "https://doi.org/10.4135/9781483349985.n37", - "short_url": "https://doi.org/gbr42m", "id": "aIzBdEjd" }, { "type": "article", "id": "1yPa6qxQ", + "categories": [ + "Gene Ontology", + "Annotations", + "Ontologies", + "Propagation", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25510,12 +9491,19 @@ "DOI": "10.5281/zenodo.21711", "publisher": "Zenodo", "title": "Gene-Ontology: Initial Zenodo Release", - "URL": "https://doi.org/10.5281/zenodo.21711", - "short_url": "https://doi.org/f3mqvj" + "URL": "https://doi.org/f3mqvj" }, { "type": "article", "id": "kVUF2wf3", + "categories": [ + "hetionet", + "rephetio", + "hetnet", + "network", + "drug repurposing", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25535,12 +9523,18 @@ "DOI": "10.5281/zenodo.268568", "publisher": "Zenodo", "title": "Dhimmel/Hetionet V1.0.0: Hetionet V1.0 In Json, Tsv, And Neo4J Formats", - "URL": "https://doi.org/10.5281/zenodo.268568", - "short_url": "https://doi.org/gbr42n" + "URL": "https://doi.org/gbr42n" }, { "type": "article", "id": "YJJU5X2C", + "categories": [ + "rephetio", + "machine learning", + "hetnet edge prediction", + "drug repurposing", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25560,12 +9554,15 @@ "DOI": "10.5281/zenodo.268654", "publisher": "Zenodo", "title": "Dhimmel/Learn V1.0: The Machine Learning Repository For Project Rephetio", - "URL": "https://doi.org/10.5281/zenodo.268654", - "short_url": "https://doi.org/gbr42p" + "URL": "https://doi.org/gbr42p" }, { "type": "article", "id": "utu7TxwB", + "categories": [ + "TISSUES", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25589,12 +9586,15 @@ "DOI": "10.5281/zenodo.27244", "publisher": "Zenodo", "title": "Gene–Tissue Relationships From The Tissues Database", - "URL": "https://doi.org/10.5281/zenodo.27244", - "short_url": "https://doi.org/f3mqv8" + "URL": "https://doi.org/f3mqv8" }, { "type": "article", "id": "3tDTWGId", + "categories": [ + "BindingDB", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25622,12 +9622,18 @@ "DOI": "10.5281/zenodo.33987", "publisher": "Zenodo", "title": "Processing The October 2015 Bindingdb", - "URL": "https://doi.org/10.5281/zenodo.33987", - "short_url": "https://doi.org/f3mqvp" + "URL": "https://doi.org/f3mqvp" }, { "type": "article", "id": "bqoSmLv6", + "categories": [ + "SIDER 4", + "SIDER", + "side effects", + "drug labels", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25647,12 +9653,15 @@ "DOI": "10.5281/zenodo.45521", "publisher": "Zenodo", "title": "Extracting Tidy And User-Friendly Tsvs From Sider 4.1", - "URL": "https://doi.org/10.5281/zenodo.45521", - "short_url": "https://doi.org/f3mqwd" + "URL": "https://doi.org/f3mqwd" }, { "type": "article", "id": "CeE6BNL6", + "categories": [ + "Entrez Gene", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25672,12 +9681,18 @@ "DOI": "10.5281/zenodo.45524", "publisher": "Zenodo", "title": "Processed Entrez Gene Datasets For Humans V1.0", - "URL": "https://doi.org/10.5281/zenodo.45524", - "short_url": "https://doi.org/f3mqvz" + "URL": "https://doi.org/f3mqvz" }, { "type": "article", "id": "1CvIurqPN", + "categories": [ + "Uberon", + "Anatomical structures", + "Homo sapiens", + "Ontology", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25697,12 +9712,17 @@ "DOI": "10.5281/zenodo.45527", "publisher": "Zenodo", "title": "User-Friendly Anatomical Structures Data From The Uberon Ontology V1.0", - "URL": "https://doi.org/10.5281/zenodo.45527", - "short_url": "https://doi.org/f3mqtt" + "URL": "https://doi.org/f3mqtt" }, { "type": "article", "id": "AoxkilGE", + "categories": [ + "DrugBank", + "Compounds", + "Drugs", + "Chemical Similarity" + ], "author": [ { "family": "Himmelstein", @@ -25722,12 +9742,19 @@ "DOI": "10.5281/zenodo.45579", "publisher": "Zenodo", "title": "User-Friendly Extensions Of The Drugbank Database V1.0", - "URL": "https://doi.org/10.5281/zenodo.45579", - "short_url": "https://doi.org/f3mqwk" + "URL": "https://doi.org/f3mqwk" }, { "type": "article", "id": "rV9FuvXN", + "categories": [ + "Disease Ontology", + "DO", + "DO Slim", + "Ontology", + "Disease", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25747,12 +9774,17 @@ "DOI": "10.5281/zenodo.45584", "publisher": "Zenodo", "title": "User-Friendly Extensions To The Disease Ontology V1.0", - "URL": "https://doi.org/10.5281/zenodo.45584", - "short_url": "https://doi.org/f3mqvc" + "URL": "https://doi.org/f3mqvc" }, { "type": "article", "id": "nO29zy5i", + "categories": [ + "MeSH", + "Medical Subject Headings", + "Symptoms", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25772,12 +9804,17 @@ "DOI": "10.5281/zenodo.45586", "publisher": "Zenodo", "title": "User-Friendly Extensions To Mesh V1.0", - "URL": "https://doi.org/10.5281/zenodo.45586", - "short_url": "https://doi.org/f3mqvt" + "URL": "https://doi.org/f3mqvt" }, { "type": "article", "id": "164R9SolI", + "categories": [ + "STARGEO", + "gene expression", + "disease", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25805,12 +9842,18 @@ "DOI": "10.5281/zenodo.46866", "publisher": "Zenodo", "title": "Dhimmel/Stargeo V1.0: Differentially Expressed Genes For 48 Diseases From Stargeo", - "URL": "https://doi.org/10.5281/zenodo.46866", - "short_url": "https://doi.org/f3mqvg" + "URL": "https://doi.org/f3mqvg" }, { "type": "article", "id": "ZQHbR2c0", + "categories": [ + "Bgee", + "expression", + "transcriptome", + "data integration", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25838,12 +9881,19 @@ "DOI": "10.5281/zenodo.47157", "publisher": "Zenodo", "title": "Dhimmel/Bgee V1.0: Anatomy-Specific Gene Expression In Humans From Bgee", - "URL": "https://doi.org/10.5281/zenodo.47157", - "short_url": "https://doi.org/f3mqv2" + "URL": "https://doi.org/f3mqv2" }, { "type": "article", "id": "1DJZvtwP1", + "categories": [ + "LINCS", + "L1000", + "consensus", + "database", + "perturbation", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25871,12 +9921,19 @@ "DOI": "10.5281/zenodo.47223", "publisher": "Zenodo", "title": "Dhimmel/Lincs V2.0: Refined Consensus Signatures From Lincs L1000", - "URL": "https://doi.org/10.5281/zenodo.47223", - "short_url": "https://doi.org/f3mqvr" + "URL": "https://doi.org/f3mqvr" }, { "type": "article", "id": "10KA5jTBQ", + "categories": [ + "indications", + "PharmacotherapyDB", + "disease modifying", + "drugs", + "disease", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25911,12 +9968,16 @@ "DOI": "10.5281/zenodo.47664", "publisher": "Zenodo", "title": "Dhimmel/Indications V1.0. Pharmacotherapydb: The Open Catalog Of Drug Therapies For Disease", - "URL": "https://doi.org/10.5281/zenodo.47664", - "short_url": "https://doi.org/f3mqwb" + "URL": "https://doi.org/f3mqwb" }, { "type": "article", "id": "unrqUImI", + "categories": [ + "DISEASES", + "association", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25940,12 +10001,17 @@ "DOI": "10.5281/zenodo.48425", "publisher": "Zenodo", "title": "Dhimmel/Diseases V1.0: Processing The Diseases Database Of Gene–Disease Associations", - "URL": "https://doi.org/10.5281/zenodo.48425", - "short_url": "https://doi.org/f3mqv7" + "URL": "https://doi.org/f3mqv7" }, { "type": "article", "id": "RBCqf70A", + "categories": [ + "DisGeNET", + "association", + "disease", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25969,12 +10035,18 @@ "DOI": "10.5281/zenodo.48426", "publisher": "Zenodo", "title": "Dhimmel/Disgenet V1.0: Processing The Disgenet Database Of Gene–Disease Associations", - "URL": "https://doi.org/10.5281/zenodo.48426", - "short_url": "https://doi.org/f3mqwt" + "URL": "https://doi.org/f3mqwt" }, { "type": "article", "id": "1EmRGtMf5", + "categories": [ + "DOAF", + "association", + "disease", + "gene", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -25994,12 +10066,19 @@ "DOI": "10.5281/zenodo.48427", "publisher": "Zenodo", "title": "Dhimmel/Doaf V1.0: Processing The Doaf Database Of Gene–Disease Associations", - "URL": "https://doi.org/10.5281/zenodo.48427", - "short_url": "https://doi.org/f3mqwx" + "URL": "https://doi.org/f3mqwx" }, { "type": "article", "id": "Iq5Pnl3b", + "categories": [ + "GWAS Catalog", + "loci", + "association", + "genes", + "disease", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -26023,12 +10102,17 @@ "DOI": "10.5281/zenodo.48428", "publisher": "Zenodo", "title": "Dhimmel/Gwas-Catalog V1.0: Extracting Gene–Disease Associations From The Gwas Catalog", - "URL": "https://doi.org/10.5281/zenodo.48428", - "short_url": "https://doi.org/f3mqws" + "URL": "https://doi.org/f3mqws" }, { "type": "article", "id": "rTcQZ8h2", + "categories": [ + "PPI", + "proteins", + "interactions", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -26052,12 +10136,17 @@ "DOI": "10.5281/zenodo.48443", "publisher": "Zenodo", "title": "Dhimmel/Ppi V1.0: Compiling A Human Protein Interaction Catalog", - "URL": "https://doi.org/10.5281/zenodo.48443", - "short_url": "https://doi.org/f3mqtw" + "URL": "https://doi.org/f3mqtw" }, { "type": "article", "id": "IZHE5ysl", + "categories": [ + "evolution", + "ERC", + "evolutionary rate covariation", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -26077,12 +10166,14 @@ "DOI": "10.5281/zenodo.48444", "publisher": "Zenodo", "title": "Dhimmel/Erc V1.0: Processing Human Evolutionary Rate Covaration Data", - "URL": "https://doi.org/10.5281/zenodo.48444", - "short_url": "https://doi.org/f3mqwm" + "URL": "https://doi.org/f3mqwm" }, { "type": "article", "id": "ZXg5KPir", + "categories": [ + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -26102,12 +10193,19 @@ "DOI": "10.5281/zenodo.48445", "publisher": "Zenodo", "title": "Dhimmel/Medline V1.0: Disease, Symptom, And Anatomy Cooccurence In Medline", - "URL": "https://doi.org/10.5281/zenodo.48445", - "short_url": "https://doi.org/f3mqts" + "URL": "https://doi.org/f3mqts" }, { "type": "article", "id": "HDkm1eac", + "categories": [ + "pathways", + "gene set", + "WikiPathways", + "Reactome", + "PID", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -26131,12 +10229,18 @@ "DOI": "10.5281/zenodo.48810", "publisher": "Zenodo", "title": "Dhimmel/Pathways V2.0: Compiling Human Pathway Gene Sets", - "URL": "https://doi.org/10.5281/zenodo.48810", - "short_url": "https://doi.org/bfq3" + "URL": "https://doi.org/bfq3" }, { "type": "article", "id": "1GJM7558r", + "categories": [ + "hetnet", + "network", + "Neo4j", + "heterogeneous network", + "Rephetio" + ], "author": [ { "family": "Himmelstein", @@ -26155,85 +10259,29 @@ "abstract": "This release provides some bugfixes as well as many new features. Development for this release occurred during work on Project Rephetio. This is the first release that has been uploaded to PyPI.\n\nNew modules\n\n\n\t\n\tThe new neo4j module provides support for exporting a hetio.graph into Neo4j. The module also supports creating DWPC Cypher queries from a metagraph. See https://doi.org/10.15363/thinklab.d112 for more information on our adoption of Neo4j.\n\t\n\t\n\tThe new permute module provides hetnet permutation functionality. For an example use, see https://doi.org/10.15363/thinklab.d178.\n\t\n\t\n\tThe new stats module produces user-friendly TSVs and visualizations with hetnet summary stats.\n\t\n\n\nEnhancements\n\n\n\t\n\tMetaGraphs now have a metapath_from_abbrev method which takes a metapath abbreviation str and returns the corresponding metapath object.\n\t\n\t\n\tThe hetio.readwrite module now supports reading metagraphs and graphs from a (compressed) URL.\n\t\n\t\n\tPretty formatting of (meta)edges and (meta)paths using the get_unicode_str method.\n\t\n\t\n\tSupport for Graph Modeling Language (GML) was removed to do the poor documentation and esoterism of this format.\n\t\n\t\n\tImproved abbreviation module.", "DOI": "10.5281/zenodo.61571", "publisher": "Zenodo", - "title": "dhimmel/hetio v0.2.0: Neo4j export, Cypher query creation, hetnet stats, and other enhancements", - "URL": "https://doi.org/10.5281/zenodo.61571", - "short_url": "https://doi.org/gbr42q" + "title": "Dhimmel/Hetio V0.2.0: Neo4J Export, Cypher Query Creation, Hetnet Stats, And Other Enhancements", + "URL": "https://doi.org/gbr42q" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T06:50:35Z", - "timestamp": 1502434235829 - }, - "reference-count": 31, "publisher": "Ubiquity Press, Ltd.", - "issue": "1", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2014, - 7, - 9 - ] - ] - }, - "DOI": "10.5334/jors.ay", - "type": "article-journal", - "created": { - "date-parts": [ - [ - 2014, - 7, - 9 - ] - ], - "date-time": "2014-07-09T12:00:22Z", - "timestamp": 1404907222000 - }, + "issue": "1", + "DOI": "10.5334/jors.ay", + "type": "article-journal", "source": "Crossref", - "is-referenced-by-count": 18, "title": "Best Practices for Computational Science: Software Infrastructure and Environments for Reproducible and Extensible Research", - "prefix": "10.5334", "volume": "2", "author": [ { "given": "Victoria", - "family": "Stodden", - "affiliation": [] + "family": "Stodden" }, { "given": "Sheila", - "family": "Miguez", - "affiliation": [] + "family": "Miguez" } ], - "member": "3285", "container-title": "Journal of Open Research Software", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 22 - ] - ], - "date-time": "2017-06-22T16:26:04Z", - "timestamp": 1498148764000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -26243,152 +10291,34 @@ ] ] }, - "references-count": 31, - "alternative-id": [ - "10.5334/jors.ay" - ], - "URL": "https://doi.org/10.5334/jors.ay", - "relation": { - "cites": [] - }, - "short_url": "https://doi.org/f3mn69", + "URL": "https://doi.org/f3mn69", "id": "fL5DrqXg" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 11 - ] - ], - "date-time": "2017-08-11T03:53:57Z", - "timestamp": 1502423637066 - }, - "reference-count": 38, - "publisher": "Korea Genome Organization (KAMJE)", + "publisher": "Korea Genome Organization", "issue": "1", - "license": [ - { - "URL": "http://creativecommons.org/licenses/by-nc/4.0/", - "start": { - "date-parts": [ - [ - 2017, - 1, - 1 - ] - ], - "date-time": "2017-01-01T00:00:00Z", - "timestamp": 1483228800000 - }, - "delay-in-days": 0, - "content-version": "tdm" - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2017 - ] - ] - }, "DOI": "10.5808/gi.2017.15.1.19", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2017, - 4, - 10 - ] - ], - "date-time": "2017-04-10T05:20:40Z", - "timestamp": 1491801640000 - }, "page": "19", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Use of Graph Database for the Integration of Heterogeneous Biological Data", - "prefix": "10.5808", "volume": "15", "author": [ { "given": "Byoung-Ha", - "family": "Yoon", - "affiliation": [ - { - "name": "Personalized Genomic Medicine Research Center, Korea Research Institute of Bioscience and Biotechnology (KRIBB), Daejeon 34141, Korea." - }, - { - "name": "Department of Functional Genomics, University of Science and Technology (UST), Daejeon 34113, Korea." - } - ] + "family": "Yoon" }, { "given": "Seon-Kyu", - "family": "Kim", - "affiliation": [ - { - "name": "Personalized Genomic Medicine Research Center, Korea Research Institute of Bioscience and Biotechnology (KRIBB), Daejeon 34141, Korea." - } - ] + "family": "Kim" }, { "given": "Seon-Young", - "family": "Kim", - "affiliation": [ - { - "name": "Personalized Genomic Medicine Research Center, Korea Research Institute of Bioscience and Biotechnology (KRIBB), Daejeon 34141, Korea." - }, - { - "name": "Department of Functional Genomics, University of Science and Technology (UST), Daejeon 34113, Korea." - } - ] + "family": "Kim" } ], - "member": "3815", "container-title": "Genomics & Informatics", - "original-title": [], - "link": [ - { - "URL": "https://synapse.koreamed.org/pdf/10.5808/GI.2017.15.1.19", - "content-type": "application/pdf", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "https://synapse.koreamed.org/DOIx.php?id=10.5808/GI.2017.15.1.19", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "https://synapse.koreamed.org/DOIx.php?id=10.5808/GI.2017.15.1.19", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 25 - ] - ], - "date-time": "2017-06-25T14:31:57Z", - "timestamp": 1498401117000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -26396,11 +10326,10 @@ ] ] }, - "references-count": 38, - "URL": "https://doi.org/10.5808/gi.2017.15.1.19", - "relation": {}, + "URL": "https://doi.org/f93xct", "container-title-short": "Genomics Inform", - "short_url": "https://doi.org/f93xct", + "PMCID": "PMC5389944", + "PMID": "28416946", "id": "LkO4BC2X" }, { @@ -26430,8 +10359,7 @@ "DOI": "10.6084/m9.figshare.1418386", "publisher": "Figshare", "title": "Pairwise molecular similarities between DrugBank compounds", - "URL": "https://doi.org/10.6084/m9.figshare.1418386", - "short_url": "https://doi.org/f3mqt2" + "URL": "https://doi.org/f3mqt2" }, { "type": "article", @@ -26460,8 +10388,7 @@ "DOI": "10.6084/m9.figshare.3085426.v1", "publisher": "Figshare", "title": "Consensus signatures for LINCS L1000 perturbations", - "URL": "https://doi.org/10.6084/m9.figshare.3085426.v1", - "short_url": "https://doi.org/f3mqvs" + "URL": "https://doi.org/f3mqvs" }, { "type": "dataset", @@ -26490,8 +10417,7 @@ "DOI": "10.6084/m9.figshare.3085837.v1", "publisher": "Figshare", "title": "l1000.db: SQLite database of LINCS L1000 metadata", - "URL": "https://doi.org/10.6084/m9.figshare.3085837.v1", - "short_url": "https://doi.org/f3mqtq" + "URL": "https://doi.org/f3mqtq" }, { "type": "article", @@ -26527,12 +10453,17 @@ "DOI": "10.6084/m9.figshare.3103054", "publisher": "Figshare", "title": "PharmacotherapyDB 1.0: the open catalog of drug therapies for disease", - "URL": "https://doi.org/10.6084/m9.figshare.3103054", - "short_url": "https://doi.org/f3mqvq" + "URL": "https://doi.org/f3mqvq" }, { "type": "article", "id": "JTRRKBmL", + "categories": [ + "Bioinformatics", + "Pharmacology", + "Diseases", + "Pathogenesis" + ], "author": [ { "family": "Himmelstein", @@ -26558,231 +10489,80 @@ "DOI": "10.6084/m9.figshare.c.2861359.v1", "publisher": "Figshare", "title": "Figshare depositions from Project Rephetio", - "URL": "https://doi.org/10.6084/m9.figshare.c.2861359.v1", - "short_url": "https://doi.org/ccq3" + "URL": "https://doi.org/ccq3" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T13:22:15Z", - "timestamp": 1504185735661 - }, - "reference-count": 157, - "publisher": "eLife Sciences Organisation, Ltd.", - "license": [ - { - "URL": "http://creativecommons.org/licenses/by/4.0/", - "start": { - "date-parts": [ - [ - 2016, - 7, - 7 - ] - ], - "date-time": "2016-07-07T00:00:00Z", - "timestamp": 1467849600000 - }, - "delay-in-days": 0, - "content-version": "vor" - }, - { - "URL": "http://creativecommons.org/licenses/by/4.0/", - "start": { - "date-parts": [ - [ - 2016, - 7, - 7 - ] - ], - "date-time": "2016-07-07T00:00:00Z", - "timestamp": 1467849600000 - }, - "delay-in-days": 0, - "content-version": "am" - }, - { - "URL": "http://creativecommons.org/licenses/by/4.0/", - "start": { - "date-parts": [ - [ - 2016, - 7, - 7 - ] - ], - "date-time": "2016-07-07T00:00:00Z", - "timestamp": 1467849600000 - }, - "delay-in-days": 0, - "content-version": "tdm" - } - ], - "funder": [ - { - "DOI": "10.13039/100000049", - "name": "National Institute on Aging", - "doi-asserted-by": "publisher", - "award": [ - "R24AG048124" - ] - }, - { - "DOI": "10.13039/100009827", - "name": "Laura and John Arnold Foundation", - "doi-asserted-by": "crossref", - "award": [] - }, - { - "DOI": "10.13039/100000925", - "name": "John Templeton Foundation", - "doi-asserted-by": "publisher", - "award": [ - "46545" - ] - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, + "publisher": "eLife Sciences Publications, Ltd", "abstract": "Open access, open data, open source and other open scholarship practices are growing in popularity and necessity. However, widespread adoption of these practices has not yet been achieved. One reason is that researchers are uncertain about how sharing their work will affect their careers. We review literature demonstrating that open research is associated with increases in citations, media attention, potential collaborators, job opportunities and funding opportunities. These findings are evidence that open research practices bring significant benefits to researchers relative to more traditional closed practices.", "DOI": "10.7554/elife.16800", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 7, - 7 - ] - ], - "date-time": "2016-07-07T17:46:41Z", - "timestamp": 1467913601000 - }, "source": "Crossref", - "is-referenced-by-count": 21, "title": "How open science helps researchers succeed", - "prefix": "10.7554", "volume": "5", "author": [ { - "ORCID": "http://orcid.org/0000-0002-9430-5221", - "authenticated-orcid": true, "given": "Erin C", - "family": "McKiernan", - "affiliation": [] + "family": "McKiernan" }, { - "ORCID": "http://orcid.org/0000-0002-7618-7292", - "authenticated-orcid": true, "given": "Philip E", - "family": "Bourne", - "affiliation": [] + "family": "Bourne" }, { "given": "C Titus", - "family": "Brown", - "affiliation": [] + "family": "Brown" }, { "given": "Stuart", - "family": "Buck", - "affiliation": [] + "family": "Buck" }, { - "ORCID": "http://orcid.org/0000-0002-3030-8001", - "authenticated-orcid": true, "given": "Amye", - "family": "Kenall", - "affiliation": [] + "family": "Kenall" }, { "given": "Jennifer", - "family": "Lin", - "affiliation": [] + "family": "Lin" }, { "given": "Damon", - "family": "McDougall", - "affiliation": [] + "family": "McDougall" }, { "given": "Brian A", - "family": "Nosek", - "affiliation": [] + "family": "Nosek" }, { "given": "Karthik", - "family": "Ram", - "affiliation": [] + "family": "Ram" }, { "given": "Courtney K", - "family": "Soderberg", - "affiliation": [] + "family": "Soderberg" }, { "given": "Jeffrey R", - "family": "Spies", - "affiliation": [] + "family": "Spies" }, { "given": "Kaitlin", - "family": "Thaney", - "affiliation": [] + "family": "Thaney" }, { "given": "Andrew", - "family": "Updegrove", - "affiliation": [] + "family": "Updegrove" }, { - "ORCID": "http://orcid.org/0000-0002-5125-4188", - "authenticated-orcid": true, "given": "Kara H", - "family": "Woo", - "affiliation": [] + "family": "Woo" }, { "given": "Tal", - "family": "Yarkoni", - "affiliation": [] + "family": "Yarkoni" } ], - "member": "4374", - "published-online": { - "date-parts": [ - [ - 2016, - 7, - 7 - ] - ] - }, "container-title": "eLife", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2016, - 7, - 29 - ] - ], - "date-time": "2016-07-29T12:59:29Z", - "timestamp": 1469797169000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -26792,166 +10572,36 @@ ] ] }, - "references-count": 157, - "alternative-id": [ - "10.7554/eLife.16800" - ], - "URL": "https://doi.org/10.7554/elife.16800", - "relation": { - "cites": [] - }, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology", - "General Immunology and Microbiology", - "General Neuroscience", - "General Medicine" - ], - "short_url": "https://doi.org/gbqsng", + "URL": "https://doi.org/gbqsng", + "PMCID": "PMC4973366", + "PMID": "27387362", "id": "HQfvK1OF" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 9 - ] - ], - "date-time": "2017-08-09T02:48:33Z", - "timestamp": 1502246913635 - }, - "reference-count": 92, "publisher": "PeerJ", - "license": [ - { - "URL": "http://creativecommons.org/licenses/by/4.0/", - "start": { - "date-parts": [ - [ - 2016, - 2, - 24 - ] - ], - "date-time": "2016-02-24T00:00:00Z", - "timestamp": 1456272000000 - }, - "delay-in-days": 0, - "content-version": "vor" - } - ], - "funder": [ - { - "name": "Thomson Reuters Global Resources", - "award": [] - } - ], - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "abstract": "Drug repositioning methods attempt to identify novel therapeutic indications for marketed drugs. Strategies include the use of side-effects to assign new disease indications, based on the premise that both therapeutic effects and side-effects are measurable physiological changes resulting from drug intervention. Drugs with similar side-effects might share a common mechanism of action linking side-effects with disease treatment, or may serve as a treatment by “rescuing” a disease phenotype on the basis of their side-effects; therefore it may be possible to infer new indications based on the similarity of side-effect profiles. While existing methods leverage side-effect data from clinical studies and drug labels, evidence suggests this information is often incomplete due to under-reporting. Here, we describe a novel computational method that uses side-effect data mined from social media to generate a sparse undirected graphical model using inverse covariance estimation with ℓ1-norm regularization. Results show that known indications are well recovered while current trial indications can also be identified, suggesting that sparse graphical models generated using side-effect data mined from social media may be useful for computational drug repositioning.", "DOI": "10.7717/peerj-cs.46", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2016, - 2, - 24 - ] - ], - "date-time": "2016-02-24T08:49:20Z", - "timestamp": 1456303760000 - }, "page": "e46", "source": "Crossref", - "is-referenced-by-count": 4, "title": "Computational drug repositioning based on side-effects mined from social media", - "prefix": "10.7717", "volume": "2", "author": [ { "given": "Timothy", - "family": "Nugent", - "affiliation": [ - { - "name": "Thomson Reuters, Corporate Research and Development, London, United Kingdom" - } - ] + "family": "Nugent" }, { "given": "Vassilis", - "family": "Plachouras", - "affiliation": [ - { - "name": "Thomson Reuters, Corporate Research and Development, London, United Kingdom" - } - ] + "family": "Plachouras" }, { "given": "Jochen L.", - "family": "Leidner", - "affiliation": [ - { - "name": "Thomson Reuters, Corporate Research and Development, London, United Kingdom" - } - ] + "family": "Leidner" } ], - "member": "4443", - "published-online": { - "date-parts": [ - [ - 2016, - 2, - 24 - ] - ] - }, "container-title": "PeerJ Computer Science", - "original-title": [], - "link": [ - { - "URL": "https://peerj.com/articles/cs-46.pdf", - "content-type": "application/pdf", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "https://peerj.com/articles/cs-46.xml", - "content-type": "application/xml", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "https://peerj.com/articles/cs-46.html", - "content-type": "text/html", - "content-version": "vor", - "intended-application": "text-mining" - }, - { - "URL": "https://peerj.com/articles/cs-46.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 24 - ] - ], - "date-time": "2017-06-24T06:40:45Z", - "timestamp": 1498286445000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -26961,148 +10611,45 @@ ] ] }, - "references-count": 92, - "alternative-id": [ - "10.7717/peerj-cs.46" - ], - "URL": "https://doi.org/10.7717/peerj-cs.46", - "relation": { - "cites": [] - }, - "article-number": "e46", - "short_url": "https://doi.org/f3mn54", + "URL": "https://doi.org/f3mn54", "id": "1GXwDMvjL" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T15:46:23Z", - "timestamp": 1502379983468 - }, - "reference-count": 62, "publisher": "PeerJ", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.7717/peerj.1054", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2015, - 6, - 30 - ] - ], - "date-time": "2015-06-30T08:23:30Z", - "timestamp": 1435652610000 - }, "page": "e1054", "source": "Crossref", - "is-referenced-by-count": 16, "title": "Comprehensive comparison of large-scale tissue expression datasets", - "prefix": "10.7717", "volume": "3", "author": [ { "given": "Alberto", - "family": "Santos", - "affiliation": [ - { - "name": "Novo Nordisk Foundation Center for Protein Research, Faculty of Health and Medical Sciences, University of Copenhagen, Copenhagen, Denmark" - } - ] + "family": "Santos" }, { "given": "Kalliopi", - "family": "Tsafou", - "affiliation": [ - { - "name": "Novo Nordisk Foundation Center for Protein Research, Faculty of Health and Medical Sciences, University of Copenhagen, Copenhagen, Denmark" - } - ] + "family": "Tsafou" }, { "given": "Christian", - "family": "Stolte", - "affiliation": [ - { - "name": "Commonwealth Scientific and Industrial Research Organisation (CSIRO), Sydney, Australia" - } - ] + "family": "Stolte" }, { "given": "Sune", - "family": "Pletscher-Frankild", - "affiliation": [ - { - "name": "Novo Nordisk Foundation Center for Protein Research, Faculty of Health and Medical Sciences, University of Copenhagen, Copenhagen, Denmark" - } - ] + "family": "Pletscher-Frankild" }, { "given": "Seán I.", - "family": "O’Donoghue", - "affiliation": [ - { - "name": "Commonwealth Scientific and Industrial Research Organisation (CSIRO), Sydney, Australia" - }, - { - "name": "Garvan Institute of Medical Research, Sydney, Australia" - } - ] + "family": "O’Donoghue" }, { "given": "Lars Juhl", - "family": "Jensen", - "affiliation": [ - { - "name": "Novo Nordisk Foundation Center for Protein Research, Faculty of Health and Medical Sciences, University of Copenhagen, Copenhagen, Denmark" - } - ] + "family": "Jensen" } ], - "member": "4443", - "published-online": { - "date-parts": [ - [ - 2015, - 6, - 30 - ] - ] - }, "container-title": "PeerJ", - "original-title": [], - "link": [ - { - "URL": "https://peerj.com/articles/1054.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2016, - 12, - 19 - ] - ], - "date-time": "2016-12-19T17:14:52Z", - "timestamp": 1482167692000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -27112,130 +10659,31 @@ ] ] }, - "references-count": 62, - "alternative-id": [ - "10.7717/peerj.1054" - ], - "URL": "https://doi.org/10.7717/peerj.1054", - "relation": { - "has-preprint": [ - { - "id-type": "doi", - "id": "10.1101/010975", - "asserted-by": "object" - } - ], - "cites": [] - }, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology", - "General Neuroscience", - "General Agricultural and Biological Sciences", - "General Medicine" - ], - "short_url": "https://doi.org/f3mn6p", + "URL": "https://doi.org/f3mn6p", + "PMCID": "PMC4493645", + "PMID": "26157623", "id": "6QECA6Hm" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 31 - ] - ], - "date-time": "2017-08-31T13:22:15Z", - "timestamp": 1504185735665 - }, - "reference-count": 35, "publisher": "PeerJ", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, "DOI": "10.7717/peerj.175", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2013, - 10, - 1 - ] - ], - "date-time": "2013-10-01T09:06:40Z", - "timestamp": 1380618400000 - }, "page": "e175", "source": "Crossref", - "is-referenced-by-count": 63, "title": "Data reuse and the open data citation advantage", - "prefix": "10.7717", "volume": "1", "author": [ { "given": "Heather A.", - "family": "Piwowar", - "affiliation": [ - { - "name": "National Evolutionary Synthesis Center, Durham, NC, USA" - }, - { - "name": "Department of Biology, Duke University, Durham, NC, USA" - } - ] + "family": "Piwowar" }, { "given": "Todd J.", - "family": "Vision", - "affiliation": [ - { - "name": "National Evolutionary Synthesis Center, Durham, NC, USA" - }, - { - "name": "Department of Biology, Duke University, Durham, NC, USA" - }, - { - "name": "Department of Biology, University of North Carolina - Chapel Hill, Chapel Hill, NC, USA" - } - ] + "family": "Vision" } ], - "member": "4443", - "published-online": { - "date-parts": [ - [ - 2013, - 10, - 1 - ] - ] - }, "container-title": "PeerJ", - "original-title": [], - "link": [ - { - "URL": "https://peerj.com/articles/175.pdf", - "content-type": "unspecified", - "content-version": "vor", - "intended-application": "similarity-checking" - } - ], - "deposited": { - "date-parts": [ - [ - 2017, - 6, - 21 - ] - ], - "date-time": "2017-06-21T22:53:18Z", - "timestamp": 1498085598000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], + "language": "en", "issued": { "date-parts": [ [ @@ -27245,93 +10693,27 @@ ] ] }, - "references-count": 35, - "alternative-id": [ - "10.7717/peerj.175" - ], - "URL": "https://doi.org/10.7717/peerj.175", - "relation": { - "cites": [] - }, - "subject": [ - "General Biochemistry, Genetics and Molecular Biology", - "General Neuroscience", - "General Agricultural and Biological Sciences", - "General Medicine" - ], - "short_url": "https://doi.org/f3mn68", + "URL": "https://doi.org/f3mn68", + "PMCID": "PMC3792178", + "PMID": "24109559", "id": "g8J7Zkoz" }, { - "indexed": { - "date-parts": [ - [ - 2017, - 8, - 10 - ] - ], - "date-time": "2017-08-10T00:18:40Z", - "timestamp": 1502324320636 - }, - "reference-count": 0, "publisher": "IOSR Journals", "issue": "08", - "content-domain": { - "domain": [], - "crossmark-restriction": false - }, - "published-print": { - "date-parts": [ - [ - 2013, - 8 - ] - ] - }, "DOI": "10.9790/3021-03822527", "type": "article-journal", - "created": { - "date-parts": [ - [ - 2013, - 9, - 16 - ] - ], - "date-time": "2013-09-16T11:40:28Z", - "timestamp": 1379331628000 - }, "page": "25-27", "source": "Crossref", - "is-referenced-by-count": 0, "title": "Comparative analysis of Relational and Graph databases", - "prefix": "10.9790", "volume": "03", "author": [ { "given": "Garima", - "family": "Jaiswal", - "affiliation": [] + "family": "Jaiswal" } ], - "member": "4786", "container-title": "IOSR Journal of Engineering", - "original-title": [], - "deposited": { - "date-parts": [ - [ - 2013, - 9, - 16 - ] - ], - "date-time": "2013-09-16T11:40:33Z", - "timestamp": 1379331633000 - }, - "score": 1.0, - "subtitle": [], - "short-title": [], "issued": { "date-parts": [ [ @@ -27340,11 +10722,8 @@ ] ] }, - "references-count": 0, - "URL": "https://doi.org/10.9790/3021-03822527", - "relation": {}, + "URL": "https://doi.org/gbr42z", "container-title-short": "IOSRJEN", - "short_url": "https://doi.org/gbr42z", "id": "4NONxFr3" } ] diff --git a/variables.json b/variables.json index 58ce139..cd89a2f 100644 --- a/variables.json +++ b/variables.json @@ -1,5 +1,5 @@ { - "date": "October 3, 2017", + "date": "March 14, 2019", "authors": [ { "github": "dhimmel", @@ -7,7 +7,14 @@ "orcid": "0000-0002-3012-7446", "twitter": "dhimmel", "email": "daniel.himmelstein@gmail.com", - "affiliations": "Program\u00a0in\u00a0Biological\u00a0&\u00a0Medical\u00a0Informatics,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco; Department\u00a0of\u00a0Systems\u00a0Pharmacology\u00a0&\u00a0Translational\u00a0Therapeutics,\u00a0University\u00a0of\u00a0Pennsylvania" + "affiliations": [ + "Program\u00a0in\u00a0Biological\u00a0&\u00a0Medical\u00a0Informatics,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco", + "Department\u00a0of\u00a0Systems\u00a0Pharmacology\u00a0&\u00a0Translational\u00a0Therapeutics,\u00a0University\u00a0of\u00a0Pennsylvania" + ], + "affiliation_numbers": [ + 1, + 2 + ] }, { "github": "antoine-lizee", @@ -15,59 +22,143 @@ "orcid": "0000-0002-1073-3190", "twitter": "A_Lizee", "email": "antoine.lizee@gmail.com", - "affiliations": "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco; ITUN-CRTI-UMR\u00a01064\u00a0Inserm,\u00a0University\u00a0of\u00a0Nantes" + "affiliations": [ + "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco", + "ITUN-CRTI-UMR\u00a01064\u00a0Inserm,\u00a0University\u00a0of\u00a0Nantes" + ], + "affiliation_numbers": [ + 3, + 4 + ] }, { "name": "Christine\u00a0Hessler", "initials": "CH", - "affiliations": "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco" + "affiliations": [ + "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco" + ], + "affiliation_numbers": [ + 3 + ] }, { "github": "LABrueggs", "name": "Leo\u00a0Brueggeman", "orcid": "0000-0002-3586-3442", "twitter": "LeoBman", - "affiliations": "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco; University\u00a0of\u00a0Iowa" + "affiliations": [ + "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco", + "University\u00a0of\u00a0Iowa" + ], + "affiliation_numbers": [ + 3, + 5 + ] }, { "github": "sabrinalchen", "name": "\u00a0Sabrina\u00a0L.\u00a0Chen", - "affiliations": "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco; Johns\u00a0Hopkins\u00a0University" + "affiliations": [ + "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco", + "Johns\u00a0Hopkins\u00a0University" + ], + "affiliation_numbers": [ + 3, + 6 + ] }, { "github": "idrdex", "name": "\u00a0Dexter\u00a0Hadley", "orcid": "0000-0003-0990-4674", "twitter": "iDrDex", - "affiliations": "Institute\u00a0for\u00a0Computational\u00a0Health\u00a0Sciences,\u00a0Department\u00a0of\u00a0Pediatrics;\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco" + "affiliations": [ + "Institute\u00a0for\u00a0Computational\u00a0Health\u00a0Sciences,\u00a0Department\u00a0of\u00a0Pediatrics;\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco" + ], + "affiliation_numbers": [ + 7 + ] }, { "name": "Ari Green", "orcid": "0000-0001-9275-3066", - "affiliations": "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco" + "affiliations": [ + "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco" + ], + "affiliation_numbers": [ + 3 + ] }, { "name": "Pouya\u00a0Khankhanian", "orcid": "0000-0001-8075-4176", - "affiliations": "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco; Center\u00a0for\u00a0Neuroengineering\u00a0and\u00a0Therapeutics,\u00a0University\u00a0of\u00a0Pennsylvania" + "affiliations": [ + "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco", + "Center\u00a0for\u00a0Neuroengineering\u00a0and\u00a0Therapeutics,\u00a0University\u00a0of\u00a0Pennsylvania" + ], + "affiliation_numbers": [ + 3, + 8 + ] }, { "github": "sebaran", "name": "Sergio\u00a0E.\u00a0Baranzini", "orcid": "0000-0003-0067-194X", "email": "sergio.baranzini@ucsf.edu", - "affiliations": "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco" + "affiliations": [ + "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco" + ], + "affiliation_numbers": [ + 3 + ] + } + ], + "affiliations": [ + { + "affiliation": "Program\u00a0in\u00a0Biological\u00a0&\u00a0Medical\u00a0Informatics,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco", + "affiliation_number": 1 + }, + { + "affiliation": "Department\u00a0of\u00a0Systems\u00a0Pharmacology\u00a0&\u00a0Translational\u00a0Therapeutics,\u00a0University\u00a0of\u00a0Pennsylvania", + "affiliation_number": 2 + }, + { + "affiliation": "Department\u00a0of\u00a0Neurology,\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco", + "affiliation_number": 3 + }, + { + "affiliation": "ITUN-CRTI-UMR\u00a01064\u00a0Inserm,\u00a0University\u00a0of\u00a0Nantes", + "affiliation_number": 4 + }, + { + "affiliation": "University\u00a0of\u00a0Iowa", + "affiliation_number": 5 + }, + { + "affiliation": "Johns\u00a0Hopkins\u00a0University", + "affiliation_number": 6 + }, + { + "affiliation": "Institute\u00a0for\u00a0Computational\u00a0Health\u00a0Sciences,\u00a0Department\u00a0of\u00a0Pediatrics;\u00a0University\u00a0of\u00a0California,\u00a0San\u00a0Francisco", + "affiliation_number": 7 + }, + { + "affiliation": "Center\u00a0for\u00a0Neuroengineering\u00a0and\u00a0Therapeutics,\u00a0University\u00a0of\u00a0Pennsylvania", + "affiliation_number": 8 } ], "ci_source": { "repo_slug": "dhimmel/rephetio-manuscript", - "commit": "7b5b0e67fb9ab159c84c230dd5c07001941d82af" + "repo_owner": "dhimmel", + "repo_name": "rephetio-manuscript", + "commit": "1ddd48dabdb669a3c09b1a3dfdfee455f642b5a9" }, "manuscript_stats": { "reference_counts": { "doi": 241, "total": 241 }, - "word_count": 12056 + "word_count": 12117 } }