当前位置:网站首页>Homer forecast motif
Homer forecast motif
2022-07-02 11:36:00 【qq_ twenty-seven million three hundred and ninety thousand and 】
HOMER:Software for motif discovery and ChIP-Seq analysis.
Homer yes motif Discovery and ChIP-Seq Analysis software
1. from FASTA Find... In the file motif
## conda install homer
### 1. from FASTA Find... In the file motif
findMotifs.pl <targetSequences.fa> fasta <output directory> -fasta <background.fa> [options] -find motif1.motif > outputfile.txt
homer2 denovo -i input.fa -b background.fa > outputfile.txt
2. From the promoter region of the gene set motif
### 2. From the promoter region of the gene set motif
## You need to download relevant data first
# lookup
perl /home/zheng/miniconda3/envs/chip_seq/share/homer/.//configureHomer.pl -list
# Install first
perl /home/zheng/miniconda3/envs/chip_seq/share/homer/.//configureHomer.pl -install human-p
perl /home/zheng/miniconda3/envs/chip_seq/share/homer/.//configureHomer.pl -install hg38
findMotifs.pl homer_geneID.txt human out -start -800 -end 200 -p 32
nohup findMotifs.pl homer_geneID.txt human out -start -800 -end 200 &
3. Found in genomic regions motif
### 3. Found in genomic regions motif
findMotifsGenome.pl test_peaks.xls /home/ref/seq/hg38.fa peakAnalysis -size 200 -len 8 -p 50
findMotifsGenome.pl test_peaks.xls human-p peakAnalysis -size 200 -len 8 -p 50
# Long running time
# Be careful :test_peaks.xls come from Mac2 result , Reference genome fasta file location /home/ref/seq/hg38.fa
# The script run will be established at the location of the reference genome preparsed Folder
# Parameter description :
# -size:fragment size to use for motif finding
# -len:motif length
HOMER It can also be used for various enrichment analysis
Reference resources :
http://homer.ucsd.edu/homer/microarray/index.html
http://homer.ucsd.edu/homer/
边栏推荐
猜你喜欢
MySQL比较运算符IN问题求解
[idea] use the plug-in to reverse generate code with one click
Solve the problem of data blank in the quick sliding page of the uniapp list
Verilog and VHDL signed and unsigned number correlation operations
八大排序汇总
PowerBI中导出数据方法汇总
Tdsql | difficult employment? Tencent cloud database micro authentication to help you
TDSQL|就业难?腾讯云数据库微认证来帮你
Webauthn - official development document
金山云——2023届暑期实习
随机推荐
Complement (Mathematical Simulation
二.Stm32f407芯片GPIO编程,寄存器操作,库函数操作和位段操作
TIPC Service and Topology Tracking4
Basic usage of MySQL in centos8
在连接mysql数据库的时候一直报错
PowerBI中导出数据方法汇总
每月1号开始计算当月工作日
Multi line display and single line display of tqdm
PHP tea sales and shopping online store
C#基于当前时间,获取唯一识别号(ID)的方法
Is it safe to open a stock account online? I'm a novice, please guide me
Jinshanyun - 2023 Summer Internship
webauthn——官方开发文档
Internship report skywalking distributed link tracking?
MySQL linked list data storage query sorting problem
Astparser parsing class files with enum enumeration methods
2022年4月17日五心红娘团队收获双份喜报
Redis exceeds the maximum memory error oom command not allowed when used memory & gt; ' maxmemory'
flutter 问题总结
bedtools使用教程