- ### 1. conda 安装
-
- conda install weeder
-
- ### 2. 源码安装
- # 软件下载,解压
- wget http://159.149.160.88/modtools/downloads/weeder2.0.tar.gz
-
- mkdir weeder2.0
- tar -zxvf weeder2.0.tar.gz -C ./weeder2.0
-
- # 编译
- cd weeder2.0
-
- g++ weeder2.cpp -o weeder2 -O3
-
- ### 3.运行
- weeder2 -f input_file [-O frequency_file_organism_code] [options]
-
input_file must be in Multi-FASTA format.
When no organism code for oligo frequency files is provided it is assumed to be HS (Homo sapiens).
Oligo frequency files for the following organisms are available in the standard Weeder 2.0 package:
Homo sapiens - Code: HS
Mus musculus - Code: MM
Drosophila melanogaster - Code: DM
Saccharomyces cerevisiae - Code: SC
Arabidopsis thaliana - Code: AT
Other frequency files may be added to the FreqFiles directory by using the "Frequency maker" program
available at http://www.beaconlab.it/modtools
OPTIONS
-chipseq
This flag activates the ChIP-Seq heuristic speeding-up the computation.
-top
If the -chipseq parameter is used Weeder 2.0 scans all the input sequences for occurrences of the oligos contained in the top
Increase this value when your input has many more than
in a subset of your input sequences.
-b
Weeder 2.0 builds occurrences matrix profiles and outputs (if other conditions are met) only the top
for each motif length. Increase this value to have more (lowest scoring) motifs in the output (see also -maxm).
-maxm
To limit the output length, Weeder 2.0 reports only the top
matrix and occurrences list. Increase
-ss
Single strand mode.
ADVANCED OPTIONS
-sim
Similarity threshold for the redundancy filter. This filter removes from the output those motifs that are too similar to other motifs
already reported. Values close to 0 mean a stricter filter and vice versa values close to 1 impose a looser filter.
Set
the possible oligo lengths (6, 8 and 10).
-em
Weeder 2.0 has a built-in expectation maximization (EM) matrix profiles refinement step.
One (default) or few EM cycles should be sufficient to "clean" matrix profiles without overfitting them.
参考: