Learn R Programming

TrustVDJ (version 0.1.0)

.ReadTrust_Report: 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

Run this code
# 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