read10x: Read 10x Genomics files

View source: R/read10x.R

read10xR Documentation

Read 10x Genomics files

Description

Imports tab-separated value (.tsv) files exported by 10x Genomics and stores them as MiAIRR compliant tibbles.

Usage

read10x(path, recursive = FALSE)

Arguments

path

Path to the directory containing .tsv files. Only files with the .tsv extension are imported.

recursive

A Boolean value

  • TRUE : the function will recursively search directory for all .tsv files

  • FALSE (the default): Open file using path

Value

Returns a tibble with MiAIRR headers and repertoire_id


shashidhar22/LymphoSeq2 documentation built on Jan. 16, 2024, 4:29 a.m.