Difference between revisions of "PICv"

From PyMOLWiki
Jump to navigation Jump to search
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Infobox script-repo
 
{{Infobox script-repo
 
|type = plugin
 
|type = plugin
|download = http://vidyaniranjan.co.in/PICv/PICv.py
+
|download = [http://vidyaniranjan.co.in/PICv/PICv.py '''PICv''']
|author = [https://akshayuttarkar.wixsite.com/akshay Akshay Uttarkar], Vasanth Kumar Desai, Namitha P, John Berrisford, [https://www.ebi.ac.uk/about/people/sameer-velankar Sameer Velankar], [http://www.vidyaniranjan.co.in/ Vidya Niranjan]*   
+
|author = [https://akshayuttarkar.wixsite.com/akshay Akshay Uttarkar], [http://vasanthdesai.me/?i=1 Vasanth Kumar Desai], Namitha P, John Berrisford, [https://www.ebi.ac.uk/about/people/sameer-velankar Sameer Velankar], [http://www.vidyaniranjan.co.in/ Vidya Niranjan]*   
 
|license = GNU Free Documentation License 1.2
 
|license = GNU Free Documentation License 1.2
 
}}
 
}}
Line 23: Line 23:
 
Download the plugin from the following URL:
 
Download the plugin from the following URL:
  
http://vidyaniranjan.co.in/PICv/PICv.py
+
[http://vidyaniranjan.co.in/PICv/PICv.py '''PICv Source Code''']
  
 
== '''Installation and Demo video''' ==
 
== '''Installation and Demo video''' ==
Line 29: Line 29:
 
Visit the below mentioned link for detailed installation followed by demo.
 
Visit the below mentioned link for detailed installation followed by demo.
  
https://youtu.be/3bxpASy-FV0
+
[https://youtu.be/3bxpASy-FV0 '''PICv (Video)''']
  
 
== '''Developed by''' ==
 
== '''Developed by''' ==
Line 37: Line 37:
 
'''For more details visit'''
 
'''For more details visit'''
  
http://www.vidyaniranjan.co.in/
+
[http://www.vidyaniranjan.co.in/ '''Center of Excellence Computational Genomics''']
  
 
== '''Copyright''' ==
 
== '''Copyright''' ==

Revision as of 03:22, 20 February 2021

Type PyMOL Plugin
Download PICv
Author(s) Akshay Uttarkar, Vasanth Kumar Desai, Namitha P, John Berrisford, Sameer Velankar, Vidya Niranjan*
License GNU Free Documentation License 1.2




About PICv

PICv.png

Protein interaction clustering and visualization is an pioneer attempt in understanding protein-protein interaction at a residue level. For any given protein the interaction is purely dependent on its charges and surface-structural modifications. The clustering of proteins based on there preferential amino acid interactions provides a biological insight on both the above mentioned aspects. The clusters such obtained can be used to infer the interaction behavior for a class or family of proteins. Such interpretation can be useful in understanding structural protein chemistry. The interactions also provide information on the crucial amino acids required for interactions to remain stable. This information can be used to design antibody or induce mutations to depreciate its functionality

PICv home screen.PNG

Code

Download the plugin from the following URL:

PICv Source Code

Installation and Demo video

Visit the below mentioned link for detailed installation followed by demo.

PICv (Video)

Developed by

The plugin was developed by Center of Excellence Computational Genomics, R V College of Engineering, Bangalore, India in collaboration with Protein Data Bank in Europe (PDBe), UK

For more details visit

Center of Excellence Computational Genomics

Copyright

# Copyright Notice
# ================
# 
# The PyMOL Plugin source code in this file is copyrighted, but you are
# free to use and copy it as long as you don't change or remove any of
# the copyright notices.
# 
# -----------------------------------------------------------------------------------
# This PyMOL Plugin PICv is
# Copyright (C) 2021 by Vidya Niranjan <vidya.n@rvce.edu.in>
# 
#                        All Rights Reserved
# 
# Permission to use, copy, modify, distribute, and distribute modified
# versions of this software and its documentation for any purpose and
# without fee is hereby granted, provided that the above copyright
# notice appear in all copies and that both the copyright notice and
# this permission notice appear in supporting documentation, and that
# the name(s) of the author(s) not be used in advertising or publicity
# pertaining to distribution of the software without specific, written
# prior permission.
# 
# THE AUTHOR(S) DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN
# NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
# USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#