-
Notifications
You must be signed in to change notification settings - Fork 0
/
flare.json
107 lines (107 loc) · 4.46 KB
/
flare.json
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "flare",
"desc": "Every animal has its own unique diversity of bacteria in its digestive tract. Cats are no exception. How does this composition influence your feline companion?s health? That is the question that the <strong>Kitty Microbiome Project</strong> is trying to address. This web app allows you to explore the four most common bacterial phyla found in your cat and compare them with other cats.",
"children": [
{
"name": "Firmicutes",
"desc": "<strong>Firmicutes</strong> is the most abundant phylum of bacteria in the gut of cats or humans. Studies of the human microbiome suggest that these bacteria are important in how we process food into energy. In people, Firmicutes are linked to diabetes and obesity.",
"children": [
{
"name": "Clostridia",
"children": [
{"name": "Clostridiales", "size": 100},
{"name": "Halanaerobiales", "size": 50},
{"name": "Natranaerobiales", "size": 50},
{"name": "Thermoanaerobacterales", "size": 100}
]
},
{
"name": "Bacilli",
"children": [
{"name": "Bacillales", "size": 100},
{"name": "Lactobacillales", "size": 50},
{"name": "Staphylococcaceae", "size": 50},
{"name": "ShortestPaths", "size": 100}
]
},
{
"name": "Erysipelotrichia",
"children": [
{"name": "Erysipelotrichales", "size": 35},
{"name": "Negativicutes", "size": 57},
{"name": "Selenomonadales", "size": 78},
{"name": "Thermolithobacteria", "size": 99}
]
},
{
"name": "Thermolithobacteria",
"children": [
{"name": "Thermolithobacterales", "size": 74}
]
}
]
},
{
"name": "Proteobacteria",
"desc": "<strong>Proteobacteria</strong> is a phylum of bacteria that includes some pathogens (Salmonella, Vibrio, Helicobacter, and Yersinia) as well as beneficial bacteria (Escherichia). In general, Proteobacteria are abundant in the mouth and throat and less abundant in the gut microbiome in people. Harmless strains of Escherichia coli are commonly found in the lower intestine of animals where they produce vitamin K2 and protect the intestine from invasion by pathogens.",
"children": [
{"name": "Betaproteobacteria", "size": 82},
{"name": "Alphaproteobacteria", "size": 50},
{"name": "Betaproteobacteria", "size": 182},
{"name": "Gammaproteobacteria", "size": 55},
{"name": "Deltaproteobacteria", "size": 23},
{"name": "Epsilonproteobacteria", "size": 103}
]
},
{
"name": "Actinobacteria",
"desc": "<strong>Actinobacteria</strong> are commonly found living in soil, lakes and streams. But they can also be found in the skin, gastrointestinal and mucosal microbiome of people and are thought to reflect their health status. Members of the genus Bifidobacterium are highly prevalent in the human infant gut microbiome and they are found in low but constant numbers in adults. Its presence is associated with health benefits such as improved lactose tolerance, reduced diarrhea and preventing pathogen colonization.",
"children": [
{"name": "Actinobacteria", "size": 400}
]
},
{
"name": "Bacteroidetes",
"desc": "<strong>Bacteroidetes</strong> is a phylum of bacteria that specialize in the digestion of complex polysaccharides. They are found everywhere, including the microbiome of humans and other animals, such as mice, dogs, cats, pigs, ruminants, birds, sea urchins, millipedes and termites.",
"children": [
{
"name": "Bacteroides",
"children": [
{"name": "Bacteroidaceae", "size": 13},
{"name": "Marinilabiliaceae", "size": 5},
{"name": "Porphyromonadaceae", "size": 26},
{"name": "Prevotellaceae", "size": 20},
{"name": "Rikenellaceae", "size": 6}
]
},
{
"name": "Flavobacteria",
"desc": "woah ok",
"children": [
{"name": "Blattabacteriaceae", "size": 21},
{"name": "Cryomorphaceae", "size": 38},
{"name": "Flavobacteriaceae", "size": 13},
{"name": "Schleiferiaceae", "size": 46}
]
},
{
"name": "Sphingobacteria",
"children": [
{"name": "Chitinophagaceae", "size": 5},
{"name": "Saprospiraceae", "size": 7},
{"name": "Sphingobacteriaceae", "size": 3},
{
"name": "Cytophagia",
"children": [
{"name": "Cyclobacteriaceae", "size": 36},
{"name": "Cytophagaceae", "size": 55},
{"name": "Flammeovirgaceae", "size": 50},
{"name": "Rhodothermaceae", "size": 27}
]
}
]
}
]
}
]
}