Description Usage Arguments Details Value Author(s) Examples
Returns the names of the edges detected in a multiplet.
1 2 3 4 5 6 7 8 9 10 11 12 | getEdgesForMultiplet(swarm, ...)
## S4 method for signature 'CIMseqSwarm'
getEdgesForMultiplet(
swarm,
singlets,
multiplets,
multipletName = NULL,
maxCellsPerMultiplet = Inf,
depleted = FALSE,
multiplet.factor = NA
)
|
swarm |
A CIMseqSwarm object. |
... |
additional arguments to pass on |
singlets |
A CIMseqSinglets object. |
multiplets |
A CIMseqMultiplets object. |
multipletName |
character; The name of the multiplet of interest. |
Description
Edge names.
Jason T. Serviss
Martin Enge
1 2 3 4 | output <- getEdgesForMultiplet(
CIMseqSwarm_test, CIMseqSinglets_test, CIMseqMultiplets_test,
"m.NJB00204.G04"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.