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 class 'BarcodeObj'
show(object)
# S4 method for class 'BarcodeQc'
show(object)
# S4 method for class 'BarcodeQcSet'
show(object)
Formated summary text.
Formated summary text.
Formated summary text.
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
###