blast+中blastp参数详解
(2016-11-25 14:20:50)
标签:
linux |
查遍网络也没发现有对blastp参数详解的资料,blastn、blastall等资料倒是不少,所以我决定自己动手,把所有的参数解释一遍。
以下是blastp的整体用法概述:
wang@wang-ThinkStation:~/mydata/Accumulibacter/blastp-pro$ blastp -help
USAGE
blastp [-h] [-help] [-import_search_strategy
filename]
[-export_search_strategy filename] [-task task_name] [-db
database_name]
[-dbsize
num_letters] [-gilist filename] [-seqidlist filename]
[-negative_gilist filename] [-entrez_query entrez_query]
[-db_soft_mask filtering_algorithm] [-db_hard_mask
filtering_algorithm]
[-subject
subject_input_file] [-subject_loc range] [-query input_file]
[-out
output_file] [-evalue evalue] [-word_size int_value]
[-gapopen
open_penalty] [-gapextend extend_penalty]
[-qcov_hsp_perc float_value] [-max_hsps int_value]
[-xdrop_ungap float_value] [-xdrop_gap float_value]
[-xdrop_gap_final float_value] [-searchsp int_value]
[-sum_stats
bool_value] [-seg SEG_options] [-soft_masking soft_masking]
[-matrix
matrix_name] [-threshold float_value] [-culling_limit
int_value]
[-best_hit_overhang float_value] [-best_hit_score_edge
float_value]
[-window_size int_value] [-lcase_masking] [-query_loc range]
[-parse_deflines] [-outfmt format] [-show_gis]
[-num_descriptions int_value] [-num_alignments int_value]
[-line_length line_length] [-html] [-max_target_seqs
num_sequences]
[-num_threads int_value] [-ungapped] [-remote] [-comp_based_stats
compo]
[-use_sw_tback] [-version]
DESCRIPTION
Protein-Protein BLAST
2.2.31+
以下是blastp所有参数的详述:
OPTIONAL ARGUMENTS
-h
Print USAGE and
DESCRIPTION; ignore all other parameters
-help
Print USAGE, DESCRIPTION and
ARGUMENTS; ignore all other parameters
-version
Print version
number; ignore other arguments
*** Input query options
-query
Input file name
Default = `-'
-query_loc
Location on the query sequence
in 1-based offsets (Format: start-stop)
*** General search options
-task
Task to execute
Default = `blastp'
-db
BLAST database name
*
Incompatible with: subject, subject_loc
-out
Output file name
Default = `-'
-evalue
Expectation value (E)
threshold for saving hits
Default = `10'
-word_size =2>
Word size for wordfinder
algorithm
-gapopen
Cost to open a gap
-gapextend
Cost to extend a gap
-matrix
Scoring matrix name (normally
BLOSUM62)
-threshold =0>
Minimum word score such that
the word is added to the BLAST lookup table
-comp_based_stats
Use composition-based
statistics:
D or d: default (equivalent to 2 )
0 or F or f: No composition-based statistics
1: Composition-based statistics as in NAR 29:2994-3005, 2001
2 or T or t : Composition-based score adjustment as in
Bioinformatics
21:902-911,
2005, conditioned on sequence properties
3: Composition-based score adjustment as in Bioinformatics
21:902-911,
2005, unconditionally
Default = `2'
*** BLAST-2-Sequences options
-subject
Subject sequence(s) to
search
*
Incompatible with: db, gilist, seqidlist,
negative_gilist,
db_soft_mask,
db_hard_mask
-subject_loc
Location on the subject
sequence in 1-based offsets (Format: start-stop)
*
Incompatible with: db, gilist, seqidlist,
negative_gilist,
db_soft_mask, db_hard_mask,
remote
*** Formatting options
-outfmt
alignment view options:
0 = pairwise,
1 = query-anchored showing identities,
2 = query-anchored no identities,
3 = flat query-anchored, show identities,
4 = flat query-anchored, no identities,
5 = XML Blast output,
6 = tabular,
7 = tabular with comment lines,
8 = Text ASN.1,
9 = Binary ASN.1,
10 =
Comma-separated values,
11 = BLAST
archive format (ASN.1),
12 = JSON
Seqalign output,
13 = JSON
Blast output,
14 = XML2
Blast output
以下是blastp的整体用法概述:
wang@wang-ThinkStation:~/mydata/Accumulibacter/blastp-pro$ blastp -help
USAGE
DESCRIPTION
以下是blastp所有参数的详述:
OPTIONAL ARGUMENTS

加载中…