powered by
Read 10x contig file
.Read10x_contig(contig_file, verbose = TRUE)
character. Path to contig_annotations file generated by 10x cellranger.
logical. Print progress. Default is TRUE
A VDJ information data.frame
# NOT RUN { contig_file = system.file('extdata', '10x_all_contig_annotations.csv.gz', package = 'TrustVDJ') contig = .Read10x_contig(contig_file = contig_file, verbose = FALSE) head(contig) # }
Run the code above in your browser using DataLab