Entering edit mode
I wish to extract information from a .ab1 file. Specifically, the amplitude of primary and secondary base call peaks - P1AM.1 and P2AM.1
library(sangerseqR) x=read.abif(file.choose()) x@data$P1AM.1
gives me output NULL. Any help regarding what I am doing wrong ?