
bioinformatics
tmjdone
这个作者很懒,什么都没留下…
展开
-
多重序列比对查看
### plotNuc.pl --- #! /usr/bin/perl -w## File: plotNuc.pl# Time-stamp: # $Id: $## Copyright (C) 2010 by tmjdone## Author: tmjdone## Description:# use strict;use Data::Dumper;use Getopt::Long;use Pod::Usage;use Bio::SeqIO;原创 2010-11-22 14:42:00 · 1601 阅读 · 0 评论 -
植物拉丁名
原文:http://dasai.dili360.com/hyxs/news.php?news_id=13植物拉丁学名的书写(基础部分) 植物的“学名”,是指以拉丁文书写的国际通用名称,其余各种名称,都是俗名、地方名或者土名,无论是以英文、俄文、中文、日文或其他形式出现。例如牵牛花,有些人可能认为“喇叭花”是俗名,而“牵牛花”是学名,其实,无论是牵牛花、喇转载 2011-12-02 17:07:25 · 8153 阅读 · 0 评论 -
bioinformatics programing, server related, one page reference
ssh: putty filezillaeditor: emacsemacs: quit: ctrl + x, ctrl + c save: ctrl+x, ctrl+sselect all: ctrl+x, ctrl+hdelete region: ctrl+x, r, dlinux:pwd, cd, mkdir, rmdir, rm, ls, tree原创 2011-11-13 17:45:37 · 305 阅读 · 0 评论 -
perl profile
old: perl -d:DProf test.pldprofppdprofpp -Tnew:tools: http://search.cpan.org/dist/Devel-NYTProf/cpan -i Devel::NYTProfperl -dNYTProf xxx.plnytprofhtml原创 2011-12-07 19:47:14 · 618 阅读 · 0 评论 -
画图软件
visit https://wci.llnl.gov/codes/visit/executables.html转载 2011-12-09 10:52:04 · 536 阅读 · 0 评论 -
Open Grid Scheduler
#$ -S /bin/sh#$ -e JobName.err.$JOB_ID#$ -o JobName.out.$JOB_ID#$ -l vf=1G#$ -l hostname=node3#$ -m beas#$ -M xxx@xxx.xxx#$ -cwduname -n原创 2011-12-20 11:48:49 · 811 阅读 · 0 评论 -
svg simple example
原创 2011-12-20 23:56:25 · 397 阅读 · 0 评论 -
ld regression
source: http://www.r-bloggers.com/estimate-decay-of-linkage-disequilibrium-with-distance/It is well known that linkage disequilibrium (LD) decays with distance. Several functions have been转载 2011-12-14 23:46:05 · 557 阅读 · 0 评论 -
jquery related
http://www.elated.com/articles/drag-and-drop-with-jquery-your-essential-guide/原创 2012-01-08 18:23:43 · 391 阅读 · 0 评论 -
fedora torque pbs install
1. install torque-server, torque-mom, and torque-scheduler2. see /usr/share/doc/torque-X.X.X/README & run torque.setup3. service pbs_server startif something wrong with hostname etc, change原创 2012-01-08 09:45:59 · 678 阅读 · 0 评论 -
c++ read gzip
aoeu#include #include #include #include #include #include #include using namespace std;using namespace boost::iostreams;int main(int argc,char* argv[]){ for(int i=1;i<argc;i++){ pri转载 2012-01-13 15:52:10 · 2665 阅读 · 0 评论 -
simple model fitting using R
x=c(0,1,2,3,4)y=c(1,2,3,4,5)r=nls(y ~ 1/(1+4*x*p),start=list(p=0))summary(r)xt=seq(1,1000,0.1)yt=1/(1+4*xt*0.02860)postscript(file="/path/to/directory/test.ps",width=7,height=7)or svg(file="/原创 2011-12-15 15:32:08 · 414 阅读 · 0 评论 -
fedora postgresql install & usage
source: http://wenda.tianya.cn/wenda/thread?tid=0ac2a18936c98472quick reference:http://www.cleibsonalmeida.blog.br/website/downloads/resumo_postgresql.pdfFedora下PostgreSQL的安装和使用指南l转载 2011-12-29 15:53:46 · 1783 阅读 · 0 评论 -
install bioperl
How to install bioperl via cpan:https://wiki.archlinux.org/index.php/Bioperlbash>cpancpan>d /bioperl/cpan>install xxx/bioperl-xxx.tar.gzHow to install GBrowse:http://gmod.org/wiki/GBrows原创 2011-08-22 14:54:01 · 1269 阅读 · 0 评论 -
bioinformatics perl useful
BLASTuse Bio::SearchIO;my $searchio=Bio::SearchIO->new(-file=>$file_blast,-format=>'blast');while( my $result = $searchio->next_result ) { my $qid = $result->query_name(); my $qlen= $result-原创 2011-11-12 13:26:41 · 549 阅读 · 0 评论 -
原型设计
网页:axure转载 2011-11-30 11:33:44 · 1028 阅读 · 0 评论 -
dmtcp simple usage (checkpointing)
download: http://dmtcp.sourceforge.net/tar zxf xxxx./configure --prefix=xxxmake make installedit .bashrc: add two lines:export PATH=xxx/bin:$PATHexport JALIB_UTILITY_DIR=xxx/bin原创 2011-11-23 00:47:03 · 881 阅读 · 0 评论 -
[看文献]deer mouse 血红蛋白高海拔适应
Title:Evolutionary and functional insights into the mechanism underlying high-altitude adaptation of deer mouse hemoglobin Abbreviation:hemoglobin (Hb) thin-layer isoelectric focusing (TL-原创 2011-06-06 09:03:00 · 939 阅读 · 0 评论 -
What comes after genome sequencing?
source:http://www.eyeondna.com/2007/09/14/what-comes-after-genome-sequencing/What comes after genome sequencing?by Dr. Hsien-Hsien LeiPosted转载 2011-07-10 15:37:44 · 305 阅读 · 0 评论 -
看An incremental network for on-line unsupervised classification and topology learning
这篇文章为被噪声污染的无标签数据提供了一个在线无监督学习机制。Hierarchical clustering 可以提供满意的结果但是需要大量的计算的大量的内存。SOM(Self-Organizing Map)产生一个从高维空间到低维空间的映射。。。。对于非翻译 2011-09-09 13:47:21 · 522 阅读 · 0 评论 -
install taverna server + emboss + soaplab2
1. install taverna server following official install guide2. download emboss and install3. download soaplab2:cd unzippd dir;cp ./src原创 2011-09-11 10:54:33 · 540 阅读 · 0 评论 -
bioinformaition Plot tools
circular:http://circos.ca/原创 2011-10-08 18:37:10 · 333 阅读 · 0 评论 -
搭建本地blast2go
1. 从http://www.blast2go.com/b2glaunch/resources 下载相应资源(http://www.blast2go.com/data/blast2go/b2g4pipe_v2.5.ziphttp://www.blast2go.com/data/blast2go/local_b2g_db_tutorial_0809.zip)1.5 (可选,依据原创 2011-10-20 16:27:27 · 4798 阅读 · 0 评论 -
搭建本地inter pro scan
source: ftp://ftp.ebi.ac.uk/pub/databases/interpro/iprscan/Installing_InterProScan.txtDownload the following files from ftp://ftp.ebi.ac.uk/pub/databases/interpro/iprscan : * RELEASE/latest/原创 2011-10-20 16:34:24 · 975 阅读 · 0 评论 -
cut from other papers
1. Positive selection for increased dosage has been suggested to explain large tandem arrays of rRNA and histone genes (Hurles2004 ) and is observed experimentallyin bacteria to cope with nutrient原创 2011-11-13 17:03:49 · 524 阅读 · 0 评论 -
bioinformatics software
identifing enriched Gene Ontology terms :Ontologizer (Nucleic Acids Research, 2010): http://sourceforge.net/projects/ontologizer/原创 2011-10-28 09:32:20 · 527 阅读 · 0 评论 -
R tests
R --slave --vanilla -e 'a=fisher.test(matrix(c(803,33811,524,50936),nr=2),alternative="two.sided")$p.value;b=p.adjust(a,method="bonferroni",3660);a;b;'原创 2011-11-21 18:33:24 · 335 阅读 · 0 评论 -
names
paralogon: duplicated genomic region autopolyploidization: WGD due to doubling of a single genome allopolyploidization: WGD caused by merging two divergent parental genomesneofunctionalization:原创 2011-11-13 17:40:23 · 501 阅读 · 0 评论 -
4DTV
4DTV stands for four-fold synonymous (degenerative) third-codon transversion. It represents a transversion in the third nucleotide position within four codons that does not result in a change in cor转载 2011-11-07 20:32:27 · 4146 阅读 · 1 评论 -
mac hints & tips
http://bioinfolab.unl.edu/emlab/mac.htmlMac OS X Hints & Tips MacOS X Bioinformatics & Molecular Evolution tools MacOS X softwareClustalX2转载 2011-11-07 23:01:08 · 1441 阅读 · 0 评论 -
undefined macro: AM_CONFIG_HEADER solution
autoconf error: possibly undefined macro: AM_CONFIG_HEADERrun following command:aclocal ; autoheader; automake ; autoconf转载 2012-02-27 17:44:49 · 1367 阅读 · 0 评论