We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ab5bc commit c43b3b9Copy full SHA for c43b3b9
1 file changed
src/liana/method/sp/_misty/_Misty.py
@@ -15,6 +15,7 @@
15
from liana.method.sp._misty._single_view_models import SingleViewModel
16
17
18
+@d.dedent
19
class MistyData(MuData):
20
"""
21
MistyData Class used to construct multi-view objects
@@ -37,18 +38,17 @@ class MistyData(MuData):
37
38
39
Attributes
40
----------
- view_names : list[str]
41
+ view_names
42
List of names of the different views
- spatial_key : str
43
+ spatial_key
44
Key in `data.obsm` containing the spatial coordinates.
- enforce_obs : bool
45
+ enforce_obs
46
See parameter with the same name.
- obs : pd.DataFrame
47
+ obs
48
49
50
51
- @d.dedent
52
def __init__(self,
53
data: dict | MuData,
54
obs: pd.DataFrame | None = None,
0 commit comments