CISS邵实验室开发的主题发现包

motifscan的Python项目详细描述


motif扫描
==


pypi许可证

| pypi图像::https://img.shields.io/pypi/v/motif scan.svg
:目标:https://pypi.python.org/pypi/motif scan

| license image::https://img.shields.io/pypi/l/manorm.svg
:target:https://github.com/shao lab/manorm/blob/master/license


introduction
----

模体的丰度由模体目标密度在输入区与随机控制区的比值来表示,
以及由超几何分布计算出的p值。值得注意的是,MotionScan不是一个全新的MotionDiscovery工具。


文档
----


要查看MotionScan的完整文档,请参阅:http://bioinfo.sibs.ac.cn/shaolab/motif scan/index.php


installation
----


motif scan的最新版本可在
`pypi<;https://pypi.python.org/pypi/motif scan>;`\br/>



$pip install motif scan

motif scan使用“setuptools<;https://setuptools.readthedocs.io/en/latest/>;`_从源代码安装。
motif scan的源代码托管在github上:https://github.com/shao lab/motif scan

基因组
^^^^^^^^^^^^^^^


Motif Scan使用之前,需要为相应的基因组组装构建先决条件。




$genomecompile[-h][-v]-g序列。fa-o output_dir

需要对每个基因组运行一次。

build motif pwm(可选)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

**注意:*motif scan在包的数据/motif下提供一些预处理的motif pwm文件。

如果您有一些未包含在我们预编译的motif集合中的motif,则需要使用以下命令。

::


$motif compile–m motif_pwm_demo.txt–g hg19_for_motif scan

-m motif raw matrix file

-g由genomecompile生成的预编译基因组目录

motif raw matrix file应遵循以下格式:

motif id和motif name后跟正加权矩阵和列被选项卡分隔。


>;ma0599.1 klf5
1429 0 0 0 3477 0 0 0 5051 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2023 11900 1 1200 0 0 0 1 1 1 1200 8 9569 13611 0 0 13611 13611 13611 13611 13135 5595
>7572 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0脉宽调制(-m)而基因组(-g)是一个共同的motif扫描任务所必需的。
我们建议您通过选项-t指定基因注释文件(refseq)。使用以下命令执行程序。

::


$motiscan-p peaks.bed–m motif_pwm_demo.txt–g hg19_for_motiscan

**注意:**使用-h/--help获取所有参数的详细信息。


license
----

`bsd 3-clause
license&lhttps://github.com/shao lab/motif scan/blob/master/license>;`u

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java在Eclipse中使用ctrlshiftt而不是ctrlshiftr有什么好处?   java自动装箱概念SCJP   java如何使用JAXR和Resteasy、Angular和Wildfly10处理COR   java如何在整数数组中动态添加元素?   JAVA从继承生成器模式返回父对象继承   java问题调试生产者消费者问题   java MQ:已达到通道的最大实例数   JavaPowerMockMockito:我试图stubb的方法最终被调用   java Hibernate将多个列映射到一个表   在java中,将字符串中的单词大写,但跳过字符串中的数字和多余空格或符号   使用Eclipse将Java项目导出到JAR时出现“重复条目”错误   java使用eclipselink在实体表上指定NullConstraint   <Java>我可以在TCPIP中使用多个服务器socket吗?   带有自定义视图的java AlertDialog:调整大小以包装视图的内容   如何从用C#编写的web服务生成用于java的SOAP API?