October 2019
Intermediate to advanced
316 pages
9h 45m
English
Finding protein domains with PFAM.db and bio3d can be done using the following steps:
library(org.Hs.eg.db)keytypes(org.Hs.eg.db)
k <- head(keys(org.Hs.eg.db, keytype = "ENSEMBL"), n = 3 )
result <- select(org.Hs.eg.db, keys = k, keytype="ENSEMBL", columns = c("PFAM"))result
library(PFAM.db) descriptions <- PFAMDE
all_ids <- mappedkeys(descriptions)
id_description_mapping <- as.data.frame(descriptions[all_ids]) ...
Read now
Unlock full access