stripBarcode: Removing any additional prefixes to the barcodes of filtered...

Description Usage Arguments Value Examples

View source: R/processing.R

Description

Removing any additional prefixes to the barcodes of filtered contigs.

Usage

1
stripBarcode(contigs, column = 1, connector = "_", num_connects = 3)

Arguments

contigs

The raw loaded filtered_contig_annotation.csv

column

The column in which the barcodes are listed

connector

The type of character in which is attaching the defualt barcode with any other characters

num_connects

The number of strings combined with the connectors

Value

list with the suffixes of the barcodes removed.

Examples

1
stripBarcode(contig_list[[1]], column = 1, connector = "_", num_connects = 1)

scRepertoire documentation built on Nov. 8, 2020, 7 p.m.