Modul:Infobox gene: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
fix
fixed: local RCSB_base
 
(4 revisi perantara oleh pengguna yang sama tidak ditampilkan)
Baris 295:
local listTitle = "Daftar kode id PDB" --**lclz**
local PDBe_base = 'https://www.ebi.ac.uk/pdbe/searchResults.html?display=both&term='
local RCSB_base = 'httphttps://www.rcsb.org/pdb/search/smartSubquery.do?smartSearchSubtype=UpAccessionIdQuery&accessionIdListq='
..'rcsb_polymer_entity_container_identifiers.reference_sequence_identifiers.database_name:UniProt%20AND%20'
..'rcsb_polymer_entity_container_identifiers.reference_sequence_identifiers.database_accession:'
local url_uniprot = " "
if checkOrtholog == 1 and uniprotID_mm ~= 'n/a' then
searchTitle = 'OrthologPencarian searchOrtolog: '
url_uniprot = uniprotID_mm..','..uniprotID_hs
else
searchTitle = 'Pencarian Human UniProt search: '
url_uniprot = uniprotID_hs
end
Baris 411 ⟶ 413:
else
symbol_url = "[https://www.genenames.org/cgidata/gene-binsymbol-report/#!/gene_symbol_report?hgnc_id=/"..hgnc_id.." "..gene_symbol.."]"
end
end
Baris 1.100 ⟶ 1.102:
p.renderRNAexpression = function(expression_images, entrez_gene)
local title = "Pola [[Ekspresi gen|ekspresi RNA]]" --**lclz**
local biogps_link = "[http://biogps.org/gene/"..entrez_gene.."/ MoreReferensi referencedata expressionekspresi dataselengkapnya]" --**lclz**
root
:tag('tr')
Baris 1.221 ⟶ 1.223:
:css('text-align', 'center')
:attr('colspan', '4')
:wikitext("SourcesSumber:")
:wikitext(amigo_link)
:wikitext(" / ")
Baris 1.238 ⟶ 1.240:
local category_chromosome = '[[CategoryKategori:Gen pada kromosom manusia '..chr..']]'-- *lclz*: Category name
if chr == "MT" then
category_chromosome = '[[CategoryKategori:Gen mitokondria manusia]]'-- *lclz*: Category name for mtDNA genes
end
if mw.title.getCurrentTitle().namespace ~= 0 then
Baris 1.625 ⟶ 1.627:
end
 
local pubmedTitle = "Pencarian [[PubMed|PubMed]] search" -- *lclz*
local pubmed_link = entrez_gene
if string.match(entrez_gene, '%w+') and entrez_gene ~= "n/a" then