Skip to content

Commit 8c8c39a

Browse files
Fixed the version error
1 parent f923aee commit 8c8c39a

File tree

2 files changed

+1
-130
lines changed

2 files changed

+1
-130
lines changed

omicverse_guide/docs/api/pl/api_pl.md

Lines changed: 0 additions & 129 deletions
Original file line numberDiff line numberDiff line change
@@ -1,129 +0,0 @@
1-
2-
## Violin and Distribution Plots
3-
4-
::: omicverse.pl.violin
5-
handler: python
6-
selection:
7-
options:
8-
show_root_heading: true
9-
show_source: true
10-
11-
## Dot Plots
12-
13-
::: omicverse.pl.dotplot
14-
handler: python
15-
selection:
16-
options:
17-
show_root_heading: true
18-
show_source: true
19-
20-
::: omicverse.pl.rank_genes_groups_dotplot
21-
handler: python
22-
selection:
23-
options:
24-
show_root_heading: true
25-
show_source: true
26-
27-
## Embedding and Scatter Plots
28-
29-
::: omicverse.pl.embedding
30-
handler: python
31-
selection:
32-
options:
33-
show_root_heading: true
34-
show_source: true
35-
36-
::: omicverse.pl.embedding_celltype
37-
handler: python
38-
selection:
39-
options:
40-
show_root_heading: true
41-
show_source: true
42-
43-
::: omicverse.pl.embedding_adjust
44-
handler: python
45-
selection:
46-
options:
47-
show_root_heading: true
48-
show_source: true
49-
50-
::: omicverse.pl.embedding_atlas
51-
handler: python
52-
selection:
53-
options:
54-
show_root_heading: true
55-
show_source: true
56-
57-
::: omicverse.pl.embedding_multi
58-
handler: python
59-
selection:
60-
options:
61-
show_root_heading: true
62-
show_source: true
63-
64-
## Cell Proportion and Analysis
65-
66-
::: omicverse.pl.cellproportion
67-
handler: python
68-
selection:
69-
options:
70-
show_root_heading: true
71-
show_source: true
72-
73-
## Bulk Data Visualization
74-
75-
::: omicverse.pl.volcano
76-
handler: python
77-
selection:
78-
options:
79-
show_root_heading: true
80-
show_source: true
81-
82-
::: omicverse.pl.venn
83-
handler: python
84-
selection:
85-
options:
86-
show_root_heading: true
87-
show_source: true
88-
89-
::: omicverse.pl.boxplot
90-
handler: python
91-
selection:
92-
options:
93-
show_root_heading: true
94-
show_source: true
95-
96-
97-
98-
## Density and Contour
99-
100-
::: omicverse.pl.calculate_gene_density
101-
handler: python
102-
selection:
103-
options:
104-
show_root_heading: true
105-
show_source: true
106-
107-
::: omicverse.pl.add_density_contour
108-
handler: python
109-
selection:
110-
options:
111-
show_root_heading: true
112-
show_source: true
113-
114-
## Spatial Plotting
115-
116-
117-
::: omicverse.pl.spatial_segment
118-
handler: python
119-
selection:
120-
options:
121-
show_root_heading: true
122-
show_source: true
123-
124-
::: omicverse.pl.spatial_segment_overlay
125-
handler: python
126-
selection:
127-
options:
128-
show_root_heading: true
129-
show_source: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66

77
[project]
88
name = "omicverse"
9-
version = "1.7.6rc1"
9+
version = "1.7.6"
1010
description = "OmicVerse: A single pipeline for exploring the entire transcriptome universe"
1111
readme = "README.md"
1212
requires-python = ">=3.8"

0 commit comments

Comments
 (0)