CreatePairedObject | R Documentation |
This function will create a Seurat object including single-cell multimodal data based on the paired cells.
CreatePairedObject(
df.pair,
obj.coembed = NULL,
obj.rna = NULL,
obj.atac = NULL,
rna.assay = NULL,
atac.assay = NULL,
sep = c("-", "-")
)
df.pair |
A data frame containing the cell pairing results
generated by the function |
sep |
Separators to use for strings encoding genomic coordinates. First element is used to separate the chromosome from the coordinates, second element is used to separate the start from end coordinate. |
object |
Seurat object generated by the function |
use.assay1 |
A string indicating the first assay |
use.assay2 |
A string indicating the first assay |
A Seurat object
## Not run:
obj <- CreatePairedObject(
df.pair = df.pair,
object = obj.coembed,
use.assay1 = "RNA",
use.assay2 = "ATAC",
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.