I have a 2x2 contingency table with the following values: $$A = 20, B = 10, C = 200, D = 300$$ As you can see, the sample size is much larger than $20$, the recommended sample size if one were to use the Fisher's exact test. I read this post that suggested to do a simple $\frac{N-1}{N}$. However, I don't quite understand why or how to do this.
Hence, is there a more general way(for large sample sizes) to compute this hyper geometric distribution instead of just the fisher test?
I considered a chi-squared test, but I'm in need of something more conservative.
Lastly, as a side note, I saw this docs page for fisher test by python. However, I'm not able to find much documentation on whether this will work well for large sample sizes. Not to mention, it has a note saying it uses conditional maximum likelihood where as R
uses unconditional. Some clues on which version is better and what their respective mathematical equations would look like would also be nice to know.