When using the command
df = OG %>% group_by(Gene,Domain) %>% summarise(count())
error:
Error: Problem with `summarise()` input `..1`.
i `..1 = count()`.
x no applicable method for 'count' applied to an object of class "NULL"
df = AND%>% group by(Gene,Domain)%>% summarise(n = n()