Genomic analysis reveals a tight link between transcription factor dynamics and regulatory network architecture

20 Jun

http://www.nature.com/msb/journal/v5/n1/full/msb200952.html

FLO famlily

11 Jun

http://www.nature.com/nrmicro/journal/v2/n7/full/nrmicro927.html

Computational Genomics and Structural Bioinformatics Junwen John Wang, PhD

9 Jun

http://www.hku.hk/biochem/research/jjwang/

Toward a gold standard for promoter prediction evaluation

4 Jun

http://bioinformatics.oxfordjournals.org/cgi/content/full/25/12/i313

Gene Family Evolution

1 Jun

The Evolution of Mammalian Gene Families

http://www.plosone.org/article/fetchArticle.action?articleURI=info%3Adoi%2F10.1371%2Fjournal.pone.0000085

Gene Family Evolution across 12 Drosophila Genomes

http://www.plosgenetics.org/article/info:doi/10.1371/journal.pgen.0030197

Comparative Genome Analysis of Filamentous Fungi Reveals Gene Family Expansions Associated with Fungal Pathogenesis

http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0002300

Hi, everybody

11 May

I ‘d like to be the editor of bioinformatics. major in bioinformatics, doctor degree. familiar with program, C. elegans, aging, machine learning, mass spectrometer, bioinformatics. I like write program in matlab and java.  any questions please contact me.

Looking for an Editor

10 Apr

Journal of Natural Science, Biology and Medicine is a new Journal looking for an active editor in the field of Biological sciences. This honorary position is for a Submitted Articles editor who will work with an editorial team comprised of another Submitted Articles editor and a Featured Articles editor to manage the manuscript review process. Applications for the position should be submitted via email : journals@emanuscript.in

How to install R8S?

18 Mar

1 To extract tar.Z files on Unix systems, do:

    zcat file.tar.Z | tar xvf -
http://www.gzip.org/#index
2 http://www.bo.infn.it/alice/alice-doc/mll-doc/ali-inst/node40.html
$ tail Aerr.aliroot-pro-v4-04-Release.1
/usr/bin/ld: cannot find -lg2c
collect2: ld returned 1 exit status
gmake[1]: *** [bin/tgt_linuxx8664gcc/dateStream] Error 1
gmake: *** [default] Error 2

Both link steps fail complaining for missing library g2c. Library g2c is the Fortran 77 shared library needed to run Fortran 77 dynamically linked programs. The library is no longer needed with the new family of Fortran (native) compilers like g95.
To correct the error, we searched first of all for the shared version of g2c in /usr/lib*:

$ locate libg2c.so
/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/libg2c.so
/usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/32/libg2c.so
/usr/lib64/libg2c.so.0
/usr/lib64/libg2c.so.0.0.0

Hello world!

18 Jan

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!