JAPANESE
Share Information
URI http://scinets.org/item/cria196s1ria196s31i
URL (English) http://biolod.org/JavaScript_SciNeS/cria196s1ria196s31i?lang=en
http://scinets.org/item/cria196s1ria196s31i?lang=en
URL (Japanese) http://biolod.org/JavaScript_SciNeS/cria196s1ria196s31i?lang=ja
http://scinets.org/item/cria196s1ria196s31i?lang=ja
Attribution http://scinets.org/item/cria196s1i
RDF (English) http://biolod.org/class/cria196s1i/GenoCon_International_Rational-Genome-Design_Contest
RDF (Japanese) http://ja.biolod.org/class/cria196s1i/GenoCon_International_Rational-Genome-Design_Contest
License
by-sa Attribution-ShareAlike 2.1 日本
Disk Access Control List
owner editor visitor page editor login user guest
View O O O O O O
Edit O O X O X X
Download O O X O X X
Comment O O X O X X
Attachment O O X - X X
Submit Δ Δ X - X X
Page Access Control List
Page Creator Page Visitor Logon User Guest
View O O O O
Edit O O O O
Download O O O O
Comment O O O O
Attachment O O O O
SciNetS ID :
cria196s1ria196s31i
Creator  :
user100004riai
facebook
International Rational Genome Design Contest

International Rational Genome Design Contest

Inquiries
    
  • TOP
  • Outline
  • Guidelines
  • Schedule
  • FAQ
  • Organizer

Sub Menu

  • Databases
  • Assignment
  • Preceding Research
  • Tips for DNA Design
  • Seminar Information
  • SciNetS Concepts
  • SciNeS library functions
  • Reference
    • Videos & Documents
    • Vector
    • Transformation
    • Synthetic Biology
    • Books for Reference
    • Biological Terms
    • LINKS

Already entered

My Page

links

Videos & Documents
GenoCon Entry Handbook
Synthetic-biology

What is SciNetS Library?

In GenoCon, JavaScript is used for programming. JavaScript@Scines is a library provided by RIKEN SciNetS which enables users to access SciNeS databases using SciNeS ID. The library is a cluster of functions beginning with `SciNetS`. For details of the cluster of functions, refer the following `JavaScript@SciNeS Function Samples. JavaScript sample programs are here. SciNeS databases are also accessible by using Semantic JSON. (For details.)


JavaScript@SciNetS Function Samples

 Display a string

In order to display a string by using JavaScript@SciNetS, use function `SciNeS write` as follows:

SciNetS.write("string");

Click save to save the scripts

fig.1

Click excute.jpg to execute the scripts.

fig.2

Example) Display `enjoy SciNetS!`

 Obtain a name of contents.

Use function `SciNetS.DB.get`already defined in RIKEN SciNeS

SciNetS.DB.get("/sw/name/language/SciNes ID")

In order to specify language, set `ja` for Japanese and `en` for English between name and SciNetS ID.

Example)to obtain gene codes data of Arabidopsis thaliana.

https://database.riken.jp/sw/links/en/cria151s7ria151s64i/
fig.3



※Output results

fig.4

 Obtain all page names within a folder

Use function `SciNetS.DB.get` defined in JavaScript @SciNeS twice as follows:

  1. Obtain a list of page IDs of a folder specified by SciNetS ID
    SciNetS.DB.get("/sw/pages/SciNes ID")
  2. Obtain a name of the contents specified by SciNeS ID
    SciNetS.DB.get("/sw/name/language/SciNes ID")

Example)Obtain all names of the genetic code folder of Arabidopsis thaliana.

https://database.riken.jp/sw/links/en/cria151s7i/
fig.5



※Output results

fig.6

 Obtain contents of the attached files.

Use function `SciNetS.DB.get` defined in JavaScript@SciNeS as follows:

  1. Obtain a list of IDs of files attached to the data specified by SciNetS ID.
    SciNetS.DB.get("/sw/files/SciNes ID")
  2. Obtain contents of the file specified by File ID.
    SciNetS.DB.get("/sw/fileTextString/File ID")
Example) Obtain contents of the file named contents_UTF8.txt A.thaliana which is registered in genetic code folder.
https://database.riken.jp/sw/data/ja/cria151s7i/
fig.7



※Output results

fig.8

 Write a base sequence into a DNA file

Use function `SciNetS.DB.put` as follows:

SciNetS.DB.put("/sw/dna",a string written in the file)

In this case, the file is saved as dna.txt.

Example) write base sequence into a file



※Output results

fig.9
※When file saving is completed, `200` is displayed.

※Downloading

fig.10

 Obtain a protein sequence published by RIKEN SciNetS

Use function `SciNetS.DB.get` as follows:

SciNetS.DB.get("/sw/protein/SciNes ID");

Example)to obtain protein sequences attached to `Lepr protein`.

https://database.riken.jp/sw/data/en/cria197s5ria197s1i/
fig.11



Output results

fig.12

 Obtain a DNA sequence attached to contents specified by SciNetS IDs.

     Use function, `SciNetS.DB.get` as follows:
     SciNeS.DB.get("/sw/dna/SciNes ID");

Example)to obtain DNA sequence attatched to IRES

https://database.riken.jp/sw/data/en/cria228s1ria228s1i/ fig.12



Output results

fig.13

RIKEN/ SciNetS  / Handling of Personal Information  / Terms and Conditions  / Inquiries
Copyright © 2010 RIKEN, Japan. All rights reserved.