# NOT RUN {
# file paths
airr_file = system.file('extdata', 'TRUST4_airr.tsv.gz', package = 'TrustVDJ')
barcode_report_file = system.file('extdata', 'TRUST4_barcode_report.tsv.gz', package = 'TrustVDJ')
report_file = system.file('extdata', 'TRUST4_report.tsv.gz', package = 'TrustVDJ')
# both AIRR and barcode_report
# }
# NOT RUN {
data = ReadTrust(airr_file = airr_file, barcode_report_file = barcode_report_file)
head(data)
# }
# NOT RUN {
# only AIRR
data = ReadTrust(airr_file = airr_file)
head(data)
# only barcode_report
# }
# NOT RUN {
data = ReadTrust(barcode_report_file = barcode_report_file)
head(data)
# }
# NOT RUN {
# only report
data = ReadTrust(report_file = report_file)
head(data)
# }
Run the code above in your browser using DataLab