Random notes
Lifson Roig
Kelley says that the Lifson-Roig helix-coil theory
- phi = -60 +- x
- psi = -47 +- x
- x = 40 deg
- helical segment =def= 3 or more consecutive helical residues
- each segment has length n-2
- helical content =def= sum over all helical segments of (length of segment) / max possible helical length
Acemd restraints
$file --readpdb--> $pdb --loadsystem--+--> $id1 ---+--addgroup---> $gcom1
| |
+--> $coor1 +--get_groups---> $glist1
$glist1 ---+---> center_of_mass --> { x y z }
|
$coor1 ----+
ggplot legends
p+geom_point(aes(1:10,5:14,colour="Pippo"))+
geom_line(aes(4:10,4:10,colour="Pluto"))+
scale_colour_manual("Source",c("blue","red"))
ggplot multiplot
http://gettinggeneticsdone.blogspot.com/2010/03/arrange-multiple-ggplot2-plots-in-same.html