Diff of /docs/api.rst [000000] .. [5d6472]

Switch to unified view

a b/docs/api.rst
1
.. automodule:: multivelo
2
3
API
4
===
5
6
Import MultiVelo as::
7
8
    import multivelo as mv
9
10
11
Preprocessing
12
------------------
13
14
.. autosummary::
15
   :toctree: .
16
17
   aggregate_peaks_10x
18
   tfidf_norm
19
   gen_wnn
20
   knn_smooth_chrom
21
   calculate_qc_metrics
22
23
Tools
24
------------------
25
26
.. autosummary::
27
   :toctree: .
28
29
   recover_dynamics_chrom
30
   velocity_chrom
31
   set_velocity_genes
32
   velocity_graph
33
   velocity_embedding_stream
34
   latent_time
35
   LRT_decoupling
36
37
Plotting
38
------------------
39
40
.. autosummary::
41
   :toctree: .
42
43
   likelihood_plot
44
   pie_summary
45
   switch_time_summary
46
   dynamic_plot
47
   scatter_plot