Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PLOT-BMPROBS(1)	      User Contributed Perl Documentation      PLOT-BMPROBS(1)

plot_bmprobs
       Read a file with	base match probabilites	and write plot as ps file.

SYNOPSIS
       plot_bmprobs <in> <out>

       Read a file <in>	with base match	probabilites and write plot as ps file
       <out>.

       The in-file is supposed to contain lines	of the form <i>	<j> <p_ij>
       where i is a position in	the first dimension (usually first sequence)
       and j a position	in the second dimension	(second	sequence). p_ij	is the
       probability to match the	positions, i.e.	we expect 0<=p_ij<=1.

       The script requires the statistic program R (must be in the search
       path) for generating the	plot.

       Options:
	       --help		brief help message
	       --man		full documentation
	       --verbose	be verbose
	       --quiet		be quiet

DESCRIPTION
perl v5.32.1			  2022-11-19		       PLOT-BMPROBS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=plot-bmprobs&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help