getMultipletsForEdge: getMultipletsForEdge

Description Usage Arguments Details Value Author(s) Examples

Description

Returns the names of the multiplets that are associated with an edge.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
getMultipletsForEdge(swarm, ...)

## S4 method for signature 'CIMseqSwarm'
getMultipletsForEdge(
  swarm,
  singlets,
  multiplets,
  edges,
  maxCellsPerMultiplet = Inf
)

Arguments

swarm

CIMseqSwarm; A CIMseqSwarm object.

...

additional arguments to pass on

singlets

CIMseqSinglets; A CIMseqSinglets object.

multiplets

CIMseqMultiplets; A CIMseqMultiplets object.

edges

data.frame; Edges of interest. Edges are indicated by the nodes they connect with one node in column one and the other node in column 2.

Details

Description

Value

If the edges argument only includes one row, a vector of multiplet names is returned. If several edges are interogated a list is returned with one element per edge containing the names of the multiplets.

Author(s)

Jason T. Serviss

Examples

1
2
3
4
5
6

EngeLab/CIMseq documentation built on Jan. 25, 2022, 5 a.m.