Changes between Version 38 and Version 39 of SatelliteG-language
- Timestamp:
- 2009/03/26 22:33:07 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SatelliteG-language
v38 v39 48 48 == REST == 49 49 50 * Base URL:[[BR]] 51 * http://rest.g-language.org/ 52 50 53 === genome flatfile access === 51 54 52 * Base URL (list of available genomes):[[BR]]53 * http:// www.g-language.org/gb/55 * list of available genomes:[[BR]] 56 * http://rest.g-language.org/organism_list/ 54 57 * Syntax:[[BR]] 55 * {{{http:// www.g-language.org/gb/[genome]/[gene]/[feature]}}}58 * {{{http://rest.g-language.org/[genome]/[gene]/[feature]}}} 56 59 * Genomes (nucleotide composition)[[BR]] 57 * {{{http:// www.g-language.org/gb/[genome]}}}60 * {{{http://rest.g-language.org/[genome]}}} 58 61 * examples:[[BR]] 59 * http:// www.g-language.org/gb/ecoli (G-language preset genome)[[BR]]60 * http:// www.g-language.org/gb/NC_000908 (NCBI RefSeq accession)[[BR]]61 * http:// www.g-language.org/gb/B619CD (G-language REST temporary reference id)62 * http://rest.g-language.org/ecoli (G-language preset genome)[[BR]] 63 * http://rest.g-language.org/NC_000908 (NCBI RefSeq accession)[[BR]] 64 * http://rest.g-language.org/B619CD (G-language REST temporary reference id) 62 65 * Genes[[BR]] 63 * {{{http:// www.g-language.org/gb/[genome]/[gene]}}}66 * {{{http://rest.g-language.org/gb/[genome]/[gene]}}} 64 67 * examples:[[BR]] 65 * http:// www.g-language.org/gb/ecoli/recA (common gene name)[[BR]]66 * http:// www.g-language.org/gb/ecoli/b2699 (canonical gene name / locus tag)[[BR]]67 * http:// www.g-language.org/gb/ecoli/FEATURE5804 (G-language feature id)[[BR]]68 * http:// www.g-language.org/gb/ecoli/CDS2646 (G-language CDS id)68 * http://rest.g-language.org/ecoli/recA (common gene name)[[BR]] 69 * http://rest.g-language.org/ecoli/b2699 (canonical gene name / locus tag)[[BR]] 70 * http://rest.g-language.org/ecoli/FEATURE5804 (G-language feature id)[[BR]] 71 * http://rest.g-language.org/ecoli/CDS2646 (G-language CDS id) 69 72 * features[[BR]] 70 * {{{http:// www.g-language.org/gb/[genome]/[gene]/[feature]}}}73 * {{{http://rest.g-language.org/[genome]/[gene]/[feature]}}} 71 74 * examples:[[BR]] 72 * http:// www.g-language.org/gb/mgen/metX/gene (gene name)[[BR]]73 * http:// www.g-language.org/gb/mgen/metX/translation (amino acid sequence)[[BR]]74 * http:// www.g-language.org/gb/mgen/*/translation (amino acid sequence of all genes)75 * http://rest.g-language.org/mgen/metX/gene (gene name)[[BR]] 76 * http://rest.g-language.org/mgen/metX/translation (amino acid sequence)[[BR]] 77 * http://rest.g-language.org/mgen/*/translation (amino acid sequence of all genes) 75 78 76 79 === file upload === 77 80 78 81 * Base URL:[[BR]] 79 http:// www.g-language.org/gbi/82 http://rest.g-language.org/upload/ 80 83 * Syntax 81 84 * POST a file to fileform=file … … 86 89 === genome analysis methods === 87 90 88 * Base URL (list of available analysis methods):[[BR]]89 * http:// www.g-language.org/gba/91 * list of available analysis methods:[[BR]] 92 * http://rest.g-language.org/method_list/ 90 93 * Syntax:[[BR]] 91 * {{{http:// www.g-language.org/gba/[genome]/[method]/[required input (if any)]/[option1=value]/[option2=value]...}}}94 * {{{http://rest.g-language.org/[genome]/[method]/[required input (if any)]/[option1=value]/[option2=value]...}}} 92 95 * Genome data access[[BR]] 93 96 * examples:[[BR]] 94 * http:// www.g-language.org/gba/ecoli/before_startcodon/recA (5' upstream sequence of recA gene)[[BR]]95 * http:// www.g-language.org/gba/ecoli/get_geneseq/recA (nucleotide sequence of recA gene)[[BR]]96 * http:// www.g-language.org/gba/ecoli/cds (get a list of all feature ids)97 * http://rest.g-language.org/ecoli/before_startcodon/recA (5' upstream sequence of recA gene)[[BR]] 98 * http://rest.g-language.org/ecoli/get_geneseq/recA (nucleotide sequence of recA gene)[[BR]] 99 * http://rest.g-language.org/ecoli/cds (get a list of all feature ids) 97 100 * Analysis methods[[BR]] 98 101 * examples:[[BR]] 99 * http:// www.g-language.org/gba/ecoli/gcskew (GC skew analysis - produces a graph)[[BR]]100 * http:// www.g-language.org/gba/ecoli/gcskew/cumulative=1 (cumulative GC skew)[[BR]]101 * http:// www.g-language.org/gba/ecoli/gcskew/at=1/cumulative=1/output=f/ (cumulative AT skew - output as csv data)[[BR]]102 * http:// www.g-language.org/gba/ecoli/gcsi (GC Skew Index analysis - single double value)102 * http://rest.g-language.org/ecoli/gcskew (GC skew analysis - produces a graph)[[BR]] 103 * http://rest.g-language.org/ecoli/gcskew/cumulative=1 (cumulative GC skew)[[BR]] 104 * http://rest.g-language.org/ecoli/gcskew/at=1/cumulative=1/output=f/ (cumulative AT skew - output as csv data)[[BR]] 105 * http://rest.g-language.org/ecoli/gcsi (GC Skew Index analysis - single double value) 103 106 104 107 == SOAP ==