Query: pgasetrealallele
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGASetRealAllele(1) PGAPack PGASetRealAllele(1)NAMEPGASetRealAllele - sets the value of real-valued allele i in string p in population popINPUT PARAMETERSctx - context variable p - string index pop - symbolic constant of the population the string is in i - allele index val - real value to set the allele toOUTPUT PARAMETERSside -effect.SYNOPSIS#include "pgapack.h" void PGASetRealAllele(ctx, p, pop, i, value) PGAContext *ctx int p int pop int i double valueLOCATIONreal.cEXAMPLESets the value of the ith allele of string p in population PGA_NEWPOP to 1.57 PGAContext *ctx; int i, p; : PGASetRealAllele ( ctx, p, PGA_NEWPOP, i, 1.57) 05/01/95 PGASetRealAllele(1)
Related Man Pages |
---|
pgasetintegerinitrange(2) - debian |
pgadebugprint(3) - debian |
bio::popgen::marker(3pm) - debian |
bio::popgen::population(3pm) - debian |
bio::variation::allele(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
One instance of comparing grep and awk |
A (ksh) Library For and From UNIX.com |