Description Usage Arguments Value Examples
Set barcode data.frame with information on the barcode level.
1 | barcodeData(x) <- value
|
x |
(AlignmentsExperimentSet) |
value |
(data.frame) |
(AlignmentsExperimentSet)
1 2 3 4 | file_path <- system.file("extdata", "results", "alignments",
"AlignmentsExperimentSet.rds", package = "amplican")
aln <- readRDS(file_path)
barcodeData(aln) <- barcodeData(aln) #replace with the same values as before
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.