Content deleted Content added
Julialturner (talk | contribs) adding code to fix footer tag issues |
regretfully removing infobox information about related diseases and related drugs (line 192-200) |
||
Line 5:
local infoboxImage = require('Module:InfoboxImage').InfoboxImage
--
local function check_values(f,args)
--local u= table.upack(args)
Line 190:
p.renderAvailableStructures(uniprotID_hs, uniprotID_mm, checkOrtholog, pdbIDs) --PDB info
p.renderIdentifiers(aliases, hgnc_id, gene_symbol, homologene_id, omim_id, mgi_id, ChEMBL_id, IUPHAR_id, ec_no, entrez_gene)
--uncomment here to add a section of the infobox about genetically related diseases, with references
--if (disease ~= "" and dis_ref ~= "") then --removes section from those items without disease info
-- p.renderDiseases(frame, disease, dis_ref, name, root_qid)
--end
--uncomment here to add a section of the infobox about drugs that target the protein product of this gene, with references
--if (drug ~= "" ) then --removes section from those items without drug info
-- p.renderDrug(frame,drug, drug_ref, drug_pqid, drug_pname)
--end
if (mol_funct ~= "" and cell_comp ~= "" and bio_process ~= "") then
|