We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0ae7a commit 349f3deCopy full SHA for 349f3de
hgnc/hgnc.php
@@ -154,7 +154,7 @@ function process(){
154
$rat_genome_database_id_mappeddatasuppliedbyRGD = $fields[39];
155
156
$id_res = $this->getNamespace().$id;
157
- $id_label = "hgnc identifier";
+ $id_label = "Gene Symbol for ".$approved_symbol;
158
$id_label_class = "hgnc identifier: ".$id;
159
parent::AddRDF(
160
parent::triplify($id_res, "rdf:type", $this->getVoc()."Gene-Symbol").
0 commit comments