Description Usage Arguments Examples
View source: R/heatmapSexGenes.R
This function allows you to make a heatmap of sex marker gene expression for the samples in your study to make sure you categorized their sex correctly. Pro tip: male samples are more likely to have high X marker expression and high Y marker expression because of maternal contamination.
1 | heatmapSexGenes(myData_rlg, hugoOrEnsembl, sampleTable, myTitle)
|
myData_rlg |
An rlog-normalized DESeqDataset object produced using DESeq's DESeqDataSetFromHTSeqCount() and rlog() functions |
hugoOrEnsembl |
Either a 1 (for HUGO annotations) or 2 (for Ensembl annotations) |
sampleTable |
sampleTable used to import data into DESeq's DESeqDataSetFromHTSeqCount() function |
myTitle |
The title that will display over the plot |
1 | heatmapSexGenes(amySexGenes_Counts, sampleTable, 'Expression of Sex Genes in Samples')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.