getSummaryFromBatch | R Documentation |
This function processes the output from doBatchCloneAnalysis
and merge entries representing individual lineage trees into two data frames, one containing distance-from-germline of all sequences in all lineages, and the other containing CSR events identified in all lineages.
getSummaryFromBatch(batchOutput)
batchOutput |
list, output from |
A list with two elements:
data.frame with the distance-from-germline calculated from any sequences in all the lineage trees included in the input.
data.frame listing all class-switching events across all the lineages include in the input, and an estimate distance-from-germline at which such event takes place.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.