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