Skip to content

Commit

Permalink
Merge pull request #1 from Arcadia-Science/make_metadata
Browse files Browse the repository at this point in the history
Outline the purpose of the repository and generate project metadata
  • Loading branch information
taylorreiter committed Aug 23, 2022
2 parents c3bcbce + c0519af commit b6fe0a9
Show file tree
Hide file tree
Showing 3 changed files with 6,414 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# 2022-mtx-not-in-mgx-pairs
# Identifying sequences that are in a metatranscriptome but not in a metagenome

This repository curates a set of paired metagenomes and metatranscriptomes and provides a pipeline to rapidly identify the fraction of sequences in a metatranscriptome that are not in a metagenome.
The pipeline is shaped around a metadata file, 'inputs/metadata-paired-mgx-mtx.tsv', that contains a sample name (`sample_name`), metagenome SRA run accession (`mgx_run_accession`; `SRR*`, `ERR*`, `DRR*`), metatranscriptome SRA run accession (`mtx_run_accession`), and a sample type (`sample_type`).
Using the run accessions, it downloads the sequencing data from the SRA and generates a [FracMinHash sketch](https://www.biorxiv.org/content/10.1101/2022.01.11.475838v2.abstract) of each run.
Then, it uses the paired information encoded in the metadata table to subtract the metagenome sketch from the metatranscriptome sketch.
This produces an estimate of the fraction metatranscriptome sequences not found in the paired metagenome.
These estimates are also clustered by `sample_type` to generate biome-specific estimates.
The pipeline also analyzes the fraction of metatranscriptome-specific sequences that are shared between samples to discover what fraction of sequences we are systematically missing within and across biomes.

Some metagenome and metatranscripome pairs are true pairs that were extracted from the same sample while others are from separate samples taken from the same location at the same time.

## Getting started with this repository

TBD

## Next steps

TBD
Loading

0 comments on commit b6fe0a9

Please sign in to comment.