Learn R Programming

TrustVDJ (version 0.1.0)

.Read10x_clonotype: Read 10x clonotype file

Description

Read 10x clonotype file

Usage

.Read10x_clonotype(clonotype_file, verbose = TRUE)

Arguments

clonotype_file

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

verbose

logical. Print progress. Default is TRUE

Value

A VDJ information data.frame

Examples

Run this code
# NOT RUN {
clonotype_file = system.file('extdata', '10x_clonotypes.csv.gz', package = 'TrustVDJ')
clonotype = .Read10x_clonotype(clonotype_file = clonotype_file, verbose = FALSE)
head(clonotype)

# }

Run the code above in your browser using DataLab