View source: R/consensus_merge.R
consensus_merge | R Documentation |
Merges consensus VDJ annotations into contig annotation data.frame to allow incomplete to be called as most likely clonotype
consensus_merge(
data_annotation,
data_consensus,
mutual_columns = c("length", "reads", "umis"),
consensus_suffix = ".consensus"
)
data_annotation |
Contig annotations from Cell Ranger output |
data_consensus |
Consensus contigs from Cell Ranger output |
mutual_columns |
Columns that are included from both outputs (set by mutual_columns) |
consensus_suffix |
Suffix given to mutual_columns from the consensus data |
data.frame containing contig annotations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.