single_cell_parser
❭ analyze
❭ synanalysis
❭ get_dist
get_dist
-
single_cell_parser.analyze.synanalysis.get_dist(x1, x2)
Compute the Euclidean distance between two points.
- Parameters:
x1 (list) – first point
x2 (list) – second point
- Returns:
Euclidean distance between the two points
- Return type:
float