- sc.VDJ
VDJ dataframe of the single cell data created with Platypus VDJ_build function.
- bulk.tsv
A tab separated file of the bulk sequences with the at least columns containing the sequence, a sample ID, a barcode, and the isotype.
- bulk.tsv.sequence.column
column name of the bulk tsv that contains the nucleotide sequence
- bulk.tsv.sample.column
column name of the bulk tsv that contains the sample_id that matches the sample_id in sc_VDJ
- bulk.tsv.barcode.column
column name of the bulk tsv that contains the barcode/identifier of the recovered sequence
- bulk.tsv.isotype.column
column name of the bulk tsv that contains the isotype of the recovered sequence
- organism
"human" or "mouse"
- scRNA_seqs_annotations
A tab separated file of the reannotated single-cell sequences using Change-O AssignGenes.py. If NULL, this function will run Change-O AssignGenes.py (Make sure to have this installed, including igblast.dir). Default is NULL.
- bulkRNA_seqs_annotations
A tab separated file of the reannotated bulk sequences using Change-O AssignGenes.py. If NULL, this function will run Change-O AssignGenes.py (Make sure to have this installed, including igblast.dir). Default is NULL.
- igblast.dir
directory where the igblast executables are located. For example: use the instruction to set up IgPhyML environment in the AntibodyForests vignette ($(conda info --base)/envs/igphyml/share/igblast)
- trim.FR1
- tie.resolvement
How to resolve a bulk sequence for which multiple clonotypes match.
"all" - assign the bulk sequence to all matching clonotypes (Default)
"none" - do not assign the bulk sequence to any clonotype
"random" - randomly assign the bulk sequence to one of the matching clonotypes
- seq.identity
sequence identity threshold for clonotype assignment (Default: 0.85)