Description Usage Arguments Value Examples
Transforms BarcodeObj object into data.frame
, data.table
or
matrix
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | bc_2df(barcodeObj)
bc_2dt(barcodeObj)
bc_2matrix(barcodeObj)
## S4 method for signature 'BarcodeObj'
bc_2df(barcodeObj)
## S4 method for signature 'BarcodeObj'
bc_2dt(barcodeObj)
## S4 method for signature 'BarcodeObj'
bc_2matrix(barcodeObj)
|
barcodeObj |
A |
A data.frame
, with two columns: barcode_seq
and
count
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.