Skip to content

Commit ece2ead

Browse files
authored
Update get.py
1 parent 34b1a23 commit ece2ead

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

braininventory/get.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,10 @@ def report():
9898

9999
report['is_reachable'] = df['URL'].apply(__is_reachable)
100100

101+
df = pd.DataFrame('genotypes')
102+
genotype_frequency = df['genotypes'].value_counts()
103+
print("Genotype Frequency:")
104+
print(genotype_frequency)
105+
101106
return report
102107

0 commit comments

Comments
 (0)