.ReadTrust_BarcodeReport | R Documentation |
.ReadTrust_BarcodeReport
reads a barcode_report file generated by TRUST4.
Note that it could be xx_barcode_report.tsv but not xx_report.tsv.
(.gz supported)
.ReadTrust_BarcodeReport(barcode_report_file = NULL, verbose = TRUE)
barcode_report_file |
character. Path to barcode_report file generated by TRUST4. |
verbose |
logical. Print progress. Default is TRUE |
A VDJ information data.frame
barcode_report_file = system.file('extdata', 'TRUST4_barcode_report.tsv.gz', package = 'TrustVDJ') barcode_report = .ReadTrust_BarcodeReport(barcode_report_file) head(barcode_report)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.