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

LDA updates #59

Merged
merged 5 commits into from
Jul 20, 2016
Merged

LDA updates #59

merged 5 commits into from
Jul 20, 2016

Commits on Jul 19, 2016

  1. Added LDA_bubble.py

    Split old LDA.py script into LDA.py and LDA_bubble.py.
    Error handling for explained variance calculation and, consequently,
    plot X and Y labels added, in addition to input file error checks.
    LDA_bubble.py is compatible with both Python2 and Python3.
    akshayparopkari committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    083cdd4 View commit details
    Browse the repository at this point in the history
  2. Updated LDA.py

    Moved bubble plot calculation and plotting to LDA_bubble.py script.
    Updated package imports and import error check.
    Removed get_relative_abundance() function.
    Relative abundance calculation is done using PhyloToAST util module.
    Expanded plot_LDA() function to accommodate new input parameters.
    Added 3D plotting capability and X and Y axis label checks for variance
    calculations.
    Reorganized and updated input parameters.
    Updated input file error handling.
    Script is compatible with Python 2 and Python 3 syntax.
    akshayparopkari committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    c583390 View commit details
    Browse the repository at this point in the history
  3. LDA_bubble.py updates

    Added documentation file for LDA_bubble.py script.
    Added LDA_bubble script to complete script list page.
    Generalized distance matrix help message.
    akshayparopkari committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    1fe4f14 View commit details
    Browse the repository at this point in the history
  4. LDA.py updates

    Updated LDA script command line description.
    Generalized distance matrix help message.
    Updated documentation file for LDA.py script.
    Added LDA_bubble script to visualization page in documentation.
    akshayparopkari committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    cc670ff View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Configuration menu
    Copy the full SHA
    2208e1f View commit details
    Browse the repository at this point in the history