find_pairs | R Documentation |
Cell cycle pairs creation using scran sandbag
.
find_pairs(sce, G1, S, G2M, genes = NULL)
sce |
A SingleCellExperiment object containing expression values, usually counts. |
G1 |
Vector of column indices of G1 genes. |
S |
Vector of column indices of S genes. |
G2M |
Vector of column indices of G2M genes. |
genes |
Ensembl gene IDs for genes in |
Genes in all three phases are required.
Minimum 1000 genes should overlap between sce
and genes
.
Function throws error if no pairs are found
A list containing training gene pairs for G1
, S
, and G2M
phase.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.