View source: R/readImmunoSeq.R
readImmunoSeq | R Documentation |
Imports tab-separated value (.tsv) files exported by the Adaptive Biotechnologies ImmunoSEQ analyzer, BGI IR-SEQ, MiXCR and stores them as MiAIRR compliant tibble.
readImmunoSeq(path, recursive = FALSE) getStandard(clone_file, airr_fields, matching_fields) readFiles(clone_file, empty_airr_frame, matching_fields, progress) iReceptorFormat(clone_frame)
path |
Path to the directory containing tab-delimited files. Only files with the extension .tsv are imported. The names of the data frames are the same as names of the files. |
clone_file |
.tsv file containing results from AIRRSeq pipeline |
airr_fields |
A character vector of MiAIRR headers |
clone_frame |
An AIRR compliant tibble |
Returns a tibble with MiAIRR headers and repertoire_id
Tibble of given data with MiAIRR fields
Tibble in MiAIRR format
Tibble in iReceptor format
Retrives MiAIRR standard compliant fields from the clone files
Given the path to a single AIRRSeq clone file, generate MiAIRR compliant tibble.
Returns a tibble that is compliant with the iReceptor repertoire format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.