October 2019
Intermediate to advanced
316 pages
9h 45m
English
3D structure protein alignment with bio3d can be done using the following steps:
library(bio3d)a <- read.pdb(file.path(getwd(), "datasets", "ch3" ,"1xwc.pdb"))b <- read.pdb(file.path(getwd(), "datasets", "ch3", "3trx.pdb"))
pdbs <- pdbaln(list("1xwc"=a,"3trx"=b), fit=TRUE, exefile="msa")
pymol_path = "/Users/macleand/miniconda2/bin/pymol"pymol(pdbs, exefile = pymol_path, type = "launch", as="cartoon")
Read now
Unlock full access