.Read10x_clonotype | R Documentation |
Read 10x Clonotype File
.Read10x_clonotype(clonotype_file, verbose = TRUE)
clonotype_file |
character. Path to clonotype file generated by 10x cellranger. |
verbose |
logical. Print progress. Default is TRUE |
A VDJ information data.frame
clonotype_file = system.file('extdata', '10x_clonotypes.csv.gz', package = 'TrustVDJ') clonotype = .Read10x_clonotype(clonotype_file = clonotype_file) head(clonotype)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.