debarcode_data_matrix: Debarcodes an individual matrix of data

debarcode_data_matrixR Documentation

Debarcodes an individual matrix of data

Description

Debarcodes an individual matrix of data

Usage

debarcode_data_matrix(m, bc.channels, bc.key)

Arguments

m

The input matrix

bc.channels

caracter vector. The names of the barcode channels

bc.key

The barcode key, as return by read_barcode_key

Value

Returns a list with the following components

  • labels character vector of length nrow(m). The sample assignments

  • deltas numeric vector of length nrow(m). For each event, the separation between the lowest barcode channel and the highest non-barcode channel

  • bc.channels character vector. The name of the barcode channels


ParkerICI/premessa documentation built on Sept. 16, 2022, 3:06 p.m.