Giter VIP home page Giter VIP logo

Comments (5)

yeon-y avatar yeon-y commented on August 22, 2024

Here is the additional information:

I installed Qiime2 using the command: conda install -c qiime2 qiime2

For Dokdo installation, I followed the instructions in the 'Getting Started' section:

$ git clone https://github.com/sbslee/dokdo
$ cd dokdo
$ pip install .

from dokdo.

sbslee avatar sbslee commented on August 22, 2024

@yeon-y,

Thanks for providing all the details. QIIME 2 requires many tools and plugins to run, and I don't think the command $ conda install -c qiime2 qiime2 installs all the required packages. Please follow their installation guide and reinstall QIIME 2 in the proper way. Please let me know if the problem still persists.

from dokdo.

yeon-y avatar yeon-y commented on August 22, 2024

Hello, @sbslee

I hope this message finds you well. I wanted to express my gratitude for your assistance. I encountered an unexpected conflict issue on my server, which prevented me from downloading files using wget. So I try to install qiime2 using the command:$ conda install -c qiime2 qiime2.

As a solution, I followed your advice and installed Qiime2 with offical guide. It turns out that the issue with Dokdo not functioning correctly was related to the installation method. Now Dokdo runs smoothly without any issues. I appreciate your support in providing such a valuable visualization tool.

And I have another question. Is there a way to use the pretty_taxa feature when creating a bar plot with taxa_abundance_plot? I'd like to display only genus and species names by using level=[6,7]. If this feature is not currently supported in Dokdo, I'll try alternative methods and sharing the results.

Additionally, I have a question regarding the read_quality plot. I noticed that the tutorial demonstrates creating a boxplot-like graph, but I'm curious if it's possible to generate a histogram for Demultiplexed sequence counts summary. If this functionality is not currently available, I'm also willing to experiment with different approaches and share the outcomes.

Thank you once again for your assistance.

from dokdo.

sbslee avatar sbslee commented on August 22, 2024

@yeon-y,

As for the dokdo.taxa_abundance_bar_plot method, you can do the following:

import dokdo
import matplotlib.pyplot as plt
%matplotlib inline
import seaborn as sns
sns.set()

qzv_file = '/Users/sbslee/Desktop/dokdo/data/moving-pictures-tutorial/taxa-bar-plots.qzv'

dokdo.taxa_abundance_bar_plot(
    qzv_file,
    figsize=(10, 7),
    level=7,
    count=8,
    legend_short=True,
    pname_kws={'levels': [6, 7]}
)

plt.tight_layout()

out

As for your second question, I think the dokdo.denoising_stats_plot method could be what you are looking for. Please see the method's documentation page.

from dokdo.

sbslee avatar sbslee commented on August 22, 2024

Closed due to inactivity. Please feel free to re-open it if necessary.

from dokdo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.