get_sequences
#
- biotite.sequence.io.fastq.get_sequences(fastq_file)[source]#
Get a dictionary from a FastqFile instance, where identifiers are keys and sequence-score-tuples are values.
- Parameters:
- fastq_fileFastqFile
The Fastqile to be accessed.
- Returns:
- seq_dictdict
A dictionary containing identifiers as keys and (NucleotideSequence, ndarray) tuples as values.