[go: nahoru, domu]

Skip to content

stheil15/biomCtrlFiltering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

biomCtrlFiltering

Giving a list of Sample ID corresponding to control samples, it removes OTU (or feature) from a TSV biom file higher than a given threshold.

Remove OTU by raw abundance:

biomCtrlFiltering.py -i otu_table.tsv -c ctrl_sample_1 -c ctrl_sample_2 -c ... -n 10

Remove OTU by frequency:

biomCtrlFiltering.py -i otu_table.tsv -c ctrl_sample_1 -c ctrl_sample_2 -c ... -f 0.1

Python library:

  • argparse
  • csv
  • logging

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages