-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<div class="modal-header"> | ||
<h4 class="modal-title" id="myModalLabel"><strong>Low (Transcript) Abundance</strong></h4> | ||
</div> | ||
<div class="modal-body" syle="width:700px;height:200px"> | ||
<p>Some transcripts have low abundance in all conditions in the expression profiles. For these genes, random | ||
stochastic effects can cause sharp peaks in their profile. These are likely <strong>not</strong> biologically | ||
relevant and should be interpreted with <strong>caution</strong>.</p> | ||
|
||
</div> | ||
<div class="modal-footer"> | ||
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<div> | ||
<div><strong>Low (Transcript) Abundance</strong></div> | ||
<hr /> | ||
<p>Some transcripts have low abundance in all conditions in the expression profiles. For these genes, random | ||
stochastic effects can cause sharp peaks in their profile. These are likely <strong>not</strong> biologically | ||
relevant and should be interpreted with <strong>caution</strong>.</p> | ||
</div> |