Format the summary of BarcodeObj object for pretty print.

# S4 method for BarcodeObj
format(x)

Arguments

x

A BarcodeObj object

Value

Formated summary text.

Examples

data(bc_obj)

# format BarcodeObj for pretty print
format(bc_obj)
#> [1] "Bonjour le monde, This is a BarcodeObj.\n----------\nIt contains: \n----------\n@metadata: 3 field(s) available:\nraw_read_count  barcode_read_count  depth_cutoff\n----------\n@messyBc: 2 sample(s) for raw barcodes:\n    In sample $test1 there are: 10 Tags\n    In sample $test2 there are: 9 Tags\n----------\n@cleanBc: 2 samples for cleaned barcodes\n    In sample $test1 there are: 4 barcodes\n    In sample $test2 there are: 5 barcodes"

###