Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data concentration plot #36

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 14, 2014

  1. Merge branch 'feature_N50'

    JohnUrban committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    148cefe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfb7bc8 View commit details
    Browse the repository at this point in the history
  3. Added new subtool plottype that I am calling a data concentration plo…

    …t since it shows the read length neighborhood where most data is concentrated if such a neighborhood exists (they exist for pacbio reads, but the plot seems more uniform with minION reads). This is the type of plot one sees in MinKNOW during the sequencing run. poretools/poretool_main.py was edited to include this subcommand and poretools/dataconc.py was added to the repertoire. dataconc.py uses the matplotlib and pandas libraries and is a surprisingly simple few lines of code.
    JohnUrban committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    abd6240 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2014

  1. To data_conc added two more options. One is --percent which plots the…

    … data as a percent of all data. The other is --cumulative which plots the cumulative data with increasing read length. --percent and --cumulative can be used together as well.
    JohnUrban committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    ba1c016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb8e9b2 View commit details
    Browse the repository at this point in the history
  3. Added --simulation and --parameters to allow viewing what data concen…

    …tration plots would look like with uniform sampling of read lengths
    JohnUrban committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    cf7c742 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21f7d52 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2014

  1. Added more functionality to data_conc: can generate DC plots for read…

    … types, time constraints, etc. Simulation also updated to reflect these changes where relevant.
    JohnUrban committed Oct 16, 2014
    Configuration menu
    Copy the full SHA
    b9cde95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab8d4aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7d5c3c View commit details
    Browse the repository at this point in the history