extractBarcodeAndPosition: Extract the Barcode and Position Information from Sentrix ID

Description Usage Arguments Value Author(s) See Also Examples

View source: R/methylumiR.R

Description

The sentrix IDs from an illumina sentrix array contain positional information that might be useful. This function simply extracts that information from the ID itself.

Usage

1

Arguments

sentrixids

A character vector of sentrix IDs that look like: 1632405013\_R001\_C001

Value

A data.frame with three columns:

sentrix

numeric, the sentrix ID

row

numeric, the sentrix row

column

numeric, the sentrix column

Author(s)

Sean Davis <sdavis2@mail.nih.gov>

See Also

methylumiR

Examples

1
extractBarcodeAndPosition(c('12341234_R001_C001'))

seandavi/methylumi documentation built on Oct. 28, 2021, 12:42 a.m.