loadSingle: load data

Description Usage Arguments Details Value

View source: R/preprocess.R

Description

load Cellranger VDJ data, including BCR and TCR.

Usage

1
2
3
loadSingle(path, sample, CR = c("BCR", "TCR"))

loadMultiple(paths, groups = NULL, CR = c("BCR", "TCR"))

Arguments

path

Path to the Cellranger VDJ outs directory.

sample

Name for this sample.

CR

TCR or BCR.

paths

Named paths to Cellranger VDJ outs directory.

groups

Groups corresponded to each sample.

Details

The "merge" element in BTCR list object is a combination of "clonotypes" and "contigs". In "merge", each gene isoforms are pasted togother so that every cell has just one line.

Value

A BTCR list contains "clonotypes", "contigs" and "merge" data.


xizhihui/BTCR documentation built on Dec. 23, 2021, 7:10 p.m.