/usr/lib/emboss/include/ensgvpopulation.h is in emboss-lib 6.6.0+dfsg-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 | /* @include ensgvpopulation ***************************************************
**
** Ensembl Genetic Variation Population functions
**
** @author Copyright (C) 1999 Ensembl Developers
** @author Copyright (C) 2006 Michael K. Schuster
** @version $Revision: 1.22 $
** @modified 2009 by Alan Bleasby for incorporation into EMBOSS core
** @modified $Date: 2012/08/05 10:58:32 $ by $Author: mks $
** @@
**
** This library is free software; you can redistribute it and/or
** modify it under the terms of the GNU Lesser General Public
** License as published by the Free Software Foundation; either
** version 2.1 of the License, or (at your option) any later version.
**
** This library is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Lesser General Public License for more details.
**
** You should have received a copy of the GNU Lesser General Public
** License along with this library; if not, write to the Free Software
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
** MA 02110-1301, USA.
**
******************************************************************************/
#ifndef ENSGVPOPULATION_H
#define ENSGVPOPULATION_H
/* ========================================================================= */
/* ============================= include files ============================= */
/* ========================================================================= */
#include "ensgvdata.h"
AJ_BEGIN_DECLS
/* ========================================================================= */
/* =============================== constants =============================== */
/* ========================================================================= */
/* ========================================================================= */
/* ============================== public data ============================== */
/* ========================================================================= */
/* ========================================================================= */
/* =========================== public functions ============================ */
/* ========================================================================= */
/*
** Prototype definitions
*/
/* Ensembl Genetic Variation Population */
EnsPGvpopulation ensGvpopulationNewCpy(const EnsPGvpopulation gvp);
EnsPGvpopulation ensGvpopulationNewIni(EnsPGvpopulationadaptor gvpa,
ajuint identifier,
EnsPGvsample gvs,
AjPList subpopulations);
EnsPGvpopulation ensGvpopulationNewRef(EnsPGvpopulation gvp);
void ensGvpopulationDel(EnsPGvpopulation *Pgvp);
EnsPGvpopulationadaptor ensGvpopulationGetAdaptor(const EnsPGvpopulation gvp);
EnsPGvsample ensGvpopulationGetGvsample(const EnsPGvpopulation gvp);
ajuint ensGvpopulationGetIdentifier(const EnsPGvpopulation gvp);
const AjPList ensGvpopulationGetSubgvpopulations(const EnsPGvpopulation gvp);
AjBool ensGvpopulationSetAdaptor(EnsPGvpopulation gvp,
EnsPGvpopulationadaptor gvpa);
AjBool ensGvpopulationSetGvsample(EnsPGvpopulation gvp, EnsPGvsample gvs);
AjBool ensGvpopulationSetIdentifier(EnsPGvpopulation gvp, ajuint identifier);
AjBool ensGvpopulationAddSubgvpopulation(EnsPGvpopulation gvp,
EnsPGvpopulation subgvp);
AjBool ensGvpopulationTrace(const EnsPGvpopulation gvp, ajuint level);
size_t ensGvpopulationCalculateMemsize(const EnsPGvpopulation gvp);
AjBool ensGvpopulationFetchAllGvindividuals(EnsPGvpopulation gvp,
AjPList gvis);
AjBool ensGvpopulationFetchAllSynonyms(EnsPGvpopulation gvp,
const AjPStr source,
AjPList synonyms);
/* Ensembl Genetic Variation Population Adaptor */
EnsPGvpopulationadaptor ensRegistryGetGvpopulationadaptor(
EnsPDatabaseadaptor dba);
EnsPGvpopulationadaptor ensGvpopulationadaptorNew(
EnsPDatabaseadaptor dba);
void ensGvpopulationadaptorDel(EnsPGvpopulationadaptor *Pgvpa);
EnsPGvsampleadaptor ensGvpopulationadaptorGetBaseadaptor(
EnsPGvpopulationadaptor gvpa);
EnsPDatabaseadaptor ensGvpopulationadaptorGetDatabaseadaptor(
EnsPGvpopulationadaptor gvpa);
AjBool ensGvpopulationadaptorFetchAllHapmap(
EnsPGvpopulationadaptor gvpa,
AjPList gvps);
AjBool ensGvpopulationadaptorFetchAllLd(
EnsPGvpopulationadaptor gvpa,
AjPList gvps);
AjBool ensGvpopulationadaptorFetchAllTagged(
EnsPGvpopulationadaptor gvpa,
const EnsPGvvariationfeature gvvf,
AjPList gvps);
AjBool ensGvpopulationadaptorFetchAllTags(
EnsPGvpopulationadaptor gvpa,
const EnsPGvvariationfeature gvvf,
AjPList gvps);
AjBool ensGvpopulationadaptorFetchAllThousandgenomes(
EnsPGvpopulationadaptor gvpa,
AjPList gvps);
AjBool ensGvpopulationadaptorFetchAllbyGvindividual(
EnsPGvpopulationadaptor gvpa,
const EnsPGvindividual gvi,
AjPList gvps);
AjBool ensGvpopulationadaptorFetchAllbyGvindividuals(
EnsPGvpopulationadaptor gvpa,
AjPList gvis,
AjPList gvps);
AjBool ensGvpopulationadaptorFetchAllbyGvpopulationSub(
EnsPGvpopulationadaptor gvpa,
const EnsPGvpopulation gvp,
AjPList gvps);
AjBool ensGvpopulationadaptorFetchAllbyGvpopulationSuper(
EnsPGvpopulationadaptor gvpa,
const EnsPGvpopulation gvp,
AjPList gvps);
AjBool ensGvpopulationadaptorFetchAllbyIdentifiers(
EnsPGvpopulationadaptor gvpa,
AjPTable gvps);
AjBool ensGvpopulationadaptorFetchAllbyNamesearch(
EnsPGvpopulationadaptor gvpa,
const AjPStr name,
AjPList gvps);
AjBool ensGvpopulationadaptorFetchAllbySynonym(
EnsPGvpopulationadaptor gvpa,
const AjPStr synonym,
const AjPStr source,
AjPList gvps);
AjBool ensGvpopulationadaptorFetchByIdentifier(
EnsPGvpopulationadaptor gvpa,
ajuint identifier,
EnsPGvpopulation *Pgvp);
AjBool ensGvpopulationadaptorFetchByName(
EnsPGvpopulationadaptor gvpa,
const AjPStr name,
EnsPGvpopulation *Pgvp);
AjBool ensGvpopulationadaptorFetchDefaultld(
EnsPGvpopulationadaptor gvpa,
EnsPGvpopulation *Pgvp);
/* Ensembl Genetic Variation Population Genotype */
EnsPGvpopulationgenotype ensGvpopulationgenotypeNewCpy(
const EnsPGvpopulationgenotype gvpg);
EnsPGvpopulationgenotype ensGvpopulationgenotypeNewIni(
EnsPGvpopulationgenotypeadaptor gvpga,
ajuint identifier,
EnsPGvpopulation gvp,
EnsPGvgenotype gvg,
ajuint counter,
float frequency);
EnsPGvpopulationgenotype ensGvpopulationgenotypeNewRef(
EnsPGvpopulationgenotype gvpg);
void ensGvpopulationgenotypeDel(EnsPGvpopulationgenotype *Pgvpg);
EnsPGvpopulationgenotypeadaptor ensGvpopulationgenotypeGetAdaptor(
const EnsPGvpopulationgenotype gvpg);
ajuint ensGvpopulationgenotypeGetCounter(
const EnsPGvpopulationgenotype gvpg);
float ensGvpopulationgenotypeGetFrequency(
const EnsPGvpopulationgenotype gvpg);
EnsPGvgenotype ensGvpopulationgenotypeGetGvgenotype(
const EnsPGvpopulationgenotype gvpg);
EnsPGvpopulation ensGvpopulationgenotypeGetGvpopulation(
const EnsPGvpopulationgenotype gvpg);
ajuint ensGvpopulationgenotypeGetIdentifier(
const EnsPGvpopulationgenotype gvpg);
AjBool ensGvpopulationgenotypeSetAdaptor(
EnsPGvpopulationgenotype gvpg,
EnsPGvpopulationgenotypeadaptor gvpga);
AjBool ensGvpopulationgenotypeSetCounter(
EnsPGvpopulationgenotype gvpg,
ajuint counter);
AjBool ensGvpopulationgenotypeSetFrequency(
EnsPGvpopulationgenotype gvpg,
float frequency);
AjBool ensGvpopulationgenotypeSetGvgenotype(
EnsPGvpopulationgenotype gvpg,
EnsPGvgenotype gvg);
AjBool ensGvpopulationgenotypeSetGvpopulation(
EnsPGvpopulationgenotype gvpg,
EnsPGvpopulation gvp);
AjBool ensGvpopulationgenotypeSetIdentifier(
EnsPGvpopulationgenotype gvpg,
ajuint identifier);
AjBool ensGvpopulationgenotypeTrace(const EnsPGvpopulationgenotype gvpg,
ajuint level);
AjPStr ensGvpopulationgenotypeGetSubhandle(
const EnsPGvpopulationgenotype gvpg);
ajuint ensGvpopulationgenotypeGetSubidentifier(
const EnsPGvpopulationgenotype gvpg);
size_t ensGvpopulationgenotypeCalculateMemsize(
const EnsPGvpopulationgenotype gvpg);
/* Ensembl Genetic Variation Population Genotype Adaptor */
EnsPGvpopulationgenotypeadaptor ensRegistryGetGvpopulationgenotypeadaptor(
EnsPDatabaseadaptor dba);
EnsPGvpopulationgenotypeadaptor ensGvpopulationgenotypeadaptorNew(
EnsPDatabaseadaptor dba);
void ensGvpopulationgenotypeadaptorDel(
EnsPGvpopulationgenotypeadaptor *Pgvpga);
EnsPBaseadaptor ensGvpopulationgenotypeadaptorGetBaseadaptor(
EnsPGvpopulationgenotypeadaptor gvpga);
EnsPDatabaseadaptor ensGvpopulationgenotypeadaptorGetDatabaseadaptor(
EnsPGvpopulationgenotypeadaptor gvpga);
EnsPGvbaseadaptor ensGvpopulationgenotypeadaptorGetGvbaseadaptor(
EnsPGvpopulationgenotypeadaptor gvpga);
EnsPGvdatabaseadaptor ensGvpopulationgenotypeadaptorGetGvdatabaseadaptor(
EnsPGvpopulationgenotypeadaptor gvpga);
AjBool ensGvpopulationgenotypeadaptorFetchAllbyGvpopulation(
EnsPGvpopulationgenotypeadaptor gvpga,
const EnsPGvpopulation gvp,
AjPList gvpgs);
AjBool ensGvpopulationgenotypeadaptorFetchAllbyGvvariation(
EnsPGvpopulationgenotypeadaptor gvpga,
const EnsPGvvariation gvv,
AjPList gvpgs);
/*
** End of prototype definitions
*/
AJ_END_DECLS
#endif /* !ENSGVPOPULATION_H */
|