Learn R Programming

TrustVDJ (version 0.1.0)

.Read10x_contig: Read 10x contig file

Description

Read 10x contig file

Usage

.Read10x_contig(contig_file, verbose = TRUE)

Arguments

contig_file

character. Path to contig_annotations file generated by 10x cellranger.

verbose

logical. Print progress. Default is TRUE

Value

A VDJ information data.frame

Examples

Run this code
# 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