- openmpi-bin
- mpic++
- libmlx4-1
/etc/security/limits.conf
* soft memlock unlimited
| library(pathview) | |
| library(stringr) | |
| dopathview <- function(csvfilepath, pathwayid) { | |
| df <- read.csv(csvfilepath) | |
| keggdf <- df[!is.na(df$kegg), ] | |
| cpdlist <- str_split(keggdf$kegg, "\\|") | |
| log2list <- c() | |
| for (i in 1:length(cpdlist)) { |
| SELECT DISTINCT ?o3 | |
| WHERE { | |
| kegg:C00267 ?p1 ?rp1 . | |
| ?rp1 rdf:type kegg:rpair . | |
| ?rp1 ?p3 ?o3 . | |
| ?o3 rdf:type kegg:compound . | |
| } |
I'm trying to create a custom OrgDb for tomato.
First I tried to add Uniprot table to the OrgDb with
https://github.com/kozo2/org.Sl.eg.db/blob/master/tomatoMakeOrgPkg.R
but I had an error like
列名CPD1-name、CPD2-nameはCPDnameに置換 (これだけエクセルフォーマットの変更をお願いします)
toolbarから "Import Network From File" iconをクリック (ネットワークの構築と、edgeへの属性情報の追加)
"TableS2-rev.xlsx" を指定
"Source Interaction" は "Column1 (CPD1)" に、"Interaction Type" は "Default Interaction" のままに、"Target Interaction" は "Column4 (CPD2)" に
"Preview" 枠で "Reaction" 列から最後列 までクリックし "Enable" の状態にする (これでedge tableにこれらの列の情報が追加されます)
menubarから "Layout -> yFiles Layouts -> Hierarchic" をクリック (レイアウト)
toolbarから "Import Table From File" iconをクリック (nodeへの属性情報の追加)
| import pythoncyc as cyc | |
| orgids = cyc.all_orgids() | |
| eco = cyc.PGDB(orgids[1]) | |
| eco.all_pathways() |
| 00710 | |
| 00190 | |
| 00010 | |
| 01200 |
| # additional prerequisites for ubuntu | |
| # apt-get install python-setuptools python-dev | |
| # additional prerequisties for centos7 | |
| # linuxbrew does NOT figure out gcc and g++ in centos. you need to symlink with | |
| # ln -s `which gcc` `brew --prefix`/bin/gcc-4.8 | |
| # ln -s `which g++` `brew --prefix`/bin/g++-4.8 | |
| # yum install python-setuptools python-devel | |
| class Ecell4 < Formula |