Skip to content

Commit

Permalink
Remove useless member listing
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Jul 9, 2018
1 parent a9e5361 commit 1550326
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions scanpy/neighbors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,24 +515,6 @@ class Neighbors():
An annotated data matrix.
"""

# Attributes
# ----------
# distances
# connectivities
# transitions
# transitions_sym
# eigen_values
# eigen_basis
# laplacian
# distances_dpt
#
# Methods
# -------
# compute_neighbors
# compute_transitions
# compute_eigen
# to_igraph

def __init__(self, adata, n_dcs=None):
self._adata = adata
self._init_iroot()
Expand Down

0 comments on commit 1550326

Please sign in to comment.