-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Check if target_dir has been passed as an argument * Rewriting vignettes * Updates NEWS * Add spacing to tables in helpfiles
- Loading branch information
Showing
14 changed files
with
145 additions
and
93 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
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
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 |
---|---|---|
@@ -1,7 +1,29 @@ | ||
### Gene projection overlay | ||
|
||
<style> | ||
td { padding: 5px; border-spacing: 5px; } | ||
</style> | ||
This module displays two scatterplots of a precomputed 2D projection of genes. The objective of the module is to allow the exploration of the relationship between the genes using a dimensionality reduction method and an expression overlay. In the overlay, the color of each projected gene is the average expression of the samples selected on the sidebar. | ||
|
||
<table><colgroup><col style="width: 50%"/><col style="width: 60%"/></colgroup><tbody><tr> <td><img width="75%" src="geneProjectionOverlay-subset.png"></td> <td>On the sidebar, you can select the subset of samples that will be used to compute the average expression in the overlay.</td></tr><tr> <td><img width="75%" src="geneProjectionOverlay-options.png"></td> <td>The checkboxes allow you to select gene groups to hide from the scatterplot.</td></tr><tr> <td><img width="100%" src="geneProjectionOverlay-plot.png"></td> <td>In the scatterplot, you can click on a single point to highlight that group of genes. All other groups will be displayed in gray. Once you click on a group, you can also click on the buttons below the scatterplots to view the genes that are in that group and the heatmap with the expression of the genes. Please note that if the groups are too big the heatmap may become unreadable.</td></tr></tbody></table> | ||
<table> | ||
<colgroup> | ||
<col style="width: 50%"/> | ||
<col style="width: 60%"/> | ||
</colgroup> | ||
<tbody> | ||
<tr> | ||
<td><img width="75%" src="geneProjectionOverlay-subset.png"></td> | ||
<td>On the sidebar, you can select the subset of samples that will be used to compute the average expression in the overlay.</td> | ||
</tr> | ||
<tr> | ||
<td><img width="75%" src="geneProjectionOverlay-options.png"></td> | ||
<td>The checkboxes allow you to select gene groups to hide from the scatterplot.</td> | ||
</tr> | ||
<tr> | ||
<td><img width="100%" src="geneProjectionOverlay-plot.png"></td> | ||
<td>In the scatterplot, you can click on a single point to highlight that group of genes. All other groups will be displayed in gray. Once you click on a group, you can also click on the buttons below the scatterplots to view the genes that are in that group and the heatmap with the expression of the genes. Please note that if the groups are too big the heatmap may become unreadable.</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
|
||
Module name in configuration file: *geneModulesHeatmap* |
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
Oops, something went wrong.