Genet

Latest version: v0.15.1

Safety actively analyzes 634631 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

0.3.3

Update DeepPrime-FT for other cell lines!

0.2.2

fix bugs

biopython - gc_fraction function changed

0.2.1

What's New

**1. Silence tensorflow warnings**

**2. bug fixed (pecv_score)**

0.2.0

What's New

**1. genet.database include ClinVar fetching**
python
from genet import database as db

Accession (VCV) or variantion ID is available
cv_record = db.GetClinVar('VCV000428864.3')

print(cv_record.seq()) default context length = 60nt



**2. ClinVar record is available for DeepPrime**

python
from genet import database as db
from genet import predict as pred

cv_record = db.GetClinVar('VCV000428864.3')
pred.pecv_score(cv_record)

0.1.0

What's New

**1. ViennaRNA package is removed from auto installation list**
ViennaRNA package was not installed well with pip.
GenET is not installed with ViennaRNA anymore, and you need to use conda install.

**2. genet.database module is now available!!**
You can use it like this:

python
from genet import database as db

brca1 = db.GetGene('BRCA1')
list_exons = brca1.exons()

0.0.6

What's New

Fix setup.py installation bug T_T

Page 6 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.