--%>

Define Homology Modeling In Structural Genome

Homology Modelling is a process in which models are generated. The generated models may be conceptual or graphical or/and mathematical.So, we have different methods, tools and techniques for all kinds of modeling.Modelling methods are broadly classified in to two types and they are structural and functional. Structural modeling is based upon the structure of the molecule where as functional modeling is done based on the function. There are several methods in which structural modeling can be done. Homology modeling is one of them. It can also be called as comparative modeling, since it depends on the comparison of the given query sequence to the others until similar sequence is found. It can be done using different tools and techniques. The major research areas include sequence analysis, genome annotation, structural analysis and many more. This is applied in pharmacology and many more departments.

   Related Questions in Programming Languages

  • Q : What is Application programming

    Application programming interface (API): It is a set of definitions that you can make use of it in writing programs. In the perspective of Java, these are the classes, packages, and interfaces which can be utilized to build complex ap

  • Q : Define Deadlock Deadlock : A situation

    Deadlock: A situation which occurs whenever two threads each acquires the lock to one of a set of resources which they both require.

  • Q : Describe object-oriented programming

    Briefly describe object-oriented programming (OOP)?

  • Q : What is Bookmark Bookmark : It is

    Bookmark: It is employed by a Web browser to memorize details of a Uniform Resource Locator (URL).

  • Q : Including CSS with the HEAD Tag

    Describe how to include the CSS within the HEAD Tag?

  • Q : Explain the way of validation XHTML

    Explain the way of validation XHTML documents online.

  • Q : What are tools require View XHTML

    What are tools require View XHTML Documents?

  • Q : Define Container Abstractions Container

    Container Abstractions: Abstractions for containers (such as lists, stacks, sets, or queues) may represent just the state of a container—e.g., full or empty—and abstract away from the actual container content. The list operations also need

  • Q : What is Character set encoding

    Character set encoding: The set of values allocated to characters in a character set. Associated characters are frequently grouped with consecutive values, like the digits and alphabetic characters.

  • Q : State Precedence rules Precedence rules

    Precedence rules: The rules which determine the order of computation of an expression comprising more than one operator. The operators of higher precedence are computed before those of lower precedence. For example, in the expression x+y*z, the multip