Skip to main content

Parser of Igblast results into a csv file

Project description

Simple parser of igblast results

Igblast allows to view the matches to the germline V, D and J genes, details at rearrangement junctions and a lot more (see documentation).

The output includes a lot of information in a format that can't be directly used in statistical analyses.

This simple script parses igblast output into a csv formatted table, easy to understand and ready to include in a statistical analysis.

Installation

pip install igblast-parser conda install -c bioconda igblast-parser

python setup.py install

Usage

docs

While docs are not ready:

Command line executable in unix-like systems:

	cat <igblast.output> | igblast-parser

Pipe is not obligatory as the input could be specified with the argument --in

optional argument: --out to specify the prefix of the output csv file

	igblast-parser --in <igblast.output> --out <parser_output>

In interactive python or script

	f_in = open('igblast.output','r')

	# dictionary with UMI as primary key and multiple keys/UMI
	d = igblast_parse(f)

	# pandas provides very nice tables
 	import pandas
	df = pandas.DataFrame(d).T

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

igblast_parser-0.0.2.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

igblast_parser-0.0.2-cp37-cp37m-macosx_10_9_x86_64.whl (51.2 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

Details for the file igblast_parser-0.0.2.tar.gz.

File metadata

  • Download URL: igblast_parser-0.0.2.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for igblast_parser-0.0.2.tar.gz
Algorithm Hash digest
SHA256 b0f6780b1f76f56b62207a82aca8110e9733bac910911aef917da20b97ea0711
MD5 86ae515b23751cfc1234d2f9d40dd993
BLAKE2b-256 a1610770dd0ed45b99764a55db6cbbab00a5d4bf1e691ccfc5517236c54d9846

See more details on using hashes here.

File details

Details for the file igblast_parser-0.0.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: igblast_parser-0.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 51.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for igblast_parser-0.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e0364e59d4bf3b01eb7c1964227f80acf697d0d47b30b30e899c078d139ce8f7
MD5 c8a7b2b645f7e08060804340ca1e3968
BLAKE2b-256 4c014fa525ad3f967c3154d2192eda7aee31fe225682f8f74cc6c33a1f323119

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page