single_cell_parser
❭ reader
❭ _Edge
❭ is_valid
_Edge.is_valid
-
single_cell_parser.reader._Edge.is_valid()
Check if this edge is valid.
Edges are only valid if they have a label
, a hocLabel
, and at least one edgePts
.
- Returns:
True if the edge is valid, False otherwise.
- Return type:
bool