Giter Club home page Giter Club logo

Comments (2)

rdk avatar rdk commented on May 29, 2024

Hi and sorry for a late reply. Currently, there is no easy/straightforward way to do this.

If you are still interested, could you say something more about your use case?

In the future release I plan to add:

  1. easy way to export all feature vectors for all SAS points for individual proteins to a CSV file
  2. ability to visualize all individual features mapped to SAS points in PyMol

For now, you actually can export the feature vectors to an ARFF file (basically CSV with a header), but it is a hassle. It is only possible to do it in a training phase and only for the whole dataset at once. So, you can start a fake training run on a single-protein dataset with -delete_vectors 0:

prank traineval -train test.ds -eval test.ds -delete_vectors 0 -extra_features xyz

# Notes:
#  * test.ds should contain a path to only a single pdb/cif file 
#  * xyz feature adds (x,y,z) coordinates of the SAS point to the feature vector (optional)
#  * vectorsTrain.arff.gz file will be produced in the output folder

from p2rank.

rohanvarm avatar rohanvarm commented on May 29, 2024

Thanks! That is useful, I intended to use this for another downstream app

from p2rank.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.