{{{tss_id}}}
From referenceTSS
Basic information about the TSS
|
| |||||||||||||
Source datasets | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Protocol | ||||||||||||||
TSS cluster detected* |
* The number of TSS cluster called data-sets (maximum 5)
cCREs annotation
Description: | |
---|---|
Category: |
* cCREs are candidates for cis regulatory elements generated from the subset of representative DNase hypersensitivity sites supported by either histone modifications or CTCF-binding data. Find more details here.
Gene and protein annotation
|
|
TATA-Box annotation
Distance to TSS: | |
---|---|
Nearest PromoterID: | |
Entrez ID: | |
Nearest Unigene: | |
Nearest Refseq: | |
Nearest Ensembl: | |
Gene Name: | |
Gene Alias: | |
Gene Description: | |
Gene Type: | |
CpG%: | |
GC%: | |
TATA-Box(TBP)/Promoter/Homer Distance From Peak(sequence,strand,conservation): |
<script>
document.addEventListener("DOMContentLoaded", function() { const itemList = document.getElementById("itemList"); const viewToggle = document.getElementById("viewToggle");
// リストの項目数が1以下の場合は"view more..."を非表示 if (itemList.children.length <= 1) { viewToggle.style.display = "none"; } });
function toggleList() { const container = document.getElementById("listContainer"); const toggleText = document.getElementById("viewToggle"); container.classList.toggle("expanded");
// テキストを切り替える if (container.classList.contains("expanded")) { toggleText.textContent = "close"; } else { toggleText.textContent = "view more..."; } }
</script>