wildTypeCopiesSummary {twoddpcr}R Documentation

Get the wild type 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 wild type copies per 20ul.

Usage

wildTypeCopiesSummary(df)

Arguments

df

A data frame generated by fullCountsSummary.

Value

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

Author(s)

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

Examples

df <- fullCountsSummary(KRAScountsQS)
wildTypeCopiesSummary(df)


[Package twoddpcr version 1.17.0 Index]