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)
head(clonotype)


HatsuneCode/TrustVDJ documentation built on Aug. 13, 2022, 9:36 p.m.