mako neo4biom
The neo4biom
module can be used to write BIOM files or tab-delimited files to a Neo4j database according to mako’s database schema. The -fp
prefix contains the shared file path, so there is no need to write the full file path, partial file paths or just filenames are sufficient if -fp
is used.
If the -o
flag is provided, BIOM files are uploaded without counts (so only taxonomy and metadata is uploaded). Instead, a proxy specimen node is included. This can lead to rapid speed increases, especially for larger data sets, as these can contain thousands of counts.
For each file, an Experiment node is created that matches the filename. If more than one tab-delimited file is provided, metadata files should be in the same order as the count table. Instead of providing a count table with metadata, it also possible to create Taxon nodes from taxonomy tables alone. Additionally, the neo4biom
module provides a function for deleting a single Experiment node; disconnected Taxon nodes no longer present in specimens are also removed.
-biom
One or more (filepaths of) BIOM files-qza
One or more (filepaths of) Qiime2 archive files containing a feature table (frequency or taxonomy)-count
One or more tab-delimited count tables (samples as columns)-tax
One or more tab-delimited taxonomy tables-tm
One or more tab-delimited files with taxon metadata-sm
One or more tab-delimited files with sample metadata-del
Name(s) of Experiment node(s) that should be deleted-o
If flagged, BIOM files are uploaded without count data