Python genomic features extractor from raw files.
Project description
gfeat
Python genomic features extractor from raw files (Fasta, GTF and VCF).
gfeat is a convenient tool for extracting diverse DNA features for genomic modeling and analysis. It allows to get, for example, transcript Kozak sequence and GC content, genome codon pair bias and etc. It is also possible to inject SNPs using a VCF file, get position-type variant matrices and investigate sequences with different combinations of heterozygous variants (when homozygous always stay injected in the sequence).
You can find several short usage examples in the Tutorial section of the documentation.
Free software: MIT license
Documentation: https://i12g-gagneurweb.in.tum.de/public/docs/gfeat
Features
GFGenome:
- GFGenome.get_consensus_Kozak_seq(seq=False)
Consensus Kozak sequence
- GFGenome.get_Kozak_matrix()
Kozak sequence matrix (rows - transcripts)
- GFGenome.get_consensus_stop_codon_context(seq=False)
Consensus stop codon context sequence
- GFGenome.get_stop_codon_context_matrix()
Stop codon context matrix (rows - transcripts)
- GFGenome.get_codon_pair_bias()
Codon pair bias
- GFGenome.get_nucleobase_mutation_table()
Nucleobase mutation matrix (table with positions of variants and their type in Kozak sequence and stop codon context)
GFTranscript:
- GFTranscript.codon_counts()
Coding sequence codon count
- GFTranscript.utr5_motif_counts(pattern)
5’UTR motif count
- GFTranscript.utr3_motif_counts(pattern)
3’UTR motif count
- GFTranscript.codon_usage()
Coding sequence codon usage
- GFTranscript.gc_content(region)
Coding sequence, 5’UTR or 3’UTR G and C content
- GFTranscript.get_Kozak_seq()
Kozak sequence
- GFTranscript.get_stop_codon_context()
Stop codon context
- GFTranscript.get_codon_pairs_frequency()
Coding sequence codon pair frequency
Upstream AUG:
- UpstreamAUG.predict_on_sample(seq)
Predict on sample (get all AUGs with the information whether they are in-frame or not and whether they have a stop codon or not)
- UpstreamAUG.predict_on_sample_with_pos(seq)
Predict on sample with position (predict on sample plus positions of AUGs)
- UpstreamAUG.predict_on_sample_with_pos_pandas()
Predict on sample with position and appending to the passed dictionary
- UpstreamAUG.predict_on_batch(seq_list)
Predict on batch
5’UTR class:
- FivePrimeUTRSeq(data, reverse_complement_bool, contig=None, strand=None)
An object contains list of all 5’UTR sequences, their positions, exons, positions of exons and corresponding transcripts
Auxiliary functions:
- VCFMutator.mutate_sequence(interval, fasta=None, seq_whole=None)
Mutate sequence
- VCFMutator.mutate_codon_context(intervals, seqs, column_names)
Mutate codon context
- reverse_complement(dna)
Reverse complement
- PCA_with_standard_sample_deviation_scaling(df, n_comp=2)
Pca with scaling
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template. gfeat is based on pyensembl package and can be partially viewed as its extension.
History
0.1.0 (2018-09-27)
First release on PyPI.
1.0.0 (2018-09-28)
First stable release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gfeat-1.0.0.tar.gz
.
File metadata
- Download URL: gfeat-1.0.0.tar.gz
- Upload date:
- Size: 10.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9ad304d7ffcf5931c2ac0ef1921ac99e2369ce54c78f7c5ae6c68194fcf9e4b |
|
MD5 | d880fcc5f1038818e46015388120638a |
|
BLAKE2b-256 | b609ec4f2affaa26a08d21e8df06f02e4adae2ddb3eb5a85c6d55bb24473f218 |
File details
Details for the file gfeat-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: gfeat-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 12.3 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88d5c2d64d908edca0129b8f840098ad02ecf87df6e44a43b8f77f56c7f41988 |
|
MD5 | 610e8478715b1452a29895de284222c4 |
|
BLAKE2b-256 | 824d0ef512272bc724c63f117e4ec23bc22ef6dc55238512cc5db39f198e80de |