## # A tibble: 6 x 11
##   primary_breed animal_name     n name_total breed_total percent_of_breed
##   <chr>         <chr>       <dbl>      <int>       <int>            <dbl>
## 1 Havanese      Oscar           8        100         466          0.0172 
## 2 Spaniel, Ame~ Milo            7        120         362          0.0193 
## 3 Boxer         Rocky           8        113         485          0.0165 
## 4 Pug           Zoe             8        117         554          0.0144 
## 5 Beagle        Lucy           19        337         542          0.0351 
## 6 Retriever, L~ Scout          34        127        4867          0.00699
## # ... with 5 more variables: percent_overall <dbl>,
## #   overrepresented_ratio <dbl>, hypergeom_p_value <dbl>,
## #   holm_p_value <dbl>, fdr <dbl>