View source: R/integrateATACWithRNA.R
getOverlapMatrix | R Documentation |
Based on the co-embeding clustering result, we summation the minmum scores of the percentages of cells on either ATAC or RNA group in each cluster.
getOverlapMatrix( meta, ident = "coembed.idents", atacCol = "MajorType", rnaCol = "ClusterName" )
meta |
data.frame, three columns as ident, atacCluster, rnaCluster defined as in the following parameters |
ident |
characters, name of column ident, i.e. the cluster Ids for the co-embedded seurat, "coembed.idents" as default. |
atacCol |
characters, name of column atac, "MajorType"as default |
rnaCol |
characters, name of column rna, "ClusterName" as default |
data.frame of numeric, atac by rna
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.