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