Query: pgasetcharacterallele
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetCharacterAllele(1) PGAPack PGASetCharacterAllele(1)NAMEPGASetCharacterAllele - sets the value of an allele in a PGA_DATATYPE_CHARACTER string.INPUT PARAMETERSctx - context variable p - string index pop - symbolic constant of the population the string is in i - allele index val - character value to set the allele toOUTPUT PARAMETERSside -effect.SYNOPSIS#include "pgapack.h" void PGASetCharacterAllele(ctx, p, pop, i, value) PGAContext *ctx int p int pop int i char valueLOCATIONchar.cEXAMPLECopies the alleles from member p in PGA_OLDPOP to member q in PGA_NEWPOP. Assumes the strings are of the same length. PGAContext *ctx; int p, q, i; : for (i=PGAGetStringLength(ctx)-1; i>=0; i--) PGASetCharacterAllele(ctx, q, PGA_NEWPOP, i, PGAGetCharacterAllele(ctx, p, PGA_OLDPOP, i)) 05/01/95 PGASetCharacterAllele(1)
Related Man Pages |
---|
pgaevaluate(1) - debian |
pgasetrealinitrange(2) - debian |
pgasortpop(8) - debian |
hx509_bitstring_print(3) - freebsd |
hx509_cert_keyusage_print(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Is UNIX an open source OS ? |
One instance of comparing grep and awk |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |