Description Usage Arguments Details Value Author(s) Examples
Take a DGEobj as input and plot expression of XIST vs the highest expressed Y chr gene.
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
| dgeObj | A DGEobj (Required) | 
| species | One of "human", "mouse", "rat" | 
| sexCol | Character string name of the sex annotation column in the design table within the dgeObj (optional) | 
| labelCol | Character string name of the design column to use to label points with ggrepel (optional if showLabels=FALSE) | 
| showLabels | Set TRUE to turn on ggrepel labels (default = FALSE) | 
| chrX | Character string name of the X chromosome in the gene annotation within the geneData object (Default = "X") | 
| chrY | Character string name of the Y chromosome in the gene annotation within the geneData object (Default = "Y") | 
| baseFontSize | Sets the base font size for ggplot themes (Default = 14) | 
| orig | Set to FALSE to use your filtered DGEobj data. Set to TRUE to use original unfiltered data (Default = TRUE) | 
| debug | Default=FALSE. Set to TRUE to open a debug browser when entering this function | 
This uses the original unfiltered data by default. This is because Y-linked genes are often below the low intensity threshold in tissues other than testes. Nevertheless, there are usually enough reads for the plot to be interpretable.
A ggplot object
John Thompson, jrt@thompsonclan.org
| 1 |    checkSex(dgeObj, species="human")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.