# #——包括= FALSE --------------------------------------------------------- knitr: opts_chunk美元集(崩溃= TRUE,评论= " # > ",fig.width = 6,fig.height = 4 ) ## ----------------------------------------------------------------------------- # (“idpr BiocManager:安装 ") ## ----------------------------------------------------------------------------- # devtools:: install_github(“wmm27 / idpr ") ## ---- 设置 -------------------------------------------------------------------- 库(idpr ) ## ----------------------------------------------------------------------------- P53_HUMAN < - TP53Sequences[2]打印(P53_HUMAN) # #----------------------------------------------------------------------------- tendencyDF < - structuralTendency (P53_HUMAN)头(tendencyDF ) ## ----------------------------------------------------------------------------- structuralTendencyPlot P53_HUMAN structuralTendencyPlot (P53_HUMAN,graphType = "栏 ") ## ----------------------------------------------------------------------------- P53_MOUSE < - TP53Sequences[1]打印(P53_MOUSE ) ## ----------------------------------------------------------------------------- tendencyDF < - structuralTendency (P53_MOUSE)头(tendencyDF ) ## ----------------------------------------------------------------------------- sequenceMap(序列= tendencyDF AA,美元财产= tendencyDF美元趋势,customColors = c(“999999 #”、“# E69F00”“# 56 b4e9 ")) ## ----------------------------------------------------------------------------- tendencyDF < - structuralTendency (P53_MOUSE disorderPromoting = c(“A”、“R”、“G”、“问”、“S”,“P”,“E”,“K”),disorderNeutral = c(“H”、“M”、“T”,“D”),orderPromoting = c(“W”、“c”、“F”,“我”、“Y”、“V”,“L”、“N”))头(tendencyDF) sequenceMap(序列= P53_MOUSE属性= tendencyDF美元趋势,customColors = c(“999999 #”、“# E69F00”“# 56 b4e9 ")) ## ----------------------------------------------------------------------------- structuralTendencyPlot P53_MOUSE structuralTendencyPlot (P53_MOUSE graphType =“酒吧”,proteinName = (P53_MOUSE名字 )) ## ----------------------------------------------------------------------------- structuralTendencyPlot (P53_MOUSE总结= TRUE) structuralTendencyPlot (P53_MOUSE graphType =“酒吧”,proteinName =名字(P53_MOUSE),总结= TRUE ) ## ----------------------------------------------------------------------------- compositionDF < - structuralTendencyPlot (P53_MOUSE graphType =“没有”)负责人(compositionDF) summaryDF < - structuralTendencyPlot (P53_MOUSE graphType =“没有”,总结(summaryDF = TRUE) ) ## ----------------------------------------------------------------------------- R.version.string ## ----------------------------------------------------------------------------- as.data.frame (Sys.info ()) ## ---- 结果= " asis "---------------------------------------------------------- 引用()