copiesSummary {twoddpcr}R Documentation

Get the total copies per 20ul of a data frame in the context of the basic counts.

Description

Returns a data frame with the basic figures and a summary of the number of copies per 20ul.

Usage

copiesSummary(df)

Arguments

df

A data frame generated by fullCountsSummary.

Value

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.

Author(s)

Anthony Chiu, anthony.chiu@cruk.manchester.ac.uk

Examples

df <- fullCountsSummary(KRAScountsQS)
copiesSummary(df)


[Package twoddpcr version 1.17.0 Index]