powered by
.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
.ReadTrust_Report(report_file = NULL, verbose = TRUE)
character. Path to report file generated by TRUST4.
logical. Print progress. Default is TRUE
A VDJ information data.frame
# NOT RUN { report_file = system.file('extdata', 'TRUST4_report.tsv.gz', package = 'TrustVDJ') report = .ReadTrust_Report(report_file = report_file, verbose = FALSE) head(report) # }
Run the code above in your browser using DataLab