Skip to content

QIIME2 plugin for calculating the convex hull as a diversity metric

License

Notifications You must be signed in to change notification settings

dpear/q2-convexhull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

q2-convexhull

Qiime2 plugin for exploring diversity through the convex hull area and volume of samples. For more information on Qiime2 visit: https://qiime2.org/

Installation

Assumes you have a working Qiime2 environment. For more information on this visit: https://docs.qiime2.org/2021.11/install/native/.

 
git clone https://github.com/dpear/q2-convexhull.git
cd q2-convexhull
pip install -e . 

Example

The following is an example of how to obtain a SampleData output of type Hulls.


 qiime convexhull convex-hull \
  --i-pcoa unweighted_unifrac_pcoa_results.qza \
  --m-metadata-file metadata.qza \
  --p-individual-id-column 'host_subject_id' \
  --o-hulls hulls_output

About

QIIME2 plugin for calculating the convex hull as a diversity metric

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published