dot-ReadTrust_Report: Read TRUST4 Report File.

.ReadTrust_ReportR Documentation

Read TRUST4 Report File.

Description

.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)

Usage

.ReadTrust_Report(report_file = NULL, verbose = TRUE)

Arguments

report_file

character. Path to report file generated by TRUST4.

verbose

logical. Print progress. Default is TRUE

Value

A VDJ information data.frame

Examples

report_file = system.file('extdata', 'TRUST4_report.tsv.gz', package = 'TrustVDJ')
report      = .ReadTrust_Report(report_file = report_file)
head(report)


HatsuneCode/TrustVDJ documentation built on Aug. 13, 2022, 9:36 p.m.