Seq Logo
0.10
  • Getting Started
    • Install
      • Pre-built binaries
      • Building from source
    • Usage
    • Compile-time definitions
  • Tutorial
    • Set-up
      • Installation
      • Usage
    • Language Primer
      • Printing
      • Comments
      • Literals
        • Tuples
        • Containers
      • Assignments and operators
        • Tuple unpacking
      • Control flow
        • Conditionals
        • Loops
        • Comprehensions
        • Exception handling
      • Variables and scoping
      • Imports
      • Functions
        • Generics
        • Generators
        • Pipelines
        • Foreign function interface (FFI)
      • Classes and types
        • Type extensions
        • Magic methods
        • LLVM functions
    • Tutorial
      • Genomics-specific features
        • Genomic types
        • Sequence matching
        • Pipelines
        • Sequence alignment
        • Genomic index prefetching
      • Other features
        • Parallelism
        • Type extensions
        • Other types
      • Calling BWA from Seq
    • Workshop
      • Code Listings
      • Getting Started
      • Section 1: Reading sequences from disk
        • Full code listing
      • Section 2: Building an index
        • Full code listing
      • Section 3: Finding k-mer matches
        • Full code listing
      • Section 4: Smith-Waterman alignment and CIGAR strings
        • Full code listing
      • Section 5: Pipelines
        • (Optional) Parallelism
        • Full code listing
      • Section 6: Domain-specific optimizations
        • Full code listing
  • Cookbook
    • Subsequence extraction
    • k-mer extraction
    • Reverse complementation
    • k-mer Hamming distance
    • k-mer Hamming neighbors
    • k-mer minimizer
    • de Bruijn edge
    • Count bases
    • Spaced seed search
    • Reverse-complement palindrome
    • Sequence alignment
    • Reading FASTA/FASTQ
    • Reading paired-end FASTQ
    • Parallel FASTQ processing
    • Reading SAM/BAM/CRAM
    • DNA to protein translation
    • Reading protein sequences from FASTA
  • Calling Python from Seq
    • from python import
    • @python
  • Calling Seq from C/C++
    • Converting types
  • Building from Source
    • Dependencies
    • Build
  • Standard Library Reference
    • algorithms
      • algorithms.heapsort
      • algorithms.insertionsort
      • algorithms.pdqsort
      • algorithms.qsort
      • algorithms.strings
      • algorithms.timsort
    • bio
      • bio.align
      • bio.bam
      • bio.bed
      • bio.block
      • bio.builtin
      • bio.bwa
      • bio.bwt
      • bio.c_htslib
      • bio.fai
      • bio.fasta
      • bio.fastq
      • bio.fmindex
      • bio.intervals
      • bio.iter
      • bio.kmer
      • bio.locus
      • bio.pseq
      • bio.seq
      • bio.vcf
    • bisect
    • collections
    • functools
    • getopt
    • gzip
    • heapq
    • internal
      • internal.__init_test__
      • internal.box
      • internal.builtin
      • internal.c_stubs
      • internal.dlopen
      • internal.file
      • internal.gc
      • internal.internal
      • internal.khash
      • internal.prefetch
      • internal.python
      • internal.sort
      • internal.str
      • internal.types
        • internal.types.array
        • internal.types.bool
        • internal.types.byte
        • internal.types.collections
        • internal.types.error
        • internal.types.float
        • internal.types.generator
        • internal.types.int
        • internal.types.intn
        • internal.types.optional
        • internal.types.ptr
        • internal.types.range
        • internal.types.slice
        • internal.types.str
    • itertools
    • math
    • os
      • os.path
    • pickle
    • python
    • random
    • sortedlist
    • statistics
    • string
    • sys
    • threading
    • time
Seq
  • »
  • Standard Library Reference »
  • internal »
  • internal.types »
  • internal.types.collections
  • View page source

internal.types.collectionsΒΆ

  • internal.types.collections.dict
  • internal.types.collections.list
  • internal.types.collections.set
Next Previous

© Copyright 2019, seq-lang.

Built with Sphinx using a theme provided by Read the Docs.