build_instrument_id | R Documentation |
Build dataframe with matched instrument_id patterns and instrument names
build_instrument_id(
instruments = list(instrument = c("MiSeq", "Genome Analyzer IIx", "MiSeq",
"HiSeq 1500", "HiSeq 1500", "HiSeq 2500", "HiSeq 2500", "HiSeq 3000", "HiSeq 3000",
"HiSeq 4000", "HiSeq X", "NextSeq", "NextSeq", "MiniSeq", "NovaSeq 6000"), pattern =
c("HWI-M[0-9]{4}$", "HWUSI", "M[0-9]{5}$", "HWI-C[0-9]{5}$", "C[0-9]{5}$",
"HWI-D[0-9]{5}$", "D[0-9]{5}$", "J[0-9]{5}$", "K[0-9]{5}$", "K[0-9]{5}$",
"E[0-9]{5}$", "NB[0-9]{6}$", "NS[0-9]{6}$", "MN[0-9]{5}$", "A[0-9]{5}$"))
)
instruments |
List with flowcell_id, flowcell_type and instrument information |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.