Learn R Programming

methylumi (version 2.18.2)

extractBarcodeAndPosition: Extract the Barcode and Position Information from Sentrix ID

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

extractBarcodeAndPosition(sentrixids)

Arguments

sentrixids
A character vector of sentrix IDs that look like: 1632405013_R001_C001

Value

  • A data.frame with three columns:
  • sentrixnumeric, the sentrix ID
  • rownumeric, the sentrix row
  • columnnumeric, the sentrix column

See Also

methylumiR

Examples

Run this code
extractBarcodeAndPosition(c('12341234_R001_C001'))

Run the code above in your browser using DataLab