We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c79cd commit c0d1070Copy full SHA for c0d1070
Starter Code/.DS_Store
0 Bytes
Starter Code/Metagenomics/.DS_Store
6 KB
Starter Code/Metagenomics/functions.go
@@ -24,12 +24,5 @@ func SimpsonsMap(allMaps map[string](map[string]int)) map[string]float64 {
24
/*
25
func RichnessMap(allMaps map[string](map[string]int)) map[string]int {
26
27
- richnessMap := make(map[string]int)
28
-
29
- for sampleName, freqMap := range allMaps {
30
- richnessMap[sampleName] = Richness(freqMap)
31
- }
32
33
- return richnessMap
34
}
35
*/
0 commit comments