pgasetintegerallele(1) debian man page | unix.com

Man Page: pgasetintegerallele

Operating Environment: debian

Section: 1

PGASetIntegerAllele(1)						      PGAPack						    PGASetIntegerAllele(1)

NAME
PGASetIntegerAllele - sets the value of a (integer) allele.
INPUT PARAMETERS
ctx - context variable p - string index pop - symbolic constant of the population the string is in i - allele index val - integer value to set the allele to
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetIntegerAllele(ctx, p, pop, i, value) PGAContext *ctx int p int pop int i int value
LOCATION
integer.c
EXAMPLE
Set the value of the ith allele of string p in population PGA_NEWPOP to 64. PGAContext *ctx; int p, i; : PGASetIntegerAllele (ctx, p, PGA_NEWPOP, i, 64) 05/01/95 PGASetIntegerAllele(1)
Related Man Pages
pgadebugprint(3) - debian
pgasendreceiveindividual(4) - debian
pgasetuserfunction(8) - debian
glxquerycontext(3g) - centos
bio::popgen::populationi(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph