Difference between revisions of "Gscope"

From Wikili
Jump to: navigation, search
Line 16: Line 16:
 
* Please visit also the private Wiki [http://lbgi.igbmc.fr/lbgiki/index.php/GDP Gscope Documentation Project]  
 
* Please visit also the private Wiki [http://lbgi.igbmc.fr/lbgiki/index.php/GDP Gscope Documentation Project]  
 
* [[Gscope Procedures]]
 
* [[Gscope Procedures]]
* [[GscopeSql]]  how to access oue postgresql and mysql databases
+
* [[GscopeSql]]  how to access our postgresql and mysql databases
 
==Usage==
 
==Usage==
 
* Gscope works on a [[Gscope Project]] (a complete genome, a set of proteins, a set of genes, etc.)  
 
* Gscope works on a [[Gscope Project]] (a complete genome, a set of proteins, a set of genes, etc.)  

Revision as of 12:22, 24 April 2009

 New : Gscope knows a lot about GeneNames

Please visit also the private Wiki Gscope Documentation Project

What is Gscope ?

  • Gscope is an integrated platform allowing the analysis of all kind of genomic data.
  • Gscope is written in Tcl/Tk and runs on all systems.
  • Gscope is specially designed to perform high throughput analysis.
  • Gscope is mainly composed of
    • all tools necessary to create the basic data
    • analysis tools
    • visualisation interface
  • it allows also
    • the creation and feeding of SQL relational databases
    • the quering and display of the available information through a web based interface (Wscope)

Gscope Documentation

Usage

  • Gscope works on a Gscope Project (a complete genome, a set of proteins, a set of genes, etc.)
  • To run Gscope you need to define the corresponding project.
 setgscoperr MyProject
 gscope

Gscope has some specific applications

How it works