@@ -6,7 +6,8 @@ const maxClinicalTrialPhase: Column = {
66 aggregation : TargetPrioritisationAggregation . PRECEDENCE ,
77 sectionId : "knownDrugs" ,
88 description : "Target is in clinical trials for any indication" ,
9- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#target-in-clinic" ,
9+ docsLink :
10+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#target-in-clinic" ,
1011} ;
1112
1213const isInMembrane : Column = {
@@ -15,7 +16,8 @@ const isInMembrane: Column = {
1516 aggregation : TargetPrioritisationAggregation . TRACTABILITY ,
1617 sectionId : "subcellularLocation" ,
1718 description : "Target is annotated to be located in the cell membrane" ,
18- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#membrane-protein" ,
19+ docsLink :
20+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#membrane-protein" ,
1921} ;
2022
2123const isSecreted : Column = {
@@ -24,7 +26,8 @@ const isSecreted: Column = {
2426 aggregation : TargetPrioritisationAggregation . TRACTABILITY ,
2527 sectionId : "subcellularLocation" ,
2628 description : "Target is annotated to be secreted" ,
27- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#secreted-protein" ,
29+ docsLink :
30+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#secreted-protein" ,
2831} ;
2932
3033const hasLigand : Column = {
@@ -33,7 +36,8 @@ const hasLigand: Column = {
3336 aggregation : TargetPrioritisationAggregation . TRACTABILITY ,
3437 sectionId : "tractability" ,
3538 description : "Target binds a specific ligand" ,
36- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#ligand-binder" ,
39+ docsLink :
40+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#ligand-binder" ,
3741} ;
3842
3943const hasSmallMoleculeBinder : Column = {
@@ -42,7 +46,8 @@ const hasSmallMoleculeBinder: Column = {
4246 aggregation : TargetPrioritisationAggregation . TRACTABILITY ,
4347 sectionId : "tractability" ,
4448 description : "Target binds a small molecule" ,
45- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#small-molecule-binder" ,
49+ docsLink :
50+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#small-molecule-binder" ,
4651} ;
4752
4853const hasPocket : Column = {
@@ -51,7 +56,8 @@ const hasPocket: Column = {
5156 aggregation : TargetPrioritisationAggregation . TRACTABILITY ,
5257 sectionId : "tractability" ,
5358 description : "Target has predicted pockets" ,
54- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#predicted-pockets" ,
59+ docsLink :
60+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#predicted-pockets" ,
5561} ;
5662
5763const mouseOrthologMaxIdentityPercentage : Column = {
@@ -60,7 +66,8 @@ const mouseOrthologMaxIdentityPercentage: Column = {
6066 aggregation : TargetPrioritisationAggregation . DOABILITY ,
6167 sectionId : "compGenomics" ,
6268 description : "Mouse ortholog maximum identity percentage" ,
63- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#mouse-ortholog-identity" ,
69+ docsLink :
70+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#mouse-ortholog-identity" ,
6471 sectionProps : { viewMode : "mouseOrthologMaxIdentityPercentage" } ,
6572} ;
6673
@@ -70,7 +77,8 @@ const hasHighQualityChemicalProbes: Column = {
7077 aggregation : TargetPrioritisationAggregation . DOABILITY ,
7178 sectionId : "chemicalProbes" ,
7279 description : "Availability of high quality chemical probes for the target" ,
73- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#chemical-probes" ,
80+ docsLink :
81+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#chemical-probes" ,
7482} ;
7583
7684const mouseKOScore : Column = {
@@ -79,7 +87,8 @@ const mouseKOScore: Column = {
7987 aggregation : TargetPrioritisationAggregation . SAFETY ,
8088 sectionId : "mousePhenotypes" ,
8189 description : "Availability of mouse knockout models for the target" ,
82- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#mouse-models" ,
90+ docsLink :
91+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#mouse-models" ,
8392} ;
8493
8594const geneticConstraint : Column = {
@@ -88,7 +97,8 @@ const geneticConstraint: Column = {
8897 aggregation : TargetPrioritisationAggregation . SAFETY ,
8998 sectionId : "geneticConstraint" ,
9099 description : "Relative genetic constraint in natural populations derived from GnomAD" ,
91- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#genetic-constraint" ,
100+ docsLink :
101+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#genetic-constraint" ,
92102} ;
93103
94104const geneEssentiality : Column = {
@@ -97,7 +107,8 @@ const geneEssentiality: Column = {
97107 aggregation : TargetPrioritisationAggregation . SAFETY ,
98108 sectionId : "depMapEssentiality" ,
99109 description : "Gene is defined as core essential by the DepMap portal" ,
100- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#gene-essentiality" ,
110+ docsLink :
111+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#gene-essentiality" ,
101112} ;
102113
103114const hasSafetyEvent : Column = {
@@ -106,7 +117,8 @@ const hasSafetyEvent: Column = {
106117 aggregation : TargetPrioritisationAggregation . SAFETY ,
107118 sectionId : "safety" ,
108119 description : "Target associated with a curated adverse event" ,
109- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#known-adverse-events" ,
120+ docsLink :
121+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#known-adverse-events" ,
110122} ;
111123
112124const isCancerDriverGene : Column = {
@@ -115,7 +127,8 @@ const isCancerDriverGene: Column = {
115127 aggregation : TargetPrioritisationAggregation . SAFETY ,
116128 sectionId : "cancerHallmarks" ,
117129 description : "Target is classified as an Oncogene and/or Tumor Suppressor Gene" ,
118- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#cancer-driver-gene" ,
130+ docsLink :
131+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#cancer-driver-gene" ,
119132} ;
120133
121134const paralogMaxIdentityPercentage : Column = {
@@ -124,7 +137,7 @@ const paralogMaxIdentityPercentage: Column = {
124137 aggregation : TargetPrioritisationAggregation . SAFETY ,
125138 sectionId : "compGenomics" ,
126139 description : "Paralog maximum identity percentage" ,
127- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#paralogues" ,
140+ docsLink : "https://platform-docs.opentargets.org/web-interface/ target-prioritisation#paralogues" ,
128141 sectionProps : { viewMode : "paralogMaxIdentityPercentage" } ,
129142} ;
130143
@@ -134,7 +147,8 @@ const tissueSpecificity: Column = {
134147 aggregation : TargetPrioritisationAggregation . SAFETY ,
135148 sectionId : "expressions" ,
136149 description : "HPA category types of elevated expression across tissues for the target" ,
137- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#tissue-specificity" ,
150+ docsLink :
151+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#tissue-specificity" ,
138152} ;
139153
140154const tissueDistribution : Column = {
@@ -143,7 +157,8 @@ const tissueDistribution: Column = {
143157 aggregation : TargetPrioritisationAggregation . SAFETY ,
144158 sectionId : "expressions" ,
145159 description : "HPA category types of detectable expression across tissues for the target" ,
146- docsLink : "https://platform-docs.opentargets.org/target-prioritisation#tissue-distribution" ,
160+ docsLink :
161+ "https://platform-docs.opentargets.org/web-interface/target-prioritisation#tissue-distribution" ,
147162} ;
148163
149164const cols : Column [ ] = [
0 commit comments