Showing 1 - 19 results of 19 for search '(( algorithm ((python function) OR (protein function)) ) OR ( algorithm using function ))~', query time: 0.33s Refine Results
  1. 1

    A Python Package for the Localization of Protein Modifications in Mass Spectrometry Data by Anthony S. Barente (14035175)

    Published 2022
    “…Here we describe pyAscore, an efficient and versatile implementation of the Ascore algorithm in Python for scoring the localization of user defined PTMs in data dependent mass spectrometry. pyAscore can be used from the command line or imported into Python scripts and accepts standard file formats from popular software tools used in bottom-up proteomics. …”
  2. 2
  3. 3
  4. 4

    Discovery of Protein Modifications Using Differential Tandem Mass Spectrometry Proteomics by Paolo Cifani (1575613)

    Published 2021
    “…Termed SAMPEI for spectral alignment-based modified peptide identification, this open-source algorithm is designed for the discovery of functional protein and peptide signaling modifications, without prior knowledge of their identities. …”
  5. 5

    Discovery of Protein Modifications Using Differential Tandem Mass Spectrometry Proteomics by Paolo Cifani (1575613)

    Published 2021
    “…Termed SAMPEI for spectral alignment-based modified peptide identification, this open-source algorithm is designed for the discovery of functional protein and peptide signaling modifications, without prior knowledge of their identities. …”
  6. 6

    Open Binding Pose Metadynamics: An Effective Approach for the Ranking of Protein–Ligand Binding Poses by Dominykas Lukauskis (14143149)

    Published 2022
    “…OpenBPMD is powered by the OpenMM simulation engine and uses a revised scoring function. The algorithm was validated by testing it on a wide range of targets and showing that it matches or exceeds the performance of the original BPMD. …”
  7. 7

    Open Binding Pose Metadynamics: An Effective Approach for the Ranking of Protein–Ligand Binding Poses by Dominykas Lukauskis (14143149)

    Published 2022
    “…OpenBPMD is powered by the OpenMM simulation engine and uses a revised scoring function. The algorithm was validated by testing it on a wide range of targets and showing that it matches or exceeds the performance of the original BPMD. …”
  8. 8

    Open Binding Pose Metadynamics: An Effective Approach for the Ranking of Protein–Ligand Binding Poses by Dominykas Lukauskis (14143149)

    Published 2022
    “…OpenBPMD is powered by the OpenMM simulation engine and uses a revised scoring function. The algorithm was validated by testing it on a wide range of targets and showing that it matches or exceeds the performance of the original BPMD. …”
  9. 9

    BOFdat: Generating biomass objective functions for genome-scale metabolic models from experimental data by Jean-Christophe Lachance (6619307)

    Published 2019
    “…GEM-guided predictions of growth phenotypes rely on the accurate definition of a biomass objective function (BOF) that is designed to include key cellular biomass components such as the major macromolecules (DNA, RNA, proteins), lipids, coenzymes, inorganic ions and species-specific components. …”
  10. 10

    Revisiting the “satisfaction of spatial restraints” approach of MODELLER for protein homology modeling by Giacomo Janson (8138517)

    Published 2019
    “…<div><p>The most frequently used approach for protein structure prediction is currently homology modeling. …”
  11. 11
  12. 12

    PyPEFAn Integrated Framework for Data-Driven Protein Engineering by Niklas E. Siedhoff (11133851)

    Published 2021
    “…Here, we present a general-purpose framework (PyPEF: pythonic protein engineering framework) for performing data-driven protein engineering using machine learning methods combined with techniques from signal processing and statistical physics. …”
  13. 13
  14. 14

    VinaLigGen: a method to generate LigPlots and retrieval of hydrogen and hydrophobic interactions from protein-ligand complexes by Raghvendra Agrawal (17135479)

    Published 2023
    “…This paper describes an implementation of an automation technique on the executable programs like ligplot.exe, hbplus.exe and hbadd.exe to obtain the 2D interaction map (LigPlots) of the protein and ligand complex (*.ps) and hydrogen bonds and hydrophobic interactions in *.csv format for molecules to be considered for virtual screening by using some sorting & searching algorithms and python’s file handling functions, and it also mentions the program’s limitations and availability of the program. …”
  15. 15
  16. 16

    Code by Baoqiang Chen (21099509)

    Published 2025
    “…We implemented machine learning algorithms using the following R packages: rpart for Decision Trees, gbm for Gradient Boosting Machines (GBM), ranger for Random Forests, the glm function for Generalized Linear Models (GLM), and xgboost for Extreme Gradient Boosting (XGB). …”
  17. 17

    Core data by Baoqiang Chen (21099509)

    Published 2025
    “…We implemented machine learning algorithms using the following R packages: rpart for Decision Trees, gbm for Gradient Boosting Machines (GBM), ranger for Random Forests, the glm function for Generalized Linear Models (GLM), and xgboost for Extreme Gradient Boosting (XGB). …”
  18. 18

    Known compounds and new lessons: structural and electronic basis of flavonoid-based bioactivities by Rohan J. Meshram (6563189)

    Published 2019
    “…The current report thus focuses on providing an electronic explanation of these bioactivities using density functional theory-based quantum chemical descriptors. …”
  19. 19

    Expression vs genomics for predicting dependencies by Broad DepMap (5514062)

    Published 2024
    “…"dim_0" holds the row/index names as an array of strings, "dim_1" holds the column names as an array of strings, and "data" holds the matrix contents as a 2D array of floats. In python, these files can be read in with:</p><p dir="ltr"><br></p><p dir="ltr"> import pandas as pd</p><p dir="ltr"> import h5py</p><p dir="ltr"><br></p><p dir="ltr"> def read_hdf5(filename):</p><p dir="ltr"> src = h5py.File(filename, 'r')</p><p dir="ltr"> try:</p><p dir="ltr"> dim_0 = [x.decode('utf8') for x in src['dim_0']]</p><p dir="ltr"> dim_1 = [x.decode('utf8') for x in src['dim_1']]</p><p dir="ltr"> data = np.array(src['data'])</p><p dir="ltr"><br></p><p dir="ltr"> return pd.DataFrame(index=dim_0, columns=dim_1, data=data)</p><p dir="ltr"> finally:</p><p dir="ltr"> src.close()</p><p dir="ltr"><br></p><p>##################################################################</p><p dir="ltr">Files (not every dataset will have every type of file listed below):</p><p>##################################################################</p><p dir="ltr"><br></p><p dir="ltr">AllFeaturePredictions.hdf5: Matrix of cell lines by perturbations, with values indicating the predicted viability using a model with all feature types.…”