basicsSummary {twoddpcr}R Documentation

Get the very basic columns of a data frame.

Description

It is useful to see the droplet counts for each class in addition to the overall droplet count at a glance.

Usage

basicsSummary(df)

Arguments

df

A data frame generated by fullCountsSummary.

Value

A data frame with the PP, PN, NP, NN and AcceptedDroplets figures.

Author(s)

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

Examples

df <- fullCountsSummary(KRAScountsQS)
basicsSummary(df)


[Package twoddpcr version 1.16.0 Index]