Demultiplex sequence data generated with the EMP protocol.
Demultiplex sequence data (i.e., map barcode reads to sample ids) for data
generated with the Earth Microbiome Project (EMP) amplicon sequencing
protocol. Details about this protocol can be found at
http://www.earthmicrobiome.org/protocols-and-standards/
Parameters
- seqs : RawSequences | EMPSingleEndSequences | EMPPairedEndSequences
- The single-end sequences to be demultiplexed.
- barcodes : MetadataColumn[Categorical]
- The sample metadata column containing the per-sample barcodes.
- golay_error_correction : Bool, optional
- Perform 12nt Golay error correction on the barcode reads.
- rev_comp_barcodes : Bool, optional
- If provided, the barcode sequence reads will be reverse complemented
prior to demultiplexing.
- rev_comp_mapping_barcodes : Bool, optional
- If provided, the barcode sequences in the sample metadata will be
reverse complemented prior to demultiplexing.
Returns
- per_sample_sequences : SampleData[SequencesWithQuality]
- The resulting demultiplexed sequences.
- error_correction_details : ErrorCorrectionDetails
- Detail about the barcode error corrections.