BGE Toolkit
Installation
$ git clone https://github.com/atgu/bge-toolkit.git
$ cd bge-toolkit
$ pip3 install .
Documentation
This is the documentation for both the Python API and the CLI for the BGE Toolkit.
Contents:
- Command-Line Interface
- Python API Reference
- bge_toolkit.qc
- Concordance Reference
- Sample QC Reference
- sample_qc
- High Level Functions
- Lower Level Functions
- SampleQCResult
SampleQCResultSampleQCResult.ancestry_popSampleQCResult.chimera_readsSampleQCResult.close()SampleQCResult.contaminationSampleQCResult.export()SampleQCResult.filter_to()SampleQCResult.gq_fractionSampleQCResult.load()SampleQCResult.passing_samples()SampleQCResult.pcsSampleQCResult.plot_chimera_reads()SampleQCResult.plot_gq_fraction_density()SampleQCResult.plot_pcs()SampleQCResult.plot_qc_metric_boxplots()SampleQCResult.plot_qc_metric_density()SampleQCResult.qc_metricsSampleQCResult.sample_idSampleQCResult.sex_infoSampleQCResult.tableSampleQCResult.write()
- bge_toolkit.qc