Description Usage Arguments Value Examples
To make the GDI more specific, it may be desirable to restrict the set of genes against which GDI is computed to a selected subset V with the recommendation to include a consistent fraction of cell-identity genes, and possibly focusing on markers specific for the biological question of interest (for instance neural cortex layering markers). In this case we denote it as local differentiation index (LDI) relative to V.
1 2 3 4 | get.gene.coexpression.space(object, n.genes.for.marker = 25, primary.markers)
## S4 method for signature 'scCOTAN'
get.gene.coexpression.space(object, n.genes.for.marker = 25, primary.markers)
|
object |
The COTAN object. |
n.genes.for.marker |
The number of genes correlated with the primary markers that we want to consider. By default this is 25. |
primary.markers |
A vector of primary marker names. |
A dataframe
1 2 3 | data("ERCC.cotan")
df = get.gene.coexpression.space(ERCC.cotan, n.genes.for.marker = 10,
primary.markers=rownames(ERCC.cotan@raw[sample(nrow(ERCC.cotan@raw),5),]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.