iscycle: Get shortest paths from edge matrix.

View source: R/Seurat_monocle_workflow.R

iscycleR Documentation

Get shortest paths from edge matrix.

Description

Get shortest paths from edge matrix.

Usage

iscycle(G, S, D)

Arguments

G

Edge matrix.

S

Numeric. The Start node number in G.

D

Numeric. The End node number in G.

Value

A list contain dist and path between Start node number and End node number.


Busydog1990/genepro documentation built on July 20, 2023, 6:03 a.m.