copiesSummary {twoddpcr} | R Documentation |
Returns a data frame with the basic figures and a summary of the number of copies per 20ul.
copiesSummary(df)
df |
A data frame generated by |
A data frame with the basic data columns, mutant and wild type copies per 20ul, the total number of copies per 20ul, and a flag indicating if there are more than 2 mutant copies per 20ul.
Anthony Chiu, anthony.chiu@cruk.manchester.ac.uk
df <- fullCountsSummary(KRAScountsQS) copiesSummary(df)