|
a |
|
b/NEWS.md |
|
|
1 |
# MetaNet v0.2.5 Notes |
|
|
2 |
|
|
|
3 |
## Others |
|
|
4 |
|
|
|
5 |
- Reconstruct the 'coors' object, now it is a dataframe rather than list. <2025-04-07, Mon> |
|
|
6 |
|
|
|
7 |
## Added |
|
|
8 |
|
|
|
9 |
- added `g_layout_poly_sector` function <2025-04-07, Mon> |
|
|
10 |
- added `spatstat_layout` function <2025-04-07, Mon> |
|
|
11 |
|
|
|
12 |
# MetaNet v0.2.2 Notes |
|
|
13 |
|
|
|
14 |
## Added |
|
|
15 |
|
|
|
16 |
- added `g_layout_multi_layer` function <2025-04-04, Fri> |
|
|
17 |
- added `transform_coors` function <2025-04-03, Thu> |
|
|
18 |
- added `cyjs` format for function `c_net_load` <2024-11-19, Tue> |
|
|
19 |
|
|
|
20 |
# MetaNet v0.2.1 Notes |
|
|
21 |
|
|
|
22 |
## Added |
|
|
23 |
|
|
|
24 |
- added `clean_multi_edge_metanet` and modified the `skeleton_plot`, now `c_net_plot` can plot skeleton network perfectly. <2024-06-05, Wed> |
|
|
25 |
- added `remove_negative` in `extract_sample_net` <2024-05-23, Thu> |
|
|
26 |
- added `cal_KLD` <2024-05-23, Thu> |
|
|
27 |
- added plot pie function in `c_net_plot` <2024-04-12, Fri> |
|
|
28 |
- added `metanet_shapes()`, including diamond, triangle1-2 <2024-04-12, Fri> |
|
|
29 |
- v0.2.1, big change <2024-04-11, Thu> |
|
|
30 |
|
|
|
31 |
# MetaNet v0.1.3 Notes |
|
|
32 |
|
|
|
33 |
## Added |
|
|
34 |
|
|
|
35 |
- added `c_net_union` <2024-03-29, Fri> |
|
|
36 |
- added `params_list` argument for `c_net_plot`, easy to repeat calls to set default parameters <2024-03-28, Thu> |
|
|
37 |
|
|
|
38 |
## Fixed |
|
|
39 |
|
|
|
40 |
- fixed `zp_analyse()` as the Zi or Pi maybe NA <2024-04-09, Tue> |
|
|
41 |
|
|
|
42 |
# MetaNet v0.1.2 Notes |
|
|
43 |
|
|
|
44 |
## Fixed |
|
|
45 |
|
|
|
46 |
- fixed all issues on CRAN, submitted again <2024-03-21, Thu> |
|
|
47 |
|
|
|
48 |
# MetaNet v0.1.1 Notes |
|
|
49 |
|
|
|
50 |
## Added |
|
|
51 |
|
|
|
52 |
- added treemap, backbone, and stress mode for `g_layout_nice()` <2024-02-02, Fri> |
|
|
53 |
- added layouts from `ggraph` to `c_net_lay()` <2024-02-02, Fri> |
|
|
54 |
- added `as_polycircle()` and `as_circle_tree()` for the graph layout. <2024-02-02, Fri> |
|
|
55 |
- added `module_label()` for `c_net_plot()`. <2024-01-19, Fri> |
|
|
56 |
- refactored `c_net_plot()`, it's too long and complex <2024-01-31, Fri> |
|
|
57 |
|
|
|
58 |
# MetaNet v0.1.0 Notes |
|
|
59 |
|
|
|
60 |
## Fixed |
|
|
61 |
|
|
|
62 |
- fixed R CMD check and Bioc check <2024-01-10> |
|
|
63 |
- submitted to CRAN <2024-01-10> |
|
|
64 |
- available on CRAN <https://CRAN.R-project.org/package=MetaNet> <2024-01-12> |
|
|
65 |
|