October 2019
Intermediate to advanced
316 pages
9h 45m
English
For this example, we need some Bioconductor Annotationdbi database packages—specifically, org.Hs.eg.db, org.EcK12.eg.db, and and org.At.tair.db.
You'll also need the bio3d package, which—at the time of writing—only connects to the Pfam server if you use the development version. You can install this version from BitBucket with the devtools package:
install.packages("devtools")
library(devtools)
install_bitbucket("Grantlab/bio3d", subdir = "ver_devel/bio3d/")Read now
Unlock full access