معرفی شرکت ها


cafe-2.0.7


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Classifying Antibodies for Expression
ویژگی مقدار
سیستم عامل -
نام فایل cafe-2.0.7
نام cafe
نسخه کتابخانه 2.0.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Justin Lin
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/lin-justin/cafe
آدرس اینترنتی https://pypi.org/project/cafe/
مجوز -
# cafe: Classifying Antibodies for Expression ## About A Python package, or wrapper, that transforms FASTA files into a data format suitable for machine learning classification. This is a research project during my computational biology internship at EMD Serono, Research and Development Institute in Billerica, MA under [Dr. Yves Fomekong Nanfack](yves.fomekong.nanfack@emdserono.com). The idea is to have each amino acid as a feature (with its respective numerical value based on solubility, hydrophobicity, etc. from the literature) and see if it is possible to predict antibodies that have high affinity or other ideal characteristics. The `data_transform` module reads in FASTA files, extracts the amino acid sequence, splits each amino acid into its own columns, replaces each amino acid with a value provided by the user (as a file), and outputs a pandas dataframe(s). The `ml` module performs classic machine learning tasks such as splitting the data, standardizing the data, model selection, training, and evaluating. ## Installation **Please have Python 3.7 installed.** Once Python 3.7 is installed, you can install the package as so: `pip3 install cafe` ## Usage Please see the examples folder.# cafe


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl cafe-2.0.7:

    pip install cafe-2.0.7.whl


نصب پکیج tar.gz cafe-2.0.7:

    pip install cafe-2.0.7.tar.gz