### R code from vignette source 'LowMACAAnnotation.Rnw' ################################################### ### code chunk number 1: firstchunk ################################################### library(LowMACAAnnotation) myUni <- getMyUni() str(myUni , nchar.max=10 , vec.len=2) ################################################### ### code chunk number 2: secondchunk ################################################### myPfam <- getMyPfam() str(myPfam , nchar.max=10 , vec.len=2) ################################################### ### code chunk number 3: thirdchunk ################################################### myAlias <- getMyAlias() str(myAlias , nchar.max=10 , vec.len=2) ################################################### ### code chunk number 4: info ################################################### sessionInfo()