Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • bcf
    Junior Member
    • Mar 2009
    • 2

    Edit distance sequence tags available (link within)

    Hi everyone,

    I've generated several sets of edit (levenshtein) distance/metric sequence tags from 4nt to 10nt and edit distance 3 to edit distance 9. Within each sheet of the spreadsheet (or length/edit distance combination in csv format), all tags are at least the given edit distance from one other.

    While not entirely exhaustive (for several reasons), these sequence tags approach the maximum number possible (after filtering) within each category of length.

    I'm in the process of prepping a manuscript describing the code for tag generation (as part of a larger package on which i'm working - largely in a private branch of the repo.), but it seemed these tags might be useful to others in the meantime.

    the tags are available from:



    there's a blog post with a bit of description here:



    and the code to generate the tags is here:



    I generated the tags in the files provided using the following (to generate 10nt tags with a minimum edit distance of 3, for example):

    Code:
    python make_levenshtein_tags.py --tag-length=10 --edit-distance=3 \
    --no-polybase --gc --comp --use-c --multiprocessing \
    --min-and-greater | tee 10_nt.txt
    Run time for this example was 80 hours or so on 6 cores of 8 (Mac Pro, 8 GB RAM) or approx. 480 hours wall-clock time. Run times for smaller tag sets (e.g. 8 nt) are about a minute.

    if you use these tags, for the time being, please "cite" the repository link (https://github.com/baddna/edittag/). Once we get a manuscript out, I'll provide proper citation information in the README.

    WORDS OF CAUTION: i'm undertaking a re-organization of the code in this repository, committing lots of unit tests, refactoring, documenting, etc. - so expect the code to change as i update and refactor.

    please let me know if you have any questions.

    best,
    b
    Last edited by bcf; 01-18-2011, 10:58 PM. Reason: Updating URLs for repository move
  • bcf
    Junior Member
    • Mar 2009
    • 2

    #2
    edittag packaged up and on pypi

    Hi everyone,

    two quick things:


    -b
    Last edited by bcf; 02-14-2011, 08:37 AM. Reason: preprint is now accessible

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Nine Things a Sample Prep Scientist Thinks About Before Sequencing
      by SEQadmin2


      I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.


      Here are nine questions we think about, in roughly the order they matter, before...
      06-18-2026, 07:11 AM
    • SEQadmin2
      From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
      by SEQadmin2


      Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


      The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
      ...
      06-02-2026, 10:05 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 06-17-2026, 06:09 AM
    0 responses
    24 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-09-2026, 11:58 AM
    0 responses
    41 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    48 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    49 views
    0 reactions
    Last Post SEQadmin2  
    Working...