getMultipletsForEdge: getMultipletsForEdge

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
2
3
4
5
getMultipletsForEdge(swarm, ...)

## S4 method for signature 'CIMseqSwarm'
getMultipletsForEdge(swarm, singlets, multiplets,
  edges, theoretical.max = 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.

theoretical.max

integer; See estimateCells.

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

jasonserviss/CIMseq documentation built on Jan. 11, 2020, 4:42 a.m.