Description Usage Arguments Value Examples
fromGenes2MLData
obtains the genetic properties (transcriptomic,
coexpression, genetic constraint.. etc) for a given set of gene symbols
1 2 3 |
genes |
chr vector. Gene symbols of your disease genes - can be returned
from |
addcontrols |
lgl scalar. Do you want to add a set of control genes? |
which.controls |
chr scalar. One of "allghosh", "allgenome", "clustering", "gauss", "gausskfold" specifying the set of control genes you would like to use. |
condition |
chr vector. Vector of length genes describing which are "Disease" and "Nondisease". |
vars |
chr vector. Names of features you would like to include. |
filter |
chr vector. Names of features you would like to exclude. |
... |
additional arguments for clustering, only used when which.controls is "clustering". |
df with features of input genes formatted for ML.
1 2 3 | genes = getGenesFromPanelApp(disorder="Neurology and neurodevelopmental disorders",
panel="Parkinson Disease and Complex Parkinsonism", color = "green")
genedata = fromGenes2MLData(genes=genes, which.controls="allgenome")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.