Frequently asked questions: Difference between revisions

From referenceTSS
Jump to: navigation, search
(Created page with "<html> <style> .menu { width: 100%; } .menu input { display: none; } →‎submenu(Openned): .menu input:checked + ul { display: block; } →‎submenu closed: .men...")
 
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
<html>
<html>
<style>
<style>
Line 37: Line 38:
width: 100%;
width: 100%;
text-align:center;
text-align:center;
font-size:1rem;
font-size:1.4rem;
font-weight:bold;
font-weight:bold;
margin: 40px 0px;
}
.faq_subtitle {
width: 100%;
text-align:center;
font-size:0.8rem;
margin: 40px 0px;
}
.version_indent_title {
width: 100%;
text-align:center;
font-size:1.2rem;
font-weight:bold;
margin: 40px 0px;
margin: 40px 0px;
}
}
</style>
</style>
<div class="faq_title">
<div class="faq_title">
<span>List of questions sent to refTSS help desk and answers from refTSS team<br>
<span>Frequently asked questions and their answers about the refTSS</span>
Between 27th January 2019- 16th June 16, 2021</span>
</div>
<hr style="border: none; height: 0.6px; background: #333; width: 100%;">
<div class="version_indent_title">
<span>Version 4</span>
</div>
<div class="faq_subtitle">
<span>(There is no question now. We will continuously update the FAQ for the new version!)</span>
</div>
<hr style="border: none; height: 0.6px; background: #333; width: 100%;">
<div class="version_indent_title">
<span>Version 3</span>
</div>
</div>
<div class="menu">
<div class="menu">
Line 60: Line 84:
     <li>A2. The range of TSSs is in the region of 8-24 bp, while for others the range can be over 100 bp. We computationally identify TSS regions based on the mapping results with 5'-end sequences.</li>
     <li>A2. The range of TSSs is in the region of 8-24 bp, while for others the range can be over 100 bp. We computationally identify TSS regions based on the mapping results with 5'-end sequences.</li>
   </ul>
   </ul>
   <label for="q3">Q3. most TSSs with an associated gene symbol are within ~20 bp of the 5' end of a known transcript, but how much confidence can we have that TSSs that are much further away than this truly represent a TSS for the associated gene? .</label>
   <label for="q3">Q3. most TSSs with an associated gene symbol are within ~20 bp of the 5' end of a known transcript, but how much confidence can we have that TSSs that are much further away than this truly represent a TSS for the associated gene?</label>
   <input type="checkbox" id="q3">
   <input type="checkbox" id="q3">
   <ul>
   <ul>
Line 82: Line 106:
   <ul>
   <ul>
     <li>A6. In refTSS’ UCSC configuration of the bigBed 6 tracks, we set the option:
     <li>A6. In refTSS’ UCSC configuration of the bigBed 6 tracks, we set the option:
colorByStrand 255,0,0 0,0,255
<pre>colorByStrand 255,0,0 0,0,255</pre>
 
This setting enables to show alignments on the reverse strand colored in dark red, whereas alignments on the forward strand are colored in dark blue. Again, in refTSS UCSC configuration of the bigBed 6 tracks, we set the option:
This setting enables to show alignments on the reverse strand colored in dark red, whereas alignments on the forward strand are colored in dark blue. Again, in refTSS UCSC configuration of the bigBed 6 tracks, we set the option:
  exonArrows on
<pre>exonArrows on
exonArrowsDense on
exonArrowsDense on</pre>
   The above options enable us to show the Exon arrows in white heads within the TSS.</li>
   The above options enable us to show the Exon arrows in white heads within the TSS.</li>
   </ul>
   </ul>
Line 92: Line 115:
   <input type="checkbox" id="q7">
   <input type="checkbox" id="q7">
   <ul>
   <ul>
     <li>A7. In the current release of refTSS we only provide BED and TEXT formats, but not bigWig files. We are planning to offer this in a future release. However, the BED files from refTSS can be used to generate bigwig file format using several UCSC tools (*<a href="http://hgdownload.soe.ucsc.edu/admin/exe/">http://hgdownload.soe.ucsc.edu/admin/exe/</a>) that supports this kind of conversion.</li>
     <li>A7. In the current release of refTSS we only provide BED and TEXT formats, but not bigWig files. We are planning to offer this in a future release. However, the BED files from refTSS can be used to generate bigwig file format using several UCSC tools (<a href="http://hgdownload.soe.ucsc.edu/admin/exe/">http://hgdownload.soe.ucsc.edu/admin/exe/</a>) that supports this kind of conversion.</li>
   </ul>
   </ul>
   <label for="q8">Q8. Could you point me to the direction of the bed files containing TSS peak-score info, or the raw data?</label>
   <label for="q8">Q8. Could you point me to the direction of the bed files containing TSS peak-score info, or the raw data?</label>
Line 109: Line 132:
     <li>A10. In the current release of refTSS we are not providing sample information (i.e. cell or tissue etc.). If you need such info, you will need to look at the source of TSS from here <a href="http://reftss.clst.riken.jp/datafiles/current/human/sources/">http://reftss.clst.riken.jp/datafiles/current/human/sources/</a></li>
     <li>A10. In the current release of refTSS we are not providing sample information (i.e. cell or tissue etc.). If you need such info, you will need to look at the source of TSS from here <a href="http://reftss.clst.riken.jp/datafiles/current/human/sources/">http://reftss.clst.riken.jp/datafiles/current/human/sources/</a></li>
   </ul>
   </ul>
</div>
  <hr style="border: none; height: 0.8px; background: #333; width: 100%;">
 
  <a style='color:black;text-decoration:none;' href='mailto:reftss-help@riken.jp?Subject=RefTSS%20WebSite%20Subject&body='><label>Contact&nbsp;<span class="fa fa-envelope"></span></label></a>
</div>
</html>
</html>

Latest revision as of 10:43, 25 June 2024

Frequently asked questions and their answers about the refTSS

Version 4
(There is no question now. We will continuously update the FAQ for the new version!)

Version 3