-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 977 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: CalNetExploreR
Type: Package
Title: A Package to Explore and Visualize Calcium Live Imaging Data
Version: 0.1.0
Author: Simone Lenci
Maintainer: Simo91 <[email protected]>
Description: CalNetExploreR provides a suite of functions for the analysis and visualization of calcium imaging data. It includes tools for network analysis, community detection, event frequency calculation, and graph-based visualization to compare and explore biological conditions using calcium live imaging datasets. The package is designed to help researchers gain insights into calcium signaling dynamics and the underlying network structures in biological systems.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
ggplot2,
reshape2,
dendextend,
cowplot,
ggpubr,
igraph,
ggraph,
viridis,
RColorBrewer,
ggdendro,
factoextra,
dplyr,
readr
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3