Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ktym's full-sized avatar

Toshiaki Katayama ktym

  • Database Center for Life Science
  • Japan
View GitHub Profile
[
{
"id": 0,
"value": "My Home",
"label": "My Home",
"children": [1, 31, 39]
},
{
"id": 1,
"value": "transcript_variant",
source route target
ensembl_gene uniprot,reactome_reaction chebi
ensembl_gene uniprot,reactome_reaction,chebi chembl_compound
ensembl_gene uniprot chembl_target
ensembl_gene uniprot glytoucan
ensembl_gene hgnc
ensembl_gene ncbigene,medgen hp
ensembl_gene ncbigene medgen
ensembl_gene ncbigene,medgen mesh
ensembl_gene ncbigene,medgen mondo
swagger: '2.0'
info:
title: Togo ID API
version: 2.0.0
host: api.togoid.dbcls.jp.il3c.com
schemes:
- https
produces:
- application/json
tags:
@ktym
ktym / ay29w.tsv
Last active January 26, 2022 16:48
series key value
2020-12-28 1 0
2020-12-28 1.38.1 0
2020-12-28 1.38.1.3 0
2020-12-28 1.38.1.4 0
2020-12-28 1.1 0
2021-01-04 1 0
2021-01-04 1.38.1 0
2021-01-04 1.38.1.3 0
2021-01-04 1.38.1.4 0
@ktym
ktym / ay29.tsv
Last active January 20, 2022 07:52
series key value
2021-01-01 1 0
2021-01-01 1.38.1 0
2021-01-01 1.38.1.3 0
2021-01-01 1.38.1.4 0
2021-01-01 1.1 0
2021-01-02 1 0
2021-01-02 1.38.1 0
2021-01-02 1.38.1.3 0
2021-01-02 1.38.1.4 0
@ktym
ktym / mp.md
Created September 30, 2021 00:38

MP test

in code block

<script type="module" src="https://togostanza.github.io/openstanza/manhattan-plot.js" async></script>

<togostanza-manhattan-plot
  data-url="https://raw.githubusercontent.com/togostanza/openstanza/main/stanzas/manhattan-plot/assets/manhattan-plot.json"
 chromosomeKey="chr"
[
{
"refex_id": "RFX0000113860",
"ex_value": "7.4464837623184",
"see_also": "http://www.ncbi.nlm.nih.gov/gene/308",
"RefExSample": "http://refex.dbcls.jp/sample/RES00000436",
"sample_id": "RES00000436",
"taxonomy": "http://identifiers.org/taxonomy/9606",
"age": "21",
"stage": "adult",
{
"head": {
"link": [],
"vars": [
"hgnc_uri",
"gene_symbol",
"approved_name",
"chromosomal_location",
"alias",
"ncbigene",
"""
Example RDF/Turtle:
hnt:A0A024QYV7-Q00653
bp3:dataSource <http://identifiers.org/HINT> ;
bp3:displayName "A0A024QYV7-Q00653"^^xsd:string ;
bp3:evidence pint:evidence-pubmed_14743216-MI_0007-literature-curated , pint:evidence-pubmed_14743216-MI_0676-literature-curated ;
bp3:name "A0A024QYV7-Q00653"^^xsd:string ;
bp3:participant [
obo:BFO_0000051 uni:A0A024QYV7 ;
@ktym
ktym / dp.rb
Last active July 14, 2022 08:13
See https://github.com/ktym/dp for newer version.
#!/usr/bin/env ruby
=begin
# Pairwise sequence alignment algorithms
Currently implements Needleman-Wunsch, Smith-Waterman
and Needleman-Wunsch-Gotoh algorithms based on
the Dynamic Programming (DP).
## Coordinates