I am looking for a suitable test for a set of binary data. Basically, we are verifying a piece of automation for a molecular biology process. We are testing samples that are either positive or negative, and comparing the results for automation, with the results for doing the same samples manually, and we need a test to determine if one is significantly better than the other. I will end up with two columns, one for "manual" one for "automation" and the response will be positive / negative, or 1/0.
Can anyone suggest a suitable statistical test? My only thoughts are either fishers or a two-sample proportion.
Am I right in thinking that normality testing wouldn't be appropriate for binary data like this?