ClonotypeFromDataframe | R Documentation |
Create Clonotype Object from Data Frame
ClonotypeFromDataframe(Df, properties = NULL, verbose = TRUE)
Df |
data.frame. |
properties |
list. |
verbose |
logical. |
An object of clonotype
# file paths airr_file = system.file('extdata', '10x_airr_rearrangement.tsv.gz', package = 'TrustVDJ') contig_file = system.file('extdata', '10x_all_contig_annotations.csv.gz', package = 'TrustVDJ') # read file data = Read10x(airr_file = airr_file, contig_file = contig_file) # create clonotype object clonotype = ClonotypeFromDataframe(data, properties = list( ConsenID = 'raw_consensus_id', ClonoID = 'clone_id', Barcode = 'cell_id' )) clonotype
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.