dot-Read10x_clonotype: Read 10x clonotype file

.Read10x_clonotypeR Documentation

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

clonotype_file = system.file('extdata', '10x_clonotypes.csv.gz', package = 'TrustVDJ')
clonotype = .Read10x_clonotype(clonotype_file = clonotype_file, verbose = FALSE)
head(clonotype)


TrustVDJ documentation built on March 18, 2022, 5:53 p.m.