.ReadAIRR | R Documentation |
.ReadAIRR
reads an AIRR format file from TRUST4/cellranger results or somewhere else.
It could be xx_airr.tsv or xx_barcode_airr.tsv generated by TRUST4 or airr_rearrangement.tsv generated by 10x cellranger (> 6.0).
(.gz supported)
.ReadAIRR(airr_file = NULL, verbose = TRUE)
airr_file |
character. Path to AIRR file, eg. xx_airr.tsv or xx_barcode_airr.tsv. |
verbose |
logical. Print progress. Default is TRUE |
A VDJ information data.frame
airr_file = system.file('extdata', 'TRUST4_airr.tsv.gz', package = 'TrustVDJ') airr = .ReadAIRR(airr_file = airr_file) head(airr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.