📄 shuffle.man
字号:
.TH "shuffle" 1 "@RELEASEDATE@" "@PACKAGE@ @RELEASE@" "@PACKAGE@ Manual".SH NAME.TP shuffle - randomize the sequences in a sequence file.SH SYNOPSIS.B shuffle.I [options].I seqfile.SH DESCRIPTION.B shufflereads a sequence file.I seqfile,randomizes each sequence, and prints the randomized sequencesin FASTA format on standard output. The sequence namesare unchanged; this allows you to track down the sourceof each randomized sequence if necessary..ppThe default is to simply shuffle each input sequence, preservingmonosymbol composition exactly. To shuffleeach sequence while preserving both its monosymbol and disymbolcomposition exactly, use the.I -d option..ppThe.I -0and .I -1options allow you to generate sequences with the sameMarkov properties as each input sequence. With.I -0,for each input sequence, 0th order Markov statisticsare collected (e.g. symbol composition), and a newsequence is generated with the same composition.With .I -1, the generated sequence has the same 1st order Markov properties as the input sequence (e.g.the same disymbol frequencies). .ppNote that the default and.I -0,or .I -dand .I -1,are similar; the shuffling algorithms preservecomposition exactly, while the Markov algorithmsonly expect to generate a sequence of similarcomposition on average..ppOther shuffling algorithms are also available,as documented below in the options..SH OPTIONS.TP.B -0Calculate 0th order Markov frequencies of each input sequence(e.g. residue composition); generate output sequence using the same 0th order Markov frequencies..TP.B -1Calculate 1st order Markov frequencies for each inputsequence (e.g. diresidue composition); generate outputsequence using the same 1st order Markov frequencies.The first residue of the output sequence is alwaysthe same as the first residue of the input sequence..TP.B -dShuffle the input sequence while preserving bothmonosymbol and disymbol composition exactly. Usesan algorithm published by S.F. Altschul and B.W. Erickson,Mol. Biol. Evol. 2:526-538, 1985. .TP.B -hPrint brief help; includes version number and summary ofall options, including expert options..TP.B -lLook only at the length of each input sequence; generatean i.i.d. output protein sequence of that length,using monoresidue frequencies typical of proteins(taken from Swissprot 35)..TP.BI -n " <n>"Make .I <n>different randomizations of each input sequence in.I seqfile, rather than the default of one..TP.B -rGenerate the output sequence by reversing theinput sequence. (Therefore only one "randomization"per input sequence is possible, so it'snot worth using .I -nif you use reversal.).TP.BI -t " <n>"Truncate each input sequence to a fixed length of exactly.I <n>residues. If the input sequence is shorter than.I <n>it is discarded (therefore the output file may containfewer sequences than the input file). If the input sequence is longer than .I <n>a contiguous subsequence is randomly chosen..TP.BI -w " <n>"Regionally shuffle each input sequence in window sizes of.I <n>,preserving local residue composition in each window.Probably a better shuffling algorithm for biosequenceswith nonstationary residue composition (e.g. compositionthat is varying along the sequence, such as betweendifferent isochores in human genome sequence)..TP.B -B(Babelfish). Autodetect and read a sequence file format other than thedefault (FASTA). Almost any common sequence file format is recognized(including Genbank, EMBL, SWISS-PROT, PIR, and GCG unaligned sequenceformats, and Stockholm, GCG MSF, and Clustal alignment formats). Seethe printed documentation for a complete list of supported formats..SH EXPERT OPTIONS.TP.BI --informat " <s>"Specify that the sequence file is in format .I <s>,rather than the default FASTA format.Common examples include Genbank, EMBL, GCG, PIR, Stockholm, Clustal, MSF, or PHYLIP; see the printed documentation for a complete listof accepted format names.This option overrides the default expected format (FASTA)and the .I -BBabelfish autodetection option..TP.B --nodescDo not output any sequence description in the output file,only the sequence names..TP.BI --seed " <s>"Set the random number seed to .I <s>.If you want reproducible results, use the same seed each time.By default, .B shuffle uses a different seed each time, so does not generatethe same output in subsequent runs with the same input. .SH SEE ALSO.PP@SEEALSO@.SH AUTHOR@PACKAGE@ and its documentation is @COPYRIGHT@HMMER - Biological sequence analysis with profile HMMsCopyright (C) 1992-1999 Washington University School of MedicineAll Rights Reserved This source code is distributed under the terms of the GNU General Public License. See the files COPYING and LICENSE for details.See COPYING in the source code distribution for more details, or contact me..nfSean EddyDept. of GeneticsWashington Univ. School of Medicine4566 Scott Ave.St Louis, MO 63110 USAPhone: 1-314-362-7666FAX : 1-314-362-7855Email: eddy@genetics.wustl.edu.fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -