Giter Site home page Giter Site logo

icemansina / raptorx_property_fast Goto Github PK

View Code? Open in Web Editor NEW

This project forked from realbigws/raptorx_property_fast

0.0 2.0 0.0 122.67 MB

RaptorX-Property: a Standalone Package for Protein Structure Property Prediction

Shell 0.05% C 0.05% Perl 0.43% C++ 2.47% Makefile 0.01% Objective-C 96.98% Scheme 0.01%

raptorx_property_fast's Introduction

===================================
RaptorX Property Standalone Package
(v1.02) 2018.05.18
===================================

Title:
RaptorX-Property: a Standalone Package for Protein Structure Property Prediction

Author:
Sheng Wang

Email:
[email protected]


============
Publication:
============

[1]
RaptorX-Property: a Web Server for Protein Structure Property Prediction
       Sheng Wang#*, Wei Li*, Shiwang Liu, Jinbo Xu#
                                            Nucleic Acids Research, 2016

[2]
Protein Secondary Structure Prediction Using Deep Convolutional Neural Fields
       Sheng Wang#, Jian Peng, Jianzhu Ma, Jinbo Xu#
                                            Scientific Reports, 2016

[3]
AUCpreD: Proteome-level Protein Disorder Prediction by AUC-maximized Deep Convolutional Neural Fields
       Sheng Wang#, Jianzhu Ma, Jinbo Xu#
                                            ECCB, 2016
                                            Bioinformatics, 2016

[4]
AUC-maximized Deep Convolutional Neural Fields for Protein Sequence Labeling
       Sheng Wang, Siqi Sun, Jinbo Xu#
                                            ECML/PKDD, 2016


========
Install:
========

1. download the package

git clone https://github.com/realbigws/RaptorX_Property_Fast
cd RaptorX_Property_Fast

--------------

2. compile

cd source_code/
	make
cd ../

--------------

3. setup

./setup.pl

[note]:
before you run anything, type the above command for configuration just for once.


=========
Database:
=========

1. if databases/uniprot20 not exist, create it by 

mkdir -p databases/uniprot20


2. download the UniProt20 database from the following link:

http://wwwuser.gwdg.de/~compbiol/data/hhsuite/databases/hhsuite_dbs/old-releases/uniprot20_2016_02.tgz

uncompressed it, and move all files or symbol link to databases/uniprot20_2016_02


3. if other version of UniProt20 is applied, then use '-d uniprot20_XXXX' option in ./Fast_TGT.sh


4. note that the new UniClust30 database could also be applied, such as:
http://wwwuser.gwdg.de/~compbiol/uniclust/2017_10/uniclust30_2017_10_hhsuite.tar.gz



=======
Server:
=======

1. Please try to use our RaptorX Property server at:
http://raptorx.uchicago.edu/StructurePropertyPred/predict/


2. Users may also use the 'curl' command to submit their jobs. For example,
curl --form jobname=test_job --form email=user@domain --form sequences=ENIEVHMLNKGAEGAMVFEPAYIKANPGDTVTFIPVDKGHNVESIKDMIPEGAEKFKSKINENYVLTVTQPGAYLVKCTPHYAMGMIALIAVGDSPANLDQIVSAKKPKIVQERLEKVIASAK http://raptorx.uchicago.edu/StructurePropertyPred/curl/

[note]: 
(i) the 'email' is NOT required.
(ii) the 'job_url' and 'down_url' will be displayed after the 'curl' command is executed.




======
Usage:
======

./oneline_command.sh <input_fasta> <out_dir> [cpu_number] [PROF_or_NOT]

-------

Here the first input argument is the input sequence in FASTA format,
the second input is the CPU number,
the third input is to use profile or not.


-------


./PDBTM_Topology_Pred.sh -i example/1bhaA.tgt -l example/1bhaA.pdbtm

The module to predict transmembrane topology.



================
Running example:
================

1. use sequence profile:
        cp example/T0530.fasta .
        cp example/T0530.tgt .
        ./oneline_command.sh T0530.fasta tmp 1 1

or,
	./oneline_command.sh example/T0530.fasta tmp 1 1

-----------------------

2. not use sequence profile:
        ./oneline_command.sh example/T0530.fasta tmp 1 0

-----------------------

The output files should be found in the tmp/T0530/ folder


=============
Output files:
=============

1. overall detailed results:
	SeqID.all

e.g., file 'T0530.all' in tmp/T0530/ folder. This file contains all the detail prediction results for Secondary Structure Element (SS3 and SS8), Solvent Accessbility (ACC), and Order/Disorder prediction (DISO)

------------------

2. detailed results in separate files:
	SeqID.ss3
	SeqID.ss8
	SeqID.acc
	SeqID.diso

These files contain the detail prediction results in the form of probability.

------------------

3. simple results in separate files:
	SeqID.ss3_simp
	SeqID.ss8_simp
	SeqID.acc_simp
	SeqID.diso_simp

These files contain the simple predicion results in onee line.

------------------

raptorx_property_fast's People

Contributors

realbigws avatar

Watchers

James Cloos avatar Jason Lee avatar

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.