fullCopiesSummary {twoddpcr} | R Documentation |
Returns a data frame with all the copies information, plus any optional columns. This function is intended to be used as a final summary of the molecule counts.
fullCopiesSummary(df, extraCols = NULL)
df |
A data frame generated by |
extraCols |
A vector of column names from |
A data frame with the basic figures, the mutant counts, the wild type counts, the summarised counts, and extraCols if specified. Prints an additional column for notes, indicating whether this run failed or if there were fewer than 8000 accepted droplets.
Anthony Chiu, anthony.chiu@cruk.manchester.ac.uk
df <- fullCountsSummary(KRAScountsQS) fullCopiesSummary(df)