Learn R Programming

TrustVDJ (version 0.1.0)

.Read10x_consensus: Read 10x consensus file

Description

Read 10x consensus file

Usage

.Read10x_consensus(consensus_file, verbose = TRUE)

Arguments

consensus_file

character. Path to consensus_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 {
consensus_file = system.file('extdata', '10x_consensus_annotations.csv.gz', package = 'TrustVDJ')
consensus = .Read10x_consensus(consensus_file = consensus_file, verbose = FALSE)
head(consensus)

# }

Run the code above in your browser using DataLab