-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
59 lines (55 loc) · 1.81 KB
/
Project.toml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name = "CDGRNs"
uuid = "b97acbd9-7fbb-4cbc-bc29-58677f11bc5c"
authors = ["Yueh-Hua Tu <[email protected]>"]
version = "0.0.2"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
GaussianMixtureRegressions = "b0deb0af-2db1-47da-a519-30ec34a965f8"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
OmicsProfiles = "2c1f4335-9aeb-47fb-ad11-94d99429346c"
PlotlyBase = "a03496cd-edff-5a9b-9e67-9cda94a718b5"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622"
SnowyOwl = "c5d12a1c-ebca-44e1-aaa9-03f0dbaa929f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
[compat]
AxisArrays = "0.4"
CSV = "0.8 - 0.10"
Clustering = "0.14"
Colors = "0.12"
DataFrames = "1"
Distances = "0.10"
FileIO = "1"
GLM = "1"
GaussianMixtureRegressions = "0.0"
Graphs = "1"
HypothesisTests = "0.10"
Missings = "1"
MultivariateStats = "0.9 - 0.10"
OmicsProfiles = "0.1"
PlotlyBase = "0.8"
Plots = "1"
PyCall = "1"
SimpleWeightedGraphs = "1"
SnowyOwl = "0.1"
StatsBase = "0.33"
StatsPlots = "0.14 - 0.15"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]