mutantCopiesSummary {twoddpcr}R Documentation

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

Description

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

Usage

mutantCopiesSummary(df)

Arguments

df

A data frame generated by fullCountsSummary.

Value

A data frame with the basic columns and mutant copies per 20ul.

Author(s)

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

Examples

df <- fullCountsSummary(KRAScountsQS)
mutantCopiesSummary(df)


[Package twoddpcr version 1.17.0 Index]