plotNuPoP(NuPoP)
plotNuPoP()所属R语言包:NuPoP
R function for plotting the predicted nucleosome positioning map and nucleosome occupancy map
R函数绘制预测的核小体定位图和核小体占用图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function produces two plots from a specified region based on the prediction results from function predNuPoP. The first plot is the nucleosome occupancy (grey color). In the second plot, in addition to the occupancy, Viterbi prediction (red rectangle) and the posterior probability for a position to be the start of a nucleosome (blue color) are superimposed.
此功能产生两个指定区域的图的基础上,从功能predNuPoP预测结果。第一个图是核小体占用(灰色)。在第二个图,除了占用,维特比预测(红色矩形)和位置的后验概率是一个核小体(蓝色)叠加的开始。
用法----------Usage----------
plotNuPoP(predNuPoPResults)
参数----------Arguments----------
参数:predNuPoPResults
NuPoP prediction results from predNuPoP function. It must be a data frame read in by readNuPoP function.
NuPoP predNuPoP功能的预测结果。它必须是一个数据框读取readNuPoP功能。
值----------Value----------
plotNuPoP outputs two plots: the nucleosome occupancy score map and Viterbi optimal nucleosome positioning map together with posterior probability for a position to be the start of a nucleosome.
plotNuPoP输出两图:核小体占用得分图和维特比最优的核小体定位图的位置是一个核小体开始后验概率。
举例----------Examples----------
library(NuPoP)
## the prediction results are stored in the current working directory[#的预测结果都存储在当前工作目录]
## the user should replace "system.file("extdata","test.seq_Prediction4.txt",package="NuPoP")"[#用户应取代“。系统(”extdata“,”test.seq_Prediction4.txt“,包=的”NuPoP“)”]
## by the actual path and file name generated from prediction.[#从预测产生的实际路径和文件名。]
temp=readNuPoP(system.file("extdata","test.seq_Prediction4.txt",package="NuPoP"),startPos=1,endPos=5000)
plotNuPoP(temp)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|