Show the summary of BarcodeObj object for pretty print.

Show the summary of BarcodeQc object for pretty print.

Show the summary of BarcodeQcSet object for pretty print.

# S4 method for BarcodeObj
show(object)

# S4 method for BarcodeQc
show(object)

# S4 method for BarcodeQcSet
show(object)

Arguments

object

A BarcodeQcSet object

Value

Formated summary text.

Formated summary text.

Formated summary text.

Examples

data(bc_obj)

# show BarcodeObj for pretty print
bc_obj
#> Bonjour le monde, This is a BarcodeObj.
#> ----------
#> It contains: 
#> ----------
#> @metadata: 3 field(s) available:
#> raw_read_count  barcode_read_count  depth_cutoff
#> ----------
#> @messyBc: 2 sample(s) for raw barcodes:
#>     In sample $test1 there are: 10 Tags
#>     In sample $test2 there are: 9 Tags
#> ----------
#> @cleanBc: 2 samples for cleaned barcodes
#>     In sample $test1 there are: 4 barcodes
#>     In sample $test2 there are: 5 barcodes 

###