BLAST -help

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] [-negative_seqidlist filename]

? ? [-taxids taxids] [-negative_taxids taxids] [-taxidlist filename]

? ? [-negative_taxidlist 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] [-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]

? ? [-subject_besthit] [-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.8.1+

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 <File_In>

? Input file name

? Default = `-'

-query_loc <String>

? Location on the query sequence in 1-based offsets (Format: start-stop)

*** General search options

-task <String, Permissible values: 'blastp' 'blastp-fast' 'blastp-short' >

? Task to execute

? Default = `blastp'

-db <String>

? BLAST database name

? ? * Incompatible with:? subject, subject_loc

-out <File_Out>

? Output file name

? Default = `-'

-evalue <Real>

? Expectation value (E) threshold for saving hits

? Default = `10'

-word_size <Integer, >=2>

? Word size for wordfinder algorithm

-gapopen <Integer>

? Cost to open a gap

-gapextend <Integer>

? Cost to extend a gap

-matrix <String>

? Scoring matrix name (normally BLOSUM62)

-threshold <Real, >=0>

? Minimum word score such that the word is added to the BLAST lookup table

-comp_based_stats <String>

? 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 <File_In>

? Subject sequence(s) to search

? ? * Incompatible with:? db, gilist, seqidlist, negative_gilist,

? negative_seqidlist, taxids, taxidlist, negative_taxids, negative_taxidlist,

? db_soft_mask, db_hard_mask

-subject_loc <String>

? Location on the subject sequence in 1-based offsets (Format: start-stop)

? ? * Incompatible with:? db, gilist, seqidlist, negative_gilist,

? negative_seqidlist, taxids, taxidlist, negative_taxids, negative_taxidlist,

? db_soft_mask, db_hard_mask, remote

*** Formatting options

-outfmt <String>

? alignment view options:

? ? 0 = Pairwise,

? ? 1 = Query-anchored showing identities,

? ? 2 = Query-anchored no identities,

? ? 3 = Flat query-anchored showing identities,

? ? 4 = Flat query-anchored no identities,

? ? 5 = BLAST XML,

? ? 6 = Tabular,

? ? 7 = Tabular with comment lines,

? ? 8 = Seqalign (Text ASN.1),

? ? 9 = Seqalign (Binary ASN.1),

? ? 10 = Comma-separated values,

? ? 11 = BLAST archive (ASN.1),

? ? 12 = Seqalign (JSON),

? ? 13 = Multiple-file BLAST JSON,

? ? 14 = Multiple-file BLAST XML2,

? ? 15 = Single-file BLAST JSON,

? ? 16 = Single-file BLAST XML2,

? ? 18 = Organism Report

? Options 6, 7 and 10 can be additionally configured to produce

? a custom format specified by space delimited format specifiers.

? The supported format specifiers are:

? ? ? qseqid means Query Seq-id

? ? ? ? qgi means Query GI

? ? ? ? qacc means Query accesion

? ? qaccver means Query accesion.version

? ? ? ? qlen means Query sequence length

? ? ? sseqid means Subject Seq-id

? sallseqid means All subject Seq-id(s), separated by a ';'

? ? ? ? sgi means Subject GI

? ? ? sallgi means All subject GIs

? ? ? ? sacc means Subject accession

? ? saccver means Subject accession.version

? ? sallacc means All subject accessions

? ? ? ? slen means Subject sequence length

? ? ? qstart means Start of alignment in query

? ? ? ? qend means End of alignment in query

? ? ? sstart means Start of alignment in subject

? ? ? ? send means End of alignment in subject

? ? ? ? qseq means Aligned part of query sequence

? ? ? ? sseq means Aligned part of subject sequence

? ? ? evalue means Expect value

? ? bitscore means Bit score

? ? ? score means Raw score

? ? ? length means Alignment length

? ? ? pident means Percentage of identical matches

? ? ? nident means Number of identical matches

? ? mismatch means Number of mismatches

? ? positive means Number of positive-scoring matches

? ? gapopen means Number of gap openings

? ? ? ? gaps means Total number of gaps

? ? ? ? ppos means Percentage of positive-scoring matches

? ? ? frames means Query and subject frames separated by a '/'

? ? ? qframe means Query frame

? ? ? sframe means Subject frame

? ? ? ? btop means Blast traceback operations (BTOP)

? ? ? staxid means Subject Taxonomy ID

? ? ssciname means Subject Scientific Name

? ? scomname means Subject Common Name

? sblastname means Subject Blast Name

? sskingdom means Subject Super Kingdom

? ? staxids means unique Subject Taxonomy ID(s), separated by a ';'

? (in numerical order)

? sscinames means unique Subject Scientific Name(s), separated by a ';'

? scomnames means unique Subject Common Name(s), separated by a ';'

? sblastnames means unique Subject Blast Name(s), separated by a ';'

? (in alphabetical order)

? sskingdoms means unique Subject Super Kingdom(s), separated by a ';'

? (in alphabetical order)

? ? ? stitle means Subject Title

? salltitles means All Subject Title(s), separated by a '<>'

? ? sstrand means Subject Strand

? ? ? qcovs means Query Coverage Per Subject

? ? qcovhsp means Query Coverage Per HSP

? ? ? qcovus means Query Coverage Per Unique Subject (blastn only)

? When not provided, the default value is:

? 'qaccver saccver pident length mismatch gapopen qstart qend sstart send

? evalue bitscore', which is equivalent to the keyword 'std'

? Default = `0'

-show_gis

? Show NCBI GIs in deflines?

-num_descriptions <Integer, >=0>

? Number of database sequences to show one-line descriptions for

? Not applicable for outfmt > 4

? Default = `500'

? ? * Incompatible with:? max_target_seqs

-num_alignments <Integer, >=0>

? Number of database sequences to show alignments for

? Default = `250'

? ? * Incompatible with:? max_target_seqs

-line_length <Integer, >=1>

? Line length for formatting alignments

? Not applicable for outfmt > 4

? Default = `60'

-html

? Produce HTML output?

*** Query filtering options

-seg <String>

? Filter query sequence with SEG (Format: 'yes', 'window locut hicut', or

? 'no' to disable)

? Default = `no'

-soft_masking <Boolean>

? Apply filtering locations as soft masks

? Default = `false'

-lcase_masking

? Use lower case filtering in query and subject sequence(s)?

*** Restrict search or results

-gilist <String>

? Restrict search of database to list of GIs

? ? * Incompatible with:? seqidlist, taxids, taxidlist, negative_gilist,

? negative_seqidlist, negative_taxids, negative_taxidlist, remote, subject,

? subject_loc

-seqidlist <String>

? Restrict search of database to list of SeqIDs

? ? * Incompatible with:? gilist, taxids, taxidlist, negative_gilist,

? negative_seqidlist, negative_taxids, negative_taxidlist, remote, subject,

? subject_loc

-negative_gilist <String>

? Restrict search of database to everything except the specified GIs

? ? * Incompatible with:? gilist, seqidlist, taxids, taxidlist,

? negative_seqidlist, negative_taxids, negative_taxidlist, remote, subject,

? subject_loc

-negative_seqidlist <String>

? Restrict search of database to everything except the specified SeqIDs

? ? * Incompatible with:? gilist, seqidlist, taxids, taxidlist,

? negative_gilist, negative_taxids, negative_taxidlist, remote, subject,

? subject_loc

-taxids <String>

? Restrict search of database to include only the specified taxonomy IDs

? (multiple IDs delimited by ',')

? ? * Incompatible with:? gilist, seqidlist, taxidlist, negative_gilist,

? negative_seqidlist, negative_taxids, negative_taxidlist, remote, subject,

? subject_loc

-negative_taxids <String>

? Restrict search of database to everything except the specified taxonomy IDs

? (multiple IDs delimited by ',')

? ? * Incompatible with:? gilist, seqidlist, taxids, taxidlist,

? negative_gilist, negative_seqidlist, negative_taxidlist, remote, subject,

? subject_loc

-taxidlist <String>

? Restrict search of database to include only the specified taxonomy IDs

? ? * Incompatible with:? gilist, seqidlist, taxids, negative_gilist,

? negative_seqidlist, negative_taxids, negative_taxidlist, remote, subject,

? subject_loc

-negative_taxidlist <String>

? Restrict search of database to everything except the specified taxonomy IDs

? ? * Incompatible with:? gilist, seqidlist, taxids, taxidlist,

? negative_gilist, negative_seqidlist, negative_taxids, remote, subject,

? subject_loc

-entrez_query <String>

? Restrict search with the given Entrez query

? ? * Requires:? remote

-db_soft_mask <String>

? Filtering algorithm ID to apply to the BLAST database as soft masking

? ? * Incompatible with:? db_hard_mask, subject, subject_loc

-db_hard_mask <String>

? Filtering algorithm ID to apply to the BLAST database as hard masking

? ? * Incompatible with:? db_soft_mask, subject, subject_loc

-qcov_hsp_perc <Real, 0..100>

? Percent query coverage per hsp

-max_hsps <Integer, >=1>

? Set maximum number of HSPs per subject sequence to save for each query

-culling_limit <Integer, >=0>

? If the query range of a hit is enveloped by that of at least this many

? higher-scoring hits, delete the hit

? ? * Incompatible with:? best_hit_overhang, best_hit_score_edge

-best_hit_overhang <Real, (>0 and <0.5)>

? Best Hit algorithm overhang value (recommended value: 0.1)

? ? * Incompatible with:? culling_limit

-best_hit_score_edge <Real, (>0 and <0.5)>

? Best Hit algorithm score edge value (recommended value: 0.1)

? ? * Incompatible with:? culling_limit

-subject_besthit

? Turn on best hit per subject sequence

-max_target_seqs <Integer, >=1>

? Maximum number of aligned sequences to keep

? (value of 5 or more is recommended)

? Default = `500'

? ? * Incompatible with:? num_descriptions, num_alignments

*** Statistical options

-dbsize <Int8>

? Effective length of the database

-searchsp <Int8, >=0>

? Effective length of the search space

*** Search strategy options

-import_search_strategy <File_In>

? Search strategy to use

? ? * Incompatible with:? export_search_strategy

-export_search_strategy <File_Out>

? File name to record the search strategy used

? ? * Incompatible with:? import_search_strategy

*** Extension options

-xdrop_ungap <Real>

? X-dropoff value (in bits) for ungapped extensions

-xdrop_gap <Real>

? X-dropoff value (in bits) for preliminary gapped extensions

-xdrop_gap_final <Real>

? X-dropoff value (in bits) for final gapped alignment

-window_size <Integer, >=0>

? Multiple hits window size, use 0 to specify 1-hit algorithm

-ungapped

? Perform ungapped alignment only?

*** Miscellaneous options

-parse_deflines

? Should the query and subject defline(s) be parsed?

-num_threads <Integer, >=1>

? Number of threads (CPUs) to use in the BLAST search

? Default = `1'

? ? * Incompatible with:? remote

-remote

? Execute search remotely?

? ? * Incompatible with:? gilist, seqidlist, taxids, taxidlist,

? negative_gilist, negative_seqidlist, negative_taxids, negative_taxidlist,

? subject_loc, num_threads

-use_sw_tback

? Compute locally optimal Smith-Waterman alignments?

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末鸟蜡,一起剝皮案震驚了整個(gè)濱河市叼丑,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌副砍,老刑警劉巖篮昧,帶你破解...
    沈念sama閱讀 219,188評(píng)論 6 508
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件会喝,死亡現(xiàn)場(chǎng)離奇詭異其兴,居然都是意外死亡嫩挤,警方通過(guò)查閱死者的電腦和手機(jī),發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 93,464評(píng)論 3 395
  • 文/潘曉璐 我一進(jìn)店門(mén)绘沉,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái)煎楣,“玉大人,你說(shuō)我怎么就攤上這事车伞≡穸” “怎么了?”我有些...
    開(kāi)封第一講書(shū)人閱讀 165,562評(píng)論 0 356
  • 文/不壞的土叔 我叫張陵另玖,是天一觀的道長(zhǎng)困曙。 經(jīng)常有香客問(wèn)我表伦,道長(zhǎng),這世上最難降的妖魔是什么慷丽? 我笑而不...
    開(kāi)封第一講書(shū)人閱讀 58,893評(píng)論 1 295
  • 正文 為了忘掉前任蹦哼,我火速辦了婚禮,結(jié)果婚禮上要糊,老公的妹妹穿的比我還像新娘纲熏。我一直安慰自己,他們只是感情好锄俄,可當(dāng)我...
    茶點(diǎn)故事閱讀 67,917評(píng)論 6 392
  • 文/花漫 我一把揭開(kāi)白布局劲。 她就那樣靜靜地躺著,像睡著了一般奶赠。 火紅的嫁衣襯著肌膚如雪鱼填。 梳的紋絲不亂的頭發(fā)上,一...
    開(kāi)封第一講書(shū)人閱讀 51,708評(píng)論 1 305
  • 那天毅戈,我揣著相機(jī)與錄音苹丸,去河邊找鬼。 笑死竹祷,一個(gè)胖子當(dāng)著我的面吹牛谈跛,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播塑陵,決...
    沈念sama閱讀 40,430評(píng)論 3 420
  • 文/蒼蘭香墨 我猛地睜開(kāi)眼感憾,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼!你這毒婦竟也來(lái)了令花?” 一聲冷哼從身側(cè)響起阻桅,我...
    開(kāi)封第一講書(shū)人閱讀 39,342評(píng)論 0 276
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎兼都,沒(méi)想到半個(gè)月后嫂沉,有當(dāng)?shù)厝嗽跇?shù)林里發(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 45,801評(píng)論 1 317
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡扮碧,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 37,976評(píng)論 3 337
  • 正文 我和宋清朗相戀三年趟章,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片慎王。...
    茶點(diǎn)故事閱讀 40,115評(píng)論 1 351
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡蚓土,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出赖淤,到底是詐尸還是另有隱情蜀漆,我是刑警寧澤,帶...
    沈念sama閱讀 35,804評(píng)論 5 346
  • 正文 年R本政府宣布咱旱,位于F島的核電站确丢,受9級(jí)特大地震影響绷耍,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜鲜侥,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 41,458評(píng)論 3 331
  • 文/蒙蒙 一褂始、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧描函,春花似錦病袄、人聲如沸。這莊子的主人今日做“春日...
    開(kāi)封第一講書(shū)人閱讀 32,008評(píng)論 0 22
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)脑奠。三九已至基公,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間宋欺,已是汗流浹背轰豆。 一陣腳步聲響...
    開(kāi)封第一講書(shū)人閱讀 33,135評(píng)論 1 272
  • 我被黑心中介騙來(lái)泰國(guó)打工, 沒(méi)想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留齿诞,地道東北人酸休。 一個(gè)月前我還...
    沈念sama閱讀 48,365評(píng)論 3 373
  • 正文 我出身青樓,卻偏偏與公主長(zhǎng)得像祷杈,于是被迫代替她去往敵國(guó)和親斑司。 傳聞我的和親對(duì)象是個(gè)殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 45,055評(píng)論 2 355