bioGender | R Documentation |
Detects gender of microarray samples based on expression of sex specific genes as described by Toker et al. 2016 (PMC5034794).
bioGender(
x,
geneColName = "Gene.Symbol",
probeColName = "Probe",
maleGenes = c("RPS4Y1", "KDM5D"),
femaleGenes = "XIST"
)
x |
Expression data frame with gene symbol and probename information in the first columns |
geneColName |
column name for gene symbols |
probeColName |
column name for probeset names |
maleGenes |
names of male genes |
femaleGenes |
names of female genes |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.