Difference between revisions of "Gscope Procedures"

From Wikili
Jump to: navigation, search
(proc FromMacsims)
Line 2: Line 2:
  
 
   see all procedures with [http://lbgi.fr/gag/cgi-bin/GscopeServer?Zero&AfficheLesProcs Gscope Chez le Psy]
 
   see all procedures with [http://lbgi.fr/gag/cgi-bin/GscopeServer?Zero&AfficheLesProcs Gscope Chez le Psy]
==proc FromMacsims==
+
==proc FromMacsim==
  
With FromMacsims you can query any information from a Macsims XML file
+
  attention FromMacsim witout S
 +
 
 +
With FromMacsim you can query any information from a Macsims XML file
  
 
   FromMacsim /path/to/the/macsim.xml arg2 ar3
 
   FromMacsim /path/to/the/macsim.xml arg2 ar3
  
FromMAcsims can be called  
+
FromMacsim can be called  
 
* within Gscope  
 
* within Gscope  
 
* with QuestionDeScicence (from any language i.e. python, etc.)
 
* with QuestionDeScicence (from any language i.e. python, etc.)
 
* from the web
 
* from the web
  
   FromMacsims   without any argument gives you a help as follow
+
   FromMacsim   without any argument gives you a help as follow
     #rR FromMacsims permet d'interroger n'importe quel macsims au format XML
+
     #rR FromMacsim permet d'interroger n'importe quel macsims au format XML
 
     #rR on utilise DecortiqueUnMacsimXml qui crée pleins de variables globales
 
     #rR on utilise DecortiqueUnMacsimXml qui crée pleins de variables globales
 
     #rR la liste des variables globales existantes est accessible par
 
     #rR la liste des variables globales existantes est accessible par
     #rR  FromMacsims FichierMacsims ListOfList
+
     #rR  FromMacsim FichierMacsims ListOfList
     #rR  FromMacsims FichierMacsims ListOfArray
+
     #rR  FromMacsim FichierMacsims ListOfArray
 
     #rR On indexe tout par le nom du fichier ou par le MD5 du Texte xml s'il est fourni
 
     #rR On indexe tout par le nom du fichier ou par le MD5 du Texte xml s'il est fourni
     #rR Quand on interroge un PRojet Gscope particulier (par exemple CilioCarta2014) le nom CIL123 suffit  
+
     #rR Quand on interroge un Projet Gscope particulier (par exemple CilioCarta2014) le nom CIL123 suffit  
     #rR  FromMacsims CIL006 ListOfList
+
     #rR  FromMacsim CIL006 ListOfList
     #rR  FromMacsims CIL006 AlnName
+
     #rR  FromMacsim CIL006 AlnName
     #rR  FromMacsims CIL006 LNOrdali
+
     #rR  FromMacsim CIL006 LNOrdali
     #rR  FromMacsims CIL006 ListOfList
+
     #rR  FromMacsim CIL006 ListOfList
     #rR  FromMacsims CIL006 Sequences get          (rend la liste cle valeur cle valeur ...)
+
     #rR  FromMacsim CIL006 Sequences get          (rend la liste cle valeur cle valeur ...)
     #rR  FromMacsims CIL006 Sequences G1PUE7_MYOLU (rend la seqence)
+
     #rR  FromMacsim CIL006 Sequences G1PUE7_MYOLU (rend la seqence)
     #rR  FromMacsims CIL006 MacsimsColor          (rend la liste cle valeur cle valeur des Colorations utilisées)
+
     #rR  FromMacsim CIL006 MacsimsColor          (rend la liste cle valeur cle valeur des Colorations utilisées)
     #rR  FromMacsims CIL006 MacsimsColor names    (rend les cles des Colorations utilisées)
+
     #rR  FromMacsim CIL006 MacsimsColor names    (rend les cles des Colorations utilisées)
     #rR  FromMacsims CIL006 MacsimsColor ConsGlob  (rend le couple foreground background pour les Conservation Globales)
+
     #rR  FromMacsim CIL006 MacsimsColor ConsGlob  (rend le couple foreground background pour les Conservation Globales)
     #rR  FromMacsims CIL006 MacsimsColor Stock    (rend les couleurs utilisées pour les Features)
+
     #rR  FromMacsim CIL006 MacsimsColor Stock    (rend les couleurs utilisées pour les Features)
     #rR  FromMacsims CIL006 MacsimsColor 4        (rend la quatrième couleur utilisée pour les Features)
+
     #rR  FromMacsim CIL006 MacsimsColor 4        (rend la quatrième couleur utilisée pour les Features)
 
     #rR On peut mettre un nom complet de fichier
 
     #rR On peut mettre un nom complet de fichier
     #rR  FromMacsims /ici/oula/toto
+
     #rR  FromMacsim /ici/oula/toto
 
     #rR ou pour tout projet Gscope
 
     #rR ou pour tout projet Gscope
     #rR  FromMacsims ProjetGscope/Prefixe12345    (qui évite de mettre /genomics/link/ProjetGscope/macsimXml/...)
+
     #rR  FromMacsim ProjetGscope/Prefixe12345    (qui évite de mettre /genomics/link/ProjetGscope/macsimXml/...)
  
 
==proc StringInteractome==
 
==proc StringInteractome==

Revision as of 10:15, 6 April 2016

You'll find here description about some important Gscope Procedures

 see all procedures with Gscope Chez le Psy

proc FromMacsim

 attention FromMacsim witout S

With FromMacsim you can query any information from a Macsims XML file

 FromMacsim /path/to/the/macsim.xml arg2 ar3

FromMacsim can be called

  • within Gscope
  • with QuestionDeScicence (from any language i.e. python, etc.)
  • from the web
 FromMacsim    without any argument gives you a help as follow
   #rR FromMacsim permet d'interroger n'importe quel macsims au format XML
   #rR on utilise DecortiqueUnMacsimXml qui crée pleins de variables globales
   #rR la liste des variables globales existantes est accessible par
   #rR  FromMacsim FichierMacsims ListOfList
   #rR  FromMacsim FichierMacsims ListOfArray
   #rR On indexe tout par le nom du fichier ou par le MD5 du Texte xml s'il est fourni
   #rR Quand on interroge un Projet Gscope particulier (par exemple CilioCarta2014) le nom CIL123 suffit 
   #rR  FromMacsim CIL006 ListOfList
   #rR  FromMacsim CIL006 AlnName
   #rR  FromMacsim CIL006 LNOrdali
   #rR  FromMacsim CIL006 ListOfList
   #rR  FromMacsim CIL006 Sequences get          (rend la liste cle valeur cle valeur ...)
   #rR  FromMacsim CIL006 Sequences G1PUE7_MYOLU (rend la seqence)
   #rR  FromMacsim CIL006 MacsimsColor           (rend la liste cle valeur cle valeur des Colorations utilisées)
   #rR  FromMacsim CIL006 MacsimsColor names     (rend les cles des Colorations utilisées)
   #rR  FromMacsim CIL006 MacsimsColor ConsGlob  (rend le couple foreground background pour les Conservation Globales)
   #rR  FromMacsim CIL006 MacsimsColor Stock     (rend les couleurs utilisées pour les Features)
   #rR  FromMacsim CIL006 MacsimsColor 4         (rend la quatrième couleur utilisée pour les Features)
   #rR On peut mettre un nom complet de fichier
   #rR  FromMacsim /ici/oula/toto
   #rR ou pour tout projet Gscope
   #rR  FromMacsim ProjetGscope/Prefixe12345     (qui évite de mettre /genomics/link/ProjetGscope/macsimXml/...)

proc StringInteractome

With a list of gene names, NM_xxxxxs, probeset_ids, etc. you'll get a STRING analysis as a set of files allowing the display of the network with Cytoscape

 Please see our wiki page for String

proc Iterator

See the source of proc Iterator

set Name [Iterator New Init $L0 $L1 $L2]
while {[Iterator $Name Next  v0  v1  v2]} { ... } #rR sans $
#rR L2 is the fastest !!!!!!!!!!!!!!!!!!!!
#rR Attention lists are numbered from 0 to 2 (for the caller)
#rR           but are from 2 to 0 in the proc
Iterator $Name Reset
Iterator $Name Destroy
set Info [Iterator Iterator Get ListOf Name]
set Info [Iterator $Name    Get Current 2]    #rR current index de L2
set Info [Iterator $Name    Get Current All]  #rR tous les current L0 L1 L2
set Info [Iterator $Name    Get Max 0]
set Info [Iterator $Name    Get Max All]  
set Info [Iterator $Name    Get Total Iter]

GO

Attention attention ! Depuis 2014/12/6 j'ai mis "biological_process" "cellular_component" "molecular_function" en TermType. Du coup on récupère tout ... et peut-être trop. En plus ce n'est plus tellement compatible avec les mémorisation que je faisais avant un peu partout :'(

Ce qu'il faut savoir aussi c'est que la recherche des GO se fait en remontant vers les parents: quand un gène est à un noeud on le place artificiellement dans tous ses ancêtres.

proc GoGetInFile {File args}

Petite astuce qui consite à ranger le résulta de la commande args dasn un fichier ... ça nous évite de passer par Wscope au retour car GO2000 veut simplemnet créer le fichier pour s'en servir de mémoire tampon plus tard ... Désolé pour cet artifice.

proc GoNext {UpDown Go}

Several procs are concerned ... see the source file gscope_go.tcl See the source file proc GoNext

  • GoNext returns its children if down, its parent if up (can be more than 1 parent)
  • GoChildren Go is GoNext Down Go
  • GoParents Go is GoNext Up Go

proc GoGetFromGo {Go GENEofPFAMwhatyouneed JoinCar RecordsJoinCar UpDown}

Several procs are concerned ... see the source file gscope_go.tcl See the source file proc GoGetFromGo

  • UpDown can be Up / Down / Here / -n (n levels Up) / 0 (Here) / n (n levels down) ... and if it starts with + we skip 0 (+1 is only children)
  • GoGetFromGo starts from a GO and includes recursively all its children (ATTENTION we use Mus musculus by default) and return what you need about its GENEs or PFAMs
set ListOfGo           [GoGetFromGo "protein binding" GO]
set ListOfGoWithAcc    [GoGetFromGo "protein binding" GOacc]
set ListOfGoWithIdName [GoGetFromGo "GO:0005515"      GOid,name]
set ListOfPfam         [GoGetFromGo "protein binding" PFAM]
set ListOfPfamWithId   [GoGetFromGo "protein binding" PFAMxref_key,id]
set ListOfPfamWithDesc [GoGetFromGo "GO:0005515"      PFAMxref_key,xrefdesc]
set ListOfGene         [GoGetFromGo "protein binding" GENE]
set ListOfGene         [GoGetFromGo "protein binding" GENEsymbol]
set ListOfGeneWithDesc [GoGetFromGo "GO:0005515"      GENEfull_name,symbol]

proc GoGetFromGene {Gene GOwhatyouneed JoinCar RecordsJoinCar {Up ""}}

Several procs are concerned ... see the source file gscope_go.tcl See the source file proc GoGetFromGene

  • GoGetFromGene returns what you need about all its GO

if Up == "Up" each geen is also included recursilvely in the parent GOs

set ListOfGO           [GoGetFromGene PAX6 GO]
set ListOfGOWithAcc    [GoGetFromGene PAX6 GOacc]
set ListOfGOWithName   [GoGetFromGene PAX6 GOacc,name]
set ListOfGOWithSource [GoGetFromGene PAX6 GOacc,a.source_db_id]

proc GoGetFromGeneList {List GOwhatyouneed JoinCar RecordsJoinCar ListJoinCar {Up ""}}

Same as GoGetFromGene but for a list of genes. The return value is an indexed list of couples {gene=itsGOs} {gene=itsGOs} ...

proc GoGetFromPfam {Pfam GOwhatyouneed JoinCar RecordsJoinCar}

Several procs are concerned ... see the source file gscope_go.tcl See the source file proc GoGetFromPfam

  • GoGetFromGene returns what you need about all its GO
set ListOfGO           [GoGetFromPfam PF09088 GO]
set ListOfGOWithAcc    [GoGetFromPfam PF09088 GOacc]
set ListOfGOWithName   [GoGetFromPfam PF09088 GOacc,name]
set ListOfGOWithSource [GoGetFromPfam PF09088 GOacc,a.source_db_id]