Skip to content

Commit

Permalink
doc: addConfidenceScores
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaSanchez committed Jun 7, 2018
1 parent a3c91d3 commit 77eeab4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ComplementaryScripts/missingFields/addConfidenceScores.m
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% model = addConfidenceScores(model)
% Rough confidence scores for reaction
% Reactions with pubmedID and with gene information -3
% Reactions with gene but without pubmedID -2;
% Reactions without gene but need for modelling -1;
% Reactions without gene -0;
% Exchange reactions -none;
% Reactions with pubmedID and with gene information: 3
% Reactions with gene but without pubmedID: 2
% Reactions without gene but need for modelling: 1
% Reactions without gene: 0
% Exchange reactions: NaN
%
% Hongzhong Lu & Benjamín J. Sánchez
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down

0 comments on commit 77eeab4

Please sign in to comment.