Learn R Programming

R453Plus1Toolbox (version 1.22.0)

genomeSequencerMIDs: Retrieve GS multiplex sequences

Description

This method returns the standard multiplex sequences used by the Genome Sequence MID library kits.

Usage

"genomeSequencerMIDs"() "genomeSequencerMIDs"(mid)

Arguments

mid
Character vector with multiplex sequences' IDs (MIDs)

Value

returns a DNAStringSet with the requested multiplex sequences.

Details

If the argument mid is omitted, all 14 available multiplex sequences are returned.

See Also

demultiplexReads

Examples

Run this code
    genomeSequencerMIDs()
    genomeSequencerMIDs(c("MID1", "MID3"))

Run the code above in your browser using DataLab