Description Usage Arguments Value Examples
Removing any additional prefixes to the barcodes of filtered contigs.
1 | stripBarcode(contigs, column = 1, connector = "_", num_connects = 3)
|
contigs |
The raw loaded filtered_contig_annotation.csv |
column |
The column in which the barcodes are listed |
connector |
The type of character in which is attaching the defualt barcode with any other characters |
num_connects |
The number of strings combined with the connectors |
list with the suffixes of the barcodes removed.
1 | stripBarcode(contig_list[[1]], column = 1, connector = "_", num_connects = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.