Description Usage Arguments Value
Train a sex labeling classifier using input training data.
1 2 | trainSexLab(train_dat, train_lab, female_genes = NULL,
male_genes = NULL, cut_frac = "1st Qu.")
|
train_dat |
training data frame - rows are genes (entrez id), columns are samples, values are ranks |
train_lab |
named list of training labels - 0 for female, 1 for male |
female_genes |
a list of female-specific genes (entrez id), if not provided - default genes will be used |
male_genes |
a list of male-specific genes (entrez id), if not provided, default genes will be used |
cut_frac |
fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.