binInsertHist(occugene)
binInsertHist()所属R语言包:occugene
Insert Locations Quickly
快速插入点
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a list of locations, returns the number of ORFs hit.
由于地点的列表,返回ORFs的命中数。
用法----------Usage----------
binInsertHist(insert,orfHist,returnCounts=FALSE)
参数----------Arguments----------
参数:insert
List of insertion locations
插入位置的名单
参数:orfHist
Histogram breakpoints
直方图断点
参数:returnCounts
Return the number of insertions
返回插入的数目
Details
详情----------Details----------
Finds the number of ORFs that have an insertion given a list of locations. If the returnCounts flag is true, the function returns the number of insertions per ORF. Uses the function hist for gains in speed.
发现的ORF有给定的位置列表插入的数目。 ,如果returnCounts标志是真实的,该函数返回的每框插入。使用功能的历史,在速度上的收益。
值----------Value----------
Returns a numeric or an object
返回一个数字或一个对象
作者(S)----------Author(s)----------
Oliver Will <a href="mailtowill4@yahoo.com">owill4@yahoo.com</a>
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
# **[**]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|