Sample records for animals subgraph sampling

  1. Symmetry compression method for discovering network motifs.

    PubMed

    Wang, Jianxin; Huang, Yuannan; Wu, Fang-Xiang; Pan, Yi

    2012-01-01

    Discovering network motifs could provide a significant insight into systems biology. Interestingly, many biological networks have been found to have a high degree of symmetry (automorphism), which is inherent in biological network topologies. The symmetry due to the large number of basic symmetric subgraphs (BSSs) causes a certain redundant calculation in discovering network motifs. Therefore, we compress all basic symmetric subgraphs before extracting compressed subgraphs and propose an efficient decompression algorithm to decompress all compressed subgraphs without loss of any information. In contrast to previous approaches, the novel Symmetry Compression method for Motif Detection, named as SCMD, eliminates most redundant calculations caused by widespread symmetry of biological networks. We use SCMD to improve three notable exact algorithms and two efficient sampling algorithms. Results of all exact algorithms with SCMD are the same as those of the original algorithms, since SCMD is a lossless method. The sampling results show that the use of SCMD almost does not affect the quality of sampling results. For highly symmetric networks, we find that SCMD used in both exact and sampling algorithms can help get a remarkable speedup. Furthermore, SCMD enables us to find larger motifs in biological networks with notable symmetry than previously possible.

  2. OLSVis: an animated, interactive visual browser for bio-ontologies

    PubMed Central

    2012-01-01

    Background More than one million terms from biomedical ontologies and controlled vocabularies are available through the Ontology Lookup Service (OLS). Although OLS provides ample possibility for querying and browsing terms, the visualization of parts of the ontology graphs is rather limited and inflexible. Results We created the OLSVis web application, a visualiser for browsing all ontologies available in the OLS database. OLSVis shows customisable subgraphs of the OLS ontologies. Subgraphs are animated via a real-time force-based layout algorithm which is fully interactive: each time the user makes a change, e.g. browsing to a new term, hiding, adding, or dragging terms, the algorithm performs smooth and only essential reorganisations of the graph. This assures an optimal viewing experience, because subsequent screen layouts are not grossly altered, and users can easily navigate through the graph. URL: http://ols.wordvis.com Conclusions The OLSVis web application provides a user-friendly tool to visualise ontologies from the OLS repository. It broadens the possibilities to investigate and select ontology subgraphs through a smooth visualisation method. PMID:22646023

  3. Quality Assurance of NCI Thesaurus by Mining Structural-Lexical Patterns

    PubMed Central

    Abeysinghe, Rashmie; Brooks, Michael A.; Talbert, Jeffery; Licong, Cui

    2017-01-01

    Quality assurance of biomedical terminologies such as the National Cancer Institute (NCI) Thesaurus is an essential part of the terminology management lifecycle. We investigate a structural-lexical approach based on non-lattice subgraphs to automatically identify missing hierarchical relations and missing concepts in the NCI Thesaurus. We mine six structural-lexical patterns exhibiting in non-lattice subgraphs: containment, union, intersection, union-intersection, inference-contradiction, and inference union. Each pattern indicates a potential specific type of error and suggests a potential type of remediation. We found 809 non-lattice subgraphs with these patterns in the NCI Thesaurus (version 16.12d). Domain experts evaluated a random sample of 50 small non-lattice subgraphs, of which 33 were confirmed to contain errors and make correct suggestions (33/50 = 66%). Of the 25 evaluated subgraphs revealing multiple patterns, 22 were verified correct (22/25 = 88%). This shows the effectiveness of our structurallexical-pattern-based approach in detecting errors and suggesting remediations in the NCI Thesaurus. PMID:29854100

  4. Classification of urine sediment based on convolution neural network

    NASA Astrophysics Data System (ADS)

    Pan, Jingjing; Jiang, Cunbo; Zhu, Tiantian

    2018-04-01

    By designing a new convolution neural network framework, this paper breaks the constraints of the original convolution neural network framework requiring large training samples and samples of the same size. Move and cropping the input images, generate the same size of the sub-graph. And then, the generated sub-graph uses the method of dropout, increasing the diversity of samples and preventing the fitting generation. Randomly select some proper subset in the sub-graphic set and ensure that the number of elements in the proper subset is same and the proper subset is not the same. The proper subsets are used as input layers for the convolution neural network. Through the convolution layer, the pooling, the full connection layer and output layer, we can obtained the classification loss rate of test set and training set. In the red blood cells, white blood cells, calcium oxalate crystallization classification experiment, the classification accuracy rate of 97% or more.

  5. Mining connected global and local dense subgraphs for bigdata

    NASA Astrophysics Data System (ADS)

    Wu, Bo; Shen, Haiying

    2016-01-01

    The problem of discovering connected dense subgraphs of natural graphs is important in data analysis. Discovering dense subgraphs that do not contain denser subgraphs or are not contained in denser subgraphs (called significant dense subgraphs) is also critical for wide-ranging applications. In spite of many works on discovering dense subgraphs, there are no algorithms that can guarantee the connectivity of the returned subgraphs or discover significant dense subgraphs. Hence, in this paper, we define two subgraph discovery problems to discover connected and significant dense subgraphs, propose polynomial-time algorithms and theoretically prove their validity. We also propose an algorithm to further improve the time and space efficiency of our basic algorithm for discovering significant dense subgraphs in big data by taking advantage of the unique features of large natural graphs. In the experiments, we use massive natural graphs to evaluate our algorithms in comparison with previous algorithms. The experimental results show the effectiveness of our algorithms for the two problems and their efficiency. This work is also the first that reveals the physical significance of significant dense subgraphs in natural graphs from different domains.

  6. Differentially Private Frequent Subgraph Mining

    PubMed Central

    Xu, Shengzhi; Xiong, Li; Cheng, Xiang; Xiao, Ke

    2016-01-01

    Mining frequent subgraphs from a collection of input graphs is an important topic in data mining research. However, if the input graphs contain sensitive information, releasing frequent subgraphs may pose considerable threats to individual's privacy. In this paper, we study the problem of frequent subgraph mining (FGM) under the rigorous differential privacy model. We introduce a novel differentially private FGM algorithm, which is referred to as DFG. In this algorithm, we first privately identify frequent subgraphs from input graphs, and then compute the noisy support of each identified frequent subgraph. In particular, to privately identify frequent subgraphs, we present a frequent subgraph identification approach which can improve the utility of frequent subgraph identifications through candidates pruning. Moreover, to compute the noisy support of each identified frequent subgraph, we devise a lattice-based noisy support derivation approach, where a series of methods has been proposed to improve the accuracy of the noisy supports. Through formal privacy analysis, we prove that our DFG algorithm satisfies ε-differential privacy. Extensive experimental results on real datasets show that the DFG algorithm can privately find frequent subgraphs with high data utility. PMID:27616876

  7. A new augmentation based algorithm for extracting maximal chordal subgraphs

    DOE PAGES

    Bhowmick, Sanjukta; Chen, Tzu-Yi; Halappanavar, Mahantesh

    2014-10-18

    If every cycle of a graph is chordal length greater than three then it contains an edge between non-adjacent vertices. Chordal graphs are of interest both theoretically, since they admit polynomial time solutions to a range of NP-hard graph problems, and practically, since they arise in many applications including sparse linear algebra, computer vision, and computational biology. A maximal chordal subgraph is a chordal subgraph that is not a proper subgraph of any other chordal subgraph. Existing algorithms for computing maximal chordal subgraphs depend on dynamically ordering the vertices, which is an inherently sequential process and therefore limits the algorithms’more » parallelizability. In our paper we explore techniques to develop a scalable parallel algorithm for extracting a maximal chordal subgraph. We demonstrate that an earlier attempt at developing a parallel algorithm may induce a non-optimal vertex ordering and is therefore not guaranteed to terminate with a maximal chordal subgraph. We then give a new algorithm that first computes and then repeatedly augments a spanning chordal subgraph. After proving that the algorithm terminates with a maximal chordal subgraph, we then demonstrate that this algorithm is more amenable to parallelization and that the parallel version also terminates with a maximal chordal subgraph. That said, the complexity of the new algorithm is higher than that of the previous parallel algorithm, although the earlier algorithm computes a chordal subgraph which is not guaranteed to be maximal. Finally, we experimented with our augmentation-based algorithm on both synthetic and real-world graphs. We provide scalability results and also explore the effect of different choices for the initial spanning chordal subgraph on both the running time and on the number of edges in the maximal chordal subgraph.« less

  8. A New Augmentation Based Algorithm for Extracting Maximal Chordal Subgraphs.

    PubMed

    Bhowmick, Sanjukta; Chen, Tzu-Yi; Halappanavar, Mahantesh

    2015-02-01

    A graph is chordal if every cycle of length greater than three contains an edge between non-adjacent vertices. Chordal graphs are of interest both theoretically, since they admit polynomial time solutions to a range of NP-hard graph problems, and practically, since they arise in many applications including sparse linear algebra, computer vision, and computational biology. A maximal chordal subgraph is a chordal subgraph that is not a proper subgraph of any other chordal subgraph. Existing algorithms for computing maximal chordal subgraphs depend on dynamically ordering the vertices, which is an inherently sequential process and therefore limits the algorithms' parallelizability. In this paper we explore techniques to develop a scalable parallel algorithm for extracting a maximal chordal subgraph. We demonstrate that an earlier attempt at developing a parallel algorithm may induce a non-optimal vertex ordering and is therefore not guaranteed to terminate with a maximal chordal subgraph. We then give a new algorithm that first computes and then repeatedly augments a spanning chordal subgraph. After proving that the algorithm terminates with a maximal chordal subgraph, we then demonstrate that this algorithm is more amenable to parallelization and that the parallel version also terminates with a maximal chordal subgraph. That said, the complexity of the new algorithm is higher than that of the previous parallel algorithm, although the earlier algorithm computes a chordal subgraph which is not guaranteed to be maximal. We experimented with our augmentation-based algorithm on both synthetic and real-world graphs. We provide scalability results and also explore the effect of different choices for the initial spanning chordal subgraph on both the running time and on the number of edges in the maximal chordal subgraph.

  9. An algorithm for finding a similar subgraph of all Hamiltonian cycles

    NASA Astrophysics Data System (ADS)

    Wafdan, R.; Ihsan, M.; Suhaimi, D.

    2018-01-01

    This paper discusses an algorithm to find a similar subgraph called findSimSubG algorithm. A similar subgraph is a subgraph with a maximum number of edges, contains no isolated vertex and is contained in every Hamiltonian cycle of a Hamiltonian Graph. The algorithm runs only on Hamiltonian graphs with at least two Hamiltonian cycles. The algorithm works by examining whether the initial subgraph of the first Hamiltonian cycle is a subgraph of comparison graphs. If the initial subgraph is not in comparison graphs, the algorithm will remove edges and vertices of the initial subgraph that are not in comparison graphs. There are two main processes in the algorithm, changing Hamiltonian cycle into a cycle graph and removing edges and vertices of the initial subgraph that are not in comparison graphs. The findSimSubG algorithm can find the similar subgraph without using backtracking method. The similar subgraph cannot be found on certain graphs, such as an n-antiprism graph, complete bipartite graph, complete graph, 2n-crossed prism graph, n-crown graph, n-möbius ladder, prism graph, and wheel graph. The complexity of this algorithm is O(m|V|), where m is the number of Hamiltonian cycles and |V| is the number of vertices of a Hamiltonian graph.

  10. Auditing SNOMED CT hierarchical relations based on lexical features of concepts in non-lattice subgraphs.

    PubMed

    Cui, Licong; Bodenreider, Olivier; Shi, Jay; Zhang, Guo-Qiang

    2018-02-01

    We introduce a structural-lexical approach for auditing SNOMED CT using a combination of non-lattice subgraphs of the underlying hierarchical relations and enriched lexical attributes of fully specified concept names. Our goal is to develop a scalable and effective approach that automatically identifies missing hierarchical IS-A relations. Our approach involves 3 stages. In stage 1, all non-lattice subgraphs of SNOMED CT's IS-A hierarchical relations are extracted. In stage 2, lexical attributes of fully-specified concept names in such non-lattice subgraphs are extracted. For each concept in a non-lattice subgraph, we enrich its set of attributes with attributes from its ancestor concepts within the non-lattice subgraph. In stage 3, subset inclusion relations between the lexical attribute sets of each pair of concepts in each non-lattice subgraph are compared to existing IS-A relations in SNOMED CT. For concept pairs within each non-lattice subgraph, if a subset relation is identified but an IS-A relation is not present in SNOMED CT IS-A transitive closure, then a missing IS-A relation is reported. The September 2017 release of SNOMED CT (US edition) was used in this investigation. A total of 14,380 non-lattice subgraphs were extracted, from which we suggested a total of 41,357 missing IS-A relations. For evaluation purposes, 200 non-lattice subgraphs were randomly selected from 996 smaller subgraphs (of size 4, 5, or 6) within the "Clinical Finding" and "Procedure" sub-hierarchies. Two domain experts confirmed 185 (among 223) suggested missing IS-A relations, a precision of 82.96%. Our results demonstrate that analyzing the lexical features of concepts in non-lattice subgraphs is an effective approach for auditing SNOMED CT. Copyright © 2017 Elsevier Inc. All rights reserved.

  11. MISAGA: An Algorithm for Mining Interesting Subgraphs in Attributed Graphs.

    PubMed

    He, Tiantian; Chan, Keith C C

    2018-05-01

    An attributed graph contains vertices that are associated with a set of attribute values. Mining clusters or communities, which are interesting subgraphs in the attributed graph is one of the most important tasks of graph analytics. Many problems can be defined as the mining of interesting subgraphs in attributed graphs. Algorithms that discover subgraphs based on predefined topologies cannot be used to tackle these problems. To discover interesting subgraphs in the attributed graph, we propose an algorithm called mining interesting subgraphs in attributed graph algorithm (MISAGA). MISAGA performs its tasks by first using a probabilistic measure to determine whether the strength of association between a pair of attribute values is strong enough to be interesting. Given the interesting pairs of attribute values, then the degree of association is computed for each pair of vertices using an information theoretic measure. Based on the edge structure and degree of association between each pair of vertices, MISAGA identifies interesting subgraphs by formulating it as a constrained optimization problem and solves it by identifying the optimal affiliation of subgraphs for the vertices in the attributed graph. MISAGA has been tested with several large-sized real graphs and is found to be potentially very useful for various applications.

  12. Functional network organization of the human brain

    PubMed Central

    Power, Jonathan D; Cohen, Alexander L; Nelson, Steven M; Wig, Gagan S; Barnes, Kelly Anne; Church, Jessica A; Vogel, Alecia C; Laumann, Timothy O; Miezin, Fran M; Schlaggar, Bradley L; Petersen, Steven E

    2011-01-01

    Summary Real-world complex systems may be mathematically modeled as graphs, revealing properties of the system. Here we study graphs of functional brain organization in healthy adults using resting state functional connectivity MRI. We propose two novel brain-wide graphs, one of 264 putative functional areas, the other a modification of voxelwise networks that eliminates potentially artificial short-distance relationships. These graphs contain many subgraphs in good agreement with known functional brain systems. Other subgraphs lack established functional identities; we suggest possible functional characteristics for these subgraphs. Further, graph measures of the areal network indicate that the default mode subgraph shares network properties with sensory and motor subgraphs: it is internally integrated but isolated from other subgraphs, much like a “processing” system. The modified voxelwise graph also reveals spatial motifs in the patterning of systems across the cortex. PMID:22099467

  13. A Coding Method for Efficient Subgraph Querying on Vertex- and Edge-Labeled Graphs

    PubMed Central

    Zhu, Lei; Song, Qinbao; Guo, Yuchen; Du, Lei; Zhu, Xiaoyan; Wang, Guangtao

    2014-01-01

    Labeled graphs are widely used to model complex data in many domains, so subgraph querying has been attracting more and more attention from researchers around the world. Unfortunately, subgraph querying is very time consuming since it involves subgraph isomorphism testing that is known to be an NP-complete problem. In this paper, we propose a novel coding method for subgraph querying that is based on Laplacian spectrum and the number of walks. Our method follows the filtering-and-verification framework and works well on graph databases with frequent updates. We also propose novel two-step filtering conditions that can filter out most false positives and prove that the two-step filtering conditions satisfy the no-false-negative requirement (no dismissal in answers). Extensive experiments on both real and synthetic graphs show that, compared with six existing counterpart methods, our method can effectively improve the efficiency of subgraph querying. PMID:24853266

  14. Node similarity within subgraphs of protein interaction networks

    NASA Astrophysics Data System (ADS)

    Penner, Orion; Sood, Vishal; Musso, Gabriel; Baskerville, Kim; Grassberger, Peter; Paczuski, Maya

    2008-06-01

    We propose a biologically motivated quantity, twinness, to evaluate local similarity between nodes in a network. The twinness of a pair of nodes is the number of connected, labeled subgraphs of size n in which the two nodes possess identical neighbours. The graph animal algorithm is used to estimate twinness for each pair of nodes (for subgraph sizes n=4 to n=12) in four different protein interaction networks (PINs). These include an Escherichia coli PIN and three Saccharomyces cerevisiae PINs - each obtained using state-of-the-art high-throughput methods. In almost all cases, the average twinness of node pairs is vastly higher than that expected from a null model obtained by switching links. For all n, we observe a difference in the ratio of type A twins (which are unlinked pairs) to type B twins (which are linked pairs) distinguishing the prokaryote E. coli from the eukaryote S. cerevisiae. Interaction similarity is expected due to gene duplication, and whole genome duplication paralogues in S. cerevisiae have been reported to co-cluster into the same complexes. Indeed, we find that these paralogous proteins are over-represented as twins compared to pairs chosen at random. These results indicate that twinness can detect ancestral relationships from currently available PIN data.

  15. Integrative Analysis of Many Weighted Co-Expression Networks Using Tensor Computation

    PubMed Central

    Li, Wenyuan; Liu, Chun-Chi; Zhang, Tong; Li, Haifeng; Waterman, Michael S.; Zhou, Xianghong Jasmine

    2011-01-01

    The rapid accumulation of biological networks poses new challenges and calls for powerful integrative analysis tools. Most existing methods capable of simultaneously analyzing a large number of networks were primarily designed for unweighted networks, and cannot easily be extended to weighted networks. However, it is known that transforming weighted into unweighted networks by dichotomizing the edges of weighted networks with a threshold generally leads to information loss. We have developed a novel, tensor-based computational framework for mining recurrent heavy subgraphs in a large set of massive weighted networks. Specifically, we formulate the recurrent heavy subgraph identification problem as a heavy 3D subtensor discovery problem with sparse constraints. We describe an effective approach to solving this problem by designing a multi-stage, convex relaxation protocol, and a non-uniform edge sampling technique. We applied our method to 130 co-expression networks, and identified 11,394 recurrent heavy subgraphs, grouped into 2,810 families. We demonstrated that the identified subgraphs represent meaningful biological modules by validating against a large set of compiled biological knowledge bases. We also showed that the likelihood for a heavy subgraph to be meaningful increases significantly with its recurrence in multiple networks, highlighting the importance of the integrative approach to biological network analysis. Moreover, our approach based on weighted graphs detects many patterns that would be overlooked using unweighted graphs. In addition, we identified a large number of modules that occur predominately under specific phenotypes. This analysis resulted in a genome-wide mapping of gene network modules onto the phenome. Finally, by comparing module activities across many datasets, we discovered high-order dynamic cooperativeness in protein complex networks and transcriptional regulatory networks. PMID:21698123

  16. Sudden emergence of q-regular subgraphs in random graphs

    NASA Astrophysics Data System (ADS)

    Pretti, M.; Weigt, M.

    2006-07-01

    We investigate the computationally hard problem whether a random graph of finite average vertex degree has an extensively large q-regular subgraph, i.e., a subgraph with all vertices having degree equal to q. We reformulate this problem as a constraint-satisfaction problem, and solve it using the cavity method of statistical physics at zero temperature. For q = 3, we find that the first large q-regular subgraphs appear discontinuously at an average vertex degree c3 - reg simeq 3.3546 and contain immediately about 24% of all vertices in the graph. This transition is extremely close to (but different from) the well-known 3-core percolation point c3 - core simeq 3.3509. For q > 3, the q-regular subgraph percolation threshold is found to coincide with that of the q-core.

  17. SING: Subgraph search In Non-homogeneous Graphs

    PubMed Central

    2010-01-01

    Background Finding the subgraphs of a graph database that are isomorphic to a given query graph has practical applications in several fields, from cheminformatics to image understanding. Since subgraph isomorphism is a computationally hard problem, indexing techniques have been intensively exploited to speed up the process. Such systems filter out those graphs which cannot contain the query, and apply a subgraph isomorphism algorithm to each residual candidate graph. The applicability of such systems is limited to databases of small graphs, because their filtering power degrades on large graphs. Results In this paper, SING (Subgraph search In Non-homogeneous Graphs), a novel indexing system able to cope with large graphs, is presented. The method uses the notion of feature, which can be a small subgraph, subtree or path. Each graph in the database is annotated with the set of all its features. The key point is to make use of feature locality information. This idea is used to both improve the filtering performance and speed up the subgraph isomorphism task. Conclusions Extensive tests on chemical compounds, biological networks and synthetic graphs show that the proposed system outperforms the most popular systems in query time over databases of medium and large graphs. Other specific tests show that the proposed system is effective for single large graphs. PMID:20170516

  18. Dense Subgraphs with Restrictions and Applications to Gene Annotation Graphs

    NASA Astrophysics Data System (ADS)

    Saha, Barna; Hoch, Allison; Khuller, Samir; Raschid, Louiqa; Zhang, Xiao-Ning

    In this paper, we focus on finding complex annotation patterns representing novel and interesting hypotheses from gene annotation data. We define a generalization of the densest subgraph problem by adding an additional distance restriction (defined by a separate metric) to the nodes of the subgraph. We show that while this generalization makes the problem NP-hard for arbitrary metrics, when the metric comes from the distance metric of a tree, or an interval graph, the problem can be solved optimally in polynomial time. We also show that the densest subgraph problem with a specified subset of vertices that have to be included in the solution can be solved optimally in polynomial time. In addition, we consider other extensions when not just one solution needs to be found, but we wish to list all subgraphs of almost maximum density as well. We apply this method to a dataset of genes and their annotations obtained from The Arabidopsis Information Resource (TAIR). A user evaluation confirms that the patterns found in the distance restricted densest subgraph for a dataset of photomorphogenesis genes are indeed validated in the literature; a control dataset validates that these are not random patterns. Interestingly, the complex annotation patterns potentially lead to new and as yet unknown hypotheses. We perform experiments to determine the properties of the dense subgraphs, as we vary parameters, including the number of genes and the distance.

  19. Detecting community structure via the maximal sub-graphs and belonging degrees in complex networks

    NASA Astrophysics Data System (ADS)

    Cui, Yaozu; Wang, Xingyuan; Eustace, Justine

    2014-12-01

    Community structure is a common phenomenon in complex networks, and it has been shown that some communities in complex networks often overlap each other. So in this paper we propose a new algorithm to detect overlapping community structure in complex networks. To identify the overlapping community structure, our algorithm firstly extracts fully connected sub-graphs which are maximal sub-graphs from original networks. Then two maximal sub-graphs having the key pair-vertices can be merged into a new larger sub-graph using some belonging degree functions. Furthermore we extend the modularity function to evaluate the proposed algorithm. In addition, overlapping nodes between communities are founded successfully. Finally we report the comparison between the modularity and the computational complexity of the proposed algorithm with some other existing algorithms. The experimental results show that the proposed algorithm gives satisfactory results.

  20. Induced subgraph searching for geometric model fitting

    NASA Astrophysics Data System (ADS)

    Xiao, Fan; Xiao, Guobao; Yan, Yan; Wang, Xing; Wang, Hanzi

    2017-11-01

    In this paper, we propose a novel model fitting method based on graphs to fit and segment multiple-structure data. In the graph constructed on data, each model instance is represented as an induced subgraph. Following the idea of pursuing the maximum consensus, the multiple geometric model fitting problem is formulated as searching for a set of induced subgraphs including the maximum union set of vertices. After the generation and refinement of the induced subgraphs that represent the model hypotheses, the searching process is conducted on the "qualified" subgraphs. Multiple model instances can be simultaneously estimated by solving a converted problem. Then, we introduce the energy evaluation function to determine the number of model instances in data. The proposed method is able to effectively estimate the number and the parameters of model instances in data severely corrupted by outliers and noises. Experimental results on synthetic data and real images validate the favorable performance of the proposed method compared with several state-of-the-art fitting methods.

  1. A graph lattice approach to maintaining and learning dense collections of subgraphs as image features.

    PubMed

    Saund, Eric

    2013-10-01

    Effective object and scene classification and indexing depend on extraction of informative image features. This paper shows how large families of complex image features in the form of subgraphs can be built out of simpler ones through construction of a graph lattice—a hierarchy of related subgraphs linked in a lattice. Robustness is achieved by matching many overlapping and redundant subgraphs, which allows the use of inexpensive exact graph matching, instead of relying on expensive error-tolerant graph matching to a minimal set of ideal model graphs. Efficiency in exact matching is gained by exploitation of the graph lattice data structure. Additionally, the graph lattice enables methods for adaptively growing a feature space of subgraphs tailored to observed data. We develop the approach in the domain of rectilinear line art, specifically for the practical problem of document forms recognition. We are especially interested in methods that require only one or very few labeled training examples per category. We demonstrate two approaches to using the subgraph features for this purpose. Using a bag-of-words feature vector we achieve essentially single-instance learning on a benchmark forms database, following an unsupervised clustering stage. Further performance gains are achieved on a more difficult dataset using a feature voting method and feature selection procedure.

  2. Finding Hierarchical and Overlapping Dense Subgraphs using Nucleus Decompositions

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Seshadhri, Comandur; Pinar, Ali; Sariyuce, Ahmet Erdem

    Finding dense substructures in a graph is a fundamental graph mining operation, with applications in bioinformatics, social networks, and visualization to name a few. Yet most standard formulations of this problem (like clique, quasiclique, k-densest subgraph) are NP-hard. Furthermore, the goal is rarely to nd the \\true optimum", but to identify many (if not all) dense substructures, understand their distribution in the graph, and ideally determine a hierarchical structure among them. Current dense subgraph nding algorithms usually optimize some objective, and only nd a few such subgraphs without providing any hierarchy. It is also not clear how to account formore » overlaps in dense substructures. We de ne the nucleus decomposition of a graph, which represents the graph as a forest of nuclei. Each nucleus is a subgraph where smaller cliques are present in many larger cliques. The forest of nuclei is a hierarchy by containment, where the edge density increases as we proceed towards leaf nuclei. Sibling nuclei can have limited intersections, which allows for discovery of overlapping dense subgraphs. With the right parameters, the nuclear decomposition generalizes the classic notions of k-cores and k-trusses. We give provable e cient algorithms for nuclear decompositions, and empirically evaluate their behavior in a variety of real graphs. The tree of nuclei consistently gives a global, hierarchical snapshot of dense substructures, and outputs dense subgraphs of higher quality than other state-of-theart solutions. Our algorithm can process graphs with tens of millions of edges in less than an hour.« less

  3. Discovering interesting molecular substructures for molecular classification.

    PubMed

    Lam, Winnie W M; Chan, Keith C C

    2010-06-01

    Given a set of molecular structure data preclassified into a number of classes, the molecular classification problem is concerned with the discovering of interesting structural patterns in the data so that "unseen" molecules not originally in the dataset can be accurately classified. To tackle the problem, interesting molecular substructures have to be discovered and this is done typically by first representing molecular structures in molecular graphs, and then, using graph-mining algorithms to discover frequently occurring subgraphs in them. These subgraphs are then used to characterize different classes for molecular classification. While such an approach can be very effective, it should be noted that a substructure that occurs frequently in one class may also does occur in another. The discovering of frequent subgraphs for molecular classification may, therefore, not always be the most effective. In this paper, we propose a novel technique called mining interesting substructures in molecular data for classification (MISMOC) that can discover interesting frequent subgraphs not just for the characterization of a molecular class but also for the distinguishing of it from the others. Using a test statistic, MISMOC screens each frequent subgraph to determine if they are interesting. For those that are interesting, their degrees of interestingness are determined using an information-theoretic measure. When classifying an unseen molecule, its structure is then matched against the interesting subgraphs in each class and a total interestingness measure for the unseen molecule to be classified into a particular class is determined, which is based on the interestingness of each matched subgraphs. The performance of MISMOC is evaluated using both artificial and real datasets, and the results show that it can be an effective approach for molecular classification.

  4. An novel frequent probability pattern mining algorithm based on circuit simulation method in uncertain biological networks.

    PubMed

    He, Jieyue; Wang, Chunyan; Qiu, Kunpu; Zhong, Wei

    2014-01-01

    Motif mining has always been a hot research topic in bioinformatics. Most of current research on biological networks focuses on exact motif mining. However, due to the inevitable experimental error and noisy data, biological network data represented as the probability model could better reflect the authenticity and biological significance, therefore, it is more biological meaningful to discover probability motif in uncertain biological networks. One of the key steps in probability motif mining is frequent pattern discovery which is usually based on the possible world model having a relatively high computational complexity. In this paper, we present a novel method for detecting frequent probability patterns based on circuit simulation in the uncertain biological networks. First, the partition based efficient search is applied to the non-tree like subgraph mining where the probability of occurrence in random networks is small. Then, an algorithm of probability isomorphic based on circuit simulation is proposed. The probability isomorphic combines the analysis of circuit topology structure with related physical properties of voltage in order to evaluate the probability isomorphism between probability subgraphs. The circuit simulation based probability isomorphic can avoid using traditional possible world model. Finally, based on the algorithm of probability subgraph isomorphism, two-step hierarchical clustering method is used to cluster subgraphs, and discover frequent probability patterns from the clusters. The experiment results on data sets of the Protein-Protein Interaction (PPI) networks and the transcriptional regulatory networks of E. coli and S. cerevisiae show that the proposed method can efficiently discover the frequent probability subgraphs. The discovered subgraphs in our study contain all probability motifs reported in the experiments published in other related papers. The algorithm of probability graph isomorphism evaluation based on circuit simulation method excludes most of subgraphs which are not probability isomorphism and reduces the search space of the probability isomorphism subgraphs using the mismatch values in the node voltage set. It is an innovative way to find the frequent probability patterns, which can be efficiently applied to probability motif discovery problems in the further studies.

  5. An novel frequent probability pattern mining algorithm based on circuit simulation method in uncertain biological networks

    PubMed Central

    2014-01-01

    Background Motif mining has always been a hot research topic in bioinformatics. Most of current research on biological networks focuses on exact motif mining. However, due to the inevitable experimental error and noisy data, biological network data represented as the probability model could better reflect the authenticity and biological significance, therefore, it is more biological meaningful to discover probability motif in uncertain biological networks. One of the key steps in probability motif mining is frequent pattern discovery which is usually based on the possible world model having a relatively high computational complexity. Methods In this paper, we present a novel method for detecting frequent probability patterns based on circuit simulation in the uncertain biological networks. First, the partition based efficient search is applied to the non-tree like subgraph mining where the probability of occurrence in random networks is small. Then, an algorithm of probability isomorphic based on circuit simulation is proposed. The probability isomorphic combines the analysis of circuit topology structure with related physical properties of voltage in order to evaluate the probability isomorphism between probability subgraphs. The circuit simulation based probability isomorphic can avoid using traditional possible world model. Finally, based on the algorithm of probability subgraph isomorphism, two-step hierarchical clustering method is used to cluster subgraphs, and discover frequent probability patterns from the clusters. Results The experiment results on data sets of the Protein-Protein Interaction (PPI) networks and the transcriptional regulatory networks of E. coli and S. cerevisiae show that the proposed method can efficiently discover the frequent probability subgraphs. The discovered subgraphs in our study contain all probability motifs reported in the experiments published in other related papers. Conclusions The algorithm of probability graph isomorphism evaluation based on circuit simulation method excludes most of subgraphs which are not probability isomorphism and reduces the search space of the probability isomorphism subgraphs using the mismatch values in the node voltage set. It is an innovative way to find the frequent probability patterns, which can be efficiently applied to probability motif discovery problems in the further studies. PMID:25350277

  6. An Improved Heuristic Method for Subgraph Isomorphism Problem

    NASA Astrophysics Data System (ADS)

    Xiang, Yingzhuo; Han, Jiesi; Xu, Haijiang; Guo, Xin

    2017-09-01

    This paper focus on the subgraph isomorphism (SI) problem. We present an improved genetic algorithm, a heuristic method to search the optimal solution. The contribution of this paper is that we design a dedicated crossover algorithm and a new fitness function to measure the evolution process. Experiments show our improved genetic algorithm performs better than other heuristic methods. For a large graph, such as a subgraph of 40 nodes, our algorithm outperforms the traditional tree search algorithms. We find that the performance of our improved genetic algorithm does not decrease as the number of nodes in prototype graphs.

  7. Solving Connected Subgraph Problems in Wildlife Conservation

    NASA Astrophysics Data System (ADS)

    Dilkina, Bistra; Gomes, Carla P.

    We investigate mathematical formulations and solution techniques for a variant of the Connected Subgraph Problem. Given a connected graph with costs and profits associated with the nodes, the goal is to find a connected subgraph that contains a subset of distinguished vertices. In this work we focus on the budget-constrained version, where we maximize the total profit of the nodes in the subgraph subject to a budget constraint on the total cost. We propose several mixed-integer formulations for enforcing the subgraph connectivity requirement, which plays a key role in the combinatorial structure of the problem. We show that a new formulation based on subtour elimination constraints is more effective at capturing the combinatorial structure of the problem, providing significant advantages over the previously considered encoding which was based on a single commodity flow. We test our formulations on synthetic instances as well as on real-world instances of an important problem in environmental conservation concerning the design of wildlife corridors. Our encoding results in a much tighter LP relaxation, and more importantly, it results in finding better integer feasible solutions as well as much better upper bounds on the objective (often proving optimality or within less than 1% of optimality), both when considering the synthetic instances as well as the real-world wildlife corridor instances.

  8. Unsupervised object segmentation with a hybrid graph model (HGM).

    PubMed

    Liu, Guangcan; Lin, Zhouchen; Yu, Yong; Tang, Xiaoou

    2010-05-01

    In this work, we address the problem of performing class-specific unsupervised object segmentation, i.e., automatic segmentation without annotated training images. Object segmentation can be regarded as a special data clustering problem where both class-specific information and local texture/color similarities have to be considered. To this end, we propose a hybrid graph model (HGM) that can make effective use of both symmetric and asymmetric relationship among samples. The vertices of a hybrid graph represent the samples and are connected by directed edges and/or undirected ones, which represent the asymmetric and/or symmetric relationship between them, respectively. When applied to object segmentation, vertices are superpixels, the asymmetric relationship is the conditional dependence of occurrence, and the symmetric relationship is the color/texture similarity. By combining the Markov chain formed by the directed subgraph and the minimal cut of the undirected subgraph, the object boundaries can be determined for each image. Using the HGM, we can conveniently achieve simultaneous segmentation and recognition by integrating both top-down and bottom-up information into a unified process. Experiments on 42 object classes (9,415 images in total) show promising results.

  9. Multi-Level Anomaly Detection on Time-Varying Graph Data

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Bridges, Robert A; Collins, John P; Ferragut, Erik M

    This work presents a novel modeling and analysis framework for graph sequences which addresses the challenge of detecting and contextualizing anomalies in labelled, streaming graph data. We introduce a generalization of the BTER model of Seshadhri et al. by adding flexibility to community structure, and use this model to perform multi-scale graph anomaly detection. Specifically, probability models describing coarse subgraphs are built by aggregating probabilities at finer levels, and these closely related hierarchical models simultaneously detect deviations from expectation. This technique provides insight into a graph's structure and internal context that may shed light on a detected event. Additionally, thismore » multi-scale analysis facilitates intuitive visualizations by allowing users to narrow focus from an anomalous graph to particular subgraphs or nodes causing the anomaly. For evaluation, two hierarchical anomaly detectors are tested against a baseline Gaussian method on a series of sampled graphs. We demonstrate that our graph statistics-based approach outperforms both a distribution-based detector and the baseline in a labeled setting with community structure, and it accurately detects anomalies in synthetic and real-world datasets at the node, subgraph, and graph levels. To illustrate the accessibility of information made possible via this technique, the anomaly detector and an associated interactive visualization tool are tested on NCAA football data, where teams and conferences that moved within the league are identified with perfect recall, and precision greater than 0.786.« less

  10. Image Analysis and Modeling

    DTIC Science & Technology

    1975-05-01

    place "subgraphs" with more complicated subgraphs. There have beer many re- sults reported which extend string-grammar theorems to web grammar...W. Bacus and E. E. Gose , "Leukocyte Pattern Recognition," IEEE SMC-2. No. 2, pp. 513-536, September 1972. [4] J. K. Hawkins

  11. A PVS Graph Theory Library

    NASA Technical Reports Server (NTRS)

    Butler, Ricky W.; Sjogren, Jon A.

    1998-01-01

    This paper documents the NASA Langley PVS graph theory library. The library provides fundamental definitions for graphs, subgraphs, walks, paths, subgraphs generated by walks, trees, cycles, degree, separating sets, and four notions of connectedness. Theorems provided include Ramsey's and Menger's and the equivalence of all four notions of connectedness.

  12. A multi-level anomaly detection algorithm for time-varying graph data with interactive visualization

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Bridges, Robert A.; Collins, John P.; Ferragut, Erik M.

    This work presents a novel modeling and analysis framework for graph sequences which addresses the challenge of detecting and contextualizing anomalies in labelled, streaming graph data. We introduce a generalization of the BTER model of Seshadhri et al. by adding flexibility to community structure, and use this model to perform multi-scale graph anomaly detection. Specifically, probability models describing coarse subgraphs are built by aggregating node probabilities, and these related hierarchical models simultaneously detect deviations from expectation. This technique provides insight into a graph's structure and internal context that may shed light on a detected event. Additionally, this multi-scale analysis facilitatesmore » intuitive visualizations by allowing users to narrow focus from an anomalous graph to particular subgraphs or nodes causing the anomaly. For evaluation, two hierarchical anomaly detectors are tested against a baseline Gaussian method on a series of sampled graphs. We demonstrate that our graph statistics-based approach outperforms both a distribution-based detector and the baseline in a labeled setting with community structure, and it accurately detects anomalies in synthetic and real-world datasets at the node, subgraph, and graph levels. Furthermore, to illustrate the accessibility of information made possible via this technique, the anomaly detector and an associated interactive visualization tool are tested on NCAA football data, where teams and conferences that moved within the league are identified with perfect recall, and precision greater than 0.786.« less

  13. A multi-level anomaly detection algorithm for time-varying graph data with interactive visualization

    DOE PAGES

    Bridges, Robert A.; Collins, John P.; Ferragut, Erik M.; ...

    2016-01-01

    This work presents a novel modeling and analysis framework for graph sequences which addresses the challenge of detecting and contextualizing anomalies in labelled, streaming graph data. We introduce a generalization of the BTER model of Seshadhri et al. by adding flexibility to community structure, and use this model to perform multi-scale graph anomaly detection. Specifically, probability models describing coarse subgraphs are built by aggregating node probabilities, and these related hierarchical models simultaneously detect deviations from expectation. This technique provides insight into a graph's structure and internal context that may shed light on a detected event. Additionally, this multi-scale analysis facilitatesmore » intuitive visualizations by allowing users to narrow focus from an anomalous graph to particular subgraphs or nodes causing the anomaly. For evaluation, two hierarchical anomaly detectors are tested against a baseline Gaussian method on a series of sampled graphs. We demonstrate that our graph statistics-based approach outperforms both a distribution-based detector and the baseline in a labeled setting with community structure, and it accurately detects anomalies in synthetic and real-world datasets at the node, subgraph, and graph levels. Furthermore, to illustrate the accessibility of information made possible via this technique, the anomaly detector and an associated interactive visualization tool are tested on NCAA football data, where teams and conferences that moved within the league are identified with perfect recall, and precision greater than 0.786.« less

  14. Super (a, d)-Cycle-Antimagic Total Labeling on Triangular Ladder Graph and Generalized Jahangir Graph

    NASA Astrophysics Data System (ADS)

    Roswitha, Mania; Amanda, Anna; Sri Martini, Titin; Winarno, Bowo

    2017-06-01

    Let G(V (G), E(G)) be a finite simple graph with |V (G)| = G and |E(G)| = eG . Let H be a subgraph of G. The graph G is said to be (a, d)-H-antimagic covering if every edge in G belongs to at least one of the subgraphs G isomorphic to H and there is a bijective function ξ : V ∪ E → {1, 2, …,νG + eG } such that all subgraphs H‧ isomorphic to H, the H‧ -weights w(H‧)=∑v∈V(H‧)ξ(v)+∑e∈E(H‧)ξ(e) constitutes an arithmetic progression {a, a + d, a + 2d, …, a + (t - 1)d}, where a and d are positive integers and t is the number of subgraphs G isomorphic to H. Such a labeling is called super if the vertices contain the smallest possible labels. This research provides super (a, d)-C 3-antimagic total labelng on triangular ladder TLn for n ≥ 2 and super (a, d)-C s+2-antimagic total labeling on generalized Jahangir Jk,s for k ≥ 2 and s ≥ 2.

  15. On size-constrained minimum s–t cut problems and size-constrained dense subgraph problems

    DOE PAGES

    Chen, Wenbin; Samatova, Nagiza F.; Stallmann, Matthias F.; ...

    2015-10-30

    In some application cases, the solutions of combinatorial optimization problems on graphs should satisfy an additional vertex size constraint. In this paper, we consider size-constrained minimum s–t cut problems and size-constrained dense subgraph problems. We introduce the minimum s–t cut with at-least-k vertices problem, the minimum s–t cut with at-most-k vertices problem, and the minimum s–t cut with exactly k vertices problem. We prove that they are NP-complete. Thus, they are not polynomially solvable unless P = NP. On the other hand, we also study the densest at-least-k-subgraph problem (DalkS) and the densest at-most-k-subgraph problem (DamkS) introduced by Andersen andmore » Chellapilla [1]. We present a polynomial time algorithm for DalkS when k is bounded by some constant c. We also present two approximation algorithms for DamkS. In conclusion, the first approximation algorithm for DamkS has an approximation ratio of n-1/k-1, where n is the number of vertices in the input graph. The second approximation algorithm for DamkS has an approximation ratio of O (n δ), for some δ < 1/3.« less

  16. Super (a,d)-H-antimagic covering of möbius ladder graph

    NASA Astrophysics Data System (ADS)

    Indriyani, Novia; Sri Martini, Titin

    2018-04-01

    Let G = (V(G), E(G)) be a simple graph. Let H-covering of G is a subgraph H 1, H 2, …, Hj with every edge in G is contained in at least one graph Hi for 1 ≤ i ≤ j. If every Hi is isomorphic, then G admits an H-covering. Furthermore, an (a,d)-H-antimagic covering if there bijective function ξ :V(G)\\cup E(G)\\to \\{1,2,3,\\ldots,|V(G)|+|E(G)|\\}. The H‑-weights for all subgraphs H‑ isomorphic to H ω ({H}^{\\prime })={\\sum }v\\in V({H^{\\prime })}ξ (v)+{\\sum }e\\in E({H^{\\prime })}ξ (e). The weights of subgraphs constitutes an arithmatic progression {a, a + d, …, a + (t ‑ 1)d} where a and d are positive integers and t is the number of subgraphs G isomorphic to H. If ξ (V(G))=\\{1,2,\\ldots,|V(G)|\\} then ξ is called super (a, d)-H-antimagic covering. The research provides super (a, d)-H-antimagic covering with d = {1, 3} of Möbius ladder graph Mn for n > 5 and n is odd.

  17. Epidemics in networks: a master equation approach

    NASA Astrophysics Data System (ADS)

    Cotacallapa, M.; Hase, M. O.

    2016-02-01

    A problem closely related to epidemiology, where a subgraph of ‘infected’ links is defined inside a larger network, is investigated. This subgraph is generated from the underlying network by a random variable, which decides whether a link is able to propagate a disease/information. The relaxation timescale of this random variable is examined in both annealed and quenched limits, and the effectiveness of propagation of disease/information is analyzed. The dynamics of the model is governed by a master equation and two types of underlying network are considered: one is scale-free and the other has exponential degree distribution. We have shown that the relaxation timescale of the contagion variable has a major influence on the topology of the subgraph of infected links, which determines the efficiency of spreading of disease/information over the network.

  18. Sequential Monte Carlo for Maximum Weight Subgraphs with Application to Solving Image Jigsaw Puzzles.

    PubMed

    Adluru, Nagesh; Yang, Xingwei; Latecki, Longin Jan

    2015-05-01

    We consider a problem of finding maximum weight subgraphs (MWS) that satisfy hard constraints in a weighted graph. The constraints specify the graph nodes that must belong to the solution as well as mutual exclusions of graph nodes, i.e., pairs of nodes that cannot belong to the same solution. Our main contribution is a novel inference approach for solving this problem in a sequential monte carlo (SMC) sampling framework. Usually in an SMC framework there is a natural ordering of the states of the samples. The order typically depends on observations about the states or on the annealing setup used. In many applications (e.g., image jigsaw puzzle problems), all observations (e.g., puzzle pieces) are given at once and it is hard to define a natural ordering. Therefore, we relax the assumption of having ordered observations about states and propose a novel SMC algorithm for obtaining maximum a posteriori estimate of a high-dimensional posterior distribution. This is achieved by exploring different orders of states and selecting the most informative permutations in each step of the sampling. Our experimental results demonstrate that the proposed inference framework significantly outperforms loopy belief propagation in solving the image jigsaw puzzle problem. In particular, our inference quadruples the accuracy of the puzzle assembly compared to that of loopy belief propagation.

  19. Sequential Monte Carlo for Maximum Weight Subgraphs with Application to Solving Image Jigsaw Puzzles

    PubMed Central

    Adluru, Nagesh; Yang, Xingwei; Latecki, Longin Jan

    2015-01-01

    We consider a problem of finding maximum weight subgraphs (MWS) that satisfy hard constraints in a weighted graph. The constraints specify the graph nodes that must belong to the solution as well as mutual exclusions of graph nodes, i.e., pairs of nodes that cannot belong to the same solution. Our main contribution is a novel inference approach for solving this problem in a sequential monte carlo (SMC) sampling framework. Usually in an SMC framework there is a natural ordering of the states of the samples. The order typically depends on observations about the states or on the annealing setup used. In many applications (e.g., image jigsaw puzzle problems), all observations (e.g., puzzle pieces) are given at once and it is hard to define a natural ordering. Therefore, we relax the assumption of having ordered observations about states and propose a novel SMC algorithm for obtaining maximum a posteriori estimate of a high-dimensional posterior distribution. This is achieved by exploring different orders of states and selecting the most informative permutations in each step of the sampling. Our experimental results demonstrate that the proposed inference framework significantly outperforms loopy belief propagation in solving the image jigsaw puzzle problem. In particular, our inference quadruples the accuracy of the puzzle assembly compared to that of loopy belief propagation. PMID:26052182

  20. Community structure and scale-free collections of Erdős-Rényi graphs.

    PubMed

    Seshadhri, C; Kolda, Tamara G; Pinar, Ali

    2012-05-01

    Community structure plays a significant role in the analysis of social networks and similar graphs, yet this structure is little understood and not well captured by most models. We formally define a community to be a subgraph that is internally highly connected and has no deeper substructure. We use tools of combinatorics to show that any such community must contain a dense Erdős-Rényi (ER) subgraph. Based on mathematical arguments, we hypothesize that any graph with a heavy-tailed degree distribution and community structure must contain a scale-free collection of dense ER subgraphs. These theoretical observations corroborate well with empirical evidence. From this, we propose the Block Two-Level Erdős-Rényi (BTER) model, and demonstrate that it accurately captures the observable properties of many real-world social networks.

  1. Matching CCD images to a stellar catalog using locality-sensitive hashing

    NASA Astrophysics Data System (ADS)

    Liu, Bo; Yu, Jia-Zong; Peng, Qing-Yu

    2018-02-01

    The usage of a subset of observed stars in a CCD image to find their corresponding matched stars in a stellar catalog is an important issue in astronomical research. Subgraph isomorphic-based algorithms are the most widely used methods in star catalog matching. When more subgraph features are provided, the CCD images are recognized better. However, when the navigation feature database is large, the method requires more time to match the observing model. To solve this problem, this study investigates further and improves subgraph isomorphic matching algorithms. We present an algorithm based on a locality-sensitive hashing technique, which allocates quadrilateral models in the navigation feature database into different hash buckets and reduces the search range to the bucket in which the observed quadrilateral model is located. Experimental results indicate the effectivity of our method.

  2. Incremental k-core decomposition: Algorithms and evaluation

    DOE PAGES

    Sariyuce, Ahmet Erdem; Gedik, Bugra; Jacques-SIlva, Gabriela; ...

    2016-02-01

    A k-core of a graph is a maximal connected subgraph in which every vertex is connected to at least k vertices in the subgraph. k-core decomposition is often used in large-scale network analysis, such as community detection, protein function prediction, visualization, and solving NP-hard problems on real networks efficiently, like maximal clique finding. In many real-world applications, networks change over time. As a result, it is essential to develop efficient incremental algorithms for dynamic graph data. In this paper, we propose a suite of incremental k-core decomposition algorithms for dynamic graph data. These algorithms locate a small subgraph that ismore » guaranteed to contain the list of vertices whose maximum k-core values have changed and efficiently process this subgraph to update the k-core decomposition. We present incremental algorithms for both insertion and deletion operations, and propose auxiliary vertex state maintenance techniques that can further accelerate these operations. Our results show a significant reduction in runtime compared to non-incremental alternatives. We illustrate the efficiency of our algorithms on different types of real and synthetic graphs, at varying scales. Furthermore, for a graph of 16 million vertices, we observe relative throughputs reaching a million times, relative to the non-incremental algorithms.« less

  3. Partial Information Community Detection in a Multilayer Network

    DTIC Science & Technology

    2016-06-01

    Network was taken from the CORE Lab at the Naval Postgraduate School [27]. Facebook dataset We will use a subgraph of the Facebook network to build a...larger synthetic multilayer network. We want to use this Facebook data as a way to introduce a real world example of a network into our synthetic network...This data is provided by the Standford Large Network Dataset Collection [28]. This is a large anonymous subgraph of Facebook . It contains over 4,000

  4. The Development of Novel Chemical Fragment-Based Descriptors Using Frequent Common Subgraph Mining Approach and Their Application in QSAR Modeling.

    PubMed

    Khashan, Raed; Zheng, Weifan; Tropsha, Alexander

    2014-03-01

    We present a novel approach to generating fragment-based molecular descriptors. The molecules are represented by labeled undirected chemical graph. Fast Frequent Subgraph Mining (FFSM) is used to find chemical-fragments (subgraphs) that occur in at least a subset of all molecules in a dataset. The collection of frequent subgraphs (FSG) forms a dataset-specific descriptors whose values for each molecule are defined by the number of times each frequent fragment occurs in this molecule. We have employed the FSG descriptors to develop variable selection k Nearest Neighbor (kNN) QSAR models of several datasets with binary target property including Maximum Recommended Therapeutic Dose (MRTD), Salmonella Mutagenicity (Ames Genotoxicity), and P-Glycoprotein (PGP) data. Each dataset was divided into training, test, and validation sets to establish the statistical figures of merit reflecting the model validated predictive power. The classification accuracies of models for both training and test sets for all datasets exceeded 75 %, and the accuracy for the external validation sets exceeded 72 %. The model accuracies were comparable or better than those reported earlier in the literature for the same datasets. Furthermore, the use of fragment-based descriptors affords mechanistic interpretation of validated QSAR models in terms of essential chemical fragments responsible for the compounds' target property. © 2014 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  5. GoFFish: A Sub-Graph Centric Framework for Large-Scale Graph Analytics1

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Simmhan, Yogesh; Kumbhare, Alok; Wickramaarachchi, Charith

    2014-08-25

    Large scale graph processing is a major research area for Big Data exploration. Vertex centric programming models like Pregel are gaining traction due to their simple abstraction that allows for scalable execution on distributed systems naturally. However, there are limitations to this approach which cause vertex centric algorithms to under-perform due to poor compute to communication overhead ratio and slow convergence of iterative superstep. In this paper we introduce GoFFish a scalable sub-graph centric framework co-designed with a distributed persistent graph storage for large scale graph analytics on commodity clusters. We introduce a sub-graph centric programming abstraction that combines themore » scalability of a vertex centric approach with the flexibility of shared memory sub-graph computation. We map Connected Components, SSSP and PageRank algorithms to this model to illustrate its flexibility. Further, we empirically analyze GoFFish using several real world graphs and demonstrate its significant performance improvement, orders of magnitude in some cases, compared to Apache Giraph, the leading open source vertex centric implementation. We map Connected Components, SSSP and PageRank algorithms to this model to illustrate its flexibility. Further, we empirically analyze GoFFish using several real world graphs and demonstrate its significant performance improvement, orders of magnitude in some cases, compared to Apache Giraph, the leading open source vertex centric implementation.« less

  6. Searching social networks for subgraph patterns

    NASA Astrophysics Data System (ADS)

    Ogaard, Kirk; Kase, Sue; Roy, Heather; Nagi, Rakesh; Sambhoos, Kedar; Sudit, Moises

    2013-06-01

    Software tools for Social Network Analysis (SNA) are being developed which support various types of analysis of social networks extracted from social media websites (e.g., Twitter). Once extracted and stored in a database such social networks are amenable to analysis by SNA software. This data analysis often involves searching for occurrences of various subgraph patterns (i.e., graphical representations of entities and relationships). The authors have developed the Graph Matching Toolkit (GMT) which provides an intuitive Graphical User Interface (GUI) for a heuristic graph matching algorithm called the Truncated Search Tree (TruST) algorithm. GMT is a visual interface for graph matching algorithms processing large social networks. GMT enables an analyst to draw a subgraph pattern by using a mouse to select categories and labels for nodes and links from drop-down menus. GMT then executes the TruST algorithm to find the top five occurrences of the subgraph pattern within the social network stored in the database. GMT was tested using a simulated counter-insurgency dataset consisting of cellular phone communications within a populated area of operations in Iraq. The results indicated GMT (when executing the TruST graph matching algorithm) is a time-efficient approach to searching large social networks. GMT's visual interface to a graph matching algorithm enables intelligence analysts to quickly analyze and summarize the large amounts of data necessary to produce actionable intelligence.

  7. Do motifs reflect evolved function?--No convergent evolution of genetic regulatory network subgraph topologies.

    PubMed

    Knabe, Johannes F; Nehaniv, Chrystopher L; Schilstra, Maria J

    2008-01-01

    Methods that analyse the topological structure of networks have recently become quite popular. Whether motifs (subgraph patterns that occur more often than in randomized networks) have specific functions as elementary computational circuits has been cause for debate. As the question is difficult to resolve with currently available biological data, we approach the issue using networks that abstractly model natural genetic regulatory networks (GRNs) which are evolved to show dynamical behaviors. Specifically one group of networks was evolved to be capable of exhibiting two different behaviors ("differentiation") in contrast to a group with a single target behavior. In both groups we find motif distribution differences within the groups to be larger than differences between them, indicating that evolutionary niches (target functions) do not necessarily mold network structure uniquely. These results show that variability operators can have a stronger influence on network topologies than selection pressures, especially when many topologies can create similar dynamics. Moreover, analysis of motif functional relevance by lesioning did not suggest that motifs were of greater importance to the functioning of the network than arbitrary subgraph patterns. Only when drastically restricting network size, so that one motif corresponds to a whole functionally evolved network, was preference for particular connection patterns found. This suggests that in non-restricted, bigger networks, entanglement with the rest of the network hinders topological subgraph analysis.

  8. Mining integrated semantic networks for drug repositioning opportunities

    PubMed Central

    Mullen, Joseph; Tipney, Hannah

    2016-01-01

    Current research and development approaches to drug discovery have become less fruitful and more costly. One alternative paradigm is that of drug repositioning. Many marketed examples of repositioned drugs have been identified through serendipitous or rational observations, highlighting the need for more systematic methodologies to tackle the problem. Systems level approaches have the potential to enable the development of novel methods to understand the action of therapeutic compounds, but requires an integrative approach to biological data. Integrated networks can facilitate systems level analyses by combining multiple sources of evidence to provide a rich description of drugs, their targets and their interactions. Classically, such networks can be mined manually where a skilled person is able to identify portions of the graph (semantic subgraphs) that are indicative of relationships between drugs and highlight possible repositioning opportunities. However, this approach is not scalable. Automated approaches are required to systematically mine integrated networks for these subgraphs and bring them to the attention of the user. We introduce a formal framework for the definition of integrated networks and their associated semantic subgraphs for drug interaction analysis and describe DReSMin, an algorithm for mining semantically-rich networks for occurrences of a given semantic subgraph. This algorithm allows instances of complex semantic subgraphs that contain data about putative drug repositioning opportunities to be identified in a computationally tractable fashion, scaling close to linearly with network data. We demonstrate the utility of our approach by mining an integrated drug interaction network built from 11 sources. This work identified and ranked 9,643,061 putative drug-target interactions, showing a strong correlation between highly scored associations and those supported by literature. We discuss the 20 top ranked associations in more detail, of which 14 are novel and 6 are supported by the literature. We also show that our approach better prioritizes known drug-target interactions, than other state-of-the art approaches for predicting such interactions. PMID:26844016

  9. Topological structure of dictionary graphs

    NASA Astrophysics Data System (ADS)

    Fukś, Henryk; Krzemiński, Mark

    2009-09-01

    We investigate the topological structure of the subgraphs of dictionary graphs constructed from WordNet and Moby thesaurus data. In the process of learning a foreign language, the learner knows only a subset of all words of the language, corresponding to a subgraph of a dictionary graph. When this subgraph grows with time, its topological properties change. We introduce the notion of the pseudocore and argue that the growth of the vocabulary roughly follows decreasing pseudocore numbers—that is, one first learns words with a high pseudocore number followed by smaller pseudocores. We also propose an alternative strategy for vocabulary growth, involving decreasing core numbers as opposed to pseudocore numbers. We find that as the core or pseudocore grows in size, the clustering coefficient first decreases, then reaches a minimum and starts increasing again. The minimum occurs when the vocabulary reaches a size between 103 and 104. A simple model exhibiting similar behavior is proposed. The model is based on a generalized geometric random graph. Possible implications for language learning are discussed.

  10. An annealed chaotic maximum neural network for bipartite subgraph problem.

    PubMed

    Wang, Jiahai; Tang, Zheng; Wang, Ronglong

    2004-04-01

    In this paper, based on maximum neural network, we propose a new parallel algorithm that can help the maximum neural network escape from local minima by including a transient chaotic neurodynamics for bipartite subgraph problem. The goal of the bipartite subgraph problem, which is an NP- complete problem, is to remove the minimum number of edges in a given graph such that the remaining graph is a bipartite graph. Lee et al. presented a parallel algorithm using the maximum neural model (winner-take-all neuron model) for this NP- complete problem. The maximum neural model always guarantees a valid solution and greatly reduces the search space without a burden on the parameter-tuning. However, the model has a tendency to converge to a local minimum easily because it is based on the steepest descent method. By adding a negative self-feedback to the maximum neural network, we proposed a new parallel algorithm that introduces richer and more flexible chaotic dynamics and can prevent the network from getting stuck at local minima. After the chaotic dynamics vanishes, the proposed algorithm is then fundamentally reined by the gradient descent dynamics and usually converges to a stable equilibrium point. The proposed algorithm has the advantages of both the maximum neural network and the chaotic neurodynamics. A large number of instances have been simulated to verify the proposed algorithm. The simulation results show that our algorithm finds the optimum or near-optimum solution for the bipartite subgraph problem superior to that of the best existing parallel algorithms.

  11. Approximation algorithms for the min-power symmetric connectivity problem

    NASA Astrophysics Data System (ADS)

    Plotnikov, Roman; Erzin, Adil; Mladenovic, Nenad

    2016-10-01

    We consider the NP-hard problem of synthesis of optimal spanning communication subgraph in a given arbitrary simple edge-weighted graph. This problem occurs in the wireless networks while minimizing the total transmission power consumptions. We propose several new heuristics based on the variable neighborhood search metaheuristic for the approximation solution of the problem. We have performed a numerical experiment where all proposed algorithms have been executed on the randomly generated test samples. For these instances, on average, our algorithms outperform the previously known heuristics.

  12. NIBBS-search for fast and accurate prediction of phenotype-biased metabolic systems.

    PubMed

    Schmidt, Matthew C; Rocha, Andrea M; Padmanabhan, Kanchana; Shpanskaya, Yekaterina; Banfield, Jill; Scott, Kathleen; Mihelcic, James R; Samatova, Nagiza F

    2012-01-01

    Understanding of genotype-phenotype associations is important not only for furthering our knowledge on internal cellular processes, but also essential for providing the foundation necessary for genetic engineering of microorganisms for industrial use (e.g., production of bioenergy or biofuels). However, genotype-phenotype associations alone do not provide enough information to alter an organism's genome to either suppress or exhibit a phenotype. It is important to look at the phenotype-related genes in the context of the genome-scale network to understand how the genes interact with other genes in the organism. Identification of metabolic subsystems involved in the expression of the phenotype is one way of placing the phenotype-related genes in the context of the entire network. A metabolic system refers to a metabolic network subgraph; nodes are compounds and edges labels are the enzymes that catalyze the reaction. The metabolic subsystem could be part of a single metabolic pathway or span parts of multiple pathways. Arguably, comparative genome-scale metabolic network analysis is a promising strategy to identify these phenotype-related metabolic subsystems. Network Instance-Based Biased Subgraph Search (NIBBS) is a graph-theoretic method for genome-scale metabolic network comparative analysis that can identify metabolic systems that are statistically biased toward phenotype-expressing organismal networks. We set up experiments with target phenotypes like hydrogen production, TCA expression, and acid-tolerance. We show via extensive literature search that some of the resulting metabolic subsystems are indeed phenotype-related and formulate hypotheses for other systems in terms of their role in phenotype expression. NIBBS is also orders of magnitude faster than MULE, one of the most efficient maximal frequent subgraph mining algorithms that could be adjusted for this problem. Also, the set of phenotype-biased metabolic systems output by NIBBS comes very close to the set of phenotype-biased subgraphs output by an exact maximally-biased subgraph enumeration algorithm ( MBS-Enum ). The code (NIBBS and the module to visualize the identified subsystems) is available at http://freescience.org/cs/NIBBS.

  13. NIBBS-Search for Fast and Accurate Prediction of Phenotype-Biased Metabolic Systems

    PubMed Central

    Padmanabhan, Kanchana; Shpanskaya, Yekaterina; Banfield, Jill; Scott, Kathleen; Mihelcic, James R.; Samatova, Nagiza F.

    2012-01-01

    Understanding of genotype-phenotype associations is important not only for furthering our knowledge on internal cellular processes, but also essential for providing the foundation necessary for genetic engineering of microorganisms for industrial use (e.g., production of bioenergy or biofuels). However, genotype-phenotype associations alone do not provide enough information to alter an organism's genome to either suppress or exhibit a phenotype. It is important to look at the phenotype-related genes in the context of the genome-scale network to understand how the genes interact with other genes in the organism. Identification of metabolic subsystems involved in the expression of the phenotype is one way of placing the phenotype-related genes in the context of the entire network. A metabolic system refers to a metabolic network subgraph; nodes are compounds and edges labels are the enzymes that catalyze the reaction. The metabolic subsystem could be part of a single metabolic pathway or span parts of multiple pathways. Arguably, comparative genome-scale metabolic network analysis is a promising strategy to identify these phenotype-related metabolic subsystems. Network Instance-Based Biased Subgraph Search (NIBBS) is a graph-theoretic method for genome-scale metabolic network comparative analysis that can identify metabolic systems that are statistically biased toward phenotype-expressing organismal networks. We set up experiments with target phenotypes like hydrogen production, TCA expression, and acid-tolerance. We show via extensive literature search that some of the resulting metabolic subsystems are indeed phenotype-related and formulate hypotheses for other systems in terms of their role in phenotype expression. NIBBS is also orders of magnitude faster than MULE, one of the most efficient maximal frequent subgraph mining algorithms that could be adjusted for this problem. Also, the set of phenotype-biased metabolic systems output by NIBBS comes very close to the set of phenotype-biased subgraphs output by an exact maximally-biased subgraph enumeration algorithm ( MBS-Enum ). The code (NIBBS and the module to visualize the identified subsystems) is available at http://freescience.org/cs/NIBBS. PMID:22589706

  14. Better Decomposition Heuristics for the Maximum-Weight Connected Graph Problem Using Betweenness Centrality

    NASA Astrophysics Data System (ADS)

    Yamamoto, Takanori; Bannai, Hideo; Nagasaki, Masao; Miyano, Satoru

    We present new decomposition heuristics for finding the optimal solution for the maximum-weight connected graph problem, which is known to be NP-hard. Previous optimal algorithms for solving the problem decompose the input graph into subgraphs using heuristics based on node degree. We propose new heuristics based on betweenness centrality measures, and show through computational experiments that our new heuristics tend to reduce the number of subgraphs in the decomposition, and therefore could lead to the reduction in computational time for finding the optimal solution. The method is further applied to analysis of biological pathway data.

  15. Modular biological function is most effectively captured by combining molecular interaction data types.

    PubMed

    Ames, Ryan M; Macpherson, Jamie I; Pinney, John W; Lovell, Simon C; Robertson, David L

    2013-01-01

    Large-scale molecular interaction data sets have the potential to provide a comprehensive, system-wide understanding of biological function. Although individual molecules can be promiscuous in terms of their contribution to function, molecular functions emerge from the specific interactions of molecules giving rise to modular organisation. As functions often derive from a range of mechanisms, we demonstrate that they are best studied using networks derived from different sources. Implementing a graph partitioning algorithm we identify subnetworks in yeast protein-protein interaction (PPI), genetic interaction and gene co-regulation networks. Among these subnetworks we identify cohesive subgraphs that we expect to represent functional modules in the different data types. We demonstrate significant overlap between the subgraphs generated from the different data types and show these overlaps can represent related functions as represented by the Gene Ontology (GO). Next, we investigate the correspondence between our subgraphs and the Gene Ontology. This revealed varying degrees of coverage of the biological process, molecular function and cellular component ontologies, dependent on the data type. For example, subgraphs from the PPI show enrichment for 84%, 58% and 93% of annotated GO terms, respectively. Integrating the interaction data into a combined network increases the coverage of GO. Furthermore, the different annotation types of GO are not predominantly associated with one of the interaction data types. Collectively our results demonstrate that successful capture of functional relationships by network data depends on both the specific biological function being characterised and the type of network data being used. We identify functions that require integrated information to be accurately represented, demonstrating the limitations of individual data types. Combining interaction subnetworks across data types is therefore essential for fully understanding the complex and emergent nature of biological function.

  16. The median problems on linear multichromosomal genomes: graph representation and fast exact solutions.

    PubMed

    Xu, Andrew Wei

    2010-09-01

    In genome rearrangement, given a set of genomes G and a distance measure d, the median problem asks for another genome q that minimizes the total distance [Formula: see text]. This is a key problem in genome rearrangement based phylogenetic analysis. Although this problem is known to be NP-hard, we have shown in a previous article, on circular genomes and under the DCJ distance measure, that a family of patterns in the given genomes--represented by adequate subgraphs--allow us to rapidly find exact solutions to the median problem in a decomposition approach. In this article, we extend this result to the case of linear multichromosomal genomes, in order to solve more interesting problems on eukaryotic nuclear genomes. A multi-way capping problem in the linear multichromosomal case imposes an extra computational challenge on top of the difficulty in the circular case, and this difficulty has been underestimated in our previous study and is addressed in this article. We represent the median problem by the capped multiple breakpoint graph, extend the adequate subgraphs into the capped adequate subgraphs, and prove optimality-preserving decomposition theorems, which give us the tools to solve the median problem and the multi-way capping optimization problem together. We also develop an exact algorithm ASMedian-linear, which iteratively detects instances of (capped) adequate subgraphs and decomposes problems into subproblems. Tested on simulated data, ASMedian-linear can rapidly solve most problems with up to several thousand genes, and it also can provide optimal or near-optimal solutions to the median problem under the reversal/HP distance measures. ASMedian-linear is available at http://sites.google.com/site/andrewweixu .

  17. A novel information cascade model in online social networks

    NASA Astrophysics Data System (ADS)

    Tong, Chao; He, Wenbo; Niu, Jianwei; Xie, Zhongyu

    2016-02-01

    The spread and diffusion of information has become one of the hot issues in today's social network analysis. To analyze the spread of online social network information and the attribute of cascade, in this paper, we discuss the spread of two kinds of users' decisions for city-wide activities, namely the "want to take part in the activity" and "be interested in the activity", based on the users' attention in "DouBan" and the data of the city-wide activities. We analyze the characteristics of the activity-decision's spread in these aspects: the scale and scope of the cascade subgraph, the structure characteristic of the cascade subgraph, the topological attribute of spread tree, and the occurrence frequency of cascade subgraph. On this basis, we propose a new information spread model. Based on the classical independent diffusion model, we introduce three mechanisms, equal probability, similarity of nodes, and popularity of nodes, which can generate and affect the spread of information. Besides, by conducting the experiments in six different kinds of network data set, we compare the effects of three mechanisms above mentioned, totally six specific factors, on the spread of information, and put forward that the node's popularity plays an important role in the information spread.

  18. Identification of family-specific residue packing motifs and their use for structure-based protein function prediction: I. Method development.

    PubMed

    Bandyopadhyay, Deepak; Huan, Jun; Prins, Jan; Snoeyink, Jack; Wang, Wei; Tropsha, Alexander

    2009-11-01

    Protein function prediction is one of the central problems in computational biology. We present a novel automated protein structure-based function prediction method using libraries of local residue packing patterns that are common to most proteins in a known functional family. Critical to this approach is the representation of a protein structure as a graph where residue vertices (residue name used as a vertex label) are connected by geometrical proximity edges. The approach employs two steps. First, it uses a fast subgraph mining algorithm to find all occurrences of family-specific labeled subgraphs for all well characterized protein structural and functional families. Second, it queries a new structure for occurrences of a set of motifs characteristic of a known family, using a graph index to speed up Ullman's subgraph isomorphism algorithm. The confidence of function inference from structure depends on the number of family-specific motifs found in the query structure compared with their distribution in a large non-redundant database of proteins. This method can assign a new structure to a specific functional family in cases where sequence alignments, sequence patterns, structural superposition and active site templates fail to provide accurate annotation.

  19. Locating overlapping dense subgraphs in gene (protein) association networks and predicting novel protein functional groups among these subgraphs

    NASA Astrophysics Data System (ADS)

    Palla, Gergely; Derenyi, Imre; Farkas, Illes J.; Vicsek, Tamas

    2006-03-01

    Most tasks in a cell are performed not by individual proteins, but by functional groups of proteins (either physically interacting with each other or associated in other ways). In gene (protein) association networks these groups show up as sets of densely connected nodes. In the yeast, Saccharomyces cerevisiae, known physically interacting groups of proteins (called protein complexes) strongly overlap: the total number of proteins contained by these complexes by far underestimates the sum of their sizes (2750 vs. 8932). Thus, most functional groups of proteins, both physically interacting and other, are likely to share many of their members with other groups. However, current algorithms searching for dense groups of nodes in networks usually exclude overlaps. With the aim to discover both novel functions of individual proteins and novel protein functional groups we combine in protein association networks (i) a search for overlapping dense subgraphs based on the Clique Percolation Method (CPM) (Palla, G., et.al. Nature 435, 814-818 (2005), http://angel.elte.hu/clustering), which explicitly allows for overlaps among the groups, and (ii) a verification and characterization of the identified groups of nodes (proteins) with the help of standard annotation databases listing known functions.

  20. Percolation critical polynomial as a graph invariant

    DOE PAGES

    Scullard, Christian R.

    2012-10-18

    Every lattice for which the bond percolation critical probability can be found exactly possesses a critical polynomial, with the root in [0; 1] providing the threshold. Recent work has demonstrated that this polynomial may be generalized through a definition that can be applied on any periodic lattice. The polynomial depends on the lattice and on its decomposition into identical finite subgraphs, but once these are specified, the polynomial is essentially unique. On lattices for which the exact percolation threshold is unknown, the polynomials provide approximations for the critical probability with the estimates appearing to converge to the exact answer withmore » increasing subgraph size. In this paper, I show how the critical polynomial can be viewed as a graph invariant like the Tutte polynomial. In particular, the critical polynomial is computed on a finite graph and may be found using the deletion-contraction algorithm. This allows calculation on a computer, and I present such results for the kagome lattice using subgraphs of up to 36 bonds. For one of these, I find the prediction p c = 0:52440572:::, which differs from the numerical value, p c = 0:52440503(5), by only 6:9 X 10 -7.« less

  1. A simple method for finding the scattering coefficients of quantum graphs

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Cottrell, Seth S.

    2015-09-15

    Quantum walks are roughly analogous to classical random walks, and similar to classical walks they have been used to find new (quantum) algorithms. When studying the behavior of large graphs or combinations of graphs, it is useful to find the response of a subgraph to signals of different frequencies. In doing so, we can replace an entire subgraph with a single vertex with variable scattering coefficients. In this paper, a simple technique for quickly finding the scattering coefficients of any discrete-time quantum graph will be presented. These scattering coefficients can be expressed entirely in terms of the characteristic polynomial ofmore » the graph’s time step operator. This is a marked improvement over previous techniques which have traditionally required finding eigenstates for a given eigenvalue, which is far more computationally costly. With the scattering coefficients we can easily derive the “impulse response” which is the key to predicting the response of a graph to any signal. This gives us a powerful set of tools for rapidly understanding the behavior of graphs or for reducing a large graph into its constituent subgraphs regardless of how they are connected.« less

  2. [A retrieval method of drug molecules based on graph collapsing].

    PubMed

    Qu, J W; Lv, X Q; Liu, Z M; Liao, Y; Sun, P H; Wang, B; Tang, Z

    2018-04-18

    To establish a compact and efficient hypergraph representation and a graph-similarity-based retrieval method of molecules to achieve effective and efficient medicine information retrieval. Chemical structural formula (CSF) was a primary search target as a unique and precise identifier for each compound at the molecular level in the research field of medicine information retrieval. To retrieve medicine information effectively and efficiently, a complete workflow of the graph-based CSF retrieval system was introduced. This system accepted the photos taken from smartphones and the sketches drawn on tablet personal computers as CSF inputs, and formalized the CSFs with the corresponding graphs. Then this paper proposed a compact and efficient hypergraph representation for molecules on the basis of analyzing factors that directly affected the efficiency of graph matching. According to the characteristics of CSFs, a hierarchical collapsing method combining graph isomorphism and frequent subgraph mining was adopted. There was yet a fundamental challenge, subgraph overlapping during the collapsing procedure, which hindered the method from establishing the correct compact hypergraph of an original CSF graph. Therefore, a graph-isomorphism-based algorithm was proposed to select dominant acyclic subgraphs on the basis of overlapping analysis. Finally, the spatial similarity among graphical CSFs was evaluated by multi-dimensional measures of similarity. To evaluate the performance of the proposed method, the proposed system was firstly compared with Wikipedia Chemical Structure Explorer (WCSE), the state-of-the-art system that allowed CSF similarity searching within Wikipedia molecules dataset, on retrieval accuracy. The system achieved higher values on mean average precision, discounted cumulative gain, rank-biased precision, and expected reciprocal rank than WCSE from the top-2 to the top-10 retrieved results. Specifically, the system achieved 10%, 1.41, 6.42%, and 1.32% higher than WCSE on these metrics for top-10 retrieval results, respectively. Moreover, several retrieval cases were presented to intuitively compare with WCSE. The results of the above comparative study demonstrated that the proposed method outperformed the existing method with regard to accuracy and effectiveness. This paper proposes a graph-similarity-based retrieval approach for medicine information. To obtain satisfactory retrieval results, an isomorphism-based algorithm is proposed for dominant subgraph selection based on the subgraph overlapping analysis, as well as an effective and efficient hypergraph representation of molecules. Experiment results demonstrate the effectiveness of the proposed approach.

  3. A Simulation Study Comparing Epidemic Dynamics on Exponential Random Graph and Edge-Triangle Configuration Type Contact Network Models

    PubMed Central

    Rolls, David A.; Wang, Peng; McBryde, Emma; Pattison, Philippa; Robins, Garry

    2015-01-01

    We compare two broad types of empirically grounded random network models in terms of their abilities to capture both network features and simulated Susceptible-Infected-Recovered (SIR) epidemic dynamics. The types of network models are exponential random graph models (ERGMs) and extensions of the configuration model. We use three kinds of empirical contact networks, chosen to provide both variety and realistic patterns of human contact: a highly clustered network, a bipartite network and a snowball sampled network of a “hidden population”. In the case of the snowball sampled network we present a novel method for fitting an edge-triangle model. In our results, ERGMs consistently capture clustering as well or better than configuration-type models, but the latter models better capture the node degree distribution. Despite the additional computational requirements to fit ERGMs to empirical networks, the use of ERGMs provides only a slight improvement in the ability of the models to recreate epidemic features of the empirical network in simulated SIR epidemics. Generally, SIR epidemic results from using configuration-type models fall between those from a random network model (i.e., an Erdős-Rényi model) and an ERGM. The addition of subgraphs of size four to edge-triangle type models does improve agreement with the empirical network for smaller densities in clustered networks. Additional subgraphs do not make a noticeable difference in our example, although we would expect the ability to model cliques to be helpful for contact networks exhibiting household structure. PMID:26555701

  4. Theoretic derivation of directed acyclic subgraph algorithm and comparisons with message passing algorithm

    NASA Astrophysics Data System (ADS)

    Ha, Jeongmok; Jeong, Hong

    2016-07-01

    This study investigates the directed acyclic subgraph (DAS) algorithm, which is used to solve discrete labeling problems much more rapidly than other Markov-random-field-based inference methods but at a competitive accuracy. However, the mechanism by which the DAS algorithm simultaneously achieves competitive accuracy and fast execution speed, has not been elucidated by a theoretical derivation. We analyze the DAS algorithm by comparing it with a message passing algorithm. Graphical models, inference methods, and energy-minimization frameworks are compared between DAS and message passing algorithms. Moreover, the performances of DAS and other message passing methods [sum-product belief propagation (BP), max-product BP, and tree-reweighted message passing] are experimentally compared.

  5. A Selectivity based approach to Continuous Pattern Detection in Streaming Graphs

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Choudhury, Sutanay; Holder, Larry; Chin, George

    2015-02-02

    Cyber security is one of the most significant technical challenges in current times. Detecting adversarial activities, prevention of theft of intellectual properties and customer data is a high priority for corporations and government agencies around the world. Cyber defenders need to analyze massive-scale, high-resolution network flows to identify, categorize, and mitigate attacks involving net- works spanning institutional and national boundaries. Many of the cyber attacks can be described as subgraph patterns, with promi- nent examples being insider infiltrations (path queries), denial of service (parallel paths) and malicious spreads (tree queries). This motivates us to explore subgraph matching on streaming graphsmore » in a continuous setting. The novelty of our work lies in using the subgraph distributional statistics collected from the streaming graph to determine the query processing strategy. We introduce a “Lazy Search" algorithm where the search strategy is decided on a vertex-to-vertex basis depending on the likelihood of a match in the vertex neighborhood. We also propose a metric named “Relative Selectivity" that is used to se- lect between different query processing strategies. Our experiments performed on real online news, network traffic stream and a syn- thetic social network benchmark demonstrate 10-100x speedups over selectivity agnostic approaches.« less

  6. A Selectivity based approach to Continuous Pattern Detection in Streaming Graphs

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Choudhury, Sutanay; Holder, Larry; Chin, George

    2015-05-27

    Cyber security is one of the most significant technical challenges in current times. Detecting adversarial activities, prevention of theft of intellectual properties and customer data is a high priority for corporations and government agencies around the world. Cyber defenders need to analyze massive-scale, high-resolution network flows to identify, categorize, and mitigate attacks involving networks spanning institutional and national boundaries. Many of the cyber attacks can be described as subgraph patterns, with prominent examples being insider infiltrations (path queries), denial of service (parallel paths) and malicious spreads (tree queries). This motivates us to explore subgraph matching on streaming graphs in amore » continuous setting. The novelty of our work lies in using the subgraph distributional statistics collected from the streaming graph to determine the query processing strategy. We introduce a ``Lazy Search" algorithm where the search strategy is decided on a vertex-to-vertex basis depending on the likelihood of a match in the vertex neighborhood. We also propose a metric named ``Relative Selectivity" that is used to select between different query processing strategies. Our experiments performed on real online news, network traffic stream and a synthetic social network benchmark demonstrate 10-100x speedups over non-incremental, selectivity agnostic approaches.« less

  7. A Weighted and Directed Interareal Connectivity Matrix for Macaque Cerebral Cortex

    PubMed Central

    Markov, N. T.; Ercsey-Ravasz, M. M.; Ribeiro Gomes, A. R.; Lamy, C.; Magrou, L.; Vezoli, J.; Misery, P.; Falchier, A.; Quilodran, R.; Gariel, M. A.; Sallet, J.; Gamanut, R.; Huissoud, C.; Clavagnier, S.; Giroud, P.; Sappey-Marinier, D.; Barone, P.; Dehay, C.; Toroczkai, Z.; Knoblauch, K.; Van Essen, D. C.; Kennedy, H.

    2014-01-01

    Retrograde tracer injections in 29 of the 91 areas of the macaque cerebral cortex revealed 1,615 interareal pathways, a third of which have not previously been reported. A weight index (extrinsic fraction of labeled neurons [FLNe]) was determined for each area-to-area pathway. Newly found projections were weaker on average compared with the known projections; nevertheless, the 2 sets of pathways had extensively overlapping weight distributions. Repeat injections across individuals revealed modest FLNe variability given the range of FLNe values (standard deviation <1 log unit, range 5 log units). The connectivity profile for each area conformed to a lognormal distribution, where a majority of projections are moderate or weak in strength. In the G29 × 29 interareal subgraph, two-thirds of the connections that can exist do exist. Analysis of the smallest set of areas that collects links from all 91 nodes of the G29 × 91 subgraph (dominating set analysis) confirms the dense (66%) structure of the cortical matrix. The G29 × 29 subgraph suggests an unexpectedly high incidence of unidirectional links. The directed and weighted G29 × 91 connectivity matrix for the macaque will be valuable for comparison with connectivity analyses in other species, including humans. It will also inform future modeling studies that explore the regularities of cortical networks. PMID:23010748

  8. Event-based criteria in GT-STAF information indices: theory, exploratory diversity analysis and QSPR applications.

    PubMed

    Barigye, S J; Marrero-Ponce, Y; Martínez López, Y; Martínez Santiago, O; Torrens, F; García Domenech, R; Galvez, J

    2013-01-01

    Versatile event-based approaches for the definition of novel information theory-based indices (IFIs) are presented. An event in this context is the criterion followed in the "discovery" of molecular substructures, which in turn serve as basis for the construction of the generalized incidence and relations frequency matrices, Q and F, respectively. From the resultant F, Shannon's, mutual, conditional and joint entropy-based IFIs are computed. In previous reports, an event named connected subgraphs was presented. The present study is an extension of this notion, in which we introduce other events, namely: terminal paths, vertex path incidence, quantum subgraphs, walks of length k, Sach's subgraphs, MACCs, E-state and substructure fingerprints and, finally, Ghose and Crippen atom-types for hydrophobicity and refractivity. Moreover, we define magnitude-based IFIs, introducing the use of the magnitude criterion in the definition of mutual, conditional and joint entropy-based IFIs. We also discuss the use of information-theoretic parameters as a measure of the dissimilarity of codified structural information of molecules. Finally, a comparison of the statistics for QSPR models obtained with the proposed IFIs and DRAGON's molecular descriptors for two physicochemical properties log P and log K of 34 derivatives of 2-furylethylenes demonstrates similar to better predictive ability than the latter.

  9. On the modification Highly Connected Subgraphs (HCS) algorithm in graph clustering for weighted graph

    NASA Astrophysics Data System (ADS)

    Albirri, E. R.; Sugeng, K. A.; Aldila, D.

    2018-04-01

    Nowadays, in the modern world, since technology and human civilization start to progress, all city in the world is almost connected. The various places in this world are easier to visit. It is an impact of transportation technology and highway construction. The cities which have been connected can be represented by graph. Graph clustering is one of ways which is used to answer some problems represented by graph. There are some methods in graph clustering to solve the problem spesifically. One of them is Highly Connected Subgraphs (HCS) method. HCS is used to identify cluster based on the graph connectivity k for graph G. The connectivity in graph G is denoted by k(G)> \\frac{n}{2} that n is the total of vertices in G, then it is called as HCS or the cluster. This research used literature review and completed with simulation of program in a software. We modified HCS algorithm by using weighted graph. The modification is located in the Process Phase. Process Phase is used to cut the connected graph G into two subgraphs H and \\bar{H}. We also made a program by using software Octave-401. Then we applied the data of Flight Routes Mapping of One of Airlines in Indonesia to our program.

  10. RNA Graph Partitioning for the Discovery of RNA Modularity: A Novel Application of Graph Partition Algorithm to Biology

    PubMed Central

    Elmetwaly, Shereef; Schlick, Tamar

    2014-01-01

    Graph representations have been widely used to analyze and design various economic, social, military, political, and biological networks. In systems biology, networks of cells and organs are useful for understanding disease and medical treatments and, in structural biology, structures of molecules can be described, including RNA structures. In our RNA-As-Graphs (RAG) framework, we represent RNA structures as tree graphs by translating unpaired regions into vertices and helices into edges. Here we explore the modularity of RNA structures by applying graph partitioning known in graph theory to divide an RNA graph into subgraphs. To our knowledge, this is the first application of graph partitioning to biology, and the results suggest a systematic approach for modular design in general. The graph partitioning algorithms utilize mathematical properties of the Laplacian eigenvector (µ2) corresponding to the second eigenvalues (λ2) associated with the topology matrix defining the graph: λ2 describes the overall topology, and the sum of µ2′s components is zero. The three types of algorithms, termed median, sign, and gap cuts, divide a graph by determining nodes of cut by median, zero, and largest gap of µ2′s components, respectively. We apply these algorithms to 45 graphs corresponding to all solved RNA structures up through 11 vertices (∼220 nucleotides). While we observe that the median cut divides a graph into two similar-sized subgraphs, the sign and gap cuts partition a graph into two topologically-distinct subgraphs. We find that the gap cut produces the best biologically-relevant partitioning for RNA because it divides RNAs at less stable connections while maintaining junctions intact. The iterative gap cuts suggest basic modules and assembly protocols to design large RNA structures. Our graph substructuring thus suggests a systematic approach to explore the modularity of biological networks. In our applications to RNA structures, subgraphs also suggest design strategies for novel RNA motifs. PMID:25188578

  11. Optimizing graph-based patterns to extract biomedical events from the literature

    PubMed Central

    2015-01-01

    In BioNLP-ST 2013 We participated in the BioNLP 2013 shared tasks on event extraction. Our extraction method is based on the search for an approximate subgraph isomorphism between key context dependencies of events and graphs of input sentences. Our system was able to address both the GENIA (GE) task focusing on 13 molecular biology related event types and the Cancer Genetics (CG) task targeting a challenging group of 40 cancer biology related event types with varying arguments concerning 18 kinds of biological entities. In addition to adapting our system to the two tasks, we also attempted to integrate semantics into the graph matching scheme using a distributional similarity model for more events, and evaluated the event extraction impact of using paths of all possible lengths as key context dependencies beyond using only the shortest paths in our system. We achieved a 46.38% F-score in the CG task (ranking 3rd) and a 48.93% F-score in the GE task (ranking 4th). After BioNLP-ST 2013 We explored three ways to further extend our event extraction system in our previously published work: (1) We allow non-essential nodes to be skipped, and incorporated a node skipping penalty into the subgraph distance function of our approximate subgraph matching algorithm. (2) Instead of assigning a unified subgraph distance threshold to all patterns of an event type, we learned a customized threshold for each pattern. (3) We implemented the well-known Empirical Risk Minimization (ERM) principle to optimize the event pattern set by balancing prediction errors on training data against regularization. When evaluated on the official GE task test data, these extensions help to improve the extraction precision from 62% to 65%. However, the overall F-score stays equivalent to the previous performance due to a 1% drop in recall. PMID:26551594

  12. CombiMotif: A new algorithm for network motifs discovery in protein-protein interaction networks

    NASA Astrophysics Data System (ADS)

    Luo, Jiawei; Li, Guanghui; Song, Dan; Liang, Cheng

    2014-12-01

    Discovering motifs in protein-protein interaction networks is becoming a current major challenge in computational biology, since the distribution of the number of network motifs can reveal significant systemic differences among species. However, this task can be computationally expensive because of the involvement of graph isomorphic detection. In this paper, we present a new algorithm (CombiMotif) that incorporates combinatorial techniques to count non-induced occurrences of subgraph topologies in the form of trees. The efficiency of our algorithm is demonstrated by comparing the obtained results with the current state-of-the art subgraph counting algorithms. We also show major differences between unicellular and multicellular organisms. The datasets and source code of CombiMotif are freely available upon request.

  13. Graph-theoretic approach to quantum correlations.

    PubMed

    Cabello, Adán; Severini, Simone; Winter, Andreas

    2014-01-31

    Correlations in Bell and noncontextuality inequalities can be expressed as a positive linear combination of probabilities of events. Exclusive events can be represented as adjacent vertices of a graph, so correlations can be associated to a subgraph. We show that the maximum value of the correlations for classical, quantum, and more general theories is the independence number, the Lovász number, and the fractional packing number of this subgraph, respectively. We also show that, for any graph, there is always a correlation experiment such that the set of quantum probabilities is exactly the Grötschel-Lovász-Schrijver theta body. This identifies these combinatorial notions as fundamental physical objects and provides a method for singling out experiments with quantum correlations on demand.

  14. Counting Triangles to Sum Squares

    ERIC Educational Resources Information Center

    DeMaio, Joe

    2012-01-01

    Counting complete subgraphs of three vertices in complete graphs, yields combinatorial arguments for identities for sums of squares of integers, odd integers, even integers and sums of the triangular numbers.

  15. A Graph Analytic Metric for Mitigating Advanced Persistent Threat

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Johnson, John R.; Hogan, Emilie A.

    2013-06-04

    This paper introduces a novel graph analytic metric that can be used to measure the potential vulnerability of a cyber network to specific types of attacks that use lateral movement and privilege escalation such as the well known Pass The Hash, (PTH). The metric is computed from an oriented subgraph of the underlying cyber network induced by selecting only those edges for which a given property holds between the two vertices of the edge. The metric with respect to a select node on the subgraph is defined as the likelihood that the select node is reachable from another arbitrary nodemore » in the graph. This metric can be calculated dynamically from the authorization and auditing layers during the network security authorization phase and will potentially enable predictive deterrence against attacks such as PTH.« less

  16. On P2 ⋄ Pn -supermagic labeling of edge corona product of cycle and path graph

    NASA Astrophysics Data System (ADS)

    Yulianto, R.; Martini, Titin S.

    2018-04-01

    A simple graph G = (V, E) admits a H-covering, where H is subgraph of G, if every edge in E belongs to a subgraph of G isomorphic to H. Graph G is H-magic if there is a total labeling f:V(G)\\cup E(G)\\to 1,2,\\ldots,|V(G)|+|E(G)|, such that each subgraph {H}{\\prime }=({V}{\\prime },{E}{\\prime }) of G isomorphic to H and satisfying f{({H}{\\prime })}=def{\\sum }\\upsilon \\in {V{\\prime }}f(\\upsilon )+{\\sum }e\\in {E{\\prime }}f(e)=m(f) where m(f) is a constant magic sum. Additionaly, G admits H-supermagic if f(V)=1,2,\\ldots,|V|. The edge corona {C}n \\diamond {P}n of Cn and Pn is defined as the graph obtained by taking one copy of Cn and n copies of Pn , and then joining two end-vertices of the i-th edge of Cn to every vertex in the i-th copy of Pn . This research aim is to find H-supermagic covering on an edge corona product of cycle and path graph {C}n \\diamond {P}n where H is {P}2 \\diamond {P}n. We use k-balanced multiset to solve our reserarch. Here, we find that an edge corona product of cycle and path graph {C}n \\diamond {P}n is {P}2 \\diamond {P}n supermagic for n > 3.

  17. Learning about learning: Mining human brain sub-network biomarkers from fMRI data

    PubMed Central

    Dereli, Nazli; Dang, Xuan-Hong; Bassett, Danielle S.; Wymbs, Nicholas F.; Grafton, Scott T.; Singh, Ambuj K.

    2017-01-01

    Modeling the brain as a functional network can reveal the relationship between distributed neurophysiological processes and functional interactions between brain structures. Existing literature on functional brain networks focuses mainly on a battery of network properties in “resting state” employing, for example, modularity, clustering, or path length among regions. In contrast, we seek to uncover functionally connected subnetworks that predict or correlate with cohort differences and are conserved within the subjects within a cohort. We focus on differences in both the rate of learning as well as overall performance in a sensorimotor task across subjects and develop a principled approach for the discovery of discriminative subgraphs of functional connectivity based on imaging acquired during practice. We discover two statistically significant subgraph regions: one involving multiple regions in the visual cortex and another involving the parietal operculum and planum temporale. High functional coherence in the former characterizes sessions in which subjects take longer to perform the task, while high coherence in the latter is associated with high learning rate (performance improvement across trials). Our proposed methodology is general, in that it can be applied to other cognitive tasks, to study learning or to differentiate between healthy patients and patients with neurological disorders, by revealing the salient interactions among brain regions associated with the observed global state. The discovery of such significant discriminative subgraphs promises a better data-driven understanding of the dynamic brain processes associated with high-level cognitive functions. PMID:29016686

  18. Learning about learning: Mining human brain sub-network biomarkers from fMRI data.

    PubMed

    Bogdanov, Petko; Dereli, Nazli; Dang, Xuan-Hong; Bassett, Danielle S; Wymbs, Nicholas F; Grafton, Scott T; Singh, Ambuj K

    2017-01-01

    Modeling the brain as a functional network can reveal the relationship between distributed neurophysiological processes and functional interactions between brain structures. Existing literature on functional brain networks focuses mainly on a battery of network properties in "resting state" employing, for example, modularity, clustering, or path length among regions. In contrast, we seek to uncover functionally connected subnetworks that predict or correlate with cohort differences and are conserved within the subjects within a cohort. We focus on differences in both the rate of learning as well as overall performance in a sensorimotor task across subjects and develop a principled approach for the discovery of discriminative subgraphs of functional connectivity based on imaging acquired during practice. We discover two statistically significant subgraph regions: one involving multiple regions in the visual cortex and another involving the parietal operculum and planum temporale. High functional coherence in the former characterizes sessions in which subjects take longer to perform the task, while high coherence in the latter is associated with high learning rate (performance improvement across trials). Our proposed methodology is general, in that it can be applied to other cognitive tasks, to study learning or to differentiate between healthy patients and patients with neurological disorders, by revealing the salient interactions among brain regions associated with the observed global state. The discovery of such significant discriminative subgraphs promises a better data-driven understanding of the dynamic brain processes associated with high-level cognitive functions.

  19. VIGOR: Interactive Visual Exploration of Graph Query Results.

    PubMed

    Pienta, Robert; Hohman, Fred; Endert, Alex; Tamersoy, Acar; Roundy, Kevin; Gates, Chris; Navathe, Shamkant; Chau, Duen Horng

    2018-01-01

    Finding patterns in graphs has become a vital challenge in many domains from biological systems, network security, to finance (e.g., finding money laundering rings of bankers and business owners). While there is significant interest in graph databases and querying techniques, less research has focused on helping analysts make sense of underlying patterns within a group of subgraph results. Visualizing graph query results is challenging, requiring effective summarization of a large number of subgraphs, each having potentially shared node-values, rich node features, and flexible structure across queries. We present VIGOR, a novel interactive visual analytics system, for exploring and making sense of query results. VIGOR uses multiple coordinated views, leveraging different data representations and organizations to streamline analysts sensemaking process. VIGOR contributes: (1) an exemplar-based interaction technique, where an analyst starts with a specific result and relaxes constraints to find other similar results or starts with only the structure (i.e., without node value constraints), and adds constraints to narrow in on specific results; and (2) a novel feature-aware subgraph result summarization. Through a collaboration with Symantec, we demonstrate how VIGOR helps tackle real-world problems through the discovery of security blindspots in a cybersecurity dataset with over 11,000 incidents. We also evaluate VIGOR with a within-subjects study, demonstrating VIGOR's ease of use over a leading graph database management system, and its ability to help analysts understand their results at higher speed and make fewer errors.

  20. Applied Graph-Mining Algorithms to Study Biomolecular Interaction Networks

    PubMed Central

    2014-01-01

    Protein-protein interaction (PPI) networks carry vital information on the organization of molecular interactions in cellular systems. The identification of functionally relevant modules in PPI networks is one of the most important applications of biological network analysis. Computational analysis is becoming an indispensable tool to understand large-scale biomolecular interaction networks. Several types of computational methods have been developed and employed for the analysis of PPI networks. Of these computational methods, graph comparison and module detection are the two most commonly used strategies. This review summarizes current literature on graph kernel and graph alignment methods for graph comparison strategies, as well as module detection approaches including seed-and-extend, hierarchical clustering, optimization-based, probabilistic, and frequent subgraph methods. Herein, we provide a comprehensive review of the major algorithms employed under each theme, including our recently published frequent subgraph method, for detecting functional modules commonly shared across multiple cancer PPI networks. PMID:24800226

  1. Predictions of first passage times in sparse discrete fracture networks using graph-based reductions

    NASA Astrophysics Data System (ADS)

    Hyman, J.; Hagberg, A.; Srinivasan, G.; Mohd-Yusof, J.; Viswanathan, H. S.

    2017-12-01

    We present a graph-based methodology to reduce the computational cost of obtaining first passage times through sparse fracture networks. We derive graph representations of generic three-dimensional discrete fracture networks (DFNs) using the DFN topology and flow boundary conditions. Subgraphs corresponding to the union of the k shortest paths between the inflow and outflow boundaries are identified and transport on their equivalent subnetworks is compared to transport through the full network. The number of paths included in the subgraphs is based on the scaling behavior of the number of edges in the graph with the number of shortest paths. First passage times through the subnetworks are in good agreement with those obtained in the full network, both for individual realizations and in distribution. Accurate estimates of first passage times are obtained with an order of magnitude reduction of CPU time and mesh size using the proposed method.

  2. Predictions of first passage times in sparse discrete fracture networks using graph-based reductions

    NASA Astrophysics Data System (ADS)

    Hyman, Jeffrey D.; Hagberg, Aric; Srinivasan, Gowri; Mohd-Yusof, Jamaludin; Viswanathan, Hari

    2017-07-01

    We present a graph-based methodology to reduce the computational cost of obtaining first passage times through sparse fracture networks. We derive graph representations of generic three-dimensional discrete fracture networks (DFNs) using the DFN topology and flow boundary conditions. Subgraphs corresponding to the union of the k shortest paths between the inflow and outflow boundaries are identified and transport on their equivalent subnetworks is compared to transport through the full network. The number of paths included in the subgraphs is based on the scaling behavior of the number of edges in the graph with the number of shortest paths. First passage times through the subnetworks are in good agreement with those obtained in the full network, both for individual realizations and in distribution. Accurate estimates of first passage times are obtained with an order of magnitude reduction of CPU time and mesh size using the proposed method.

  3. Prediction of missing common genes for disease pairs using network based module separation on incomplete human interactome.

    PubMed

    Akram, Pakeeza; Liao, Li

    2017-12-06

    Identification of common genes associated with comorbid diseases can be critical in understanding their pathobiological mechanism. This work presents a novel method to predict missing common genes associated with a disease pair. Searching for missing common genes is formulated as an optimization problem to minimize network based module separation from two subgraphs produced by mapping genes associated with disease onto the interactome. Using cross validation on more than 600 disease pairs, our method achieves significantly higher average receiver operating characteristic ROC Score of 0.95 compared to a baseline ROC score 0.60 using randomized data. Missing common genes prediction is aimed to complete gene set associated with comorbid disease for better understanding of biological intervention. It will also be useful for gene targeted therapeutics related to comorbid diseases. This method can be further considered for prediction of missing edges to complete the subgraph associated with disease pair.

  4. Locating influential nodes in complex networks

    PubMed Central

    Malliaros, Fragkiskos D.; Rossi, Maria-Evgenia G.; Vazirgiannis, Michalis

    2016-01-01

    Understanding and controlling spreading processes in networks is an important topic with many diverse applications, including information dissemination, disease propagation and viral marketing. It is of crucial importance to identify which entities act as influential spreaders that can propagate information to a large portion of the network, in order to ensure efficient information diffusion, optimize available resources or even control the spreading. In this work, we capitalize on the properties of the K-truss decomposition, a triangle-based extension of the core decomposition of graphs, to locate individual influential nodes. Our analysis on real networks indicates that the nodes belonging to the maximal K-truss subgraph show better spreading behavior compared to previously used importance criteria, including node degree and k-core index, leading to faster and wider epidemic spreading. We further show that nodes belonging to such dense subgraphs, dominate the small set of nodes that achieve the optimal spreading in the network. PMID:26776455

  5. Using new edges for anomaly detection in computer networks

    DOEpatents

    Neil, Joshua Charles

    2017-07-04

    Creation of new edges in a network may be used as an indication of a potential attack on the network. Historical data of a frequency with which nodes in a network create and receive new edges may be analyzed. Baseline models of behavior among the edges in the network may be established based on the analysis of the historical data. A new edge that deviates from a respective baseline model by more than a predetermined threshold during a time window may be detected. The new edge may be flagged as potentially anomalous when the deviation from the respective baseline model is detected. Probabilities for both new and existing edges may be obtained for all edges in a path or other subgraph. The probabilities may then be combined to obtain a score for the path or other subgraph. A threshold may be obtained by calculating an empirical distribution of the scores under historical conditions.

  6. Generalized monogamy of contextual inequalities from the no-disturbance principle.

    PubMed

    Ramanathan, Ravishankar; Soeda, Akihito; Kurzyński, Paweł; Kaszlikowski, Dagomir

    2012-08-03

    In this Letter, we demonstrate that the property of monogamy of Bell violations seen for no-signaling correlations in composite systems can be generalized to the monogamy of contextuality in single systems obeying the Gleason property of no disturbance. We show how one can construct monogamies for contextual inequalities by using the graph-theoretic technique of vertex decomposition of a graph representing a set of measurements into subgraphs of suitable independence numbers that themselves admit a joint probability distribution. After establishing that all the subgraphs that are chordal graphs admit a joint probability distribution, we formulate a precise graph-theoretic condition that gives rise to the monogamy of contextuality. We also show how such monogamies arise within quantum theory for a single four-dimensional system and interpret violation of these relations in terms of a violation of causality. These monogamies can be tested with current experimental techniques.

  7. Using new edges for anomaly detection in computer networks

    DOEpatents

    Neil, Joshua Charles

    2015-05-19

    Creation of new edges in a network may be used as an indication of a potential attack on the network. Historical data of a frequency with which nodes in a network create and receive new edges may be analyzed. Baseline models of behavior among the edges in the network may be established based on the analysis of the historical data. A new edge that deviates from a respective baseline model by more than a predetermined threshold during a time window may be detected. The new edge may be flagged as potentially anomalous when the deviation from the respective baseline model is detected. Probabilities for both new and existing edges may be obtained for all edges in a path or other subgraph. The probabilities may then be combined to obtain a score for the path or other subgraph. A threshold may be obtained by calculating an empirical distribution of the scores under historical conditions.

  8. Multilayer motif analysis of brain networks

    NASA Astrophysics Data System (ADS)

    Battiston, Federico; Nicosia, Vincenzo; Chavez, Mario; Latora, Vito

    2017-04-01

    In the last decade, network science has shed new light both on the structural (anatomical) and on the functional (correlations in the activity) connectivity among the different areas of the human brain. The analysis of brain networks has made possible to detect the central areas of a neural system and to identify its building blocks by looking at overabundant small subgraphs, known as motifs. However, network analysis of the brain has so far mainly focused on anatomical and functional networks as separate entities. The recently developed mathematical framework of multi-layer networks allows us to perform an analysis of the human brain where the structural and functional layers are considered together. In this work, we describe how to classify the subgraphs of a multiplex network, and we extend the motif analysis to networks with an arbitrary number of layers. We then extract multi-layer motifs in brain networks of healthy subjects by considering networks with two layers, anatomical and functional, respectively, obtained from diffusion and functional magnetic resonance imaging. Results indicate that subgraphs in which the presence of a physical connection between brain areas (links at the structural layer) coexists with a non-trivial positive correlation in their activities are statistically overabundant. Finally, we investigate the existence of a reinforcement mechanism between the two layers by looking at how the probability to find a link in one layer depends on the intensity of the connection in the other one. Showing that functional connectivity is non-trivially constrained by the underlying anatomical network, our work contributes to a better understanding of the interplay between the structure and function in the human brain.

  9. CUDA Enabled Graph Subset Examiner

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Johnston, Jeremy T.

    2016-12-22

    Finding Godsil-McKay switching sets in graphs is one way to demonstrate that a specific graph is not determined by its spectrum--the eigenvalues of its adjacency matrix. An important area of active research in pure mathematics is determining which graphs are determined by their spectra, i.e. when the spectrum of the adjacency matrix uniquely determines the underlying graph. We are interested in exploring the spectra of graphs in the Johnson scheme and specifically seek to determine which of these graphs are determined by their spectra. Given a graph G, a Godsil-McKay switching set is an induced subgraph H on 2k verticesmore » with the following properties: I) H is regular, ii) every vertex in G/H is adjacent to either 0, k, or 2k vertices of H, and iii) at least one vertex in G/H is adjacent to k vertices in H. The software package examines each subset of a user specified size to determine whether or not it satisfies those 3 conditions. The software makes use of the massive parallel processing power of CUDA enabled GPUs. It also exploits the vertex transitivity of graphs in the Johnson scheme by reasoning that if G has a Godsil-McKay switching set, then it has a switching set which includes vertex 1. While the code (in its current state) is tuned to this specific problem, the method of examining each induced subgraph of G can be easily re-written to check for any user specified conditions on the subgraphs and can therefore be used much more broadly.« less

  10. Phenotypical resistance correlation networks for 10 non-typhoidal Salmonella subpopulations in an active antimicrobial surveillance programme.

    PubMed

    Love, W J; Zawack, K A; Booth, J G; Gröhn, Y T; Lanzas, C

    2018-06-01

    Antimicrobials play a critical role in treating cases of invasive non-typhoidal salmonellosis (iNTS) and other diseases, but efficacy is hindered by resistant pathogens. Selection for phenotypical resistance may occur via several mechanisms. The current study aims to identify correlations that would allow indirect selection of increased resistance to ceftriaxone, ciprofloxacin and azithromycin to improve antimicrobial stewardship. These are medically important antibiotics for treating iNTS, but these resistances persist in non-Typhi Salmonella serotypes even though they are not licensed for use in US food animals. A set of 2875 Salmonella enterica isolates collected from animal sources by the National Antimicrobial Resistance Monitoring System were stratified in to 10 subpopulations based on serotype and host species. Collateral resistances in each subpopulation were estimated as network models of minimum inhibitory concentration partial correlations. Ceftriaxone sensitivity was correlated with other β-lactam resistances, and less commonly resistances to tetracycline, trimethoprim-sulfamethoxazole or kanamycin. Azithromycin resistance was frequently correlated with chloramphenicol resistance. Indirect selection for ciprofloxacin resistance via collateral selection appears unlikely. Density of the ACSSuT subgraph resistance aligned well with the phenotypical frequency. The current study identifies several important resistances in iNTS serotypes and further research is needed to identify the causative genetic correlations.

  11. Application-Specific Graph Sampling for Frequent Subgraph Mining and Community Detection

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Purohit, Sumit; Choudhury, Sutanay; Holder, Lawrence B.

    Graph mining is an important data analysis methodology, but struggles as the input graph size increases. The scalability and usability challenges posed by such large graphs make it imperative to sample the input graph and reduce its size. The critical challenge in sampling is to identify the appropriate algorithm to insure the resulting analysis does not suffer heavily from the data reduction. Predicting the expected performance degradation for a given graph and sampling algorithm is also useful. In this paper, we present different sampling approaches for graph mining applications such as Frequent Subgrpah Mining (FSM), and Community Detection (CD). Wemore » explore graph metrics such as PageRank, Triangles, and Diversity to sample a graph and conclude that for heterogeneous graphs Triangles and Diversity perform better than degree based metrics. We also present two new sampling variations for targeted graph mining applications. We present empirical results to show that knowledge of the target application, along with input graph properties can be used to select the best sampling algorithm. We also conclude that performance degradation is an abrupt, rather than gradual phenomena, as the sample size decreases. We present the empirical results to show that the performance degradation follows a logistic function.« less

  12. Subgraph augmented non-negative tensor factorization (SANTF) for modeling clinical narrative text

    PubMed Central

    Xin, Yu; Hochberg, Ephraim; Joshi, Rohit; Uzuner, Ozlem; Szolovits, Peter

    2015-01-01

    Objective Extracting medical knowledge from electronic medical records requires automated approaches to combat scalability limitations and selection biases. However, existing machine learning approaches are often regarded by clinicians as black boxes. Moreover, training data for these automated approaches at often sparsely annotated at best. The authors target unsupervised learning for modeling clinical narrative text, aiming at improving both accuracy and interpretability. Methods The authors introduce a novel framework named subgraph augmented non-negative tensor factorization (SANTF). In addition to relying on atomic features (e.g., words in clinical narrative text), SANTF automatically mines higher-order features (e.g., relations of lymphoid cells expressing antigens) from clinical narrative text by converting sentences into a graph representation and identifying important subgraphs. The authors compose a tensor using patients, higher-order features, and atomic features as its respective modes. We then apply non-negative tensor factorization to cluster patients, and simultaneously identify latent groups of higher-order features that link to patient clusters, as in clinical guidelines where a panel of immunophenotypic features and laboratory results are used to specify diagnostic criteria. Results and Conclusion SANTF demonstrated over 10% improvement in averaged F-measure on patient clustering compared to widely used non-negative matrix factorization (NMF) and k-means clustering methods. Multiple baselines were established by modeling patient data using patient-by-features matrices with different feature configurations and then performing NMF or k-means to cluster patients. Feature analysis identified latent groups of higher-order features that lead to medical insights. We also found that the latent groups of atomic features help to better correlate the latent groups of higher-order features. PMID:25862765

  13. Constraints on signaling network logic reveal functional subgraphs on Multiple Myeloma OMIC data.

    PubMed

    Miannay, Bertrand; Minvielle, Stéphane; Magrangeas, Florence; Guziolowski, Carito

    2018-03-21

    The integration of gene expression profiles (GEPs) and large-scale biological networks derived from pathways databases is a subject which is being widely explored. Existing methods are based on network distance measures among significantly measured species. Only a small number of them include the directionality and underlying logic existing in biological networks. In this study we approach the GEP-networks integration problem by considering the network logic, however our approach does not require a prior species selection according to their gene expression level. We start by modeling the biological network representing its underlying logic using Logic Programming. This model points to reachable network discrete states that maximize a notion of harmony between the molecular species active or inactive possible states and the directionality of the pathways reactions according to their activator or inhibitor control role. Only then, we confront these network states with the GEP. From this confrontation independent graph components are derived, each of them related to a fixed and optimal assignment of active or inactive states. These components allow us to decompose a large-scale network into subgraphs and their molecular species state assignments have different degrees of similarity when compared to the same GEP. We apply our method to study the set of possible states derived from a subgraph from the NCI-PID Pathway Interaction Database. This graph links Multiple Myeloma (MM) genes to known receptors for this blood cancer. We discover that the NCI-PID MM graph had 15 independent components, and when confronted to 611 MM GEPs, we find 1 component as being more specific to represent the difference between cancer and healthy profiles.

  14. Exploring the structure and function of temporal networks with dynamic graphlets

    PubMed Central

    Hulovatyy, Y.; Chen, H.; Milenković, T.

    2015-01-01

    Motivation: With increasing availability of temporal real-world networks, how to efficiently study these data? One can model a temporal network as a single aggregate static network, or as a series of time-specific snapshots, each being an aggregate static network over the corresponding time window. Then, one can use established methods for static analysis on the resulting aggregate network(s), but losing in the process valuable temporal information either completely, or at the interface between different snapshots, respectively. Here, we develop a novel approach for studying a temporal network more explicitly, by capturing inter-snapshot relationships. Results: We base our methodology on well-established graphlets (subgraphs), which have been proven in numerous contexts in static network research. We develop new theory to allow for graphlet-based analyses of temporal networks. Our new notion of dynamic graphlets is different from existing dynamic network approaches that are based on temporal motifs (statistically significant subgraphs). The latter have limitations: their results depend on the choice of a null network model that is required to evaluate the significance of a subgraph, and choosing a good null model is non-trivial. Our dynamic graphlets overcome the limitations of the temporal motifs. Also, when we aim to characterize the structure and function of an entire temporal network or of individual nodes, our dynamic graphlets outperform the static graphlets. Clearly, accounting for temporal information helps. We apply dynamic graphlets to temporal age-specific molecular network data to deepen our limited knowledge about human aging. Availability and implementation: http://www.nd.edu/∼cone/DG. Contact: tmilenko@nd.edu Supplementary information: Supplementary data are available at Bioinformatics online. PMID:26072480

  15. Predictions of first passage times in sparse discrete fracture networks using graph-based reductions

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hyman, Jeffrey De'Haven; Hagberg, Aric Arild; Mohd-Yusof, Jamaludin

    Here, we present a graph-based methodology to reduce the computational cost of obtaining first passage times through sparse fracture networks. We also derive graph representations of generic three-dimensional discrete fracture networks (DFNs) using the DFN topology and flow boundary conditions. Subgraphs corresponding to the union of the k shortest paths between the inflow and outflow boundaries are identified and transport on their equivalent subnetworks is compared to transport through the full network. The number of paths included in the subgraphs is based on the scaling behavior of the number of edges in the graph with the number of shortest paths.more » First passage times through the subnetworks are in good agreement with those obtained in the full network, both for individual realizations and in distribution. We obtain accurate estimates of first passage times with an order of magnitude reduction of CPU time and mesh size using the proposed method.« less

  16. Predictions of first passage times in sparse discrete fracture networks using graph-based reductions

    DOE PAGES

    Hyman, Jeffrey De'Haven; Hagberg, Aric Arild; Mohd-Yusof, Jamaludin; ...

    2017-07-10

    Here, we present a graph-based methodology to reduce the computational cost of obtaining first passage times through sparse fracture networks. We also derive graph representations of generic three-dimensional discrete fracture networks (DFNs) using the DFN topology and flow boundary conditions. Subgraphs corresponding to the union of the k shortest paths between the inflow and outflow boundaries are identified and transport on their equivalent subnetworks is compared to transport through the full network. The number of paths included in the subgraphs is based on the scaling behavior of the number of edges in the graph with the number of shortest paths.more » First passage times through the subnetworks are in good agreement with those obtained in the full network, both for individual realizations and in distribution. We obtain accurate estimates of first passage times with an order of magnitude reduction of CPU time and mesh size using the proposed method.« less

  17. Site- and bond-percolation thresholds in K_{n,n}-based lattices: Vulnerability of quantum annealers to random qubit and coupler failures on chimera topologies.

    PubMed

    Melchert, O; Katzgraber, Helmut G; Novotny, M A

    2016-04-01

    We estimate the critical thresholds of bond and site percolation on nonplanar, effectively two-dimensional graphs with chimeralike topology. The building blocks of these graphs are complete and symmetric bipartite subgraphs of size 2n, referred to as K_{n,n} graphs. For the numerical simulations we use an efficient union-find-based algorithm and employ a finite-size scaling analysis to obtain the critical properties for both bond and site percolation. We report the respective percolation thresholds for different sizes of the bipartite subgraph and verify that the associated universality class is that of standard two-dimensional percolation. For the canonical chimera graph used in the D-Wave Systems Inc. quantum annealer (n=4), we discuss device failure in terms of network vulnerability, i.e., we determine the critical fraction of qubits and couplers that can be absent due to random failures prior to losing large-scale connectivity throughout the device.

  18. Faster Mass Spectrometry-based Protein Inference: Junction Trees are More Efficient than Sampling and Marginalization by Enumeration

    PubMed Central

    Serang, Oliver; Noble, William Stafford

    2012-01-01

    The problem of identifying the proteins in a complex mixture using tandem mass spectrometry can be framed as an inference problem on a graph that connects peptides to proteins. Several existing protein identification methods make use of statistical inference methods for graphical models, including expectation maximization, Markov chain Monte Carlo, and full marginalization coupled with approximation heuristics. We show that, for this problem, the majority of the cost of inference usually comes from a few highly connected subgraphs. Furthermore, we evaluate three different statistical inference methods using a common graphical model, and we demonstrate that junction tree inference substantially improves rates of convergence compared to existing methods. The python code used for this paper is available at http://noble.gs.washington.edu/proj/fido. PMID:22331862

  19. Top-K Interesting Subgraph Discovery in Information Networks

    DTIC Science & Technology

    2014-03-03

    Integrative Biomarker Discovery for Breast Cancer Metastasis from Gene Expression and Protein Interaction Data Using Error-tolerant Pattern Mining” at...Jiawei Han¶ ∗Microsoft, India . Email: gmanish@microsoft.com †State University of New York at Buffalo. Email: jing@buffalo.edu ‡University of California

  20. Islands and Bridges: Making Sense of Marked Nodes in Large Graphs

    DTIC Science & Technology

    2012-08-01

    time-evolving graphs. References [1] Nouf M. Kh. Alsudairy, Vijay V. Raghavan, Alaaeldin M. Hafez, and Hassan I Mathkour. Connection subgraphs: A survey...Riedy, David A. Bader, Karl Jiang, Pushkar Pande, , and Richa Sharma . Detecting communities from given seeds in social networks. Technical Report GT-CSE

  1. Layer-by-layer growth of vertex graph of Penrose tiling

    NASA Astrophysics Data System (ADS)

    Shutov, A. V.; Maleev, A. V.

    2017-09-01

    The growth form for the vertex graph of Penrose tiling is found to be a regular decagon. The lower and upper bounds for this form, coinciding with it, are strictly proven. A fractal character of layer-by-layer growth is revealed for some subgraphs of the vertex graph of Penrose tiling.

  2. Approximate Subgraph Isomorphism for Image Localization (Author’s Manuscript)

    DTIC Science & Technology

    2016-02-18

    a working database for feature matching methods is nearly impossible to generate. In a proof of feasibility, Bansal et. al. [2] claim that overhead...of images in mountainous terrain. In Computer Vision–ECCV 2012, pages 517–530. Springer, 2012. 1 [2] M. Bansal , H. S. Sawhney, H. Cheng, and K

  3. The Construction of {P}_{2}\\vartriangleright H-antimagic graph using smaller edge-antimagic vertex labeling

    NASA Astrophysics Data System (ADS)

    Prihandini, Rafiantika M.; Agustin, I. H.; Dafik

    2018-04-01

    In this paper we use simple and non trivial graph. If there exist a bijective function g:V(G) \\cup E(G)\\to \\{1,2,\\ldots,|V(G)|+|E(G)|\\}, such that for all subgraphs {P}2\\vartriangleright H of G isomorphic to H, then graph G is called an (a, b)-{P}2\\vartriangleright H-antimagic total graph. Furthermore, we can consider the total {P}2\\vartriangleright H-weights W({P}2\\vartriangleright H)={\\sum }v\\in V({P2\\vartriangleright H)}f(v)+{\\sum }e\\in E({P2\\vartriangleright H)}f(e) which should form an arithmetic sequence {a, a + d, a + 2d, …, a + (n ‑ 1)d}, where a and d are positive integers and n is the number of all subgraphs isomorphic to H. Our paper describes the existence of super (a, b)-{P}2\\vartriangleright H antimagic total labeling for graph operation of comb product namely of G=L\\vartriangleright H, where L is a (b, d*)-edge antimagic vertex labeling graph and H is a connected graph.

  4. Residuals-Based Subgraph Detection with Cue Vertices

    DTIC Science & Technology

    2015-11-30

    Workshop, 2012, pp. 129–132. [5] M. E. J. Newman , “Finding community structure in networks using the eigenvectors of matrices,” Phys. Rev. E, vol. 74, no...from Data, vol. 1, no. 1, 2007. [7] M. W. Mahoney , L. Orecchia, and N. K. Vishnoi, “A spectral algorithm for improving graph partitions,” CoRR, vol. abs

  5. Probabilistic graphlet transfer for photo cropping.

    PubMed

    Zhang, Luming; Song, Mingli; Zhao, Qi; Liu, Xiao; Bu, Jiajun; Chen, Chun

    2013-02-01

    As one of the most basic photo manipulation processes, photo cropping is widely used in the printing, graphic design, and photography industries. In this paper, we introduce graphlets (i.e., small connected subgraphs) to represent a photo's aesthetic features, and propose a probabilistic model to transfer aesthetic features from the training photo onto the cropped photo. In particular, by segmenting each photo into a set of regions, we construct a region adjacency graph (RAG) to represent the global aesthetic feature of each photo. Graphlets are then extracted from the RAGs, and these graphlets capture the local aesthetic features of the photos. Finally, we cast photo cropping as a candidate-searching procedure on the basis of a probabilistic model, and infer the parameters of the cropped photos using Gibbs sampling. The proposed method is fully automatic. Subjective evaluations have shown that it is preferred over a number of existing approaches.

  6. Flexible sampling large-scale social networks by self-adjustable random walk

    NASA Astrophysics Data System (ADS)

    Xu, Xiao-Ke; Zhu, Jonathan J. H.

    2016-12-01

    Online social networks (OSNs) have become an increasingly attractive gold mine for academic and commercial researchers. However, research on OSNs faces a number of difficult challenges. One bottleneck lies in the massive quantity and often unavailability of OSN population data. Sampling perhaps becomes the only feasible solution to the problems. How to draw samples that can represent the underlying OSNs has remained a formidable task because of a number of conceptual and methodological reasons. Especially, most of the empirically-driven studies on network sampling are confined to simulated data or sub-graph data, which are fundamentally different from real and complete-graph OSNs. In the current study, we propose a flexible sampling method, called Self-Adjustable Random Walk (SARW), and test it against with the population data of a real large-scale OSN. We evaluate the strengths of the sampling method in comparison with four prevailing methods, including uniform, breadth-first search (BFS), random walk (RW), and revised RW (i.e., MHRW) sampling. We try to mix both induced-edge and external-edge information of sampled nodes together in the same sampling process. Our results show that the SARW sampling method has been able to generate unbiased samples of OSNs with maximal precision and minimal cost. The study is helpful for the practice of OSN research by providing a highly needed sampling tools, for the methodological development of large-scale network sampling by comparative evaluations of existing sampling methods, and for the theoretical understanding of human networks by highlighting discrepancies and contradictions between existing knowledge/assumptions of large-scale real OSN data.

  7. Protein-protein interaction network-based detection of functionally similar proteins within species.

    PubMed

    Song, Baoxing; Wang, Fen; Guo, Yang; Sang, Qing; Liu, Min; Li, Dengyun; Fang, Wei; Zhang, Deli

    2012-07-01

    Although functionally similar proteins across species have been widely studied, functionally similar proteins within species showing low sequence similarity have not been examined in detail. Identification of these proteins is of significant importance for understanding biological functions, evolution of protein families, progression of co-evolution, and convergent evolution and others which cannot be obtained by detection of functionally similar proteins across species. Here, we explored a method of detecting functionally similar proteins within species based on graph theory. After denoting protein-protein interaction networks using graphs, we split the graphs into subgraphs using the 1-hop method. Proteins with functional similarities in a species were detected using a method of modified shortest path to compare these subgraphs and to find the eligible optimal results. Using seven protein-protein interaction networks and this method, some functionally similar proteins with low sequence similarity that cannot detected by sequence alignment were identified. By analyzing the results, we found that, sometimes, it is difficult to separate homologous from convergent evolution. Evaluation of the performance of our method by gene ontology term overlap showed that the precision of our method was excellent. Copyright © 2012 Wiley Periodicals, Inc.

  8. Towards comprehensive structural motif mining for better fold annotation in the "twilight zone" of sequence dissimilarity

    PubMed Central

    Jia, Yi; Huan, Jun; Buhr, Vincent; Zhang, Jintao; Carayannopoulos, Leonidas N

    2009-01-01

    Background Automatic identification of structure fingerprints from a group of diverse protein structures is challenging, especially for proteins whose divergent amino acid sequences may fall into the "twilight-" or "midnight-" zones where pair-wise sequence identities to known sequences fall below 25% and sequence-based functional annotations often fail. Results Here we report a novel graph database mining method and demonstrate its application to protein structure pattern identification and structure classification. The biologic motivation of our study is to recognize common structure patterns in "immunoevasins", proteins mediating virus evasion of host immune defense. Our experimental study, using both viral and non-viral proteins, demonstrates the efficiency and efficacy of the proposed method. Conclusion We present a theoretic framework, offer a practical software implementation for incorporating prior domain knowledge, such as substitution matrices as studied here, and devise an efficient algorithm to identify approximate matched frequent subgraphs. By doing so, we significantly expanded the analytical power of sophisticated data mining algorithms in dealing with large volume of complicated and noisy protein structure data. And without loss of generality, choice of appropriate compatibility matrices allows our method to be easily employed in domains where subgraph labels have some uncertainty. PMID:19208148

  9. Aligning Biomolecular Networks Using Modular Graph Kernels

    NASA Astrophysics Data System (ADS)

    Towfic, Fadi; Greenlee, M. Heather West; Honavar, Vasant

    Comparative analysis of biomolecular networks constructed using measurements from different conditions, tissues, and organisms offer a powerful approach to understanding the structure, function, dynamics, and evolution of complex biological systems. We explore a class of algorithms for aligning large biomolecular networks by breaking down such networks into subgraphs and computing the alignment of the networks based on the alignment of their subgraphs. The resulting subnetworks are compared using graph kernels as scoring functions. We provide implementations of the resulting algorithms as part of BiNA, an open source biomolecular network alignment toolkit. Our experiments using Drosophila melanogaster, Saccharomyces cerevisiae, Mus musculus and Homo sapiens protein-protein interaction networks extracted from the DIP repository of protein-protein interaction data demonstrate that the performance of the proposed algorithms (as measured by % GO term enrichment of subnetworks identified by the alignment) is competitive with some of the state-of-the-art algorithms for pair-wise alignment of large protein-protein interaction networks. Our results also show that the inter-species similarity scores computed based on graph kernels can be used to cluster the species into a species tree that is consistent with the known phylogenetic relationships among the species.

  10. Finite Correlation Length Implies Efficient Preparation of Quantum Thermal States

    NASA Astrophysics Data System (ADS)

    Brandão, Fernando G. S. L.; Kastoryano, Michael J.

    2018-05-01

    Preparing quantum thermal states on a quantum computer is in general a difficult task. We provide a procedure to prepare a thermal state on a quantum computer with a logarithmic depth circuit of local quantum channels assuming that the thermal state correlations satisfy the following two properties: (i) the correlations between two regions are exponentially decaying in the distance between the regions, and (ii) the thermal state is an approximate Markov state for shielded regions. We require both properties to hold for the thermal state of the Hamiltonian on any induced subgraph of the original lattice. Assumption (ii) is satisfied for all commuting Gibbs states, while assumption (i) is satisfied for every model above a critical temperature. Both assumptions are satisfied in one spatial dimension. Moreover, both assumptions are expected to hold above the thermal phase transition for models without any topological order at finite temperature. As a building block, we show that exponential decay of correlation (for thermal states of Hamiltonians on all induced subgraphs) is sufficient to efficiently estimate the expectation value of a local observable. Our proof uses quantum belief propagation, a recent strengthening of strong sub-additivity, and naturally breaks down for states with topological order.

  11. High performance genetic algorithm for VLSI circuit partitioning

    NASA Astrophysics Data System (ADS)

    Dinu, Simona

    2016-12-01

    Partitioning is one of the biggest challenges in computer-aided design for VLSI circuits (very large-scale integrated circuits). This work address the min-cut balanced circuit partitioning problem- dividing the graph that models the circuit into almost equal sized k sub-graphs while minimizing the number of edges cut i.e. minimizing the number of edges connecting the sub-graphs. The problem may be formulated as a combinatorial optimization problem. Experimental studies in the literature have shown the problem to be NP-hard and thus it is important to design an efficient heuristic algorithm to solve it. The approach proposed in this study is a parallel implementation of a genetic algorithm, namely an island model. The information exchange between the evolving subpopulations is modeled using a fuzzy controller, which determines an optimal balance between exploration and exploitation of the solution space. The results of simulations show that the proposed algorithm outperforms the standard sequential genetic algorithm both in terms of solution quality and convergence speed. As a direction for future study, this research can be further extended to incorporate local search operators which should include problem-specific knowledge. In addition, the adaptive configuration of mutation and crossover rates is another guidance for future research.

  12. Estimating the Size of a Large Network and its Communities from a Random Sample

    PubMed Central

    Chen, Lin; Karbasi, Amin; Crawford, Forrest W.

    2017-01-01

    Most real-world networks are too large to be measured or studied directly and there is substantial interest in estimating global network properties from smaller sub-samples. One of the most important global properties is the number of vertices/nodes in the network. Estimating the number of vertices in a large network is a major challenge in computer science, epidemiology, demography, and intelligence analysis. In this paper we consider a population random graph G = (V, E) from the stochastic block model (SBM) with K communities/blocks. A sample is obtained by randomly choosing a subset W ⊆ V and letting G(W) be the induced subgraph in G of the vertices in W. In addition to G(W), we observe the total degree of each sampled vertex and its block membership. Given this partial information, we propose an efficient PopULation Size Estimation algorithm, called PULSE, that accurately estimates the size of the whole population as well as the size of each community. To support our theoretical analysis, we perform an exhaustive set of experiments to study the effects of sample size, K, and SBM model parameters on the accuracy of the estimates. The experimental results also demonstrate that PULSE significantly outperforms a widely-used method called the network scale-up estimator in a wide variety of scenarios. PMID:28867924

  13. Estimating the Size of a Large Network and its Communities from a Random Sample.

    PubMed

    Chen, Lin; Karbasi, Amin; Crawford, Forrest W

    2016-01-01

    Most real-world networks are too large to be measured or studied directly and there is substantial interest in estimating global network properties from smaller sub-samples. One of the most important global properties is the number of vertices/nodes in the network. Estimating the number of vertices in a large network is a major challenge in computer science, epidemiology, demography, and intelligence analysis. In this paper we consider a population random graph G = ( V, E ) from the stochastic block model (SBM) with K communities/blocks. A sample is obtained by randomly choosing a subset W ⊆ V and letting G ( W ) be the induced subgraph in G of the vertices in W . In addition to G ( W ), we observe the total degree of each sampled vertex and its block membership. Given this partial information, we propose an efficient PopULation Size Estimation algorithm, called PULSE, that accurately estimates the size of the whole population as well as the size of each community. To support our theoretical analysis, we perform an exhaustive set of experiments to study the effects of sample size, K , and SBM model parameters on the accuracy of the estimates. The experimental results also demonstrate that PULSE significantly outperforms a widely-used method called the network scale-up estimator in a wide variety of scenarios.

  14. Glassy nature of hierarchical organizations.

    PubMed

    Zamani, Maryam; Vicsek, Tamas

    2017-05-03

    The question of why and how animal and human groups form temporarily stable hierarchical organizations has long been a great challenge from the point of quantitative interpretations. The prevailing observation/consensus is that a hierarchical social or technological structure is optimal considering a variety of aspects. Here we introduce a simple quantitative interpretation of this situation using a statistical mechanics-type approach. We look for the optimum of the efficiency function [Formula: see text] with J ij denoting the nature of the interaction between the units i and j and a i standing for the ability of member i to contribute to the efficiency of the system. Notably, this expression for E eff has a similar structure to that of the energy as defined for spin-glasses. Unconventionally, we assume that J ij -s can have the values 0 (no interaction), +1 and -1; furthermore, a direction is associated with each edge. The essential and novel feature of our approach is that instead of optimizing the state of the nodes of a pre-defined network, we search for extrema for given a i -s in the complex efficiency landscape by finding locally optimal network topologies for a given number of edges of the subgraphs considered.

  15. Generalizing Experimental Findings

    DTIC Science & Technology

    2015-06-01

    ity.” In graphical terms, these assumptions may require several d-separation tests on several sub-graphs. It is utterly unimaginable therefore that...Education) (a) (Salary)(Education) (Skill) (b) S ( Test ) YX ZZ YX Figure 1: (a) A transportability model in which a post-treatment variable Z is S-admissible...observational studies to estimate population treatment ef- fects. Journal Royal Statistical Society: Series A (Statistics in Society) Forthcoming, doi

  16. Simultaneously Discovering and Localizing Common Objects in Wild Images.

    PubMed

    Wang, Zhenzhen; Yuan, Junsong

    2018-09-01

    Motivated by the recent success of supervised and weakly supervised common object discovery, in this paper, we move forward one step further to tackle common object discovery in a fully unsupervised way. Generally, object co-localization aims at simultaneously localizing objects of the same class across a group of images. Traditional object localization/detection usually trains specific object detectors which require bounding box annotations of object instances, or at least image-level labels to indicate the presence/absence of objects in an image. Given a collection of images without any annotations, our proposed fully unsupervised method is to simultaneously discover images that contain common objects and also localize common objects in corresponding images. Without requiring to know the total number of common objects, we formulate this unsupervised object discovery as a sub-graph mining problem from a weighted graph of object proposals, where nodes correspond to object proposals, and edges represent the similarities between neighbouring proposals. The positive images and common objects are jointly discovered by finding sub-graphs of strongly connected nodes, with each sub-graph capturing one object pattern. The optimization problem can be efficiently solved by our proposed maximal-flow-based algorithm. Instead of assuming that each image contains only one common object, our proposed solution can better address wild images where each image may contain multiple common objects or even no common object. Moreover, our proposed method can be easily tailored to the task of image retrieval in which the nodes correspond to the similarity between query and reference images. Extensive experiments on PASCAL VOC 2007 and Object Discovery data sets demonstrate that even without any supervision, our approach can discover/localize common objects of various classes in the presence of scale, view point, appearance variation, and partial occlusions. We also conduct broad experiments on image retrieval benchmarks, Holidays and Oxford5k data sets, to show that our proposed method, which considers both the similarity between query and reference images and also similarities among reference images, can help to improve the retrieval results significantly.

  17. The finite body triangulation: algorithms, subgraphs, homogeneity estimation and application.

    PubMed

    Carson, Cantwell G; Levine, Jonathan S

    2016-09-01

    The concept of a finite body Dirichlet tessellation has been extended to that of a finite body Delaunay 'triangulation' to provide a more meaningful description of the spatial distribution of nonspherical secondary phase bodies in 2- and 3-dimensional images. A finite body triangulation (FBT) consists of a network of minimum edge-to-edge distances between adjacent objects in a microstructure. From this is also obtained the characteristic object chords formed by the intersection of the object boundary with the finite body tessellation. These two sets of distances form the basis of a parsimonious homogeneity estimation. The characteristics of the spatial distribution are then evaluated with respect to the distances between objects and the distances within them. Quantitative analysis shows that more physically representative distributions can be obtained by selecting subgraphs, such as the relative neighbourhood graph and the minimum spanning tree, from the finite body tessellation. To demonstrate their potential, we apply these methods to 3-dimensional X-ray computed tomographic images of foamed cement and their 2-dimensional cross sections. The Python computer code used to estimate the FBT is made available. Other applications for the algorithm - such as porous media transport and crack-tip propagation - are also discussed. © 2016 The Authors Journal of Microscopy © 2016 Royal Microscopical Society.

  18. Origin of hyperbolicity in brain-to-brain coordination networks

    NASA Astrophysics Data System (ADS)

    Tadić, Bosiljka; Andjelković, Miroslav; Šuvakov, Milovan

    2018-02-01

    Hyperbolicity or negative curvature of complex networks is the intrinsic geometric proximity of nodes in the graph metric space, which implies an improved network function. Here, we investigate hidden combinatorial geometries in brain-to-brain coordination networks arising through social communications. The networks originate from correlations among EEG signals previously recorded during spoken communications comprising of 14 individuals with 24 speaker-listener pairs. We find that the corresponding networks are delta-hyperbolic with delta_max=1 and the graph diameter D=3 in each brain. While the emergent hyperbolicity in the two-brain networks satisfies delta_max/D/2 < 1 and can be attributed to the topology of the subgraph formed around the cross-brains linking channels. We identify these subgraphs in each studied two-brain network and decompose their structure into simple geometric descriptors (triangles, tetrahedra and cliques of higher orders) that contribute to hyperbolicity. Considering topologies that exceed two separate brain networks as a measure of coordination synergy between the brains, we identify different neuronal correlation patterns ranging from weak coordination to super-brain structure. These topology features are in qualitative agreement with the listener’s self-reported ratings of own experience and quality of the speaker, suggesting that studies of the cross-brain connector networks can reveal new insight into the neural mechanisms underlying human social behavior.

  19. Robust cell tracking in epithelial tissues through identification of maximum common subgraphs.

    PubMed

    Kursawe, Jochen; Bardenet, Rémi; Zartman, Jeremiah J; Baker, Ruth E; Fletcher, Alexander G

    2016-11-01

    Tracking of cells in live-imaging microscopy videos of epithelial sheets is a powerful tool for investigating fundamental processes in embryonic development. Characterizing cell growth, proliferation, intercalation and apoptosis in epithelia helps us to understand how morphogenetic processes such as tissue invagination and extension are locally regulated and controlled. Accurate cell tracking requires correctly resolving cells entering or leaving the field of view between frames, cell neighbour exchanges, cell removals and cell divisions. However, current tracking methods for epithelial sheets are not robust to large morphogenetic deformations and require significant manual interventions. Here, we present a novel algorithm for epithelial cell tracking, exploiting the graph-theoretic concept of a 'maximum common subgraph' to track cells between frames of a video. Our algorithm does not require the adjustment of tissue-specific parameters, and scales in sub-quadratic time with tissue size. It does not rely on precise positional information, permitting large cell movements between frames and enabling tracking in datasets acquired at low temporal resolution due to experimental constraints such as phototoxicity. To demonstrate the method, we perform tracking on the Drosophila embryonic epidermis and compare cell-cell rearrangements to previous studies in other tissues. Our implementation is open source and generally applicable to epithelial tissues. © 2016 The Authors.

  20. High-performance analysis of filtered semantic graphs

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Buluc, Aydin; Fox, Armando; Gilbert, John R.

    2012-01-01

    High performance is a crucial consideration when executing a complex analytic query on a massive semantic graph. In a semantic graph, vertices and edges carry "attributes" of various types. Analytic queries on semantic graphs typically depend on the values of these attributes; thus, the computation must either view the graph through a filter that passes only those individual vertices and edges of interest, or else must first materialize a subgraph or subgraphs consisting of only the vertices and edges of interest. The filtered approach is superior due to its generality, ease of use, and memory efficiency, but may carry amore » performance cost. In the Knowledge Discovery Toolbox (KDT), a Python library for parallel graph computations, the user writes filters in a high-level language, but those filters result in relatively low performance due to the bottleneck of having to call into the Python interpreter for each edge. In this work, we use the Selective Embedded JIT Specialization (SEJITS) approach to automatically translate filters defined by programmers into a lower-level efficiency language, bypassing the upcall into Python. We evaluate our approach by comparing it with the high-performance C++ /MPI Combinatorial BLAS engine, and show that the productivity gained by using a high-level filtering language comes without sacrificing performance.« less

  1. Multiscale weighted colored graphs for protein flexibility and rigidity analysis

    NASA Astrophysics Data System (ADS)

    Bramer, David; Wei, Guo-Wei

    2018-02-01

    Protein structural fluctuation, measured by Debye-Waller factors or B-factors, is known to correlate to protein flexibility and function. A variety of methods has been developed for protein Debye-Waller factor prediction and related applications to domain separation, docking pose ranking, entropy calculation, hinge detection, stability analysis, etc. Nevertheless, none of the current methodologies are able to deliver an accuracy of 0.7 in terms of the Pearson correlation coefficients averaged over a large set of proteins. In this work, we introduce a paradigm-shifting geometric graph model, multiscale weighted colored graph (MWCG), to provide a new generation of computational algorithms to significantly change the current status of protein structural fluctuation analysis. Our MWCG model divides a protein graph into multiple subgraphs based on interaction types between graph nodes and represents the protein rigidity by generalized centralities of subgraphs. MWCGs not only predict the B-factors of protein residues but also accurately analyze the flexibility of all atoms in a protein. The MWCG model is validated over a number of protein test sets and compared with many standard methods. An extensive numerical study indicates that the proposed MWCG offers an accuracy of over 0.8 and thus provides perhaps the first reliable method for estimating protein flexibility and B-factors. It also simultaneously predicts all-atom flexibility in a molecule.

  2. Distributed Sensing and Processing Adaptive Collaboration Environment (D-SPACE)

    DTIC Science & Technology

    2014-07-01

    to the query graph, or subgraph permutations with the same mismatch cost (often the case for homogeneous and/or symmetrical data/query). To avoid...decisions are generated in a bottom-up manner using the metric of entropy at the cluster level (Figure 9c). Using the definition of belief messages...for a cluster and a set of data nodes in this cluster , we compute the entropy for forward and backward messages as (,) = −∑ (

  3. The Challenge of Characterizing Branching in Molecular Species.

    DTIC Science & Technology

    1986-07-16

    representing respectively paths of lengths two and three. Strictly speaking, a septuple rather than a pair should have been used to account for all the paths...same counts, are of fundmental importance in the study of isospectral graphs. These facts were exploited by the latter workers to establish a 1-1...case of the Hosoya index, Z(G), a composition principle was given [38] from which it was apparent that Z(G) depends on certain subgraphs of C for

  4. What Causal Forces Shape Internet Connectivity at the AS-level?

    DTIC Science & Technology

    2003-01-01

    business “peering relationship .” By focusing on the AS subgraph ASPC whose links repre- sent provider- customer relationships , we present an empirical... customer relationships may be determined in the actual Internet, we develop a new optimization-driven model for Internet growth at the ASPC level...among ASs. Two ASs are connected in an AS graph by a link only if they have a “peering relationship ” between them, e.g., provider- customer or peer-to

  5. The hypergraph regularity method and its applications

    PubMed Central

    Rödl, V.; Nagle, B.; Skokan, J.; Schacht, M.; Kohayakawa, Y.

    2005-01-01

    Szemerédi's regularity lemma asserts that every graph can be decomposed into relatively few random-like subgraphs. This random-like behavior enables one to find and enumerate subgraphs of a given isomorphism type, yielding the so-called counting lemma for graphs. The combined application of these two lemmas is known as the regularity method for graphs and has proved useful in graph theory, combinatorial geometry, combinatorial number theory, and theoretical computer science. Here, we report on recent advances in the regularity method for k-uniform hypergraphs, for arbitrary k ≥ 2. This method, purely combinatorial in nature, gives alternative proofs of density theorems originally due to E. Szemerédi, H. Furstenberg, and Y. Katznelson. Further results in extremal combinatorics also have been obtained with this approach. The two main components of the regularity method for k-uniform hypergraphs, the regularity lemma and the counting lemma, have been obtained recently: Rödl and Skokan (based on earlier work of Frankl and Rödl) generalized Szemerédi's regularity lemma to k-uniform hypergraphs, and Nagle, Rödl, and Schacht succeeded in proving a counting lemma accompanying the Rödl–Skokan hypergraph regularity lemma. The counting lemma is proved by reducing the counting problem to a simpler one previously investigated by Kohayakawa, Rödl, and Skokan. Similar results were obtained independently by W. T. Gowers, following a different approach. PMID:15919821

  6. Optimal Co-segmentation of Tumor in PET-CT Images with Context Information

    PubMed Central

    Song, Qi; Bai, Junjie; Han, Dongfeng; Bhatia, Sudershan; Sun, Wenqing; Rockey, William; Bayouth, John E.; Buatti, John M.

    2014-01-01

    PET-CT images have been widely used in clinical practice for radiotherapy treatment planning of the radiotherapy. Many existing segmentation approaches only work for a single imaging modality, which suffer from the low spatial resolution in PET or low contrast in CT. In this work we propose a novel method for the co-segmentation of the tumor in both PET and CT images, which makes use of advantages from each modality: the functionality information from PET and the anatomical structure information from CT. The approach formulates the segmentation problem as a minimization problem of a Markov Random Field (MRF) model, which encodes the information from both modalities. The optimization is solved using a graph-cut based method. Two sub-graphs are constructed for the segmentation of the PET and the CT images, respectively. To achieve consistent results in two modalities, an adaptive context cost is enforced by adding context arcs between the two subgraphs. An optimal solution can be obtained by solving a single maximum flow problem, which leads to simultaneous segmentation of the tumor volumes in both modalities. The proposed algorithm was validated in robust delineation of lung tumors on 23 PET-CT datasets and two head-and-neck cancer subjects. Both qualitative and quantitative results show significant improvement compared to the graph cut methods solely using PET or CT. PMID:23693127

  7. Interactions of information transfer along separable causal paths

    NASA Astrophysics Data System (ADS)

    Jiang, Peishi; Kumar, Praveen

    2018-04-01

    Complex systems arise as a result of interdependences between multiple variables, whose causal interactions can be visualized in a time-series graph. Transfer entropy and information partitioning approaches have been used to characterize such dependences. However, these approaches capture net information transfer occurring through a multitude of pathways involved in the interaction and as a result mask our ability to discern the causal interaction within a subgraph of interest through specific pathways. We build on recent developments of momentary information transfer along causal paths proposed by Runge [Phys. Rev. E 92, 062829 (2015), 10.1103/PhysRevE.92.062829] to develop a framework for quantifying information partitioning along separable causal paths. Momentary information transfer along causal paths captures the amount of information transfer between any two variables lagged at two specific points in time. Our approach expands this concept to characterize the causal interaction in terms of synergistic, unique, and redundant information transfer through separable causal paths. Through a graphical model, we analyze the impact of the separable and nonseparable causal paths and the causality structure embedded in the graph as well as the noise effect on information partitioning by using synthetic data generated from two coupled logistic equation models. Our approach can provide a valuable reference for an autonomous information partitioning along separable causal paths which form a causal subgraph influencing a target.

  8. An analysis of multi-type relational interactions in FMA using graph motifs with disjointness constraints.

    PubMed

    Zhang, Guo-Qiang; Luo, Lingyun; Ogbuji, Chime; Joslyn, Cliff; Mejino, Jose; Sahoo, Satya S

    2012-01-01

    The interaction of multiple types of relationships among anatomical classes in the Foundational Model of Anatomy (FMA) can provide inferred information valuable for quality assurance. This paper introduces a method called Motif Checking (MOCH) to study the effects of such multi-relation type interactions for detecting logical inconsistencies as well as other anomalies represented by the motifs. MOCH represents patterns of multi-type interaction as small labeled (with multiple types of edges) sub-graph motifs, whose nodes represent class variables, and labeled edges represent relational types. By representing FMA as an RDF graph and motifs as SPARQL queries, fragments of FMA are automatically obtained as auditing candidates. Leveraging the scalability and reconfigurability of Semantic Web Technology, we performed exhaustive analyses of a variety of labeled sub-graph motifs. The quality assurance feature of MOCH comes from the distinct use of a subset of the edges of the graph motifs as constraints for disjointness, whereby bringing in rule-based flavor to the approach as well. With possible disjointness implied by antonyms, we performed manual inspection of the resulting FMA fragments and tracked down sources of abnormal inferred conclusions (logical inconsistencies), which are amendable for programmatic revision of the FMA. Our results demonstrate that MOCH provides a unique source of valuable information for quality assurance. Since our approach is general, it is applicable to any ontological system with an OWL representation.

  9. Dynamic Visualization of Co-expression in Systems Genetics Data

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    New, Joshua Ryan; Huang, Jian; Chesler, Elissa J

    2008-01-01

    Biologists hope to address grand scientific challenges by exploring the abundance of data made available through modern microarray technology and other high-throughput techniques. The impact of this data, however, is limited unless researchers can effectively assimilate such complex information and integrate it into their daily research; interactive visualization tools are called for to support the effort. Specifically, typical studies of gene co-expression require novel visualization tools that enable the dynamic formulation and fine-tuning of hypotheses to aid the process of evaluating sensitivity of key parameters. These tools should allow biologists to develop an intuitive understanding of the structure of biologicalmore » networks and discover genes which reside in critical positions in networks and pathways. By using a graph as a universal data representation of correlation in gene expression data, our novel visualization tool employs several techniques that when used in an integrated manner provide innovative analytical capabilities. Our tool for interacting with gene co-expression data integrates techniques such as: graph layout, qualitative subgraph extraction through a novel 2D user interface, quantitative subgraph extraction using graph-theoretic algorithms or by querying an optimized b-tree, dynamic level-of-detail graph abstraction, and template-based fuzzy classification using neural networks. We demonstrate our system using a real-world workflow from a large-scale, systems genetics study of mammalian gene co-expression.« less

  10. An Analysis of Multi-type Relational Interactions in FMA Using Graph Motifs with Disjointness Constraints

    PubMed Central

    Zhang, Guo-Qiang; Luo, Lingyun; Ogbuji, Chime; Joslyn, Cliff; Mejino, Jose; Sahoo, Satya S

    2012-01-01

    The interaction of multiple types of relationships among anatomical classes in the Foundational Model of Anatomy (FMA) can provide inferred information valuable for quality assurance. This paper introduces a method called Motif Checking (MOCH) to study the effects of such multi-relation type interactions for detecting logical inconsistencies as well as other anomalies represented by the motifs. MOCH represents patterns of multi-type interaction as small labeled (with multiple types of edges) sub-graph motifs, whose nodes represent class variables, and labeled edges represent relational types. By representing FMA as an RDF graph and motifs as SPARQL queries, fragments of FMA are automatically obtained as auditing candidates. Leveraging the scalability and reconfigurability of Semantic Web Technology, we performed exhaustive analyses of a variety of labeled sub-graph motifs. The quality assurance feature of MOCH comes from the distinct use of a subset of the edges of the graph motifs as constraints for disjointness, whereby bringing in rule-based flavor to the approach as well. With possible disjointness implied by antonyms, we performed manual inspection of the resulting FMA fragments and tracked down sources of abnormal inferred conclusions (logical inconsistencies), which are amendable for programmatic revision of the FMA. Our results demonstrate that MOCH provides a unique source of valuable information for quality assurance. Since our approach is general, it is applicable to any ontological system with an OWL representation. PMID:23304382

  11. Motif structure and cooperation in real-world complex networks

    NASA Astrophysics Data System (ADS)

    Salehi, Mostafa; Rabiee, Hamid R.; Jalili, Mahdi

    2010-12-01

    Networks of dynamical nodes serve as generic models for real-world systems in many branches of science ranging from mathematics to physics, technology, sociology and biology. Collective behavior of agents interacting over complex networks is important in many applications. The cooperation between selfish individuals is one of the most interesting collective phenomena. In this paper we address the interplay between the motifs’ cooperation properties and their abundance in a number of real-world networks including yeast protein-protein interaction, human brain, protein structure, email communication, dolphins’ social interaction, Zachary karate club and Net-science coauthorship networks. First, the amount of cooperativity for all possible undirected subgraphs with three to six nodes is calculated. To this end, the evolutionary dynamics of the Prisoner’s Dilemma game is considered and the cooperativity of each subgraph is calculated as the percentage of cooperating agents at the end of the simulation time. Then, the three- to six-node motifs are extracted for each network. The significance of the abundance of a motif, represented by a Z-value, is obtained by comparing them with some properly randomized versions of the original network. We found that there is always a group of motifs showing a significant inverse correlation between their cooperativity amount and Z-value, i.e. the more the Z-value the less the amount of cooperativity. This suggests that networks composed of well-structured units do not have good cooperativity properties.

  12. Biological network motif detection and evaluation

    PubMed Central

    2011-01-01

    Background Molecular level of biological data can be constructed into system level of data as biological networks. Network motifs are defined as over-represented small connected subgraphs in networks and they have been used for many biological applications. Since network motif discovery involves computationally challenging processes, previous algorithms have focused on computational efficiency. However, we believe that the biological quality of network motifs is also very important. Results We define biological network motifs as biologically significant subgraphs and traditional network motifs are differentiated as structural network motifs in this paper. We develop five algorithms, namely, EDGEGO-BNM, EDGEBETWEENNESS-BNM, NMF-BNM, NMFGO-BNM and VOLTAGE-BNM, for efficient detection of biological network motifs, and introduce several evaluation measures including motifs included in complex, motifs included in functional module and GO term clustering score in this paper. Experimental results show that EDGEGO-BNM and EDGEBETWEENNESS-BNM perform better than existing algorithms and all of our algorithms are applicable to find structural network motifs as well. Conclusion We provide new approaches to finding network motifs in biological networks. Our algorithms efficiently detect biological network motifs and further improve existing algorithms to find high quality structural network motifs, which would be impossible using existing algorithms. The performances of the algorithms are compared based on our new evaluation measures in biological contexts. We believe that our work gives some guidelines of network motifs research for the biological networks. PMID:22784624

  13. Some cycle-supermagic labelings of the calendula graphs

    NASA Astrophysics Data System (ADS)

    Pradipta, T. R.; Salman, A. N. M.

    2018-01-01

    In this paper, we introduce a calendula graph, denoted by Clm,n . It is a graph constructed from a cycle on m vertices Cm and m copies of Cn which are Cn1 , Cn2 , ⋯, Cnm and grafting the i-th edge of Cm to an edge of in Cni for each i ∈ {1,2,⋯,m}. A graph G = (V, E) admits a Cn -covering, if every edge e ∈ E(G) belongs to a subgraph of G isomorphic to Cn . The graph G is called cycle-magic, if there exists a total labeling ϕ: V ∪ E → {1,2,…,|V|+|E|} such that for every subgraph Cn ‧ = (V‧,E‧) of G isomorphic to Cn has the same weight. In this case, the weight of Cn , denoted by ϕ(Cn ’), is defined as ∑ v∈V(C’n ) ϕ(v) + ∑ e∈E(C’n ) ϕ(e). Furthermore, G is called cycle-supermagic, if ϕ:V→{1,2,…,|V|}. In this paper, we provide some cycle-supermagic labelings of calendula graphs. In order to prove it, we develop a technique, to make a partition of a multiset into m sub-multisets with the same cardinality such that the sum of all elements of each sub-multiset is same. The technique is called an m-balanced multiset.

  14. Matching and Vertex Packing: How Hard Are They?

    DTIC Science & Technology

    1991-01-01

    Theory, 29, Ann. Discrete Math ., North-Holland, Amsterdam, 1986. [2] M.D. Plummer, Matching theory - a sampler: from D~nes K~nig to the present...Ser. B, 28, 1980, 284-304. [20i N. Sbihi, Algorithme de recherche d’un stable de cardinalit6 maximum dans un graphe sans 6toile, Discrete Math ., 29...cliques and by finite families of graphs, Discrete Math ., 49, 1984, 45-59. [92] G. Cornu~jols, D. Hartvigsen and W.R. Pulleyblank, Packing subgraphs in

  15. On k-ary n-cubes: Theory and applications

    NASA Technical Reports Server (NTRS)

    Mao, Weizhen; Nicol, David M.

    1994-01-01

    Many parallel processing networks can be viewed as graphs called k-ary n-cubes, whose special cases include rings, hypercubes and toruses. In this paper, combinatorial properties of k-ary n-cubes are explored. In particular, the problem of characterizing the subgraph of a given number of nodes with the maximum edge count is studied. These theoretical results are then used to compute a lower bounding function in branch-and-bound partitioning algorithms and to establish the optimality of some irregular partitions.

  16. Tracing Actual Causes

    DTIC Science & Technology

    2016-08-08

    actual values for variables in the SEM ), and an event e with M ,~u |= e, our definition answers the question : Which paths of the causal network G( M ...for each variable and a directed edge from vari- able X to Y if the equation for computing X uses Y . Given an SEM M , a context ~u (that supplies the...caused the event e1? Our definition answers this question as a set of causal slices, where each causal slice is a subgraph of G( M ). All paths in each

  17. Identification of informative subgraphs in brain networks

    NASA Astrophysics Data System (ADS)

    Marinazzo, D.; Wu, G.; Pellicoro, M.; Stramaglia, S.

    2013-01-01

    Measuring directed interactions in the brain in terms of information flow is a promising approach, mathematically treatable and amenable to encompass several methods. Here we present a formal expansion of the transfer entropy to put in evidence irreducible sets of variables which provide information for the future state of each assigned target. Multiplets characterized by a large contribution to the expansion are associated to informational circuits present in the system, with an informational character (synergetic or redundant) which can be inferred from the sign of the contribution.

  18. A strategy for analysis of (molecular) equilibrium simulations: Configuration space density estimation, clustering, and visualization

    NASA Astrophysics Data System (ADS)

    Hamprecht, Fred A.; Peter, Christine; Daura, Xavier; Thiel, Walter; van Gunsteren, Wilfred F.

    2001-02-01

    We propose an approach for summarizing the output of long simulations of complex systems, affording a rapid overview and interpretation. First, multidimensional scaling techniques are used in conjunction with dimension reduction methods to obtain a low-dimensional representation of the configuration space explored by the system. A nonparametric estimate of the density of states in this subspace is then obtained using kernel methods. The free energy surface is calculated from that density, and the configurations produced in the simulation are then clustered according to the topography of that surface, such that all configurations belonging to one local free energy minimum form one class. This topographical cluster analysis is performed using basin spanning trees which we introduce as subgraphs of Delaunay triangulations. Free energy surfaces obtained in dimensions lower than four can be visualized directly using iso-contours and -surfaces. Basin spanning trees also afford a glimpse of higher-dimensional topographies. The procedure is illustrated using molecular dynamics simulations on the reversible folding of peptide analoga. Finally, we emphasize the intimate relation of density estimation techniques to modern enhanced sampling algorithms.

  19. Separation of ion types in tandem mass spectrometry data interpretation -- a graph-theoretic approach.

    PubMed

    Yan, Bo; Pan, Chongle; Olman, Victor N; Hettich, Robert L; Xu, Ying

    2004-01-01

    Mass spectrometry is one of the most popular analytical techniques for identification of individual proteins in a protein mixture, one of the basic problems in proteomics. It identifies a protein through identifying its unique mass spectral pattern. While the problem is theoretically solvable, it remains a challenging problem computationally. One of the key challenges comes from the difficulty in distinguishing the N- and C-terminus ions, mostly b- and y-ions respectively. In this paper, we present a graph algorithm for solving the problem of separating bfrom y-ions in a set of mass spectra. We represent each spectral peak as a node and consider two types of edges: a type-1 edge connects two peaks possibly of the same ion types and a type-2 edge connects two peaks possibly of different ion types, predicted based on local information. The ion-separation problem is then formulated and solved as a graph partition problem, which is to partition the graph into three subgraphs, namely b-, y-ions and others respectively, so to maximize the total weight of type-1 edges while minimizing the total weight of type-2 edges within each subgraph. We have developed a dynamic programming algorithm for rigorously solving this graph partition problem and implemented it as a computer program PRIME. We have tested PRIME on 18 data sets of high accurate FT-ICR tandem mass spectra and found that it achieved ~90% accuracy for separation of b- and y- ions.

  20. Eb&D: A new clustering approach for signed social networks based on both edge-betweenness centrality and density of subgraphs

    NASA Astrophysics Data System (ADS)

    Qi, Xingqin; Song, Huimin; Wu, Jianliang; Fuller, Edgar; Luo, Rong; Zhang, Cun-Quan

    2017-09-01

    Clustering algorithms for unsigned social networks which have only positive edges have been studied intensively. However, when a network has like/dislike, love/hate, respect/disrespect, or trust/distrust relationships, unsigned social networks with only positive edges are inadequate. Thus we model such kind of networks as signed networks which can have both negative and positive edges. Detecting the cluster structures of signed networks is much harder than for unsigned networks, because it not only requires that positive edges within clusters are as many as possible, but also requires that negative edges between clusters are as many as possible. Currently, we have few clustering algorithms for signed networks, and most of them requires the number of final clusters as an input while it is actually hard to predict beforehand. In this paper, we will propose a novel clustering algorithm called Eb &D for signed networks, where both the betweenness of edges and the density of subgraphs are used to detect cluster structures. A hierarchically nested system will be constructed to illustrate the inclusion relationships of clusters. To show the validity and efficiency of Eb &D, we test it on several classical social networks and also hundreds of synthetic data sets, and all obtain better results compared with other methods. The biggest advantage of Eb &D compared with other methods is that the number of clusters do not need to be known prior.

  1. Playing hide and seek with repeats in local and global de novo transcriptome assembly of short RNA-seq reads.

    PubMed

    Lima, Leandro; Sinaimeri, Blerina; Sacomoto, Gustavo; Lopez-Maestre, Helene; Marchet, Camille; Miele, Vincent; Sagot, Marie-France; Lacroix, Vincent

    2017-01-01

    The main challenge in de novo genome assembly of DNA-seq data is certainly to deal with repeats that are longer than the reads. In de novo transcriptome assembly of RNA-seq reads, on the other hand, this problem has been underestimated so far. Even though we have fewer and shorter repeated sequences in transcriptomics, they do create ambiguities and confuse assemblers if not addressed properly. Most transcriptome assemblers of short reads are based on de Bruijn graphs (DBG) and have no clear and explicit model for repeats in RNA-seq data, relying instead on heuristics to deal with them. The results of this work are threefold. First, we introduce a formal model for representing high copy-number and low-divergence repeats in RNA-seq data and exploit its properties to infer a combinatorial characteristic of repeat-associated subgraphs. We show that the problem of identifying such subgraphs in a DBG is NP-complete. Second, we show that in the specific case of local assembly of alternative splicing (AS) events, we can implicitly avoid such subgraphs, and we present an efficient algorithm to enumerate AS events that are not included in repeats. Using simulated data, we show that this strategy is significantly more sensitive and precise than the previous version of KisSplice (Sacomoto et al. in WABI, pp 99-111, 1), Trinity (Grabherr et al. in Nat Biotechnol 29(7):644-652, 2), and Oases (Schulz et al. in Bioinformatics 28(8):1086-1092, 3), for the specific task of calling AS events. Third, we turn our focus to full-length transcriptome assembly, and we show that exploring the topology of DBGs can improve de novo transcriptome evaluation methods. Based on the observation that repeats create complicated regions in a DBG, and when assemblers try to traverse these regions, they can infer erroneous transcripts, we propose a measure to flag transcripts traversing such troublesome regions, thereby giving a confidence level for each transcript. The originality of our work when compared to other transcriptome evaluation methods is that we use only the topology of the DBG, and not read nor coverage information. We show that our simple method gives better results than Rsem-Eval (Li et al. in Genome Biol 15(12):553, 4) and TransRate (Smith-Unna et al. in Genome Res 26(8):1134-1144, 5) on both real and simulated datasets for detecting chimeras, and therefore is able to capture assembly errors missed by these methods.

  2. Limit of a nonpreferential attachment multitype network model

    NASA Astrophysics Data System (ADS)

    Shang, Yilun

    2017-02-01

    Here, we deal with a model of multitype network with nonpreferential attachment growth. The connection between two nodes depends asymmetrically on their types, reflecting the implication of time order in temporal networks. Based upon graph limit theory, we analytically determined the limit of the network model characterized by a kernel, in the sense that the number of copies of any fixed subgraph converges when network size tends to infinity. The results are confirmed by extensive simulations. Our work thus provides a theoretical framework for quantitatively understanding grown temporal complex networks as a whole.

  3. BiNGO: a Cytoscape plugin to assess overrepresentation of gene ontology categories in biological networks.

    PubMed

    Maere, Steven; Heymans, Karel; Kuiper, Martin

    2005-08-15

    The Biological Networks Gene Ontology tool (BiNGO) is an open-source Java tool to determine which Gene Ontology (GO) terms are significantly overrepresented in a set of genes. BiNGO can be used either on a list of genes, pasted as text, or interactively on subgraphs of biological networks visualized in Cytoscape. BiNGO maps the predominant functional themes of the tested gene set on the GO hierarchy, and takes advantage of Cytoscape's versatile visualization environment to produce an intuitive and customizable visual representation of the results.

  4. Aligning Metabolic Pathways Exploiting Binary Relation of Reactions.

    PubMed

    Huang, Yiran; Zhong, Cheng; Lin, Hai Xiang; Huang, Jing

    2016-01-01

    Metabolic pathway alignment has been widely used to find one-to-one and/or one-to-many reaction mappings to identify the alternative pathways that have similar functions through different sets of reactions, which has important applications in reconstructing phylogeny and understanding metabolic functions. The existing alignment methods exhaustively search reaction sets, which may become infeasible for large pathways. To address this problem, we present an effective alignment method for accurately extracting reaction mappings between two metabolic pathways. We show that connected relation between reactions can be formalized as binary relation of reactions in metabolic pathways, and the multiplications of zero-one matrices for binary relations of reactions can be accomplished in finite steps. By utilizing the multiplications of zero-one matrices for binary relation of reactions, we efficiently obtain reaction sets in a small number of steps without exhaustive search, and accurately uncover biologically relevant reaction mappings. Furthermore, we introduce a measure of topological similarity of nodes (reactions) by comparing the structural similarity of the k-neighborhood subgraphs of the nodes in aligning metabolic pathways. We employ this similarity metric to improve the accuracy of the alignments. The experimental results on the KEGG database show that when compared with other state-of-the-art methods, in most cases, our method obtains better performance in the node correctness and edge correctness, and the number of the edges of the largest common connected subgraph for one-to-one reaction mappings, and the number of correct one-to-many reaction mappings. Our method is scalable in finding more reaction mappings with better biological relevance in large metabolic pathways.

  5. Topographic Spreading Analysis of an Empirical Sex Workers' Network

    NASA Astrophysics Data System (ADS)

    Bjell, Johannes; Canright, Geoffrey; Engø-Monsen, Kenth; Remple, Valencia P.

    The problem of epidemic spreading over networks has received considerable attention in recent years, due both to its intrinsic intellectual challenge and to its practical importance. A good recent summary of such work may be found in Newman (8), while (9) gives an outstanding example of a non-trivial prediction which is obtained from explicitly modeling the network in the epidemic spreading. In the language of mathematicians and computer scientists, a network of nodes connected by edges is called a graph. Most work on epidemic spreading over networks focuses on whole-graph properties, such as the percentage of infected nodes at long time. Two of us have, in contrast, focused on understanding the spread of an infection over time and space (the network) (61; 63; 62). This work involves decomposing any given network into subgraphs called regions (61). Regions are precisely defined as disjoint subgraphs which may be viewed as coarse-grained units of infection—in that, once one node in a region is infected, the progress of the infection over the remainder of the region is relatively fast and predictable (63). We note that this approach is based on the ‘Susceptible-Infected’ (SI) model of infection, in which nodes, once infected, are never cured. This model is reasonable for some infections, such as HIV—which is one of the diseases studied here. We also study gonorrhea and chlamydia, for which a more appropriate model is Susceptible-Infected-Susceptible (SIS) (67) (since nodes can be cured); we discuss the limitations of our approach for these cases below.

  6. Scale-free models for the structure of business firm networks.

    PubMed

    Kitsak, Maksim; Riccaboni, Massimo; Havlin, Shlomo; Pammolli, Fabio; Stanley, H Eugene

    2010-03-01

    We study firm collaborations in the life sciences and the information and communication technology sectors. We propose an approach to characterize industrial leadership using k -shell decomposition, with top-ranking firms in terms of market value in higher k -shell layers. We find that the life sciences industry network consists of three distinct components: a "nucleus," which is a small well-connected subgraph, "tendrils," which are small subgraphs consisting of small degree nodes connected exclusively to the nucleus, and a "bulk body," which consists of the majority of nodes. Industrial leaders, i.e., the largest companies in terms of market value, are in the highest k -shells of both networks. The nucleus of the life sciences sector is very stable: once a firm enters the nucleus, it is likely to stay there for a long time. At the same time we do not observe the above three components in the information and communication technology sector. We also conduct a systematic study of these three components in random scale-free networks. Our results suggest that the sizes of the nucleus and the tendrils in scale-free networks decrease as the exponent of the power-law degree distribution lambda increases, and disappear for lambda>or=3 . We compare the k -shell structure of random scale-free model networks with two real-world business firm networks in the life sciences and in the information and communication technology sectors. We argue that the observed behavior of the k -shell structure in the two industries is consistent with the coexistence of both preferential and random agreements in the evolution of industrial networks.

  7. Predicting and Detecting Emerging Cyberattack Patterns Using StreamWorks

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Chin, George; Choudhury, Sutanay; Feo, John T.

    2014-06-30

    The number and sophistication of cyberattacks on industries and governments have dramatically grown in recent years. To counter this movement, new advanced tools and techniques are needed to detect cyberattacks in their early stages such that defensive actions may be taken to avert or mitigate potential damage. From a cybersecurity analysis perspective, detecting cyberattacks may be cast as a problem of identifying patterns in computer network traffic. Logically and intuitively, these patterns may take on the form of a directed graph that conveys how an attack or intrusion propagates through the computers of a network. Such cyberattack graphs could providemore » cybersecurity analysts with powerful conceptual representations that are natural to express and analyze. We have been researching and developing graph-centric approaches and algorithms for dynamic cyberattack detection. The advanced dynamic graph algorithms we are developing will be packaged into a streaming network analysis framework known as StreamWorks. With StreamWorks, a scientist or analyst may detect and identify precursor events and patterns as they emerge in complex networks. This analysis framework is intended to be used in a dynamic environment where network data is streamed in and is appended to a large-scale dynamic graph. Specific graphical query patterns are decomposed and collected into a graph query library. The individual decomposed subpatterns in the library are continuously and efficiently matched against the dynamic graph as it evolves to identify and detect early, partial subgraph patterns. The scalable emerging subgraph pattern algorithms will match on both structural and semantic network properties.« less

  8. An efficient, large-scale, non-lattice-detection algorithm for exhaustive structural auditing of biomedical ontologies.

    PubMed

    Zhang, Guo-Qiang; Xing, Guangming; Cui, Licong

    2018-04-01

    One of the basic challenges in developing structural methods for systematic audition on the quality of biomedical ontologies is the computational cost usually involved in exhaustive sub-graph analysis. We introduce ANT-LCA, a new algorithm for computing all non-trivial lowest common ancestors (LCA) of each pair of concepts in the hierarchical order induced by an ontology. The computation of LCA is a fundamental step for non-lattice approach for ontology quality assurance. Distinct from existing approaches, ANT-LCA only computes LCAs for non-trivial pairs, those having at least one common ancestor. To skip all trivial pairs that may be of no practical interest, ANT-LCA employs a simple but innovative algorithmic strategy combining topological order and dynamic programming to keep track of non-trivial pairs. We provide correctness proofs and demonstrate a substantial reduction in computational time for two largest biomedical ontologies: SNOMED CT and Gene Ontology (GO). ANT-LCA achieved an average computation time of 30 and 3 sec per version for SNOMED CT and GO, respectively, about 2 orders of magnitude faster than the best known approaches. Our algorithm overcomes a fundamental computational barrier in sub-graph based structural analysis of large ontological systems. It enables the implementation of a new breed of structural auditing methods that not only identifies potential problematic areas, but also automatically suggests changes to fix the issues. Such structural auditing methods can lead to more effective tools supporting ontology quality assurance work. Copyright © 2018 Elsevier Inc. All rights reserved.

  9. Super (a*, d*)-ℋ-antimagic total covering of second order of shackle graphs

    NASA Astrophysics Data System (ADS)

    Hesti Agustin, Ika; Dafik; Nisviasari, Rosanita; Prihandini, R. M.

    2017-12-01

    Let H be a simple and connected graph. A shackle of graph H, denoted by G = shack(H, v, n), is a graph G constructed by non-trivial graphs H 1, H 2, …, H n such that, for every 1 ≤ s, t ≤ n, H s and Ht have no a common vertex with |s - t| ≥ 2 and for every 1 ≤ i ≤ n - 1, Hi and H i+1 share exactly one common vertex v, called connecting vertex, and those k - 1 connecting vertices are all distinct. The graph G is said to be an (a*, d*)-H-antimagic total graph of second order if there exist a bijective function f : V(G) ∪ E(G) → {1, 2, …, |V(G)| + |E(G)|} such that for all subgraphs isomorphic to H, the total H-weights W(H)=\\displaystyle {\\sum }v\\in V(H)f(v)+\\displaystyle {\\sum }e\\in E(H)f(e) form an arithmetic sequence of second order of \\{a* ,a* +d* ,a* +3d* ,a* +6d* ,\\ldots ,a* +(\\frac{{n}2-n}{2})d* \\}, where a* and d* are positive integers and n is the number of all subgraphs isomorphic to H. An (a*, d*)-H-antimagic total labeling of second order f is called super if the smallest labels appear in the vertices. In this paper, we study a super (a*, d*)-H antimagic total labeling of second order of G = shack(H, v, n) by using a partition technique of second order.

  10. Fault tolerance in protein interaction networks: stable bipartite subgraphs and redundant pathways.

    PubMed

    Brady, Arthur; Maxwell, Kyle; Daniels, Noah; Cowen, Lenore J

    2009-01-01

    As increasing amounts of high-throughput data for the yeast interactome become available, more system-wide properties are uncovered. One interesting question concerns the fault tolerance of protein interaction networks: whether there exist alternative pathways that can perform some required function if a gene essential to the main mechanism is defective, absent or suppressed. A signature pattern for redundant pathways is the BPM (between-pathway model) motif, introduced by Kelley and Ideker. Past methods proposed to search the yeast interactome for BPM motifs have had several important limitations. First, they have been driven heuristically by local greedy searches, which can lead to the inclusion of extra genes that may not belong in the motif; second, they have been validated solely by functional coherence of the putative pathways using GO enrichment, making it difficult to evaluate putative BPMs in the absence of already known biological annotation. We introduce stable bipartite subgraphs, and show they form a clean and efficient way of generating meaningful BPMs which naturally discard extra genes included by local greedy methods. We show by GO enrichment measures that our BPM set outperforms previous work, covering more known complexes and functional pathways. Perhaps most importantly, since our BPMs are initially generated by examining the genetic-interaction network only, the location of edges in the protein-protein physical interaction network can then be used to statistically validate each candidate BPM, even with sparse GO annotation (or none at all). We uncover some interesting biological examples of previously unknown putative redundant pathways in such areas as vesicle-mediated transport and DNA repair.

  11. Fault Tolerance in Protein Interaction Networks: Stable Bipartite Subgraphs and Redundant Pathways

    PubMed Central

    Brady, Arthur; Maxwell, Kyle; Daniels, Noah; Cowen, Lenore J.

    2009-01-01

    As increasing amounts of high-throughput data for the yeast interactome become available, more system-wide properties are uncovered. One interesting question concerns the fault tolerance of protein interaction networks: whether there exist alternative pathways that can perform some required function if a gene essential to the main mechanism is defective, absent or suppressed. A signature pattern for redundant pathways is the BPM (between-pathway model) motif, introduced by Kelley and Ideker. Past methods proposed to search the yeast interactome for BPM motifs have had several important limitations. First, they have been driven heuristically by local greedy searches, which can lead to the inclusion of extra genes that may not belong in the motif; second, they have been validated solely by functional coherence of the putative pathways using GO enrichment, making it difficult to evaluate putative BPMs in the absence of already known biological annotation. We introduce stable bipartite subgraphs, and show they form a clean and efficient way of generating meaningful BPMs which naturally discard extra genes included by local greedy methods. We show by GO enrichment measures that our BPM set outperforms previous work, covering more known complexes and functional pathways. Perhaps most importantly, since our BPMs are initially generated by examining the genetic-interaction network only, the location of edges in the protein-protein physical interaction network can then be used to statistically validate each candidate BPM, even with sparse GO annotation (or none at all). We uncover some interesting biological examples of previously unknown putative redundant pathways in such areas as vesicle-mediated transport and DNA repair. PMID:19399174

  12. Uncovering the overlapping community structure of complex networks by maximal cliques

    NASA Astrophysics Data System (ADS)

    Li, Junqiu; Wang, Xingyuan; Cui, Yaozu

    2014-12-01

    In this paper, a unique algorithm is proposed to detect overlapping communities in the un-weighted and weighted networks with considerable accuracy. The maximal cliques, overlapping vertex, bridge vertex and isolated vertex are introduced. First, all the maximal cliques are extracted by the algorithm based on the deep and bread searching. Then two maximal cliques can be merged into a larger sub-graph by some given rules. In addition, the proposed algorithm successfully finds overlapping vertices and bridge vertices between communities. Experimental results using some real-world networks data show that the performance of the proposed algorithm is satisfactory.

  13. The Communications and Networks Collaborative Technology Alliance Publication Network: A Case Study on Graph and Simplicial Complex Analysis

    DTIC Science & Technology

    2015-05-01

    Amer 26 19 Adarshpal S Sethi 24 20 Sunil Samtani 22 21 Alenka G Zajic 22 7 We study 2 important types of subgraphs on the C&N CTA network: 1) the...Maria Striki 0.0841 20 Sunil Samtani at least 4 times the end-of-program mean degree (4.8185). These authors also have at least 7 times the end-of...Lee Tarek N Saadawi 19 2 Mariusz A Fecko Sunil Samtani 18 3 Maitreya Natu Adarshpal S Sethi 17 3 Anthony J McAuley Raquel Morera 17 5 Richard Gopaul

  14. Exhibition of Monogamy Relations between Entropic Non-contextuality Inequalities

    NASA Astrophysics Data System (ADS)

    Zhu, Feng; Zhang, Wei; Huang, Yi-Dong

    2017-06-01

    We exhibit the monogamy relation between two entropic non-contextuality inequalities in the scenario where compatible projectors are orthogonal. We show the monogamy relation can be exhibited by decomposing the orthogonality graph into perfect induced subgraphs. Then we find two entropic non-contextuality inequalities are monogamous while the KCBS-type non-contextuality inequalities are not if the orthogonality graphs of the observable sets are two odd cycles with two shared vertices. Supported by 973 Programs of China under Grant Nos. 2011CBA00303 and 2013CB328700, Basic Research Foundation of Tsinghua National Laboratory for Information Science and Technology (TNList)

  15. FINAL REPORT (MILESTONE DATE 9/30/11) FOR SUBCONTRACT NO. B594099 NUMERICAL METHODS FOR LARGE-SCALE DATA FACTORIZATION

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    De Sterck, H

    2011-10-18

    The following work has been performed by PI Hans De Sterck and graduate student Manda Winlaw for the required tasks 1-5 (as listed in the Statement of Work). Graduate student Manda Winlaw has visited LLNL January 31-March 11, 2011 and May 23-August 19, 2010, working with Van Henson and Mike O'Hara on non-negative matrix factorizations (NMF). She has investigated the dense subgraph clustering algorithm from 'Finding Dense Subgraphs for Sparse Undirected, Directed, and Bipartite Graphs' by Chen and Saad, testing this method on several term-document matrices and adapting it to cluster based on the rank of the subgraphs instead ofmore » the density. Manda Winlaw was awarded a first prize in the annual LLNL summer student poster competition for a poster on her NMF research. PI Hans De Sterck has developed a new adaptive algebraic multigrid algorithm for computing a few dominant or minimal singular triplets of sparse rectangular matrices. This work builds on adaptive algebraic multigrid methods that were further developed by the PI and collaborators (including Sanders and Henson) for Markov chains. The method also combines and extends existing multigrid algorithms for the symmetric eigenproblem. The PI has visited LLNL February 22-25, 2011, and has given a CASC seminar 'Algebraic Multigrid for the Singular Value Problem' on this work on February 23, 2011. During his visit, he has discussed this work and related topics with Van Henson, Geoffrey Sanders, Panayot Vassilevski, and others. He has tested the algorithm on PDE matrices and on a term-document matrix, with promising initial results. Manda Winlaw has also started to work, with O'Hara, on estimating probability distributions over undirected graph edges. The goal is to estimate probabilistic models from sets of undirected graph edges for the purpose of prediction, anomaly detection and support to supervised learning. Graduate student Manda Winlaw is writing a paper on the results obtained with O'Hara which will be submitted some time later in 2011 to a data mining conference. PI Hans De Sterck has developed a new optimization algorithm for canonical tensor approximation, formulating an extension of the nonlinear GMRES method to optimization problems. Numerical results for tensors with up to 8 modes show that this new method is efficient for sparse and dense tensors. He has written a paper on this which has been submitted to the SIAM Journal on Scientific Computing. PI Hans De Sterck has further developed his new optimization algorithm for canonical tensor approximation, formulating an extension in terms of steepest-descent preconditioning, which makes the approach generally applicable for nonlinear optimization. He has written a paper on this extension which has been submitted to Numerical Linear Algebra with Applications.« less

  16. Directed random walks and constraint programming reveal active pathways in hepatocyte growth factor signaling.

    PubMed

    Kittas, Aristotelis; Delobelle, Aurélien; Schmitt, Sabrina; Breuhahn, Kai; Guziolowski, Carito; Grabe, Niels

    2016-01-01

    An effective means to analyze mRNA expression data is to take advantage of established knowledge from pathway databases, using methods such as pathway-enrichment analyses. However, pathway databases are not case-specific and expression data could be used to infer gene-regulation patterns in the context of specific pathways. In addition, canonical pathways may not always describe the signaling mechanisms properly, because interactions can frequently occur between genes in different pathways. Relatively few methods have been proposed to date for generating and analyzing such networks, preserving the causality between gene interactions and reasoning over the qualitative logic of regulatory effects. We present an algorithm (MCWalk) integrated with a logic programming approach, to discover subgraphs in large-scale signaling networks by random walks in a fully automated pipeline. As an exemplary application, we uncover the signal transduction mechanisms in a gene interaction network describing hepatocyte growth factor-stimulated cell migration and proliferation from gene-expression measured with microarray and RT-qPCR using in-house perturbation experiments in a keratinocyte-fibroblast co-culture. The resulting subgraphs illustrate possible associations of hepatocyte growth factor receptor c-Met nodes, differentially expressed genes and cellular states. Using perturbation experiments and Answer Set programming, we are able to select those which are more consistent with the experimental data. We discover key regulator nodes by measuring the frequency with which they are traversed when connecting signaling between receptors and significantly regulated genes and predict their expression-shift consistently with the measured data. The Java implementation of MCWalk is publicly available under the MIT license at: https://bitbucket.org/akittas/biosubg. © 2015 FEBS.

  17. Functional Module Analysis for Gene Coexpression Networks with Network Integration.

    PubMed

    Zhang, Shuqin; Zhao, Hongyu; Ng, Michael K

    2015-01-01

    Network has been a general tool for studying the complex interactions between different genes, proteins, and other small molecules. Module as a fundamental property of many biological networks has been widely studied and many computational methods have been proposed to identify the modules in an individual network. However, in many cases, a single network is insufficient for module analysis due to the noise in the data or the tuning of parameters when building the biological network. The availability of a large amount of biological networks makes network integration study possible. By integrating such networks, more informative modules for some specific disease can be derived from the networks constructed from different tissues, and consistent factors for different diseases can be inferred. In this paper, we have developed an effective method for module identification from multiple networks under different conditions. The problem is formulated as an optimization model, which combines the module identification in each individual network and alignment of the modules from different networks together. An approximation algorithm based on eigenvector computation is proposed. Our method outperforms the existing methods, especially when the underlying modules in multiple networks are different in simulation studies. We also applied our method to two groups of gene coexpression networks for humans, which include one for three different cancers, and one for three tissues from the morbidly obese patients. We identified 13 modules with three complete subgraphs, and 11 modules with two complete subgraphs, respectively. The modules were validated through Gene Ontology enrichment and KEGG pathway enrichment analysis. We also showed that the main functions of most modules for the corresponding disease have been addressed by other researchers, which may provide the theoretical basis for further studying the modules experimentally.

  18. GenoLink: a graph-based querying and browsing system for investigating the function of genes and proteins.

    PubMed

    Durand, Patrick; Labarre, Laurent; Meil, Alain; Divo, Jean-Louis; Vandenbrouck, Yves; Viari, Alain; Wojcik, Jérôme

    2006-01-17

    A large variety of biological data can be represented by graphs. These graphs can be constructed from heterogeneous data coming from genomic and post-genomic technologies, but there is still need for tools aiming at exploring and analysing such graphs. This paper describes GenoLink, a software platform for the graphical querying and exploration of graphs. GenoLink provides a generic framework for representing and querying data graphs. This framework provides a graph data structure, a graph query engine, allowing to retrieve sub-graphs from the entire data graph, and several graphical interfaces to express such queries and to further explore their results. A query consists in a graph pattern with constraints attached to the vertices and edges. A query result is the set of all sub-graphs of the entire data graph that are isomorphic to the pattern and satisfy the constraints. The graph data structure does not rely upon any particular data model but can dynamically accommodate for any user-supplied data model. However, for genomic and post-genomic applications, we provide a default data model and several parsers for the most popular data sources. GenoLink does not require any programming skill since all operations on graphs and the analysis of the results can be carried out graphically through several dedicated graphical interfaces. GenoLink is a generic and interactive tool allowing biologists to graphically explore various sources of information. GenoLink is distributed either as a standalone application or as a component of the Genostar/Iogma platform. Both distributions are free for academic research and teaching purposes and can be requested at academy@genostar.com. A commercial licence form can be obtained for profit company at info@genostar.com. See also http://www.genostar.org.

  19. Scale-free models for the structure of business firm networks

    NASA Astrophysics Data System (ADS)

    Kitsak, Maksim; Riccaboni, Massimo; Havlin, Shlomo; Pammolli, Fabio; Stanley, H. Eugene

    2010-03-01

    We study firm collaborations in the life sciences and the information and communication technology sectors. We propose an approach to characterize industrial leadership using k -shell decomposition, with top-ranking firms in terms of market value in higher k -shell layers. We find that the life sciences industry network consists of three distinct components: a “nucleus,” which is a small well-connected subgraph, “tendrils,” which are small subgraphs consisting of small degree nodes connected exclusively to the nucleus, and a “bulk body,” which consists of the majority of nodes. Industrial leaders, i.e., the largest companies in terms of market value, are in the highest k -shells of both networks. The nucleus of the life sciences sector is very stable: once a firm enters the nucleus, it is likely to stay there for a long time. At the same time we do not observe the above three components in the information and communication technology sector. We also conduct a systematic study of these three components in random scale-free networks. Our results suggest that the sizes of the nucleus and the tendrils in scale-free networks decrease as the exponent of the power-law degree distribution λ increases, and disappear for λ≥3 . We compare the k -shell structure of random scale-free model networks with two real-world business firm networks in the life sciences and in the information and communication technology sectors. We argue that the observed behavior of the k -shell structure in the two industries is consistent with the coexistence of both preferential and random agreements in the evolution of industrial networks.

  20. Eigenvector synchronization, graph rigidity and the molecule problemR

    PubMed Central

    Cucuringu, Mihai; Singer, Amit; Cowburn, David

    2013-01-01

    The graph realization problem has received a great deal of attention in recent years, due to its importance in applications such as wireless sensor networks and structural biology. In this paper, we extend the previous work and propose the 3D-As-Synchronized-As-Possible (3D-ASAP) algorithm, for the graph realization problem in ℝ3, given a sparse and noisy set of distance measurements. 3D-ASAP is a divide and conquer, non-incremental and non-iterative algorithm, which integrates local distance information into a global structure determination. Our approach starts with identifying, for every node, a subgraph of its 1-hop neighborhood graph, which can be accurately embedded in its own coordinate system. In the noise-free case, the computed coordinates of the sensors in each patch must agree with their global positioning up to some unknown rigid motion, that is, up to translation, rotation and possibly reflection. In other words, to every patch, there corresponds an element of the Euclidean group, Euc(3), of rigid transformations in ℝ3, and the goal was to estimate the group elements that will properly align all the patches in a globally consistent way. Furthermore, 3D-ASAP successfully incorporates information specific to the molecule problem in structural biology, in particular information on known substructures and their orientation. In addition, we also propose 3D-spectral-partitioning (SP)-ASAP, a faster version of 3D-ASAP, which uses a spectral partitioning algorithm as a pre-processing step for dividing the initial graph into smaller subgraphs. Our extensive numerical simulations show that 3D-ASAP and 3D-SP-ASAP are very robust to high levels of noise in the measured distances and to sparse connectivity in the measurement graph, and compare favorably with similar state-of-the-art localization algorithms. PMID:24432187

  1. L-GRAAL: Lagrangian graphlet-based network aligner.

    PubMed

    Malod-Dognin, Noël; Pržulj, Nataša

    2015-07-01

    Discovering and understanding patterns in networks of protein-protein interactions (PPIs) is a central problem in systems biology. Alignments between these networks aid functional understanding as they uncover important information, such as evolutionary conserved pathways, protein complexes and functional orthologs. A few methods have been proposed for global PPI network alignments, but because of NP-completeness of underlying sub-graph isomorphism problem, producing topologically and biologically accurate alignments remains a challenge. We introduce a novel global network alignment tool, Lagrangian GRAphlet-based ALigner (L-GRAAL), which directly optimizes both the protein and the interaction functional conservations, using a novel alignment search heuristic based on integer programming and Lagrangian relaxation. We compare L-GRAAL with the state-of-the-art network aligners on the largest available PPI networks from BioGRID and observe that L-GRAAL uncovers the largest common sub-graphs between the networks, as measured by edge-correctness and symmetric sub-structures scores, which allow transferring more functional information across networks. We assess the biological quality of the protein mappings using the semantic similarity of their Gene Ontology annotations and observe that L-GRAAL best uncovers functionally conserved proteins. Furthermore, we introduce for the first time a measure of the semantic similarity of the mapped interactions and show that L-GRAAL also uncovers best functionally conserved interactions. In addition, we illustrate on the PPI networks of baker's yeast and human the ability of L-GRAAL to predict new PPIs. Finally, L-GRAAL's results are the first to show that topological information is more important than sequence information for uncovering functionally conserved interactions. L-GRAAL is coded in C++. Software is available at: http://bio-nets.doc.ic.ac.uk/L-GRAAL/. n.malod-dognin@imperial.ac.uk Supplementary data are available at Bioinformatics online. © The Author 2015. Published by Oxford University Press.

  2. GenoLink: a graph-based querying and browsing system for investigating the function of genes and proteins

    PubMed Central

    Durand, Patrick; Labarre, Laurent; Meil, Alain; Divo1, Jean-Louis; Vandenbrouck, Yves; Viari, Alain; Wojcik, Jérôme

    2006-01-01

    Background A large variety of biological data can be represented by graphs. These graphs can be constructed from heterogeneous data coming from genomic and post-genomic technologies, but there is still need for tools aiming at exploring and analysing such graphs. This paper describes GenoLink, a software platform for the graphical querying and exploration of graphs. Results GenoLink provides a generic framework for representing and querying data graphs. This framework provides a graph data structure, a graph query engine, allowing to retrieve sub-graphs from the entire data graph, and several graphical interfaces to express such queries and to further explore their results. A query consists in a graph pattern with constraints attached to the vertices and edges. A query result is the set of all sub-graphs of the entire data graph that are isomorphic to the pattern and satisfy the constraints. The graph data structure does not rely upon any particular data model but can dynamically accommodate for any user-supplied data model. However, for genomic and post-genomic applications, we provide a default data model and several parsers for the most popular data sources. GenoLink does not require any programming skill since all operations on graphs and the analysis of the results can be carried out graphically through several dedicated graphical interfaces. Conclusion GenoLink is a generic and interactive tool allowing biologists to graphically explore various sources of information. GenoLink is distributed either as a standalone application or as a component of the Genostar/Iogma platform. Both distributions are free for academic research and teaching purposes and can be requested at academy@genostar.com. A commercial licence form can be obtained for profit company at info@genostar.com. See also . PMID:16417636

  3. Graph Kernels for Molecular Similarity.

    PubMed

    Rupp, Matthias; Schneider, Gisbert

    2010-04-12

    Molecular similarity measures are important for many cheminformatics applications like ligand-based virtual screening and quantitative structure-property relationships. Graph kernels are formal similarity measures defined directly on graphs, such as the (annotated) molecular structure graph. Graph kernels are positive semi-definite functions, i.e., they correspond to inner products. This property makes them suitable for use with kernel-based machine learning algorithms such as support vector machines and Gaussian processes. We review the major types of kernels between graphs (based on random walks, subgraphs, and optimal assignments, respectively), and discuss their advantages, limitations, and successful applications in cheminformatics. Copyright © 2010 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  4. Meraculous2

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    2014-06-01

    meraculous2 is a whole genome shotgun assembler for short-reads that is capable of assembling large, polymorphic genomes with modest computational requirements. Meraculous relies on an efficient and conservative traversal of the subgraph of the k-mer (deBruijn) graph of oligonucleotides with unique high quality extensions in the dataset, avoiding an explicit error correction step as used in other short-read assemblers. Additional features include (1) handling of allelic variation using "bubble" structures within the deBruijn graph, (2) gap closing of repetitive and low quality regions using localized assemblies, and (3) an improved scaffolding algorithm that produces more complete assemblies without compromising onmore » scaffolding accuracy« less

  5. Subtractive procedure for calculating the anomalous electron magnetic moment in QED and its application for numerical calculation at the three-loop level

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Volkov, S. A., E-mail: volkoff-sergey@mail.ru

    2016-06-15

    A new subtractive procedure for canceling ultraviolet and infrared divergences in the Feynman integrals described here is developed for calculating QED corrections to the electron anomalous magnetic moment. The procedure formulated in the form of a forest expression with linear operators applied to Feynman amplitudes of UV-diverging subgraphs makes it possible to represent the contribution of each Feynman graph containing only electron and photon propagators in the form of a converging integral with respect to Feynman parameters. The application of the developed method for numerical calculation of two- and threeloop contributions is described.

  6. 9 CFR 113.3 - Sampling of biological products.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 9 Animals and Animal Products 1 2011-01-01 2011-01-01 false Sampling of biological products. 113.3 Section 113.3 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION SERVICE, DEPARTMENT OF... Applicability § 113.3 Sampling of biological products. Each licensee and permittee shall furnish representative...

  7. 9 CFR 113.3 - Sampling of biological products.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 9 Animals and Animal Products 1 2010-01-01 2010-01-01 false Sampling of biological products. 113.3 Section 113.3 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION SERVICE, DEPARTMENT OF... Applicability § 113.3 Sampling of biological products. Each licensee and permittee shall furnish representative...

  8. Derivatives in discrete mathematics: a novel graph-theoretical invariant for generating new 2/3D molecular descriptors. I. Theory and QSPR application.

    PubMed

    Marrero-Ponce, Yovani; Santiago, Oscar Martínez; López, Yoan Martínez; Barigye, Stephen J; Torrens, Francisco

    2012-11-01

    In this report, we present a new mathematical approach for describing chemical structures of organic molecules at atomic-molecular level, proposing for the first time the use of the concept of the derivative ([Formula: see text]) of a molecular graph (MG) with respect to a given event (E), to obtain a new family of molecular descriptors (MDs). With this purpose, a new matrix representation of the MG, which generalizes graph's theory's traditional incidence matrix, is introduced. This matrix, denominated the generalized incidence matrix, Q, arises from the Boolean representation of molecular sub-graphs that participate in the formation of the graph molecular skeleton MG and could be complete (representing all possible connected sub-graphs) or constitute sub-graphs of determined orders or types as well as a combination of these. The Q matrix is a non-quadratic and unsymmetrical in nature, its columns (n) and rows (m) are conditions (letters) and collection of conditions (words) with which the event occurs. This non-quadratic and unsymmetrical matrix is transformed, by algebraic manipulation, to a quadratic and symmetric matrix known as relations frequency matrix, F, which characterizes the participation intensity of the conditions (letters) in the events (words). With F, we calculate the derivative over a pair of atomic nuclei. The local index for the atomic nuclei i, Δ(i), can therefore be obtained as a linear combination of all the pair derivatives of the atomic nuclei i with all the rest of the j's atomic nuclei. Here, we also define new strategies that generalize the present form of obtaining global or local (group or atom-type) invariants from atomic contributions (local vertex invariants, LOVIs). In respect to this, metric (norms), means and statistical invariants are introduced. These invariants are applied to a vector whose components are the values Δ(i) for the atomic nuclei of the molecule or its fragments. Moreover, with the purpose of differentiating among different atoms, an atomic weighting scheme (atom-type labels) is used in the formation of the matrix Q or in LOVIs state. The obtained indices were utilized to describe the partition coefficient (Log P) and the reactivity index (Log K) of the 34 derivatives of 2-furylethylenes. In all the cases, our MDs showed better statistical results than those previously obtained using some of the most used families of MDs in chemometric practice. Therefore, it has been demonstrated to that the proposed MDs are useful in molecular design and permit obtaining easier and robust mathematical models than the majority of those reported in the literature. All this range of mentioned possibilities open "the doors" to the creation of a new family of MDs, using the graph derivative, and avail a new tool for QSAR/QSPR and molecular diversity/similarity studies.

  9. Characterizing the rapid spread of porcine epidemic diarrhea virus (PEDV) through an animal food manufacturing facility.

    PubMed

    Schumacher, Loni L; Huss, Anne R; Cochrane, Roger A; Stark, Charles R; Woodworth, Jason C; Bai, Jianfa; Poulsen, Elizabeth G; Chen, Qi; Main, Rodger G; Zhang, Jianqiang; Gauger, Phillip C; Ramirez, Alejandro; Derscheid, Rachel J; Magstadt, Drew M; Dritz, Steve S; Jones, Cassandra K

    2017-01-01

    New regulatory and consumer demands highlight the importance of animal feed as a part of our national food safety system. Porcine epidemic diarrhea virus (PEDV) is the first viral pathogen confirmed to be widely transmissible in animal food. Because the potential for viral contamination in animal food is not well characterized, the objectives of this study were to 1) observe the magnitude of virus contamination in an animal food manufacturing facility, and 2) investigate a proposed method, feed sequencing, to decrease virus decontamination on animal food-contact surfaces. A U.S. virulent PEDV isolate was used to inoculate 50 kg swine feed, which was mixed, conveyed, and discharged into bags using pilot-scale feed manufacturing equipment. Surfaces were swabbed and analyzed for the presence of PEDV RNA by quantitative real-time polymerase chain reaction (qPCR). Environmental swabs indicated complete contamination of animal food-contact surfaces (0/40 vs. 48/48, positive baseline samples/total baseline samples, positive subsequent samples/total subsequent samples, respectively; P < 0.05) and near complete contamination of non-animal food-contact surfaces (0/24 vs. 16/18, positive baseline samples/total baseline samples, positive subsequent samples/total subsequent samples, respectively; P < 0.05). Flushing animal food-contact surfaces with low-risk feed is commonly used to reduce cross-contamination in animal feed manufacturing. Thus, four subsequent 50 kg batches of virus-free swine feed were manufactured using the same system to test its impact on decontaminating animal food-contact surfaces. Even after 4 subsequent sequences, animal food-contact surfaces retained viral RNA (28/33 positive samples/total samples), with conveying system being more contaminated than the mixer. A bioassay to test infectivity of dust from animal food-contact surfaces failed to produce infectivity. This study demonstrates the potential widespread viral contamination of surfaces in an animal food manufacturing facility and the difficulty of removing contamination using conventional feed sequencing, which underscores the importance for preventing viruses from entering and contaminating such facilities.

  10. Multi-scale structure and topological anomaly detection via a new network statistic: The onion decomposition.

    PubMed

    Hébert-Dufresne, Laurent; Grochow, Joshua A; Allard, Antoine

    2016-08-18

    We introduce a network statistic that measures structural properties at the micro-, meso-, and macroscopic scales, while still being easy to compute and interpretable at a glance. Our statistic, the onion spectrum, is based on the onion decomposition, which refines the k-core decomposition, a standard network fingerprinting method. The onion spectrum is exactly as easy to compute as the k-cores: It is based on the stages at which each vertex gets removed from a graph in the standard algorithm for computing the k-cores. Yet, the onion spectrum reveals much more information about a network, and at multiple scales; for example, it can be used to quantify node heterogeneity, degree correlations, centrality, and tree- or lattice-likeness. Furthermore, unlike the k-core decomposition, the combined degree-onion spectrum immediately gives a clear local picture of the network around each node which allows the detection of interesting subgraphs whose topological structure differs from the global network organization. This local description can also be leveraged to easily generate samples from the ensemble of networks with a given joint degree-onion distribution. We demonstrate the utility of the onion spectrum for understanding both static and dynamic properties on several standard graph models and on many real-world networks.

  11. ReactionMap: an efficient atom-mapping algorithm for chemical reactions.

    PubMed

    Fooshee, David; Andronico, Alessio; Baldi, Pierre

    2013-11-25

    Large databases of chemical reactions provide new data-mining opportunities and challenges. Key challenges result from the imperfect quality of the data and the fact that many of these reactions are not properly balanced or atom-mapped. Here, we describe ReactionMap, an efficient atom-mapping algorithm. Our approach uses a combination of maximum common chemical subgraph search and minimization of an assignment cost function derived empirically from training data. We use a set of over 259,000 balanced atom-mapped reactions from the SPRESI commercial database to train the system, and we validate it on random sets of 1000 and 17,996 reactions sampled from this pool. These large test sets represent a broad range of chemical reaction types, and ReactionMap correctly maps about 99% of the atoms and about 96% of the reactions, with a mean time per mapping of 2 s. Most correctly mapped reactions are mapped with high confidence. Mapping accuracy compares favorably with ChemAxon's AutoMapper, versions 5 and 6.1, and the DREAM Web tool. These approaches correctly map 60.7%, 86.5%, and 90.3% of the reactions, respectively, on the same data set. A ReactionMap server is available on the ChemDB Web portal at http://cdb.ics.uci.edu .

  12. 9 CFR 147.8 - Procedures for preparing egg yolk samples for diagnostic tests.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 9 Animals and Animal Products 1 2014-01-01 2014-01-01 false Procedures for preparing egg yolk samples for diagnostic tests. 147.8 Section 147.8 Animals and Animal Products ANIMAL AND PLANT HEALTH... IMPROVEMENT PLAN Blood Testing Procedures § 147.8 Procedures for preparing egg yolk samples for diagnostic...

  13. 9 CFR 147.8 - Procedures for preparing egg yolk samples for diagnostic tests.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 9 Animals and Animal Products 1 2013-01-01 2013-01-01 false Procedures for preparing egg yolk samples for diagnostic tests. 147.8 Section 147.8 Animals and Animal Products ANIMAL AND PLANT HEALTH... IMPROVEMENT PLAN Blood Testing Procedures § 147.8 Procedures for preparing egg yolk samples for diagnostic...

  14. 9 CFR 147.8 - Procedures for preparing egg yolk samples for diagnostic tests.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 9 Animals and Animal Products 1 2012-01-01 2012-01-01 false Procedures for preparing egg yolk samples for diagnostic tests. 147.8 Section 147.8 Animals and Animal Products ANIMAL AND PLANT HEALTH... IMPROVEMENT PLAN Blood Testing Procedures § 147.8 Procedures for preparing egg yolk samples for diagnostic...

  15. 9 CFR 147.8 - Procedures for preparing egg yolk samples for diagnostic tests.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 9 Animals and Animal Products 1 2011-01-01 2011-01-01 false Procedures for preparing egg yolk samples for diagnostic tests. 147.8 Section 147.8 Animals and Animal Products ANIMAL AND PLANT HEALTH... IMPROVEMENT PLAN Blood Testing Procedures § 147.8 Procedures for preparing egg yolk samples for diagnostic...

  16. Serological evidence for hepatitis e virus infection in laboratory monkeys and pigs in animal facilities in Japan.

    PubMed

    Yamamoto, Hiroshi; Li, Tian-Cheng; Koshimoto, Chihiro; Ito, Kaori; Kita, Masakazu; Miyashita, Nobumoto; Arikawa, Jiro; Yagami, Kenichi; Asano, Masahide; Tezuka, Hideo; Suzuki, Noboru; Kurosawa, Tsutomu; Shibahara, Toshiyuki; Furuya, Masato; Mohri, Shirou; Sato, Hiroshi; Ohsawa, Kazutaka; Ibuki, Kentaro; Takeda, Naokazu

    2008-07-01

    In laboratory animal facilities, monkeys and pigs are used for animal experiments, but the details of hepatitis E virus (HEV) infection in these animals are unknown. The risk of infection from laboratory animals to humans has become a concern; therefore, much attention should be paid to the handling of these animals during their care and use, including surgical procedures performed on infected animals. In this connection, serum samples collected from 916 monkeys and 77 pigs kept in 23 animal facilities belonging to the Japanese Association of Laboratory Animal Facilities of National University Corporations (JALAN) and the Japanese Association of Laboratory Animal Facilities of Public and Private Universities (JALAP) in Japan were examined for the purpose of detecting antibodies to HEV and HEV RNA by using ELISA and RT-PCR, respectively. One hundred and seven serum samples of 916 (11.7%) monkeys were positive for anti-HEV IgG, and 7 and 17 serum samples of 916 (0.8% and 5.3%) monkeys were positive for anti-HEV IgM and IgA, respectively. Thirty-six samples from 62 (58.1%) farm pigs were positive for anti-HEV IgG, whereas all samples tested from miniature pigs were negative (0/15, 0%). Seven samples from 62 (9.1%) farm pigs and 7 samples from 916 (0.8%) monkeys were positive for IgM antibody, but these HEV-IgM antibody positive serum samples were HEV-RNA negative by RT-PCR. The IgM antibody positive rate (9.1%) of farm pigs was much higher than that of monkeys (0.8%). These results suggest the relative levels of risk of HEV infection from these animals to animal handlers and researchers who work with them in laboratory animal facilities.

  17. 9 CFR 381.146 - Sampling at official establishments.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 9 Animals and Animal Products 2 2010-01-01 2010-01-01 false Sampling at official establishments. 381.146 Section 381.146 Animals and Animal Products FOOD SAFETY AND INSPECTION SERVICE, DEPARTMENT OF... Establishments; Processing Inspection and Other Reinspections; Processing Requirements § 381.146 Sampling at...

  18. 9 CFR 381.146 - Sampling at official establishments.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 9 Animals and Animal Products 2 2011-01-01 2011-01-01 false Sampling at official establishments. 381.146 Section 381.146 Animals and Animal Products FOOD SAFETY AND INSPECTION SERVICE, DEPARTMENT OF... Establishments; Processing Inspection and Other Reinspections; Processing Requirements § 381.146 Sampling at...

  19. Bayesian Community Detection in the Space of Group-Level Functional Differences

    PubMed Central

    Venkataraman, Archana; Yang, Daniel Y.-J.; Pelphrey, Kevin A.; Duncan, James S.

    2017-01-01

    We propose a unified Bayesian framework to detect both hyper- and hypo-active communities within whole-brain fMRI data. Specifically, our model identifies dense subgraphs that exhibit population-level differences in functional synchrony between a control and clinical group. We derive a variational EM algorithm to solve for the latent posterior distributions and parameter estimates, which subsequently inform us about the afflicted network topology. We demonstrate that our method provides valuable insights into the neural mechanisms underlying social dysfunction in autism, as verified by the Neurosynth meta-analytic database. In contrast, both univariate testing and community detection via recursive edge elimination fail to identify stable functional communities associated with the disorder. PMID:26955022

  20. Bayesian Community Detection in the Space of Group-Level Functional Differences.

    PubMed

    Venkataraman, Archana; Yang, Daniel Y-J; Pelphrey, Kevin A; Duncan, James S

    2016-08-01

    We propose a unified Bayesian framework to detect both hyper- and hypo-active communities within whole-brain fMRI data. Specifically, our model identifies dense subgraphs that exhibit population-level differences in functional synchrony between a control and clinical group. We derive a variational EM algorithm to solve for the latent posterior distributions and parameter estimates, which subsequently inform us about the afflicted network topology. We demonstrate that our method provides valuable insights into the neural mechanisms underlying social dysfunction in autism, as verified by the Neurosynth meta-analytic database. In contrast, both univariate testing and community detection via recursive edge elimination fail to identify stable functional communities associated with the disorder.

  1. Constraint Embedding for Multibody System Dynamics

    NASA Technical Reports Server (NTRS)

    Jain, Abhinandan

    2009-01-01

    This paper describes a constraint embedding approach for the handling of local closure constraints in multibody system dynamics. The approach uses spatial operator techniques to eliminate local-loop constraints from the system and effectively convert the system into tree-topology systems. This approach allows the direct derivation of recursive O(N) techniques for solving the system dynamics and avoiding the expensive steps that would otherwise be required for handling the closedchain dynamics. The approach is very effective for systems where the constraints are confined to small-subgraphs within the system topology. The paper provides background on the spatial operator O(N) algorithms, the extensions for handling embedded constraints, and concludes with some examples of such constraints.

  2. Characterizing the rapid spread of porcine epidemic diarrhea virus (PEDV) through an animal food manufacturing facility

    PubMed Central

    Schumacher, Loni L.; Huss, Anne R.; Cochrane, Roger A.; Stark, Charles R.; Woodworth, Jason C.; Bai, Jianfa; Poulsen, Elizabeth G.; Chen, Qi; Main, Rodger G.; Zhang, Jianqiang; Gauger, Phillip C.; Ramirez, Alejandro; Derscheid, Rachel J.; Magstadt, Drew M.; Dritz, Steve S.

    2017-01-01

    New regulatory and consumer demands highlight the importance of animal feed as a part of our national food safety system. Porcine epidemic diarrhea virus (PEDV) is the first viral pathogen confirmed to be widely transmissible in animal food. Because the potential for viral contamination in animal food is not well characterized, the objectives of this study were to 1) observe the magnitude of virus contamination in an animal food manufacturing facility, and 2) investigate a proposed method, feed sequencing, to decrease virus decontamination on animal food-contact surfaces. A U.S. virulent PEDV isolate was used to inoculate 50 kg swine feed, which was mixed, conveyed, and discharged into bags using pilot-scale feed manufacturing equipment. Surfaces were swabbed and analyzed for the presence of PEDV RNA by quantitative real-time polymerase chain reaction (qPCR). Environmental swabs indicated complete contamination of animal food-contact surfaces (0/40 vs. 48/48, positive baseline samples/total baseline samples, positive subsequent samples/total subsequent samples, respectively; P < 0.05) and near complete contamination of non-animal food-contact surfaces (0/24 vs. 16/18, positive baseline samples/total baseline samples, positive subsequent samples/total subsequent samples, respectively; P < 0.05). Flushing animal food-contact surfaces with low-risk feed is commonly used to reduce cross-contamination in animal feed manufacturing. Thus, four subsequent 50 kg batches of virus-free swine feed were manufactured using the same system to test its impact on decontaminating animal food-contact surfaces. Even after 4 subsequent sequences, animal food-contact surfaces retained viral RNA (28/33 positive samples/total samples), with conveying system being more contaminated than the mixer. A bioassay to test infectivity of dust from animal food-contact surfaces failed to produce infectivity. This study demonstrates the potential widespread viral contamination of surfaces in an animal food manufacturing facility and the difficulty of removing contamination using conventional feed sequencing, which underscores the importance for preventing viruses from entering and contaminating such facilities. PMID:29095859

  3. 9 CFR 592.450 - Procedures for selecting appeal samples.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 9 Animals and Animal Products 2 2013-01-01 2013-01-01 false Procedures for selecting appeal samples. 592.450 Section 592.450 Animals and Animal Products FOOD SAFETY AND INSPECTION SERVICE, DEPARTMENT OF AGRICULTURE EGG PRODUCTS INSPECTION VOLUNTARY INSPECTION OF EGG PRODUCTS Appeals § 592.450 Procedures for selecting appeal samples. (a)...

  4. 9 CFR 592.450 - Procedures for selecting appeal samples.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 9 Animals and Animal Products 2 2011-01-01 2011-01-01 false Procedures for selecting appeal samples. 592.450 Section 592.450 Animals and Animal Products FOOD SAFETY AND INSPECTION SERVICE, DEPARTMENT OF AGRICULTURE EGG PRODUCTS INSPECTION VOLUNTARY INSPECTION OF EGG PRODUCTS Appeals § 592.450 Procedures for selecting appeal samples. (a)...

  5. 9 CFR 592.450 - Procedures for selecting appeal samples.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 9 Animals and Animal Products 2 2014-01-01 2014-01-01 false Procedures for selecting appeal samples. 592.450 Section 592.450 Animals and Animal Products FOOD SAFETY AND INSPECTION SERVICE, DEPARTMENT OF AGRICULTURE EGG PRODUCTS INSPECTION VOLUNTARY INSPECTION OF EGG PRODUCTS Appeals § 592.450 Procedures for selecting appeal samples. (a)...

  6. 9 CFR 592.450 - Procedures for selecting appeal samples.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 9 Animals and Animal Products 2 2012-01-01 2012-01-01 false Procedures for selecting appeal samples. 592.450 Section 592.450 Animals and Animal Products FOOD SAFETY AND INSPECTION SERVICE, DEPARTMENT OF AGRICULTURE EGG PRODUCTS INSPECTION VOLUNTARY INSPECTION OF EGG PRODUCTS Appeals § 592.450 Procedures for selecting appeal samples. (a)...

  7. [Formal sample size calculation and its limited validity in animal studies of medical basic research].

    PubMed

    Mayer, B; Muche, R

    2013-01-01

    Animal studies are highly relevant for basic medical research, although their usage is discussed controversially in public. Thus, an optimal sample size for these projects should be aimed at from a biometrical point of view. Statistical sample size calculation is usually the appropriate methodology in planning medical research projects. However, required information is often not valid or only available during the course of an animal experiment. This article critically discusses the validity of formal sample size calculation for animal studies. Within the discussion, some requirements are formulated to fundamentally regulate the process of sample size determination for animal experiments.

  8. Molecular and serological study of rickettsial infection in humans, and in wild and farm animals, in the province of Burgos, Spain.

    PubMed

    Lledó, Lourdes; Domínguez-Peñafiel, Gerardo; Giménez-Pardo, Consuelo; Gegúndez, Isabel; González, Rosario; Saz, José Vicente

    2014-06-01

    Limited information is available on the presence of rickettsial infection in humans and animal reservoirs in Spain. Exposure to spotted fever group rickettsia in healthy humans and in farm and wild animals in the Province of Burgos, Spain, was examined by serological methods. Rickettsial DNA was also sought by PCR in animal samples. Of 102 human serum samples examined by indirect immunofluorescence assays (IFA), 5.88% were positive for antibodies against Rickettsia conorii (titers 1/128-1/512). Significant differences were detected in human seroprevalence with respect to age. In further IFAs, 102 out of 375 (27.2%) serum samples from the wild animals reacted with R. conorii antigens (titers 1/64-1/1024); 32 out of 281 (11.38%) samples from farm animals were also positive for R. conorii (titers 1/64-1/2048). The prevalence detected among total wild animals was significantly higher than among total farm animals. No rickettsial DNA was found by PCR in any farm or wild animal sample.

  9. 9 CFR 312.10 - Official mark for maintaining the identity and integrity of samples.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 9 Animals and Animal Products 2 2011-01-01 2011-01-01 false Official mark for maintaining the identity and integrity of samples. 312.10 Section 312.10 Animals and Animal Products FOOD SAFETY AND... of the Federal Meat Inspection Act shall bear the designation “Sample Seal” accompanied by the...

  10. 9 CFR 381.112 - Official mark for maintaining the identity and integrity of samples.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 9 Animals and Animal Products 2 2011-01-01 2011-01-01 false Official mark for maintaining the identity and integrity of samples. 381.112 Section 381.112 Animals and Animal Products FOOD SAFETY AND... Inspection Act shall bear the designation “Sample Seal” accompanied by the official USDA logo as shown below...

  11. 9 CFR 318.9 - Samples of products, water, dyes, chemicals, etc., to be taken for examination.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 9 Animals and Animal Products 2 2013-01-01 2013-01-01 false Samples of products, water, dyes, chemicals, etc., to be taken for examination. 318.9 Section 318.9 Animals and Animal Products FOOD SAFETY... ESTABLISHMENTS; REINSPECTION AND PREPARATION OF PRODUCTS General § 318.9 Samples of products, water, dyes...

  12. 9 CFR 318.9 - Samples of products, water, dyes, chemicals, etc., to be taken for examination.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 9 Animals and Animal Products 2 2011-01-01 2011-01-01 false Samples of products, water, dyes, chemicals, etc., to be taken for examination. 318.9 Section 318.9 Animals and Animal Products FOOD SAFETY... ESTABLISHMENTS; REINSPECTION AND PREPARATION OF PRODUCTS General § 318.9 Samples of products, water, dyes...

  13. 9 CFR 318.9 - Samples of products, water, dyes, chemicals, etc., to be taken for examination.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 9 Animals and Animal Products 2 2014-01-01 2014-01-01 false Samples of products, water, dyes, chemicals, etc., to be taken for examination. 318.9 Section 318.9 Animals and Animal Products FOOD SAFETY... ESTABLISHMENTS; REINSPECTION AND PREPARATION OF PRODUCTS General § 318.9 Samples of products, water, dyes...

  14. 9 CFR 318.9 - Samples of products, water, dyes, chemicals, etc., to be taken for examination.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 9 Animals and Animal Products 2 2012-01-01 2012-01-01 false Samples of products, water, dyes, chemicals, etc., to be taken for examination. 318.9 Section 318.9 Animals and Animal Products FOOD SAFETY... ESTABLISHMENTS; REINSPECTION AND PREPARATION OF PRODUCTS General § 318.9 Samples of products, water, dyes...

  15. 9 CFR 312.10 - Official mark for maintaining the identity and integrity of samples.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 9 Animals and Animal Products 2 2010-01-01 2010-01-01 false Official mark for maintaining the identity and integrity of samples. 312.10 Section 312.10 Animals and Animal Products FOOD SAFETY AND... § 312.10 Official mark for maintaining the identity and integrity of samples. The official mark for use...

  16. 9 CFR 381.112 - Official mark for maintaining the identity and integrity of samples.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 9 Animals and Animal Products 2 2010-01-01 2010-01-01 false Official mark for maintaining the identity and integrity of samples. 381.112 Section 381.112 Animals and Animal Products FOOD SAFETY AND... mark for maintaining the identity and integrity of samples. The official mark for use in sealing...

  17. 9 CFR 312.10 - Official mark for maintaining the identity and integrity of samples.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 9 Animals and Animal Products 2 2013-01-01 2013-01-01 false Official mark for maintaining the identity and integrity of samples. 312.10 Section 312.10 Animals and Animal Products FOOD SAFETY AND... § 312.10 Official mark for maintaining the identity and integrity of samples. The official mark for use...

  18. 9 CFR 381.112 - Official mark for maintaining the identity and integrity of samples.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 9 Animals and Animal Products 2 2013-01-01 2013-01-01 false Official mark for maintaining the identity and integrity of samples. 381.112 Section 381.112 Animals and Animal Products FOOD SAFETY AND... mark for maintaining the identity and integrity of samples. The official mark for use in sealing...

  19. 9 CFR 381.112 - Official mark for maintaining the identity and integrity of samples.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 9 Animals and Animal Products 2 2012-01-01 2012-01-01 false Official mark for maintaining the identity and integrity of samples. 381.112 Section 381.112 Animals and Animal Products FOOD SAFETY AND... mark for maintaining the identity and integrity of samples. The official mark for use in sealing...

  20. 9 CFR 312.10 - Official mark for maintaining the identity and integrity of samples.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 9 Animals and Animal Products 2 2014-01-01 2014-01-01 false Official mark for maintaining the identity and integrity of samples. 312.10 Section 312.10 Animals and Animal Products FOOD SAFETY AND... § 312.10 Official mark for maintaining the identity and integrity of samples. The official mark for use...

  1. 9 CFR 312.10 - Official mark for maintaining the identity and integrity of samples.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 9 Animals and Animal Products 2 2012-01-01 2012-01-01 false Official mark for maintaining the identity and integrity of samples. 312.10 Section 312.10 Animals and Animal Products FOOD SAFETY AND... § 312.10 Official mark for maintaining the identity and integrity of samples. The official mark for use...

  2. 9 CFR 381.112 - Official mark for maintaining the identity and integrity of samples.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 9 Animals and Animal Products 2 2014-01-01 2014-01-01 false Official mark for maintaining the identity and integrity of samples. 381.112 Section 381.112 Animals and Animal Products FOOD SAFETY AND... mark for maintaining the identity and integrity of samples. The official mark for use in sealing...

  3. 9 CFR 318.9 - Samples of products, water, dyes, chemicals, etc., to be taken for examination.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 9 Animals and Animal Products 2 2010-01-01 2010-01-01 false Samples of products, water, dyes, chemicals, etc., to be taken for examination. 318.9 Section 318.9 Animals and Animal Products FOOD SAFETY... ESTABLISHMENTS; REINSPECTION AND PREPARATION OF PRODUCTS General § 318.9 Samples of products, water, dyes...

  4. An impatient evolutionary algorithm with probabilistic tabu search for unified solution of some NP-hard problems in graph and set theory via clique finding.

    PubMed

    Guturu, Parthasarathy; Dantu, Ram

    2008-06-01

    Many graph- and set-theoretic problems, because of their tremendous application potential and theoretical appeal, have been well investigated by the researchers in complexity theory and were found to be NP-hard. Since the combinatorial complexity of these problems does not permit exhaustive searches for optimal solutions, only near-optimal solutions can be explored using either various problem-specific heuristic strategies or metaheuristic global-optimization methods, such as simulated annealing, genetic algorithms, etc. In this paper, we propose a unified evolutionary algorithm (EA) to the problems of maximum clique finding, maximum independent set, minimum vertex cover, subgraph and double subgraph isomorphism, set packing, set partitioning, and set cover. In the proposed approach, we first map these problems onto the maximum clique-finding problem (MCP), which is later solved using an evolutionary strategy. The proposed impatient EA with probabilistic tabu search (IEA-PTS) for the MCP integrates the best features of earlier successful approaches with a number of new heuristics that we developed to yield a performance that advances the state of the art in EAs for the exploration of the maximum cliques in a graph. Results of experimentation with the 37 DIMACS benchmark graphs and comparative analyses with six state-of-the-art algorithms, including two from the smaller EA community and four from the larger metaheuristics community, indicate that the IEA-PTS outperforms the EAs with respect to a Pareto-lexicographic ranking criterion and offers competitive performance on some graph instances when individually compared to the other heuristic algorithms. It has also successfully set a new benchmark on one graph instance. On another benchmark suite called Benchmarks with Hidden Optimal Solutions, IEA-PTS ranks second, after a very recent algorithm called COVER, among its peers that have experimented with this suite.

  5. A Network of Networks Perspective on Global Trade.

    PubMed

    Maluck, Julian; Donner, Reik V

    2015-01-01

    Mutually intertwined supply chains in contemporary economy result in a complex network of trade relationships with a highly non-trivial topology that varies with time. In order to understand the complex interrelationships among different countries and economic sectors, as well as their dynamics, a holistic view on the underlying structural properties of this network is necessary. This study employs multi-regional input-output data to decompose 186 national economies into 26 industry sectors and utilizes the approach of interdependent networks to analyze the substructure of the resulting international trade network for the years 1990-2011. The partition of the network into national economies is observed to be compatible with the notion of communities in the sense of complex network theory. By studying internal versus cross-subgraph contributions to established complex network metrics, new insights into the architecture of global trade are obtained, which allow to identify key elements of global economy. Specifically, financial services and business activities dominate domestic trade whereas electrical and machinery industries dominate foreign trade. In order to further specify each national sector's role individually, (cross-)clustering coefficients and cross-betweenness are obtained for different pairs of subgraphs. The corresponding analysis reveals that specific industrial sectors tend to favor distinct directionality patterns and that the cross-clustering coefficient for geographically close country pairs is remarkably high, indicating that spatial factors are still of paramount importance for the organization of trade patterns in modern economy. Regarding the evolution of the trade network's substructure, globalization is well-expressed by trends of several structural characteristics (e.g., link density and node strength) in the interacting network framework. Extreme events, such as the financial crisis 2008/2009, are manifested as anomalies superimposed to these trends. The marked reorganization of trade patterns, associated with this economic crisis in comparison to "normal" annual fluctuations in the network structure is traced and quantified by a new widely applicable generalization of the Hamming distance to weighted networks.

  6. A Network of Networks Perspective on Global Trade

    PubMed Central

    Maluck, Julian; Donner, Reik V.

    2015-01-01

    Mutually intertwined supply chains in contemporary economy result in a complex network of trade relationships with a highly non-trivial topology that varies with time. In order to understand the complex interrelationships among different countries and economic sectors, as well as their dynamics, a holistic view on the underlying structural properties of this network is necessary. This study employs multi-regional input-output data to decompose 186 national economies into 26 industry sectors and utilizes the approach of interdependent networks to analyze the substructure of the resulting international trade network for the years 1990–2011. The partition of the network into national economies is observed to be compatible with the notion of communities in the sense of complex network theory. By studying internal versus cross-subgraph contributions to established complex network metrics, new insights into the architecture of global trade are obtained, which allow to identify key elements of global economy. Specifically, financial services and business activities dominate domestic trade whereas electrical and machinery industries dominate foreign trade. In order to further specify each national sector’s role individually, (cross-)clustering coefficients and cross-betweenness are obtained for different pairs of subgraphs. The corresponding analysis reveals that specific industrial sectors tend to favor distinct directionality patterns and that the cross-clustering coefficient for geographically close country pairs is remarkably high, indicating that spatial factors are still of paramount importance for the organization of trade patterns in modern economy. Regarding the evolution of the trade network’s substructure, globalization is well-expressed by trends of several structural characteristics (e.g., link density and node strength) in the interacting network framework. Extreme events, such as the financial crisis 2008/2009, are manifested as anomalies superimposed to these trends. The marked reorganization of trade patterns, associated with this economic crisis in comparison to “normal” annual fluctuations in the network structure is traced and quantified by a new widely applicable generalization of the Hamming distance to weighted networks. PMID:26197439

  7. An innovative approach to sampling complex industrial emissions for use in animal toxicity tests: application to iron casting operations.

    PubMed

    Palmer, W G; Scholz, R C; Moorman, W J

    1983-03-01

    Sampling of complex mixtures of airborne contaminants for chronic animal toxicity tests often involves numerous sampling devices, requires extensive sampling time, and yields forms of collected materials unsuitable for administration to animals. A method is described which used a high volume, wet venturi scrubber for collection of respirable fractions of emissions from iron foundry casting operations. The construction and operation of the sampler are presented along with collection efficiency data and its application to the preparation of large quantities of samples to be administered to animals by intratracheal instillation.

  8. Renal cortex segmentation using optimal surface search with novel graph construction.

    PubMed

    Li, Xiuli; Chen, Xinjian; Yao, Jianhua; Zhang, Xing; Tian, Jie

    2011-01-01

    In this paper, we propose a novel approach to solve the renal cortex segmentation problem, which has rarely been studied. In this study, the renal cortex segmentation problem is handled as a multiple-surfaces extraction problem, which is solved using the optimal surface search method. We propose a novel graph construction scheme in the optimal surface search to better accommodate multiple surfaces. Different surface sub-graphs are constructed according to their properties, and inter-surface relationships are also modeled in the graph. The proposed method was tested on 17 clinical CT datasets. The true positive volume fraction (TPVF) and false positive volume fraction (FPVF) are 74.10% and 0.08%, respectively. The experimental results demonstrate the effectiveness of the proposed method.

  9. Efficient reordering of PROLOG programs

    NASA Technical Reports Server (NTRS)

    Gooley, Markian M.; Wah, Benjamin W.

    1989-01-01

    PROLOG programs are often inefficient: execution corresponds to a depth-first traversal of an AND/OR graph; traversing subgraphs in another order can be less expensive. It is shown how the reordering of clauses within PROLOG predicates, and especially of goals within clauses, can prevent unnecessary search. The characterization and detection of restrictions on reordering is discussed. A system of calling modes for PROLOG, geared to reordering, is proposed, and ways to infer them automatically are discussed. The information needed for safe reordering is summarized, and which types can be inferred automatically and which must be provided by the user are considered. An improved method for determining a good order for the goals of PROLOG clauses is presented and used as the basis for a reordering system.

  10. Growth and structure of the World Wide Web: Towards realistic modeling

    NASA Astrophysics Data System (ADS)

    Tadić, Bosiljka

    2002-08-01

    We simulate evolution of the World Wide Web from the dynamic rules incorporating growth, bias attachment, and rewiring. We show that the emergent double-hierarchical structure with distinct distributions of out- and in-links is comparable with the observed empirical data when the control parameter (average graph flexibility β) is kept in the range β=3-4. We then explore the Web graph by simulating (a) Web crawling to determine size and depth of connected components, and (b) a random walker that discovers the structure of connected subgraphs with dominant attractor and promoter nodes. A random walker that adapts its move strategy to mimic local node linking preferences is shown to have a short access time to "important" nodes on the Web graph.

  11. Motif-based success scores in coauthorship networks are highly sensitive to author name disambiguation

    NASA Astrophysics Data System (ADS)

    Klosik, David F.; Bornholdt, Stefan; Hütt, Marc-Thorsten

    2014-09-01

    Following the work of Krumov et al. [Eur. Phys. J. B 84, 535 (2011), 10.1140/epjb/e2011-10746-5] we revisit the question whether the usage of large citation datasets allows for the quantitative assessment of social (by means of coauthorship of publications) influence on the progression of science. Applying a more comprehensive and well-curated dataset containing the publications in the journals of the American Physical Society during the whole 20th century we find that the measure chosen in the original study, a score based on small induced subgraphs, has to be used with caution, since the obtained results are highly sensitive to the exact implementation of the author disambiguation task.

  12. A tool for filtering information in complex systems

    PubMed Central

    Tumminello, M.; Aste, T.; Di Matteo, T.; Mantegna, R. N.

    2005-01-01

    We introduce a technique to filter out complex data sets by extracting a subgraph of representative links. Such a filtering can be tuned up to any desired level by controlling the genus of the resulting graph. We show that this technique is especially suitable for correlation-based graphs, giving filtered graphs that preserve the hierarchical organization of the minimum spanning tree but containing a larger amount of information in their internal structure. In particular in the case of planar filtered graphs (genus equal to 0), triangular loops and four-element cliques are formed. The application of this filtering procedure to 100 stocks in the U.S. equity markets shows that such loops and cliques have important and significant relationships with the market structure and properties. PMID:16027373

  13. A tool for filtering information in complex systems.

    PubMed

    Tumminello, M; Aste, T; Di Matteo, T; Mantegna, R N

    2005-07-26

    We introduce a technique to filter out complex data sets by extracting a subgraph of representative links. Such a filtering can be tuned up to any desired level by controlling the genus of the resulting graph. We show that this technique is especially suitable for correlation-based graphs, giving filtered graphs that preserve the hierarchical organization of the minimum spanning tree but containing a larger amount of information in their internal structure. In particular in the case of planar filtered graphs (genus equal to 0), triangular loops and four-element cliques are formed. The application of this filtering procedure to 100 stocks in the U.S. equity markets shows that such loops and cliques have important and significant relationships with the market structure and properties.

  14. GraphPrints: Towards a Graph Analytic Method for Network Anomaly Detection

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Harshaw, Chris R; Bridges, Robert A; Iannacone, Michael D

    This paper introduces a novel graph-analytic approach for detecting anomalies in network flow data called \\textit{GraphPrints}. Building on foundational network-mining techniques, our method represents time slices of traffic as a graph, then counts graphlets\\textemdash small induced subgraphs that describe local topology. By performing outlier detection on the sequence of graphlet counts, anomalous intervals of traffic are identified, and furthermore, individual IPs experiencing abnormal behavior are singled-out. Initial testing of GraphPrints is performed on real network data with an implanted anomaly. Evaluation shows false positive rates bounded by 2.84\\% at the time-interval level, and 0.05\\% at the IP-level with 100\\% truemore » positive rates at both.« less

  15. A novel sub-shot segmentation method for user-generated video

    NASA Astrophysics Data System (ADS)

    Lei, Zhuo; Zhang, Qian; Zheng, Chi; Qiu, Guoping

    2018-04-01

    With the proliferation of the user-generated videos, temporal segmentation is becoming a challengeable problem. Traditional video temporal segmentation methods like shot detection are not able to work on unedited user-generated videos, since they often only contain one single long shot. We propose a novel temporal segmentation framework for user-generated video. It finds similar frames with a tree partitioning min-Hash technique, constructs sparse temporal constrained affinity sub-graphs, and finally divides the video into sub-shot-level segments with a dense-neighbor-based clustering method. Experimental results show that our approach outperforms all the other related works. Furthermore, it is indicated that the proposed approach is able to segment user-generated videos at an average human level.

  16. Multilevel Hierarchical Kernel Spectral Clustering for Real-Life Large Scale Complex Networks

    PubMed Central

    Mall, Raghvendra; Langone, Rocco; Suykens, Johan A. K.

    2014-01-01

    Kernel spectral clustering corresponds to a weighted kernel principal component analysis problem in a constrained optimization framework. The primal formulation leads to an eigen-decomposition of a centered Laplacian matrix at the dual level. The dual formulation allows to build a model on a representative subgraph of the large scale network in the training phase and the model parameters are estimated in the validation stage. The KSC model has a powerful out-of-sample extension property which allows cluster affiliation for the unseen nodes of the big data network. In this paper we exploit the structure of the projections in the eigenspace during the validation stage to automatically determine a set of increasing distance thresholds. We use these distance thresholds in the test phase to obtain multiple levels of hierarchy for the large scale network. The hierarchical structure in the network is determined in a bottom-up fashion. We empirically showcase that real-world networks have multilevel hierarchical organization which cannot be detected efficiently by several state-of-the-art large scale hierarchical community detection techniques like the Louvain, OSLOM and Infomap methods. We show that a major advantage of our proposed approach is the ability to locate good quality clusters at both the finer and coarser levels of hierarchy using internal cluster quality metrics on 7 real-life networks. PMID:24949877

  17. Identification of potential crucial genes associated with steroid-induced necrosis of femoral head based on gene expression profile.

    PubMed

    Lin, Zhe; Lin, Yongsheng

    2017-09-05

    The aim of this study was to explore potential crucial genes associated with the steroid-induced necrosis of femoral head (SINFH) and to provide valid biological information for further investigation of SINFH. Gene expression profile of GSE26316, generated from 3 SINFH rat samples and 3 normal rat samples were downloaded from Gene Expression Omnibus (GEO) database. The differentially expressed genes (DEGs) were identified using LIMMA package. After functional enrichment analyses of DEGs, protein-protein interaction (PPI) network and sub-PPI network analyses were conducted based on the STRING database and cytoscape. In total, 59 up-regulated DEGs and 156 downregulated DEGs were identified. The up-regulated DEGs were mainly involved in functions about immunity (e.g. Fcer1A and Il7R), and the downregulated DEGs were mainly enriched in muscle system process (e.g. Tnni2, Mylpf and Myl1). The PPI network of DEGs consisted of 123 nodes and 300 interactions. Tnni2, Mylpf, and Myl1 were the top 3 outstanding genes based on both subgraph centrality and degree centrality evaluation. These three genes interacted with each other in the network. Furthermore, the significant network module was composed of 22 downregulated genes (e.g. Tnni2, Mylpf and Myl1). These genes were mainly enriched in functions like muscle system process. The DEGs related to the regulation of immune system process (e.g. Fcer1A and Il7R), and DEGs correlated with muscle system process (e.g. Tnni2, Mylpf and Myl1) may be closely associated with the progress of SINFH, which is still needed to be confirmed by experiments. Copyright © 2017 Elsevier B.V. All rights reserved.

  18. Comparison of conventional PCR, quantitative PCR, bacteriological culture and the Warthin Starry technique to detect Leptospira spp. in kidney and liver samples from naturally infected sheep from Brazil.

    PubMed

    Fornazari, Felipe; da Silva, Rodrigo Costa; Richini-Pereira, Virginia Bodelão; Beserra, Hugo Enrique Orsini; Luvizotto, Maria Cecília Rui; Langoni, Helio

    2012-09-01

    Leptospirosis is an infectious disease of worldwide importance. The development of diagnostic techniques allows sick animals to be identified, reservoirs to be eliminated and the disease prevented and controlled. The present study aimed to compare different techniques for diagnosing leptospirosis in sheep. Samples of kidney, liver and blood were collected from 465 animals that originated from a slaughterhouse. The sera were analyzed by the Microscopic Agglutination Test (MAT), and kidney and liver samples of seropositive animals were analyzed using four techniques: bacteriological culture, the Warthin Starry (WS) technique, conventional PCR (cPCR), and quantitative PCR (qPCR). With the MAT, 21 animals were positive (4.5%) to serovars Hardjo (n=12), Hebdomadis (n=5), Sentot (n=2), Wolfii (n=1) and Shermani (n=1). Titers were 100 (n=10), 200 (n=2), 400 (n=6) and 1600 (n=3). No animal was positive by bacteriological culture; four animals were positive by the WS technique in kidney samples; six animals were positive by cPCR in kidney samples; and 11 animals were positive by qPCR, eight of which in kidney samples and three in liver. The bacterial quantification revealed a median of 4.3 bacteria/μL in liver samples and 36.6 bacteria/μL in kidney samples. qPCR presented the highest sensitivity among the techniques, followed by cPCR, the WS technique and bacteriological culture. These results indicate that sheep can carry leptospires of the Sejroe serogroup, and demonstrate the efficiency of quantitative PCR to detect Leptospira spp. in tissue samples. Published by Elsevier B.V.

  19. 9 CFR 592.450 - Procedures for selecting appeal samples.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 9 Animals and Animal Products 2 2010-01-01 2010-01-01 false Procedures for selecting appeal samples. 592.450 Section 592.450 Animals and Animal Products FOOD SAFETY AND INSPECTION SERVICE, DEPARTMENT OF AGRICULTURE EGG PRODUCTS INSPECTION VOLUNTARY INSPECTION OF EGG PRODUCTS Appeals § 592.450...

  20. Analysing designed experiments in distance sampling

    Treesearch

    Stephen T. Buckland; Robin E. Russell; Brett G. Dickson; Victoria A. Saab; Donal N. Gorman; William M. Block

    2009-01-01

    Distance sampling is a survey technique for estimating the abundance or density of wild animal populations. Detection probabilities of animals inherently differ by species, age class, habitats, or sex. By incorporating the change in an observer's ability to detect a particular class of animals as a function of distance, distance sampling leads to density estimates...

  1. The bovine lung in biomedical research: visually guided bronchoscopy, intrabronchial inoculation and in vivo sampling techniques.

    PubMed

    Prohl, Annette; Ostermann, Carola; Lohr, Markus; Reinhold, Petra

    2014-07-03

    There is an ongoing search for alternative animal models in research of respiratory medicine. Depending on the goal of the research, large animals as models of pulmonary disease often resemble the situation of the human lung much better than mice do. Working with large animals also offers the opportunity to sample the same animal repeatedly over a certain course of time, which allows long-term studies without sacrificing the animals. The aim was to establish in vivo sampling methods for the use in a bovine model of a respiratory Chlamydia psittaci infection. Sampling should be performed at various time points in each animal during the study, and the samples should be suitable to study the host response, as well as the pathogen under experimental conditions. Bronchoscopy is a valuable diagnostic tool in human and veterinary medicine. It is a safe and minimally invasive procedure. This article describes the intrabronchial inoculation of calves as well as sampling methods for the lower respiratory tract. Videoendoscopic, intrabronchial inoculation leads to very consistent clinical and pathological findings in all inoculated animals and is, therefore, well-suited for use in models of infectious lung disease. The sampling methods described are bronchoalveolar lavage, bronchial brushing and transbronchial lung biopsy. All of these are valuable diagnostic tools in human medicine and could be adapted for experimental purposes to calves aged 6-8 weeks. The samples obtained were suitable for both pathogen detection and characterization of the severity of lung inflammation in the host.

  2. Childhood animal cruelty methods and their link to adult interpersonal violence.

    PubMed

    Henderson, Brandy B; Hensley, Christopher; Tallichet, Suzanne E

    2011-07-01

    Recent research has begun to establish a relationship between childhood acts of animal cruelty and later violence against humans. However, few studies have focused on the influence of animal cruelty methods on later interpersonal violence. In a replication of a study by Hensley and Tallichet (2009) and based on a sample of 180 inmates at medium- and maximum-security prisons in a Southern state, the present study examines the relationship between several retrospectively identified animal cruelty methods (drowned, hit, shot, kicked, choked, burned, and sex) and interpersonal violence committed against humans. Four out of 5 inmates reported hitting animals. Over one third of the sample chose to shoot or kick animals, while 1 in 5 had sex with them. Less then one fifth of the sample drowned or choked animals, while less than one sixth of the inmates burned animals. Regression analyses revealed that the age at which offenders began committing animal cruelty and having sex with animals were predictive of adult interpersonal violence.

  3. 9 CFR 355.26 - Samples of certified products, ingredients, etc., to be taken for examination.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 9 Animals and Animal Products 2 2010-01-01 2010-01-01 false Samples of certified products, ingredients, etc., to be taken for examination. 355.26 Section 355.26 Animals and Animal Products FOOD SAFETY..., CATS, AND OTHER CARNIVORA; INSPECTION, CERTIFICATION, AND IDENTIFICATION AS TO CLASS, QUALITY, QUANTITY...

  4. 9 CFR 355.26 - Samples of certified products, ingredients, etc., to be taken for examination.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 9 Animals and Animal Products 2 2011-01-01 2011-01-01 false Samples of certified products, ingredients, etc., to be taken for examination. 355.26 Section 355.26 Animals and Animal Products FOOD SAFETY..., CATS, AND OTHER CARNIVORA; INSPECTION, CERTIFICATION, AND IDENTIFICATION AS TO CLASS, QUALITY, QUANTITY...

  5. Molecular detection of fungi of public health importance in wild animals from Southern Brazil.

    PubMed

    Losnak, Debora O; Rocha, Francielle R; Almeida, Barbara S; Batista, Keila Z S; Althoff, Sérgio L; Haupt, Josiane; Ruiz, Luciana S; Anversa, Laís; Lucheis, Simone B; Paiz, Laís M; Donalisio, Maria Rita; Richini Pereira, Virginia B

    2018-07-01

    Some animals have an important relationship with fungal infections, and searching for pathogens in animal samples may be an opportunity for eco-epidemiological research. Since studies involving wildlife are generally restricted, using samples from road kills is an alternative. The aim of this study was to verify whether pathogenic fungi of public health importance occur in wildlife road kills from Santa Catarina State, Brazil. Organ samples (n = 1063) from 297 animals were analysed according to Polymerase Chain Reaction (PCR) using universal primers to detect fungi in general and, subsequently, using primers specific to Paracoccidioides brasiliensis, Histoplasma capsulatum and Cryptococcus spp. There were 102 samples positive for fungal species. Eight samples were positive for P. brasiliensis, three samples were positive for Cryptococcus spp. and one sample had coinfection by these two fungi. No sample was positive for Histoplasma spp. according to the molecular detection. Genetic sequencing allowed the identification of Fungal sp. in 89 samples, Cryptococcus neoformans in two samples and Aspergillus penicillioides in three samples. This study shows the importance of wild animals in the epidemiology of fungal infections and assists in the mapping of pathogen occurrence in a region that was not previously evaluated. © 2018 Blackwell Verlag GmbH.

  6. Validation of a near infrared microscopy method for the detection of animal products in feedingstuffs: results of a collaborative study.

    PubMed

    Boix, A; Fernández Pierna, J A; von Holst, C; Baeten, V

    2012-01-01

    The performance characteristics of a near infrared microscopy (NIRM) method, when applied to the detection of animal products in feedingstuffs, were determined via a collaborative study. The method delivers qualitative results in terms of the presence or absence of animal particles in feed and differentiates animal from vegetable feed ingredients on the basis of the evaluation of near infrared spectra obtained from individual particles present in the sample. The specificity ranged from 86% to 100%. The limit of detection obtained on the analysis of the sediment fraction, prepared as for the European official method, was 0.1% processed animal proteins (PAPs) in feed, since all laboratories correctly identified the positive samples. This limit has to be increased up to 2% for the analysis of samples which are not sedimented. The required sensitivity for the official control is therefore achieved in the analysis of the sediment fraction of the samples where the method can be applied for the detection of the presence of animal meal. Criteria for the classification of samples, when fewer than five spectra are found, as being of animal origin needs to be set up in order to harmonise the approach taken by the laboratories when applying NIRM for the detection of the presence of animal meal in feed.

  7. Comparative value of blood and skin samples for diagnosis of spotted fever group rickettsial infection in model animals.

    PubMed

    Levin, Michael L; Snellgrove, Alyssa N; Zemtsova, Galina E

    2016-07-01

    The definitive diagnosis of spotted fever group (SFG) rickettsioses in humans is challenging due to the retrospective nature and cross reactivity of the serological methods and the absence of reliable and consistent samples for molecular diagnostics. Existing data indicate the transient character of bacteremia in experimentally infected animals. The ability of arthropod vectors to acquire rickettsial infection from the laboratory animals in the absence of systemic infection and known tropism of rickettsial agents to endothelial cells of peripheral blood vessels underline the importance of local infection and consequently the diagnostic potential of skin samples. In order to evaluate the diagnostic sensitivity of rickettsial DNA detection in blood and skin samples, we compared results of PCR testing in parallel samples collected from model laboratory animals infected with Rickettsia rickettsii, Rickettsia parkeri and Rickettsia slovaca-like agent at different time points after infection. Skin samples were collected from ears - away from the site of tick placement and without eschars. Overall, testing of skin samples resulted in a higher proportion of positive results than testing of blood samples. Presented data from model animals demonstrates that testing of skin samples from sites of rickettsial proliferation can provide definitive molecular diagnosis of up to 60-70% of tick-borne SFG rickettsial infections during the acute stage of illness. Detection of pathogen DNA in cutaneous samples is a valuable alternative to blood-PCR at least in model animals. Published by Elsevier GmbH.

  8. Brucella abortus is Prevalent in Both Humans and Animals in Bangladesh.

    PubMed

    Rahman, A K M A; Saegerman, C; Berkvens, D; Melzer, F; Neubauer, H; Fretin, D; Abatih, E; Dhand, N; Ward, M P

    2017-08-01

    To determine the role of different Brucella (B.) spp. in Bangladesh, 62 animal samples and 500 human sera were tested. Animal samples from cattle, goats and sheep (including milk, bull semen, vaginal swabs and placentas) were cultured for Brucella spp. Three test-positive human sera and all animal samples were screened by Brucella genus-specific real-time PCR (RT-PCR), and positive samples were then tested by IS711 RT-PCR to detect B. abortus and B. melitensis DNA. Only B. abortus DNA was amplified from 13 human and six animal samples. This is the first report describing B. abortus as the aetiological agent of brucellosis in occupationally exposed humans in Bangladesh. Of note is failure to detect B. melitensis DNA, the species most often associated with human brucellosis worldwide. Further studies are required to explore the occurrence of Brucella melitensis in Bangladesh. © 2017 Blackwell Verlag GmbH.

  9. Decompositions of large-scale biological systems based on dynamical properties.

    PubMed

    Soranzo, Nicola; Ramezani, Fahimeh; Iacono, Giovanni; Altafini, Claudio

    2012-01-01

    Given a large-scale biological network represented as an influence graph, in this article we investigate possible decompositions of the network aimed at highlighting specific dynamical properties. The first decomposition we study consists in finding a maximal directed acyclic subgraph of the network, which dynamically corresponds to searching for a maximal open-loop subsystem of the given system. Another dynamical property investigated is strong monotonicity. We propose two methods to deal with this property, both aimed at decomposing the system into strongly monotone subsystems, but with different structural characteristics: one method tends to produce a single large strongly monotone component, while the other typically generates a set of smaller disjoint strongly monotone subsystems. Original heuristics for the methods investigated are described in the article. altafini@sissa.it

  10. Centralities in simplicial complexes. Applications to protein interaction networks.

    PubMed

    Estrada, Ernesto; Ross, Grant J

    2018-02-07

    Complex networks can be used to represent complex systems which originate in the real world. Here we study a transformation of these complex networks into simplicial complexes, where cliques represent the simplices of the complex. We extend the concept of node centrality to that of simplicial centrality and study several mathematical properties of degree, closeness, betweenness, eigenvector, Katz, and subgraph centrality for simplicial complexes. We study the degree distributions of these centralities at the different levels. We also compare and describe the differences between the centralities at the different levels. Using these centralities we study a method for detecting essential proteins in PPI networks of cells and explain the varying abilities of the centrality measures at the different levels in identifying these essential proteins. Copyright © 2017 Elsevier Ltd. All rights reserved.

  11. Continuous-Time Classical and Quantum Random Walk on Direct Product of Cayley Graphs

    NASA Astrophysics Data System (ADS)

    Salimi, S.; Jafarizadeh, M. A.

    2009-06-01

    In this paper we define direct product of graphs and give a recipe for obtaining probability of observing particle on vertices in the continuous-time classical and quantum random walk. In the recipe, the probability of observing particle on direct product of graph is obtained by multiplication of probability on the corresponding to sub-graphs, where this method is useful to determining probability of walk on complicated graphs. Using this method, we calculate the probability of continuous-time classical and quantum random walks on many of finite direct product Cayley graphs (complete cycle, complete Kn, charter and n-cube). Also, we inquire that the classical state the stationary uniform distribution is reached as t → ∞ but for quantum state is not always satisfied.

  12. Enhancing Community Detection By Affinity-based Edge Weighting Scheme

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Yoo, Andy; Sanders, Geoffrey; Henson, Van

    Community detection refers to an important graph analytics problem of finding a set of densely-connected subgraphs in a graph and has gained a great deal of interest recently. The performance of current community detection algorithms is limited by an inherent constraint of unweighted graphs that offer very little information on their internal community structures. In this paper, we propose a new scheme to address this issue that weights the edges in a given graph based on recently proposed vertex affinity. The vertex affinity quantifies the proximity between two vertices in terms of their clustering strength, and therefore, it is idealmore » for graph analytics applications such as community detection. We also demonstrate that the affinity-based edge weighting scheme can improve the performance of community detection algorithms significantly.« less

  13. A simple device to convert a small-animal PET scanner into a multi-sample tissue and injection syringe counter.

    PubMed

    Green, Michael V; Seidel, Jurgen; Choyke, Peter L; Jagoda, Elaine M

    2017-10-01

    We describe a simple fixture that can be added to the imaging bed of a small-animal PET scanner that allows for automated counting of multiple organ or tissue samples from mouse-sized animals and counting of injection syringes prior to administration of the radiotracer. The combination of imaging and counting capabilities in the same machine offers advantages in certain experimental settings. A polyethylene block of plastic, sculpted to mate with the animal imaging bed of a small-animal PET scanner, is machined to receive twelve 5-ml containers, each capable of holding an entire organ from a mouse-sized animal. In addition, a triangular cross-section slot is machined down the centerline of the block to secure injection syringes from 1-ml to 3-ml in size. The sample holder is scanned in PET whole-body mode to image all samples or in one bed position to image a filled injection syringe. Total radioactivity in each sample or syringe is determined from the reconstructed images of these objects using volume re-projection of the coronal images and a single region-of-interest for each. We tested the accuracy of this method by comparing PET estimates of sample and syringe activity with well counter and dose calibrator estimates of these same activities. PET and well counting of the same samples gave near identical results (in MBq, R 2 =0.99, slope=0.99, intercept=0.00-MBq). PET syringe and dose calibrator measurements of syringe activity in MBq were also similar (R 2 =0.99, slope=0.99, intercept=- 0.22-MBq). A small-animal PET scanner can be easily converted into a multi-sample and syringe counting device by the addition of a sample block constructed for that purpose. This capability, combined with live animal imaging, can improve efficiency and flexibility in certain experimental settings. Copyright © 2017 Elsevier Inc. All rights reserved.

  14. Are most samples of animals systematically biased? Consistent individual trait differences bias samples despite random sampling.

    PubMed

    Biro, Peter A

    2013-02-01

    Sampling animals from the wild for study is something nearly every biologist has done, but despite our best efforts to obtain random samples of animals, 'hidden' trait biases may still exist. For example, consistent behavioral traits can affect trappability/catchability, independent of obvious factors such as size and gender, and these traits are often correlated with other repeatable physiological and/or life history traits. If so, systematic sampling bias may exist for any of these traits. The extent to which this is a problem, of course, depends on the magnitude of bias, which is presently unknown because the underlying trait distributions in populations are usually unknown, or unknowable. Indeed, our present knowledge about sampling bias comes from samples (not complete population censuses), which can possess bias to begin with. I had the unique opportunity to create naturalized populations of fish by seeding each of four small fishless lakes with equal densities of slow-, intermediate-, and fast-growing fish. Using sampling methods that are not size-selective, I observed that fast-growing fish were up to two-times more likely to be sampled than slower-growing fish. This indicates substantial and systematic bias with respect to an important life history trait (growth rate). If correlations between behavioral, physiological and life-history traits are as widespread as the literature suggests, then many animal samples may be systematically biased with respect to these traits (e.g., when collecting animals for laboratory use), and affect our inferences about population structure and abundance. I conclude with a discussion on ways to minimize sampling bias for particular physiological/behavioral/life-history types within animal populations.

  15. OCCURRENCE OF INTRINSIC VANCOMYCIN RESISTANT ENTEROCOCCI IN ANIMAL FECES

    EPA Science Inventory

    A survey was conducted to determine the occurrence of vancomycin resistant enterococci (VRE) in animal and human fecal samples. Fecal samples from 14 animal species and humans were analyzed by quantitative culture for enterococci and VRE. Over 800 VRE isolates were characterize...

  16. IDENTIFICATION OF BACTERIA IN BLOOD CULTURES FROM CLINICALLY ILL CAPTIVE ANTILLEAN MANATEES (TRICHECHUS MANATUS MANATUS).

    PubMed

    Silva, Mariana C O; Attademo, Fernanda F L; Freire, Augusto C B; Sousa, Glaucia P; Luna, Fábia O; Lima, Débora C V; Mota, Rinaldo A; Mendes, Emiko S; Silva, Jean C R

    2017-03-01

    Between September 2001 and March 2013, 62 bacterial cultures (37 aerobic and 25 anaerobic) were performed on 37 blood samples from 23 Antillean manatees ( Trichechus manatus manatus) that were kept in captivity at the Brazilian National Center for Research and Conservation of Aquatic Mammals (CMA) in Pernambuco (CMA-PE) and Alagoas (CMA-AL), Brazil. All of the animals sampled exhibited clinical signs at the time of sampling including abscesses (n = 8), debilitation and anorexia (n = 22), and profound lethargy-moribundity (n = 7). The 4 animals with profound lethargy-moribundity died shortly after sampling of unknown causes. Bacteria were isolated from 15/37 (40.5%) and aerobic blood cultures from 13/23 animals (56.5%). None of the anaerobic cultures were positive. Aeromonas caviae , Aeromonas hydrophila , Aeromonas sp., Escherichia coli , Leclercia adecarboxylata , Pantoea agglomerans , Pseudomonas aeruginosa , Pseudomonas stutzeri , Pseudomonas sp., Sphingomonas paucimobilis , coagulase-negative Staphylococcus, and Staphylococcus epidermidis were each found in only one animal; Staphylococcus spp. was found in two; and Vibrio fluvialis in four. Thirteen samples had only one bacteria isolated, one sample had two bacteria, and one sample had three bacteria isolated. Regarding sex, age group, and origin among the manatees examined, 54.5% (6/11) of the females, 58.3% (7/12) of the males, 40% (2/5) of the calves, 66.7% (8/12) of the juveniles, 50% (3/6) of the adults, 55.5% (10/18) at CMA-PE, and 60% (3/5) at CMA-AL were found to be positive for bacterial growth during at least one sampling time. All Antillean manatees were clinically ill. Regarding clinical signs, bacteria were found in 50% (11/22) of blood samples of the animals showing debilitation and anorexia, 1 of 8 (12.5%) of blood samples of the animals showing abscesses, and 3 of 7 (42.9%) of blood samples of the animals showing profound lethargy-moribundity.

  17. DETECTION OF INTRINSIC VANCOMYCIN RESISTANT ENTEROCOCCI IN ANIMAL AND HUMAN FECES

    EPA Science Inventory

    A survey was conducted to determine the occurrence of vancomycin resistant enterococci (VRE) in animal and human fecal samples. Fecal samples from 14 animal species and humans were analyzed by quantitative culture for enterococci and VRE. Over 800 VRE isolates were characterize...

  18. Machine Learning Classification Combining Multiple Features of A Hyper-Network of fMRI Data in Alzheimer's Disease

    PubMed Central

    Guo, Hao; Zhang, Fan; Chen, Junjie; Xu, Yong; Xiang, Jie

    2017-01-01

    Exploring functional interactions among various brain regions is helpful for understanding the pathological underpinnings of neurological disorders. Brain networks provide an important representation of those functional interactions, and thus are widely applied in the diagnosis and classification of neurodegenerative diseases. Many mental disorders involve a sharp decline in cognitive ability as a major symptom, which can be caused by abnormal connectivity patterns among several brain regions. However, conventional functional connectivity networks are usually constructed based on pairwise correlations among different brain regions. This approach ignores higher-order relationships, and cannot effectively characterize the high-order interactions of many brain regions working together. Recent neuroscience research suggests that higher-order relationships between brain regions are important for brain network analysis. Hyper-networks have been proposed that can effectively represent the interactions among brain regions. However, this method extracts the local properties of brain regions as features, but ignores the global topology information, which affects the evaluation of network topology and reduces the performance of the classifier. This problem can be compensated by a subgraph feature-based method, but it is not sensitive to change in a single brain region. Considering that both of these feature extraction methods result in the loss of information, we propose a novel machine learning classification method that combines multiple features of a hyper-network based on functional magnetic resonance imaging in Alzheimer's disease. The method combines the brain region features and subgraph features, and then uses a multi-kernel SVM for classification. This retains not only the global topological information, but also the sensitivity to change in a single brain region. To certify the proposed method, 28 normal control subjects and 38 Alzheimer's disease patients were selected to participate in an experiment. The proposed method achieved satisfactory classification accuracy, with an average of 91.60%. The abnormal brain regions included the bilateral precuneus, right parahippocampal gyrus\\hippocampus, right posterior cingulate gyrus, and other regions that are known to be important in Alzheimer's disease. Machine learning classification combining multiple features of a hyper-network of functional magnetic resonance imaging data in Alzheimer's disease obtains better classification performance. PMID:29209156

  19. Reproducibility of preclinical animal research improves with heterogeneity of study samples

    PubMed Central

    Vogt, Lucile; Sena, Emily S.; Würbel, Hanno

    2018-01-01

    Single-laboratory studies conducted under highly standardized conditions are the gold standard in preclinical animal research. Using simulations based on 440 preclinical studies across 13 different interventions in animal models of stroke, myocardial infarction, and breast cancer, we compared the accuracy of effect size estimates between single-laboratory and multi-laboratory study designs. Single-laboratory studies generally failed to predict effect size accurately, and larger sample sizes rendered effect size estimates even less accurate. By contrast, multi-laboratory designs including as few as 2 to 4 laboratories increased coverage probability by up to 42 percentage points without a need for larger sample sizes. These findings demonstrate that within-study standardization is a major cause of poor reproducibility. More representative study samples are required to improve the external validity and reproducibility of preclinical animal research and to prevent wasting animals and resources for inconclusive research. PMID:29470495

  20. F-RAG: Generating Atomic Coordinates from RNA Graphs by Fragment Assembly.

    PubMed

    Jain, Swati; Schlick, Tamar

    2017-11-24

    Coarse-grained models represent attractive approaches to analyze and simulate ribonucleic acid (RNA) molecules, for example, for structure prediction and design, as they simplify the RNA structure to reduce the conformational search space. Our structure prediction protocol RAGTOP (RNA-As-Graphs Topology Prediction) represents RNA structures as tree graphs and samples graph topologies to produce candidate graphs. However, for a more detailed study and analysis, construction of atomic from coarse-grained models is required. Here we present our graph-based fragment assembly algorithm (F-RAG) to convert candidate three-dimensional (3D) tree graph models, produced by RAGTOP into atomic structures. We use our related RAG-3D utilities to partition graphs into subgraphs and search for structurally similar atomic fragments in a data set of RNA 3D structures. The fragments are edited and superimposed using common residues, full atomic models are scored using RAGTOP's knowledge-based potential, and geometries of top scoring models is optimized. To evaluate our models, we assess all-atom RMSDs and Interaction Network Fidelity (a measure of residue interactions) with respect to experimentally solved structures and compare our results to other fragment assembly programs. For a set of 50 RNA structures, we obtain atomic models with reasonable geometries and interactions, particularly good for RNAs containing junctions. Additional improvements to our protocol and databases are outlined. These results provide a good foundation for further work on RNA structure prediction and design applications. Copyright © 2017 Elsevier Ltd. All rights reserved.

  1. A parametric generalization of the Hayne estimator for line transect sampling

    USGS Publications Warehouse

    Burnham, Kenneth P.

    1979-01-01

    The Hayne model for line transect sampling is generalized by using an elliptical (rather than circular) flushing model for animal detection. By assuming the ration of major and minor axes lengths is constant for all animals, a model results which allows estimation of population density based directly upon sighting distances and sighting angles. The derived estimator of animal density is a generalization of the Hayne estimator for line transect sampling.

  2. Multidrug-resistant Salmonella Typhimurium in Four Animal Facilities

    PubMed Central

    Wright, Jennifer G.; Tengelsen, Leslie A.; Smith, Kirk E.; Bender, Jeff B.; Frank, Rodney K.; Grendon, John H.; Rice, Daniel H.; Thiessen, Ann Marie B.; Gilbertson, Catherine Jo; Sivapalasingam, Sumathi; Barrett, Timothy J.; Besser, Thomas E.; Hancock, Dale D.

    2005-01-01

    In 1999 and 2000, 3 state health departments reported 4 outbreaks of gastrointestinal illness due to Salmonella enterica serotype Typhimurium in employees, clients, and client animals from 3 companion animal veterinary clinics and 1 animal shelter. More than 45 persons and companion animals became ill. Four independent investigations resulted in the testing of 19 human samples and >200 animal samples; 18 persons and 36 animals were culture-positive for S. Typhimurium. One outbreak was due to multidrug-resistant S. Typhimurium R-type ACKSSuT, while the other 3 were due to multidrug-resistant S. Typhimurium R-type ACSSuT DT104. This report documents nosocomial transmission of S. Typhimurium and demonstrates that companion animal facilities may serve as foci of transmission for salmonellae between animals and humans if adequate precautions are not followed. PMID:16102313

  3. Comparing Networks from a Data Analysis Perspective

    NASA Astrophysics Data System (ADS)

    Li, Wei; Yang, Jing-Yu

    To probe network characteristics, two predominant ways of network comparison are global property statistics and subgraph enumeration. However, they suffer from limited information and exhaustible computing. Here, we present an approach to compare networks from the perspective of data analysis. Initially, the approach projects each node of original network as a high-dimensional data point, and the network is seen as clouds of data points. Then the dispersion information of the principal component analysis (PCA) projection of the generated data clouds can be used to distinguish networks. We applied this node projection method to the yeast protein-protein interaction networks and the Internet Autonomous System networks, two types of networks with several similar higher properties. The method can efficiently distinguish one from the other. The identical result of different datasets from independent sources also indicated that the method is a robust and universal framework.

  4. Assembly planning based on subassembly extraction

    NASA Technical Reports Server (NTRS)

    Lee, Sukhan; Shin, Yeong Gil

    1990-01-01

    A method is presented for the automatic determination of assembly partial orders from a liaison graph representation of an assembly through the extraction of preferred subassemblies. In particular, the authors show how to select a set of tentative subassemblies by decomposing a liaison graph into a set of subgraphs based on feasibility and difficulty of disassembly, how to evaluate each of the tentative subassemblies in terms of assembly cost using the subassembly selection indices, and how to construct a hierarchical partial order graph (HPOG) as an assembly plan. The method provides an approach to assembly planning by identifying spatial parallelism in assembly as a means of constructing temporal relationships among assembly operations and solves the problem of finding a cost-effective assembly plan in a flexible environment. A case study of the assembly planning of a mechanical assembly is presented.

  5. Quantum Clique Gossiping.

    PubMed

    Li, Bo; Li, Shuang; Wu, Junfeng; Qi, Hongsheng

    2018-02-09

    This paper establishes a framework of quantum clique gossiping by introducing local clique operations to networks of interconnected qubits. Cliques are local structures in complex networks being complete subgraphs, which can be used to accelerate classical gossip algorithms. Based on cyclic permutations, clique gossiping leads to collective multi-party qubit interactions. We show that at reduced states, these cliques have the same acceleration effects as their roles in accelerating classical gossip algorithms. For randomized selection of cliques, such improved rate of convergence is precisely characterized. On the other hand, the rate of convergence at the coherent states of the overall quantum network is proven to be decided by the spectrum of a mean-square error evolution matrix. Remarkably, the use of larger quantum cliques does not necessarily increase the speed of the network density aggregation, suggesting quantum network dynamics is not entirely decided by its classical topology.

  6. Spectra of random networks in the weak clustering regime

    NASA Astrophysics Data System (ADS)

    Peron, Thomas K. DM.; Ji, Peng; Kurths, Jürgen; Rodrigues, Francisco A.

    2018-03-01

    The asymptotic behavior of dynamical processes in networks can be expressed as a function of spectral properties of the corresponding adjacency and Laplacian matrices. Although many theoretical results are known for the spectra of traditional configuration models, networks generated through these models fail to describe many topological features of real-world networks, in particular non-null values of the clustering coefficient. Here we study effects of cycles of order three (triangles) in network spectra. By using recent advances in random matrix theory, we determine the spectral distribution of the network adjacency matrix as a function of the average number of triangles attached to each node for networks without modular structure and degree-degree correlations. Implications to network dynamics are discussed. Our findings can shed light in the study of how particular kinds of subgraphs influence network dynamics.

  7. Pre-configured polyhedron based protection against multi-link failures in optical mesh networks.

    PubMed

    Huang, Shanguo; Guo, Bingli; Li, Xin; Zhang, Jie; Zhao, Yongli; Gu, Wanyi

    2014-02-10

    This paper focuses on random multi-link failures protection in optical mesh networks, instead of single, the dual or sequential failures of previous studies. Spare resource efficiency and failure robustness are major concerns in link protection strategy designing and a k-regular and k-edge connected structure is proved to be one of the optimal solutions for link protection network. Based on this, a novel pre-configured polyhedron based protection structure is proposed, and it could provide protection for both simultaneous and sequential random link failures with improved spare resource efficiency. Its performance is evaluated in terms of spare resource consumption, recovery rate and average recovery path length, as well as compared with ring based and subgraph protection under probabilistic link failure scenarios. Results show the proposed novel link protection approach has better performance than previous works.

  8. New graph polynomials in parametric QED Feynman integrals

    NASA Astrophysics Data System (ADS)

    Golz, Marcel

    2017-10-01

    In recent years enormous progress has been made in perturbative quantum field theory by applying methods of algebraic geometry to parametric Feynman integrals for scalar theories. The transition to gauge theories is complicated not only by the fact that their parametric integrand is much larger and more involved. It is, moreover, only implicitly given as the result of certain differential operators applied to the scalar integrand exp(-ΦΓ /ΨΓ) , where ΨΓ and ΦΓ are the Kirchhoff and Symanzik polynomials of the Feynman graph Γ. In the case of quantum electrodynamics we find that the full parametric integrand inherits a rich combinatorial structure from ΨΓ and ΦΓ. In the end, it can be expressed explicitly as a sum over products of new types of graph polynomials which have a combinatoric interpretation via simple cycle subgraphs of Γ.

  9. Path scanning for the detection of anomalous subgraphs and use of DNS requests and host agents for anomaly/change detection and network situational awareness

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Neil, Joshua Charles; Fisk, Michael Edward; Brugh, Alexander William

    A system, apparatus, computer-readable medium, and computer-implemented method are provided for detecting anomalous behavior in a network. Historical parameters of the network are determined in order to determine normal activity levels. A plurality of paths in the network are enumerated as part of a graph representing the network, where each computing system in the network may be a node in the graph and the sequence of connections between two computing systems may be a directed edge in the graph. A statistical model is applied to the plurality of paths in the graph on a sliding window basis to detect anomalousmore » behavior. Data collected by a Unified Host Collection Agent ("UHCA") may also be used to detect anomalous behavior.« less

  10. Sampling considerations for disease surveillance in wildlife populations

    USGS Publications Warehouse

    Nusser, S.M.; Clark, W.R.; Otis, D.L.; Huang, L.

    2008-01-01

    Disease surveillance in wildlife populations involves detecting the presence of a disease, characterizing its prevalence and spread, and subsequent monitoring. A probability sample of animals selected from the population and corresponding estimators of disease prevalence and detection provide estimates with quantifiable statistical properties, but this approach is rarely used. Although wildlife scientists often assume probability sampling and random disease distributions to calculate sample sizes, convenience samples (i.e., samples of readily available animals) are typically used, and disease distributions are rarely random. We demonstrate how landscape-based simulation can be used to explore properties of estimators from convenience samples in relation to probability samples. We used simulation methods to model what is known about the habitat preferences of the wildlife population, the disease distribution, and the potential biases of the convenience-sample approach. Using chronic wasting disease in free-ranging deer (Odocoileus virginianus) as a simple illustration, we show that using probability sample designs with appropriate estimators provides unbiased surveillance parameter estimates but that the selection bias and coverage errors associated with convenience samples can lead to biased and misleading results. We also suggest practical alternatives to convenience samples that mix probability and convenience sampling. For example, a sample of land areas can be selected using a probability design that oversamples areas with larger animal populations, followed by harvesting of individual animals within sampled areas using a convenience sampling method.

  11. [Surveillance on severe acute respiratory syndrome associated coronavirus in animals at a live animal market of Guangzhou in 2004].

    PubMed

    Wang, Ming; Jing, Huai-qi; Xu, Hui-fang; Jiang, Xiu-gao; Kan, Biao; Liu, Qi-yong; Wan, Kang-lin; Cui, Bu-yun; Zheng, Han; Cui, Zhi-gang; Yan, Mei-ying; Liang, Wei-li; Wang, Hong-xia; Qi, Xiao-bao; Li, Zhen-jun; Li, Ma-chao; Chen, Kai; Zhang, En-min; Zhang, Shou-yin; Hai, Rong; Yu, Dong-zheng; Xu, Jian-guo

    2005-02-01

    To study the prevalence of severe acute respiratory syndrome coronavirus (SARS-CoV) like virus in animals at a live animal market of Guanzhou in 2004 before and after culling of wild animal action taken by the local authority, in order to predict the re-emerging of SARS from animal originals in this region. Animals at live animal market were sampled for rectal and throat swabs in triplicate. A single step realtime reverse transcription-polymerase chain reaction (RT-PCR) diagnostic kit was performed for screening SARS-CoV like virus, the manual nested RT- PCR and DNA sequencing were performed for confirmation. Only specimens which tested positive for both of the N and P genes by nested RT-PCR were scored as positive. In 31 animals sampled in January 5 2004 before culling of wild animals at Guangdong Province, including 20 cats (Felis catus), 5 red fox (Vulpes vulpes) and 6 Lesser rice field rats (Rattus losea), 8 (25.8%) animals were tested positive for SARS-CoV like virus by RT-PCR methods, of which 4 cats, 3 red fox and one Lesser rice field rats were included. However, two weeks after culling of animals and disinfection of the market were implemented, in 119 animals sampled in January 20 2004, including 6 rabbits (Oryctolagus cuniculus), 13 cats, 46 red jungle fowl (Gallus gallus), 13 spotbill duck (Anas platyrhynchos), 10 greylag goose (Anser anser), 31 Chinese francolin (Franclinus pintadeanus), only rectal swab from one greylag goose was tested positive for SARS-CoV like virus. Furthermore, in 102 animals that including 14 greylag gooses, 3 cats, 5 rabbits, 9 spotbill duck (Anaspoecilorhyncha), 2 Chinese francolin (Franclinus pintadeanus), 8 common pheasant (Phasianus colchicus), 6 pigeons, 9 Chinese muntjac (Muntiacus reevesi), 19 wild boar (Sus scrofa), 16 Lesser rice field rats, 5 dogs, 1 mink (Mustela vison), 3 goats, 2 green peafowl (Pavo muticus) sampled in April, May, June, July, August and November, only rectal swab from one pig was tested positive. However, of 12 and 10 palm civets sampled in November and December including five of which had been at the live animals market for 2 days, none of them was tested positive. This findings revealed that animals being sampled in April, May, June, July, August and November of 2004, only one rectal swab from a pig was tested positive as SARS-CoV like virus, much lower than the results from the previous year, suggesting that the possibility of re-emerging of human infection from animal origins is low for the winter of 2004-2005.

  12. Application and Comparative Evaluation of Fluorescent Antibody, Immunohistochemistry and Reverse Transcription Polymerase Chain Reaction Tests for the Detection of Rabies Virus Antigen or Nucleic Acid in Brain Samples of Animals Suspected of Rabies in India.

    PubMed

    Prabhu, K Nithin; Isloor, Shrikrishna; Veeresh, B Hanchinal; Rathnamma, Doddamane; Sharada, R; Das, Lekshmi J; Satyanarayana, M L; Hegde, Nagendra R; Rahman, Sira Abdul

    2018-02-28

    Accurate and early diagnosis of animal rabies is critical for undertaking public health measures. Whereas the direct fluorescent antibody (DFA) technique is the recommended test, the more convenient, direct rapid immunochemistry test (dRIT), as well as the more sensitive, reverse transcription polymerase chain reaction (RT-PCR), have recently been employed for the laboratory diagnosis of rabies. We compared the three methods on brain samples from domestic (dog, cat, cattle, buffalo, horse, pig and goat) and wild (leopard, wolf and jackal) animals from various parts of India. Of the 257 samples tested, 167 were positive by all the three tests; in addition, 35 of the 36 decomposed samples were positive by RT-PCR. This is the first study in which such large number of animal samples have been subjected to the three tests simultaneously. The results confirm 100% corroboration between DFA and dRIT, buttress the applicability of dRIT in the simple and rapid diagnosis of rabies in animals, and reaffirm the suitability of RT-PCR for samples unfit for testing either by DFA or dRIT.

  13. An eight-year survey of the intestinal parasites of carnivores, hoofed mammals, primates, ratites and reptiles in the Ljubljana zoo in Slovenia.

    PubMed

    Kvapil, Pavel; Kastelic, Marjan; Dovc, Alenka; Bartova, Eva; Cizek, Petr; Lima, Natacha; Strus, Spela

    2017-04-21

    Problems with parasitic infections and their interspecies transmissions are common in zoological gardens and could pose serious health damage to captive animals. This study presents results of eight-year monitoring of intestinal parasites in animals from Zoo Ljubljana, Slovenia. A total of 741 faecal samples from 40 animal species were collected two to four times per year and examined microscopically. Intestinal parasites were detected in 45% of samples, with detection of helminths (Cestoda, Nematoda - Ascaridida, Enoplida, Strongylida, Oxyurida, Rhabditida and Trichurida) and protists (Apicomplexa and Ciliophora) in 25% and 13% of samples, respectively; mixed infection was found in 7% of samples. The mostly infected were ungulates (61%), followed by reptiles (44%), ratites (29%), primates (22%) and carnivores (7%). During the observation period, the number of infected animal species increased from 8 to 25. This is the first long-term monitoring study of intestinal parasites in zoo animals from Slovenia. Routine monitoring of parasitic infection and regular deworming and hygienic measures are necessary to prevent gastrointestinal infections in captive animals.

  14. Prevalence of Salmonella enterica serovar Albany in captive zoo wild animals in the Culiacán Zoo in Mexico.

    PubMed

    Silva-Hidalgo, Gabriela; López-Moreno, Héctor Samuel; Ortiz-Navarrete, Vianney Francisco; Alpuche-Aranda, Celia; Rendón-Maldonado, José Guadalupe; López-Valenzuela, José Angel; López-Valenzuela, Martin; Juárez-Barranco, Felipe

    2013-03-01

    Salmonellosis is an important zoonotic disease but little is known about the role that free-living animals play as carriers of this pathogen. Moreover, the primary route of infection in the wild needs to be elucidated. The aim of this study was to determine the source and the route of transmission of Salmonella enterica serovar Albany (S. Albany) infection in captive zoo wild animals in the Culiacán Zoo. A total of 267 samples were analyzed including 220 fecal samples from zoo animals, 15 fecal samples from rodents, 5 pooled samples each of two insects (Musca domestica and Periplaneta americana), and 22 samples of animal feed. We detected S. Albany in 28 (10.5%) of the samples analyzed, including in samples from raw chicken meat. Characterization of isolates was performed by serotyping and pulsed-field gel electrophoresis. All isolates shared a single pulsed-field gel electrophoresis profile, indicating a possible common origin. These data suggest that the infected meat consumed by the wild felines was the primary source of infection in this zoo. It is likely that the pathogen was shed in the feces and disseminated by insects and rats to other locations in the zoo.

  15. [Identification of Animal Whole Blood Based on Near Infrared Transmission Spectroscopy].

    PubMed

    Wan, Xiong; Wang, Jian; Liu, Peng-xi; Zhang, Ting-ting

    2016-01-01

    The inspection and classification for blood products are important but complicated in import-export ports or inspection and quarantine departments. For the inspection of whole blood products, open sampling can cause pollution and virulence factors in bloods samples may even endanger inspectors. Thus non-contact classification and identification methods for whole bloods of animals are needed. Spectroscopic techniques adopted in the flowcytometry need sampling blood cells during the detection; therefore they can not meet the demand of non-contact identification and classification for whole bloods of animals. Infrared absorption spectroscopy is a technique that can be used to analyze the molecular structure and chemical bonds of detected samples under the condition of non-contact. To find a feasible spectroscopic approach of non-contact detection for the species variation in whole blood samples, a near infrared transmitted spectra (NITS, 4 497.669 - 7 506.4 cm(-1)) experiment of whole blood samples of three common animals including chickens, dogs and cats has been conducted. During the experiment, the spectroscopic resolution is 5 cm(-1), and each spectrogram is an average of 5 measured spectral data. Experimental results show that all samples have a sharp absorption peak between 5 184 and 5 215 cm(-1), and a gentle absorption peak near 7 000 cm(-1). Besides, the NITS curves of different samples of same animals are similar, and only have slight differences in the whole transmittance. A correlation coefficient (CC) is induced to distinguish the differences of the three animals' whole bloods in NITS curves, and the computed CCs between NITS curves of different samples of the same animals, are greater than 0.99, whereas CCs between NITS curves of the whole bloods of different animals are from 0.509 48 to 0.916 13. Among which CCs between NITS curves of the whole bloods of chickens and cats are from 0.857 23 to 0.912 44, CCs between NITS curves of the whole bloods of chickens and dogs are from 0.509 48 to 0.664 82, and CCs between NITS curves of the whole bloods of cats and dogs are from 0.872 75 to 0.916 13. The cat and the dog belong to the class of mammal, and the CCs between their whole bloods NITS curves are greater than those between chickens and cats, or chickens and dogs, which are hetero-class animals. Namely, the whole bloods NITS curves of the cat and the dog have higher similarity. These results of NITS provide a feasible method of non-contact identification of animal whole bloods.

  16. Extrahuman Epidemiology of Acinetobacter baumannii in Lebanon

    PubMed Central

    Rafei, Rayane; Hamze, Monzer; Pailhoriès, Hélène; Eveillard, Matthieu; Marsollier, Laurent; Joly-Guillou, Marie-Laure; Dabboussi, Fouad

    2015-01-01

    The presence of Acinetobacter baumannii outside hospitals is still a controversial issue. The objective of our study was to explore the extrahospital epidemiology of A. baumannii in Lebanon. From February 2012 to October 2013, a total of 73 water samples, 51 soil samples, 37 raw cow milk samples, 50 cow meat samples, 7 raw cheese samples, and 379 animal samples were analyzed by cultural methods for the presence of A. baumannii. Species identification was performed by rpoB gene sequencing. Antibiotic susceptibility was investigated, and the A. baumannii population was studied by two genotyping approaches: multilocus sequence typing (MLST) and blaOXA-51 sequence-based typing (SBT). A. baumannii was detected in 6.9% of water samples, 2.7% of milk samples, 8.0% of meat samples, 14.3% of cheese samples, and 7.7% of animal samples. All isolates showed a susceptible phenotype against most of the antibiotics tested and lacked carbapenemase-encoding genes, except one that harbored a blaOXA-143 gene. MLST analysis revealed the presence of 36 sequence types (STs), among which 24 were novel STs reported for the first time in this study. blaOXA-51 SBT showed the presence of 34 variants, among which 21 were novel and all were isolated from animal origins. Finally, 30 isolates had new partial rpoB sequences and were considered putative new Acinetobacter species. In conclusion, animals can be a potential reservoir for A. baumannii and the dissemination of new emerging carbapenemases. The roles of the novel animal clones identified in community-acquired infections should be investigated. PMID:25616788

  17. Sample preparation combined with electroanalysis to improve simultaneous determination of antibiotics in animal derived food samples.

    PubMed

    da Silva, Wesley Pereira; de Oliveira, Luiz Henrique; Santos, André Luiz Dos; Ferreira, Valdir Souza; Trindade, Magno Aparecido Gonçalves

    2018-06-01

    A procedure based on liquid-liquid extraction (LLE) and phase separation using magnetically stirred salt-induced high-temperature liquid-liquid extraction (PS-MSSI-HT-LLE) was developed to extract and pre-concentrate ciprofloxacin (CIPRO) and enrofloxacin (ENRO) from animal food samples before electroanalysis. Firstly, simple LLE was used to extract the fluoroquinolones (FQs) from animal food samples, in which dilution was performed to reduce interference effects to below a tolerable threshold. Then, adapted PS-MSSI-HT-LLE protocols allowed re-extraction and further pre-concentration of target analytes in the diluted acid samples for simultaneous electrochemical quantification at low concentration levels. To improve the peak separation, in simultaneous detection, a baseline-corrected second-order derivative approach was processed. These approaches allowed quantification of target FQs from animal food samples spiked at levels of 0.80 to 2.00 µmol L -1 in chicken meat, with recovery values always higher than 80.5%, as well as in milk samples spiked at 4.00 µmol L -1 , with recovery values close to 70.0%. Copyright © 2018 Elsevier Ltd. All rights reserved.

  18. Food animal transport: a potential source of community exposures to health hazards from industrial farming (CAFOs).

    PubMed

    Rule, Ana M; Evans, Sean L; Silbergeld, Ellen K

    2008-01-01

    Use of antimicrobial feed additives in food animal production is associated with selection for drug resistance in bacterial pathogens, which can then be released into the environment through occupational exposures, high volume ventilation of animal houses, and land application of animal wastes. We tested the hypothesis that current methods of transporting food animals from farms to slaughterhouses may result in pathogen releases and potential exposures of persons in vehicles traveling on the same road. Air and surface samples were taken from cars driving behind poultry trucks for 17 miles. Air conditioners and fans were turned off and windows fully opened. Background and blank samples were used for quality control. Samples were analyzed for susceptible and drug-resistant strains. Results indicate an increase in the number of total aerobic bacteria including both susceptible and drug-resistant enterococci isolated from air and surface samples, and suggest that food animal transport in open crates introduces a novel route of exposure to harmful microorganisms and may disseminate these pathogens into the general environment. These findings support the need for further exposure characterization, and attention to improving methods of food animal transport, especially in highly trafficked regions of high density farming such as the Delmarva Peninsula.

  19. An analysis of human pathogens found in horse/mule manure along the John Muir Trail in Kings Canyon and Sequoia and Yosemite National Parks.

    PubMed

    Derlet, Robert Wayne; Carlson, James Reynolds

    2002-01-01

    To determine the prevalence of microorganisms that are potentially pathogenic for humans in horse/mule manure along the John Muir Trail (JMT). Random samples of horse/mule manure were collected along sections of the JMT in Yosemite, Kings Canyon, and Sequoia national parks (NP), as well as in portions of the Pacific Crest Trail (PCT) and selected JMT/PCT access trails. Convenience samples of wild animal scat found within I mile of trails were also collected. The fresh specimens were individually preserved both in 0.9% saline and polyvinyl alcohol (PVA)-containing tubes and stored at 4 degrees C until time of analysis. Bacteriological analysis was performed using standard microbiology laboratory procedures. PVA samples were stained with trichrome and were then examined by a parasitologist. Collection: A total of 186 trail miles were sampled, including 113 on the JMT (Yosemite 37, Kings 53, and Sequoia 23). The PCT samplings included 24 miles, and NP and wilderness area access trails added an additional 49 miles. A total of 102 samples were collected, which included 81 samples from pack animals and 21 identified as having come from wild animals. Pack Animal Bacteria: All plated specimens grew large numbers of commensal gut flora. Potential pathogenic bacteria were found in only 12 samples and included Hafnia alvei (4), Serratia odorifera (1), Citrobacter freundii (1), Escherichia vulneris (1), Clostridium clostridioforme (1), Yersinia enterocolitica (1), Sherwinella putraformus (1), and Enterobacter spp (4). No Escherichia coli O157, Salmonella, or Aeromonas were found. Microscopic examination for protozoal organisms revealed occasional commensal ciliates and I Giardia. Wild Animal Pathogens: One specimen grew Y enterocolitica, and another grew Enterobacter amnigenus. We found a low prevalence of human pathogens in pack animal manure on the JMT.

  20. 9 CFR 327.11 - Receipts to importers for import product samples.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... product samples. 327.11 Section 327.11 Animals and Animal Products FOOD SAFETY AND INSPECTION SERVICE... laboratory examination are to be used exclusively for that purpose, official receipts shall be issued and... collected, date of collection, and that the sample was collected for laboratory examination. The duplicate...

  1. Evaluation of environmental sampling methods for detection of Salmonella enterica in a large animal veterinary hospital.

    PubMed

    Goeman, Valerie R; Tinkler, Stacy H; Hammac, G Kenitra; Ruple, Audrey

    2018-04-01

    Environmental surveillance for Salmonella enterica can be used for early detection of contamination; thus routine sampling is an integral component of infection control programs in hospital environments. At the Purdue University Veterinary Teaching Hospital (PUVTH), the technique regularly employed in the large animal hospital for sample collection uses sterile gauze sponges for environmental sampling, which has proven labor-intensive and time-consuming. Alternative sampling methods use Swiffer brand electrostatic wipes for environmental sample collection, which are reportedly effective and efficient. It was hypothesized that use of Swiffer wipes for sample collection would be more efficient and less costly than the use of gauze sponges. A head-to-head comparison between the 2 sampling methods was conducted in the PUVTH large animal hospital and relative agreement, cost-effectiveness, and sampling efficiency were compared. There was fair agreement in culture results between the 2 sampling methods, but Swiffer wipes required less time and less physical effort to collect samples and were more cost-effective.

  2. Two models of the sound-signal frequency dependence on the animal body size as exemplified by the ground squirrels of Eurasia (mammalia, rodentia).

    PubMed

    Nikol'skii, A A

    2017-11-01

    Dependence of the sound-signal frequency on the animal body length was studied in 14 ground squirrel species (genus Spermophilus) of Eurasia. Regression analysis of the total sample yielded a low determination coefficient (R 2 = 26%), because the total sample proved to be heterogeneous in terms of signal frequency within the dimension classes of animals. When the total sample was divided into two groups according to signal frequency, two statistically significant models (regression equations) were obtained in which signal frequency depended on the body size at high determination coefficients (R 2 = 73 and 94% versus 26% for the total sample). Thus, the problem of correlation between animal body size and the frequency of their vocal signals does not have a unique solution.

  3. Animal cruelty by children exposed to domestic violence.

    PubMed

    Currie, Cheryl L

    2006-04-01

    The first objective of this study was to determine if children exposed to domestic violence were significantly more likely to be cruel to animals than children not exposed to violence. The second was to determine if there were significant age and gender differences between children who were and were not cruel to animals. A community sample of 47 mothers with two children and a history of domestic violence were compared to a matched sample of 45 mothers with two children who did not have such a history. Children exposed to domestic violence were significantly more likely to have been cruel to animals than children not exposed to violence. The age and gender of children who were cruel to animals did not differ from children who were not cruel to animals. However, exposed children cruel to animals were significantly older than non-exposed children cruel to animals. Animal cruelty by children is correlated with exposure to domestic violence.

  4. Leptospira spp. infection in sheep herds in southeast Brazil

    PubMed Central

    2014-01-01

    Background With the aim of studying Leptospira spp. infection in sheep herds, blood samples and respective kidney and liver fragments were collected from 100 animals from twenty different properties during slaughter at a meat company in the Sorocaba region, São Paulo state, southeast Brazil. The microscopic agglutination test (MAT) was performed with 29 strains of Leptospira spp. To identify the agent in the liver and kidney, 100 samples of each tissue were submitted to culture in Fletcher medium and analyzed by the polymerase chain reaction (PCR) for Leptospira spp. Results MAT detected 23 samples serologically positive for one or more Leptospira spp. serovars and significantly more for Autumnalis. Eight (4%) samples were positive in culture (four kidneys and four livers), corresponding to five animals with positive serology (one animal simultaneously positive for both kidney and liver) and two negatives. PCR detected Leptospira spp. in 14 samples (seven kidneys and seven livers) corresponding to 12 positive animals (two animals simultaneously positive for kidney and liver), of which ten were serologically positive and two negative. Conclusions PCR was faster, more practical and more sensitive than culture for detecting leptospires. The results reinforce the importance of sheep in the epidemiological context of leptospirosis. PMID:24822059

  5. Ape Conservation Physiology: Fecal Glucocorticoid Responses in Wild Pongo pygmaeus morio following Human Visitation

    PubMed Central

    Muehlenbein, Michael P.; Ancrenaz, Marc; Sakong, Rosman; Ambu, Laurentius; Prall, Sean; Fuller, Grace; Raghanti, Mary Ann

    2012-01-01

    Nature-based tourism can generate important revenue to support conservation of biodiversity. However, constant exposure to tourists and subsequent chronic activation of stress responses can produce pathological effects, including impaired cognition, growth, reproduction, and immunity in the same animals we are interested in protecting. Utilizing fecal samples (N = 53) from 2 wild habituated orangutans (Pongo pygmaeus morio) (in addition to 26 fecal samples from 4 wild unhabituated orangutans) in the Lower Kinabatangan Wildlife Sanctuary of Sabah, Malaysian Borneo, we predicted that i) fecal glucocorticoid metabolite concentrations would be elevated on the day after tourist visitation (indicative of normal stress response to exposure to tourists on the previous day) compared to samples taken before or during tourist visitation in wild, habituated orangutans, and ii) that samples collected from habituated animals would have lower fecal glucocorticoid metabolites than unhabituated animals not used for tourism. Among the habituated animals used for tourism, fecal glucocorticoid metabolite levels were significantly elevated in samples collected the day after tourist visitation (indicative of elevated cortisol production on the previous day during tourist visitation). Fecal glucocorticoid metabolite levels were also lower in the habituated animals compared to their age-matched unhabituated counterparts. We conclude that the habituated animals used for this singular ecotourism project are not chronically stressed, unlike other species/populations with documented permanent alterations in stress responses. Animal temperament, species, the presence of coping/escape mechanisms, social confounders, and variation in amount of tourism may explain differences among previous experiments. Acute alterations in glucocorticoid measures in wildlife exposed to tourism must be interpreted conservatively. While permanently altered stress responses can be detrimental, preliminary results in these wild habituated orangutans suggest that low levels of predictable disturbance can likely result in low physiological impact on these animals. PMID:22438916

  6. Ape conservation physiology: fecal glucocorticoid responses in wild Pongo pygmaeus morio following human visitation.

    PubMed

    Muehlenbein, Michael P; Ancrenaz, Marc; Sakong, Rosman; Ambu, Laurentius; Prall, Sean; Fuller, Grace; Raghanti, Mary Ann

    2012-01-01

    Nature-based tourism can generate important revenue to support conservation of biodiversity. However, constant exposure to tourists and subsequent chronic activation of stress responses can produce pathological effects, including impaired cognition, growth, reproduction, and immunity in the same animals we are interested in protecting. Utilizing fecal samples (N = 53) from 2 wild habituated orangutans (Pongo pygmaeus morio) (in addition to 26 fecal samples from 4 wild unhabituated orangutans) in the Lower Kinabatangan Wildlife Sanctuary of Sabah, Malaysian Borneo, we predicted that i) fecal glucocorticoid metabolite concentrations would be elevated on the day after tourist visitation (indicative of normal stress response to exposure to tourists on the previous day) compared to samples taken before or during tourist visitation in wild, habituated orangutans, and ii) that samples collected from habituated animals would have lower fecal glucocorticoid metabolites than unhabituated animals not used for tourism. Among the habituated animals used for tourism, fecal glucocorticoid metabolite levels were significantly elevated in samples collected the day after tourist visitation (indicative of elevated cortisol production on the previous day during tourist visitation). Fecal glucocorticoid metabolite levels were also lower in the habituated animals compared to their age-matched unhabituated counterparts. We conclude that the habituated animals used for this singular ecotourism project are not chronically stressed, unlike other species/populations with documented permanent alterations in stress responses. Animal temperament, species, the presence of coping/escape mechanisms, social confounders, and variation in amount of tourism may explain differences among previous experiments. Acute alterations in glucocorticoid measures in wildlife exposed to tourism must be interpreted conservatively. While permanently altered stress responses can be detrimental, preliminary results in these wild habituated orangutans suggest that low levels of predictable disturbance can likely result in low physiological impact on these animals.

  7. Reports of severe physical punishment and exposure to animal cruelty by inmates convicted of felonies and by university students.

    PubMed

    Miller, K S; Knutson, J F

    1997-01-01

    A self-report questionnaire designed to assess abusive childhood environments and exposure to animal cruelty was administered to 314 inmates in a prisoner classification center. Although high rates of physical punishment characterized the entire sample, persons charged with violent, but nonhomicidal crimes reported more severely punitive childhood histories than those charged with homicidal crimes, sex offenses, and nonviolent offenses. Some exposure to animal cruelty was widespread in the sample, but there was no association between experiencing animal cruelty and the type of crime committed. Moreover, there were only modest associations between animal cruelty experiences and the aversive childhood histories of the subjects, as well as the subjects' reported use of physical and sexual coercion in dating and intimate relationships. To determine whether the high base rate of exposure to animal cruelty was unique to the incarcerated sample, a follow-up study was completed with university undergraduates. Widespread exposure to some animal cruelty was reported by undergraduates; there were modest associations between reporting animal cruelty and reporting punitive and acrimonious childhood histories. In general, the findings were consistent with the hypothesis that there is an association between punitive childhood histories and antisocial behavior but not consistent with the hypothesis that exposure to animal cruelty is importantly related to antisocial behavior or child maltreatment.

  8. [Analysis on the results of etiology and serology of plague in Qinghai province from 2001 to 2010].

    PubMed

    Yang, Yonghai; Wang, Mei; Zhao, Xiaolong; Zhao, Zhongzhi; Zhang, Aiping; Wei, Rongjie; Wei, Baiqing; Wang, Zuyun

    2014-02-01

    To analyze the results of etiology and serology of plague among human and infected animals in Qinghai province from 2001 to 2010. Thirty-seven cases of human infected with plague, 53 541 different animal samples, 5 685 sets of vector insects flea and 49 039 different animal serum samples were obtained between 2001 and 2010. A total of 7 811 samples of serum from healthy farmers and herdsmen in 14 counties in Qinghai from 2005 to 2007 were collected. Yersinia pestis (Y. pestis) were detected in visceral and secretions from human, infected animals and vector insects, respectively. Plague antigen was detected by reverse indirect hemagglutination assay (RIHA) in those samples. Indirect hemagglutination assay (IHA) was used to test plague FI antibody in serum of human and infected animals. 37 human plague cases were confirmed, 21 strains of plague Y. pestis were isolated from human cases and 14 positive were detected out. 133 of 7 811 samples of human serum were IHA positive, with the positive rate at 1.7%. A total of 146 strains of plague were isolated from infected animals and vector insects, 99 out of which were from infected animals, with a ratio of Marmota himalayan at 72.7% (72/99) and the other 47 were from vector insects, with a ratio of callopsylla solaris at 68.1% (32/47). The number of IHA and PIHA positive were 300 and 10, respectively. A total of 3 animals and 3 insects species were identified as new epidemic hosts for plague. The natural plague focus of Microtus fuscus was discovered and confirmed and coexisted with natural focus of Marmota himalayan in Chengduo county, Yushu prefecture. The epidemic situation of plague is distributed mainly in Haixi, Yushu and Hainan prefectures. From 2001 to 2010, animal infected with plague was detected in successive years and human plague was very common in Qinghai. New infected animals and vector insects species and new epidemic areas were confirmed, hence the trend of plague prevalence for humans and animals is very active in Qinghai province.

  9. 9 CFR 145.11 - Supervision.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... 9 Animals and Animal Products 1 2012-01-01 2012-01-01 false Supervision. 145.11 Section 145.11 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION SERVICE, DEPARTMENT OF AGRICULTURE... sample collecting provided for in § 145.14 and may designate qualified persons as Authorized Testing...

  10. 9 CFR 145.11 - Supervision.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 9 Animals and Animal Products 1 2013-01-01 2013-01-01 false Supervision. 145.11 Section 145.11 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION SERVICE, DEPARTMENT OF AGRICULTURE... sample collecting provided for in § 145.14 and may designate qualified persons as Authorized Testing...

  11. 9 CFR 145.11 - Supervision.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... 9 Animals and Animal Products 1 2014-01-01 2014-01-01 false Supervision. 145.11 Section 145.11 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION SERVICE, DEPARTMENT OF AGRICULTURE... sample collecting provided for in § 145.14 and may designate qualified persons as Authorized Testing...

  12. Predicting disease-related proteins based on clique backbone in protein-protein interaction network.

    PubMed

    Yang, Lei; Zhao, Xudong; Tang, Xianglong

    2014-01-01

    Network biology integrates different kinds of data, including physical or functional networks and disease gene sets, to interpret human disease. A clique (maximal complete subgraph) in a protein-protein interaction network is a topological module and possesses inherently biological significance. A disease-related clique possibly associates with complex diseases. Fully identifying disease components in a clique is conductive to uncovering disease mechanisms. This paper proposes an approach of predicting disease proteins based on cliques in a protein-protein interaction network. To tolerate false positive and negative interactions in protein networks, extending cliques and scoring predicted disease proteins with gene ontology terms are introduced to the clique-based method. Precisions of predicted disease proteins are verified by disease phenotypes and steadily keep to more than 95%. The predicted disease proteins associated with cliques can partly complement mapping between genotype and phenotype, and provide clues for understanding the pathogenesis of serious diseases.

  13. From near to eternity: Spin-glass planting, tiling puzzles, and constraint-satisfaction problems

    NASA Astrophysics Data System (ADS)

    Hamze, Firas; Jacob, Darryl C.; Ochoa, Andrew J.; Perera, Dilina; Wang, Wenlong; Katzgraber, Helmut G.

    2018-04-01

    We present a methodology for generating Ising Hamiltonians of tunable complexity and with a priori known ground states based on a decomposition of the model graph into edge-disjoint subgraphs. The idea is illustrated with a spin-glass model defined on a cubic lattice, where subproblems, whose couplers are restricted to the two values {-1 ,+1 } , are specified on unit cubes and are parametrized by their local degeneracy. The construction is shown to be equivalent to a type of three-dimensional constraint-satisfaction problem known as the tiling puzzle. By varying the proportions of subproblem types, the Hamiltonian can span a dramatic range of typical computational complexity, from fairly easy to many orders of magnitude more difficult than prototypical bimodal and Gaussian spin glasses in three space dimensions. We corroborate this behavior via experiments with different algorithms and discuss generalizations and extensions to different types of graphs.

  14. Topics on data transmission problem in software definition network

    NASA Astrophysics Data System (ADS)

    Gao, Wei; Liang, Li; Xu, Tianwei; Gan, Jianhou

    2017-08-01

    In normal computer networks, the data transmission between two sites go through the shortest path between two corresponding vertices. However, in the setting of software definition network (SDN), it should monitor the network traffic flow in each site and channel timely, and the data transmission path between two sites in SDN should consider the congestion in current networks. Hence, the difference of available data transmission theory between normal computer network and software definition network is that we should consider the prohibit graph structures in SDN, and these forbidden subgraphs represent the sites and channels in which data can't be passed by the serious congestion. Inspired by theoretical analysis of an available data transmission in SDN, we consider some computational problems from the perspective of the graph theory. Several results determined in the paper imply the sufficient conditions of data transmission in SDN in the various graph settings.

  15. A general method for computing Tutte polynomials of self-similar graphs

    NASA Astrophysics Data System (ADS)

    Gong, Helin; Jin, Xian'an

    2017-10-01

    Self-similar graphs were widely studied in both combinatorics and statistical physics. Motivated by the construction of the well-known 3-dimensional Sierpiński gasket graphs, in this paper we introduce a family of recursively constructed self-similar graphs whose inner duals are of the self-similar property. By combining the dual property of the Tutte polynomial and the subgraph-decomposition trick, we show that the Tutte polynomial of this family of graphs can be computed in an iterative way and in particular the exact expression of the formula of the number of their spanning trees is derived. Furthermore, we show our method is a general one that is easily extended to compute Tutte polynomials for other families of self-similar graphs such as Farey graphs, 2-dimensional Sierpiński gasket graphs, Hanoi graphs, modified Koch graphs, Apollonian graphs, pseudofractal scale-free web, fractal scale-free network, etc.

  16. Relating Topological Determinants of Complex Networks to Their Spectral Properties: Structural and Dynamical Effects

    NASA Astrophysics Data System (ADS)

    Castellano, Claudio; Pastor-Satorras, Romualdo

    2017-10-01

    The largest eigenvalue of a network's adjacency matrix and its associated principal eigenvector are key elements for determining the topological structure and the properties of dynamical processes mediated by it. We present a physically grounded expression relating the value of the largest eigenvalue of a given network to the largest eigenvalue of two network subgraphs, considered as isolated: the hub with its immediate neighbors and the densely connected set of nodes with maximum K -core index. We validate this formula by showing that it predicts, with good accuracy, the largest eigenvalue of a large set of synthetic and real-world topologies. We also present evidence of the consequences of these findings for broad classes of dynamics taking place on the networks. As a by-product, we reveal that the spectral properties of heterogeneous networks built according to the linear preferential attachment model are qualitatively different from those of their static counterparts.

  17. A complex systems analysis of stick-slip dynamics of a laboratory fault

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Walker, David M.; Tordesillas, Antoinette, E-mail: atordesi@unimelb.edu.au; Small, Michael

    2014-03-15

    We study the stick-slip behavior of a granular bed of photoelastic disks sheared by a rough slider pulled along the surface. Time series of a proxy for granular friction are examined using complex systems methods to characterize the observed stick-slip dynamics of this laboratory fault. Nonlinear surrogate time series methods show that the stick-slip behavior appears more complex than a periodic dynamics description. Phase space embedding methods show that the dynamics can be locally captured within a four to six dimensional subspace. These slider time series also provide an experimental test for recent complex network methods. Phase space networks, constructedmore » by connecting nearby phase space points, proved useful in capturing the key features of the dynamics. In particular, network communities could be associated to slip events and the ranking of small network subgraphs exhibited a heretofore unreported ordering.« less

  18. Organization of feed-forward loop motifs reveals architectural principles in natural and engineered networks.

    PubMed

    Gorochowski, Thomas E; Grierson, Claire S; di Bernardo, Mario

    2018-03-01

    Network motifs are significantly overrepresented subgraphs that have been proposed as building blocks for natural and engineered networks. Detailed functional analysis has been performed for many types of motif in isolation, but less is known about how motifs work together to perform complex tasks. To address this issue, we measure the aggregation of network motifs via methods that extract precisely how these structures are connected. Applying this approach to a broad spectrum of networked systems and focusing on the widespread feed-forward loop motif, we uncover striking differences in motif organization. The types of connection are often highly constrained, differ between domains, and clearly capture architectural principles. We show how this information can be used to effectively predict functionally important nodes in the metabolic network of Escherichia coli . Our findings have implications for understanding how networked systems are constructed from motif parts and elucidate constraints that guide their evolution.

  19. Effect of tumor resection on the characteristics of functional brain networks.

    PubMed

    Wang, H; Douw, L; Hernández, J M; Reijneveld, J C; Stam, C J; Van Mieghem, P

    2010-08-01

    Brain functioning such as cognitive performance depends on the functional interactions between brain areas, namely, the functional brain networks. The functional brain networks of a group of patients with brain tumors are measured before and after tumor resection. In this work, we perform a weighted network analysis to understand the effect of neurosurgery on the characteristics of functional brain networks. Statistically significant changes in network features have been discovered in the beta (13-30 Hz) band after neurosurgery: the link weight correlation around nodes and within triangles increases which implies improvement in local efficiency of information transfer and robustness; the clustering of high link weights in a subgraph becomes stronger, which enhances the global transport capability; and the decrease in the synchronization or virus spreading threshold, revealed by the increase in the largest eigenvalue of the adjacency matrix, which suggests again the improvement of information dissemination.

  20. A tool for filtering information in complex systems

    NASA Astrophysics Data System (ADS)

    Tumminello, M.; Aste, T.; Di Matteo, T.; Mantegna, R. N.

    2005-07-01

    We introduce a technique to filter out complex data sets by extracting a subgraph of representative links. Such a filtering can be tuned up to any desired level by controlling the genus of the resulting graph. We show that this technique is especially suitable for correlation-based graphs, giving filtered graphs that preserve the hierarchical organization of the minimum spanning tree but containing a larger amount of information in their internal structure. In particular in the case of planar filtered graphs (genus equal to 0), triangular loops and four-element cliques are formed. The application of this filtering procedure to 100 stocks in the U.S. equity markets shows that such loops and cliques have important and significant relationships with the market structure and properties. This paper was submitted directly (Track II) to the PNAS office.Abbreviations: MST, minimum spanning tree; PMFG, Planar Maximally Filtered Graph; r-clique, clique of r elements.

  1. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hamilton, Kathleen E.; Humble, Travis S.

    Using quantum annealing to solve an optimization problem requires minor embedding a logic graph into a known hardware graph. We introduce the minor set cover (MSC) of a known graph GG : a subset of graph minors which contain any remaining minor of the graph as a subgraph, in an effort to reduce the complexity of the minor embedding problem. Any graph that can be embedded into GG will be embeddable into a member of the MSC. Focusing on embedding into the hardware graph of commercially available quantum annealers, we establish the MSC for a particular known virtual hardware, whichmore » is a complete bipartite graph. Furthermore, we show that the complete bipartite graph K N,N has a MSC of N minors, from which K N+1 is identified as the largest clique minor of K N,N. In the case of determining the largest clique minor of hardware with faults we briefly discussed this open question.« less

  2. Ndarts

    NASA Technical Reports Server (NTRS)

    Jain, Abhinandan

    2011-01-01

    Ndarts software provides algorithms for computing quantities associated with the dynamics of articulated, rigid-link, multibody systems. It is designed as a general-purpose dynamics library that can be used for the modeling of robotic platforms, space vehicles, molecular dynamics, and other such applications. The architecture and algorithms in Ndarts are based on the Spatial Operator Algebra (SOA) theory for computational multibody and robot dynamics developed at JPL. It uses minimal, internal coordinate models. The algorithms are low-order, recursive scatter/ gather algorithms. In comparison with the earlier Darts++ software, this version has a more general and cleaner design needed to support a larger class of computational dynamics needs. It includes a frames infrastructure, allows algorithms to operate on subgraphs of the system, and implements lazy and deferred computation for better efficiency. Dynamics modeling modules such as Ndarts are core building blocks of control and simulation software for space, robotic, mechanism, bio-molecular, and material systems modeling.

  3. Quantify spatial relations to discover handwritten graphical symbols

    NASA Astrophysics Data System (ADS)

    Li, Jinpeng; Mouchère, Harold; Viard-Gaudin, Christian

    2012-01-01

    To model a handwritten graphical language, spatial relations describe how the strokes are positioned in the 2-dimensional space. Most of existing handwriting recognition systems make use of some predefined spatial relations. However, considering a complex graphical language, it is hard to express manually all the spatial relations. Another possibility would be to use a clustering technique to discover the spatial relations. In this paper, we discuss how to create a relational graph between strokes (nodes) labeled with graphemes in a graphical language. Then we vectorize spatial relations (edges) for clustering and quantization. As the targeted application, we extract the repetitive sub-graphs (graphical symbols) composed of graphemes and learned spatial relations. On two handwriting databases, a simple mathematical expression database and a complex flowchart database, the unsupervised spatial relations outperform the predefined spatial relations. In addition, we visualize the frequent patterns on two text-lines containing Chinese characters.

  4. Scalable Faceted Ranking in Tagging Systems

    NASA Astrophysics Data System (ADS)

    Orlicki, José I.; Alvarez-Hamelin, J. Ignacio; Fierens, Pablo I.

    Nowadays, web collaborative tagging systems which allow users to upload, comment on and recommend contents, are growing. Such systems can be represented as graphs where nodes correspond to users and tagged-links to recommendations. In this paper we analyze the problem of computing a ranking of users with respect to a facet described as a set of tags. A straightforward solution is to compute a PageRank-like algorithm on a facet-related graph, but it is not feasible for online computation. We propose an alternative: (i) a ranking for each tag is computed offline on the basis of tag-related subgraphs; (ii) a faceted order is generated online by merging rankings corresponding to all the tags in the facet. Based on the graph analysis of YouTube and Flickr, we show that step (i) is scalable. We also present efficient algorithms for step (ii), which are evaluated by comparing their results with two gold standards.

  5. A binary-decision-diagram-based two-bit arithmetic logic unit on a GaAs-based regular nanowire network with hexagonal topology.

    PubMed

    Zhao, Hong-Quan; Kasai, Seiya; Shiratori, Yuta; Hashizume, Tamotsu

    2009-06-17

    A two-bit arithmetic logic unit (ALU) was successfully fabricated on a GaAs-based regular nanowire network with hexagonal topology. This fundamental building block of central processing units can be implemented on a regular nanowire network structure with simple circuit architecture based on graphical representation of logic functions using a binary decision diagram and topology control of the graph. The four-instruction ALU was designed by integrating subgraphs representing each instruction, and the circuitry was implemented by transferring the logical graph structure to a GaAs-based nanowire network formed by electron beam lithography and wet chemical etching. A path switching function was implemented in nodes by Schottky wrap gate control of nanowires. The fabricated circuit integrating 32 node devices exhibits the correct output waveforms at room temperature allowing for threshold voltage variation.

  6. The braingraph.org database of high resolution structural connectomes and the brain graph tools.

    PubMed

    Kerepesi, Csaba; Szalkai, Balázs; Varga, Bálint; Grolmusz, Vince

    2017-10-01

    Based on the data of the NIH-funded Human Connectome Project, we have computed structural connectomes of 426 human subjects in five different resolutions of 83, 129, 234, 463 and 1015 nodes and several edge weights. The graphs are given in anatomically annotated GraphML format that facilitates better further processing and visualization. For 96 subjects, the anatomically classified sub-graphs can also be accessed, formed from the vertices corresponding to distinct lobes or even smaller regions of interests of the brain. For example, one can easily download and study the connectomes, restricted to the frontal lobes or just to the left precuneus of 96 subjects using the data. Partially directed connectomes of 423 subjects are also available for download. We also present a GitHub-deposited set of tools, called the Brain Graph Tools, for several processing tasks of the connectomes on the site http://braingraph.org.

  7. Computing the Edge-Neighbour-Scattering Number of Graphs

    NASA Astrophysics Data System (ADS)

    Wei, Zongtian; Qi, Nannan; Yue, Xiaokui

    2013-11-01

    A set of edges X is subverted from a graph G by removing the closed neighbourhood N[X] from G. We denote the survival subgraph by G=X. An edge-subversion strategy X is called an edge-cut strategy of G if G=X is disconnected, a single vertex, or empty. The edge-neighbour-scattering number of a graph G is defined as ENS(G) = max{ω(G/X)-|X| : X is an edge-cut strategy of G}, where w(G=X) is the number of components of G=X. This parameter can be used to measure the vulnerability of networks when some edges are failed, especially spy networks and virus-infected networks. In this paper, we prove that the problem of computing the edge-neighbour-scattering number of a graph is NP-complete and give some upper and lower bounds for this parameter.

  8. Organization of feed-forward loop motifs reveals architectural principles in natural and engineered networks

    PubMed Central

    Grierson, Claire S.

    2018-01-01

    Network motifs are significantly overrepresented subgraphs that have been proposed as building blocks for natural and engineered networks. Detailed functional analysis has been performed for many types of motif in isolation, but less is known about how motifs work together to perform complex tasks. To address this issue, we measure the aggregation of network motifs via methods that extract precisely how these structures are connected. Applying this approach to a broad spectrum of networked systems and focusing on the widespread feed-forward loop motif, we uncover striking differences in motif organization. The types of connection are often highly constrained, differ between domains, and clearly capture architectural principles. We show how this information can be used to effectively predict functionally important nodes in the metabolic network of Escherichia coli. Our findings have implications for understanding how networked systems are constructed from motif parts and elucidate constraints that guide their evolution. PMID:29670941

  9. Significant Scales in Community Structure

    NASA Astrophysics Data System (ADS)

    Traag, V. A.; Krings, G.; van Dooren, P.

    2013-10-01

    Many complex networks show signs of modular structure, uncovered by community detection. Although many methods succeed in revealing various partitions, it remains difficult to detect at what scale some partition is significant. This problem shows foremost in multi-resolution methods. We here introduce an efficient method for scanning for resolutions in one such method. Additionally, we introduce the notion of ``significance'' of a partition, based on subgraph probabilities. Significance is independent of the exact method used, so could also be applied in other methods, and can be interpreted as the gain in encoding a graph by making use of a partition. Using significance, we can determine ``good'' resolution parameters, which we demonstrate on benchmark networks. Moreover, optimizing significance itself also shows excellent performance. We demonstrate our method on voting data from the European Parliament. Our analysis suggests the European Parliament has become increasingly ideologically divided and that nationality plays no role.

  10. 9 CFR 91.3 - General export requirements.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    .... (c) Testing. All samples for tests required by §§ 91.5 through 91.13 for exportation of animals under... 9 Animals and Animal Products 1 2014-01-01 2014-01-01 false General export requirements. 91.3 Section 91.3 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION SERVICE, DEPARTMENT OF...

  11. 9 CFR 91.3 - General export requirements.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    .... (c) Testing. All samples for tests required by §§ 91.5 through 91.13 for exportation of animals under... 9 Animals and Animal Products 1 2012-01-01 2012-01-01 false General export requirements. 91.3 Section 91.3 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION SERVICE, DEPARTMENT OF...

  12. 9 CFR 91.3 - General export requirements.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    .... (c) Testing. All samples for tests required by §§ 91.5 through 91.13 for exportation of animals under... 9 Animals and Animal Products 1 2013-01-01 2013-01-01 false General export requirements. 91.3 Section 91.3 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION SERVICE, DEPARTMENT OF...

  13. 9 CFR 91.3 - General export requirements.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    .... (c) Testing. All samples for tests required by §§ 91.5 through 91.13 for exportation of animals under... 9 Animals and Animal Products 1 2011-01-01 2011-01-01 false General export requirements. 91.3 Section 91.3 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION SERVICE, DEPARTMENT OF...

  14. A novel approach to quantifying the spatiotemporal behavior of instrumented grey seals used to sample the environment.

    PubMed

    Baker, Laurie L; Mills Flemming, Joanna E; Jonsen, Ian D; Lidgard, Damian C; Iverson, Sara J; Bowen, W Don

    2015-01-01

    Paired with satellite location telemetry, animal-borne instruments can collect spatiotemporal data describing the animal's movement and environment at a scale relevant to its behavior. Ecologists have developed methods for identifying the area(s) used by an animal (e.g., home range) and those used most intensely (utilization distribution) based on location data. However, few have extended these models beyond their traditional roles as descriptive 2D summaries of point data. Here we demonstrate how the home range method, T-LoCoH, can be expanded to quantify collective sampling coverage by multiple instrumented animals using grey seals (Halichoerus grypus) equipped with GPS tags and acoustic transceivers on the Scotian Shelf (Atlantic Canada) as a case study. At the individual level, we illustrate how time and space-use metrics quantifying individual sampling coverage may be used to determine the rate of acoustic transmissions received. Grey seals collectively sampled an area of 11,308 km (2) and intensely sampled an area of 31 km (2) from June-December. The largest area sampled was in July (2094.56 km (2)) and the smallest area sampled occurred in August (1259.80 km (2)), with changes in sampling coverage observed through time. T-LoCoH provides an effective means to quantify changes in collective sampling effort by multiple instrumented animals and to compare these changes across time. We also illustrate how time and space-use metrics of individual instrumented seal movement calculated using T-LoCoH can be used to account for differences in the amount of time a bioprobe (biological sampling platform) spends in an area.

  15. Detection and genotyping of group A rotaviruses isolated from sewage samples in Monastir, Tunisia between April 2007 and April 2010.

    PubMed

    Hassine-Zaafrane, M; Kaplon, J; Ben Salem, I; Sdiri-Loulizi, K; Sakly, N; Pothier, P; Aouni, M; Ambert-Balay, K

    2015-11-01

    To ascertain the viral load, the distribution of G and P types of group A rotaviruses (RV-A) in sewage samples and to compare strains in clinical, animal and environmental samples. During our study from April 2007 to April 2010, 518 samples of raw and treated sewage were collected from two biological sewage treatment plants (STPs) located in the Monastir region, Tunisia. RV-A was detected by real-time RT-PCR in 375 (72·4%) sewage samples. According to the quantification results of RV-A, it appears that the viral load in raw and treated sewage of the two STPs was quite similar (P = 0·735). The genotyping of RV-A strains detected in sewage samples showed a great diversity with 10 G types and 8 P types. Most of them were described as common in humans, but we also detected genotypes commonly found in animals. All the genotypes detected in two previous studies performed in our laboratory on clinical and bovine samples were also found in environmental samples. However, some genotypes commonly found in animal were only found in sewage samples. The comparison of environmental, clinical and animal data suggests that STPs may convey not only human sewage but also animal wastes, both of them contaminated with numerous RV-A strains which are not efficiently eliminated by the sewage treatment process and may spread to surface waters. This work demonstrates the potential release of human and animal RV-A into water sources, representing a public health risk, by inducing gastroenteritis in population, but also by increasing the risk of zoonotic transmission and formation of reassortant viruses which could get a higher infectious potential. Our findings also suggest that monitoring of sewage may provide an additional tool to determine the epidemiology of RV-A circulating in a given community. © 2015 The Society for Applied Microbiology.

  16. Sensitivity of bhk-21 cells supplemented with diethylaminoethyl-dextran for detection of street rabies virus in saliva samples.

    PubMed Central

    Larghi, O P; Nebel, A E; Lazaro, L; Savy, V L

    1975-01-01

    A tissue culture system for detecting rabies virus from saliva samples of suspected animals was developed and compared to suckling mouse inoculation. Swab samples were obtained from the mouth of the animal heads received for rabies diagnosis; these swabs were submerged in maintenance medium. The maintenance medium was inoculated intracerebrally into suckling mice and onto BHK-21 cells with diethylaminoethyl (DEAE)-dextran (BHK/DEAE) and without (BHK). Rabies immunofluorescence was performed on the brain of the mice dying during the observation period and also on both tissue culture systems every day after infection. The BHK-DEAE system detected 28 positive samples obtained from 48 rabid animals and the BHK system detected 18. By suckling mouse inoculation only 11 of the same positive samples were detected. A total of 90 samples was studied by the three methods. Rabies virus was detected by the tissue culture methods earlier than by suckling mouse inoculation. The BHK-DEAE method was an economic and fast method for rabies virus detection in saliva samples, which could be used for ecological and pathogenesis studies, as well for rabies diagnosis before the death of the suspected animal. PMID:1100655

  17. Validation of the Filovirus Plaque Assay for Use in Preclinical Studies

    DTIC Science & Technology

    2016-09-02

    filoviruses in virus stocks, prepared viral challenge inocula and samples from research animals has recently been fully characterized and standardized for...and robust for filovirus titration in samples associated with the performance of GLP animal model studies. Keywords: Plaque assay; filovirus; Ebola...ebolavirus; marburgvirus; Marburg virus; Vero E6 cells; GLP compliant; validation; animal rule DISTRIBUTION STATEMENT A: Approved for public

  18. Evidence of Mycobacterium tuberculosis complex bacteraemia in intradermal skin test positive cattle detected using phage-RPA.

    PubMed

    Swift, Benjamin M C; Convery, Thomas W; Rees, Catherine E D

    2016-10-02

    Bovine tuberculosis is a zoonotic infectious disease caused by Mycobacterium bovis that affects cattle and can cause tuberculosis in a range of wildlife animals. A bacteriophage-based method combined with PCR (phage-PCR) has been recently used to detect and identify viable pathogenic mycobacteria in the peripheral blood mononuclear cells (PBMCs) of animals suffering from paratuberculosis. To adapt this method for the detection of M. bovis in blood, a new isothermal DNA amplification protocol using Recombinase Polymerase Amplification (RPA) was developed and was found to be able to detect M. bovis BCG within 48 h, with a limit of detection of approximately 10 cells per ml of blood for artificially inoculated blood samples. When blood samples (2 ml) from a Single Comparative Cervical Intradermal Tuberculin (SCCIT)- negative beef herd were tested, Mycobacterium tuberculosis complex (MTC) cells were not detected from any (45) of the blood samples. However when blood samples from SCCIT-positive animals were tested, viable MTC bacteria were detected in 66 % (27/41) of samples. Of these 41 animals sampled, 32 % (13) had visible lesions. In the visible lesion (VL) group, 85 % (11/13) had detectable levels of MTC whereas only 57 % (16/28) of animals which had no visible lesions (NVL) were found to have detectable mycobacteraemia. These results indicated that this simple, rapid method can be applied for the study of M. bovis infections. The frequency with which viable mycobacteria were detected in the peripheral blood of SCCIT-positive animals changes the paradigm of this disease.

  19. Possible sources of nitrate in ground water at swine licensed-managed feeding operations in Oklahoma, 2001

    USGS Publications Warehouse

    Becker, Mark F.; Peter, Kathy D.; Masoner, Jason

    2002-01-01

    Samples collected and analyzed by the Oklahoma Department of Agriculture, Food, and Forestry from 1999 to 2001 determined that nitrate exceeded the U.S. Environmental Protection Agency maximum contaminant level for public drinking-water supplies of 10 milligrams per liter as nitrogen in 79 monitoring wells at 35 swine licensed-managed feeding operations (LMFO) in Oklahoma. The LMFOs are located in rural agricultural settings where long-term agriculture has potentially affected the ground-water quality in some areas. Land use prior to the construction of the LMFOs was assessed to evaluate the types of agricultural land use within a 500-meter radius of the sampled wells. Chemical and microbiological techniques were used to determine the possible sources of nitrate in water sampled from 10 wastewater lagoons and 79 wells. Samples were analyzed for dissolved major ions, dissolved trace elements, dissolved nutrients, nitrogen isotope ratios of nitrate and ammonia, wastewater organic compounds, and fecal coliform bacteria. Bacteria ribotyping analysis was done on selected samples to identify possible specific animal sources. A decision process was developed to identify the possible sources of nitrate. First, nitrogen isotope ratios were used to define sources as animal, mixed animal and fertilizer, or fertilizer. Second, wastewater organic compound detections, nitrogen-isotope ratios, fecal coliform bacteria detections, and ribotyping were used to refine the identification of possible sources as LFMO waste, fertilizer, or unidentified animal or mixtures of these sources. Additional evidence provided by ribotyping and wastewater organic compound data can, in some cases, specifically indicate the animal source. Detections of three or more wastewater organic compounds that are indicators of animal sources and detections of fecal coliform bacteria provided additional evidence of an animal source. LMFO waste was designated as a possible source of nitrate in water from 10 wells. The source of waste in water from five of those wells was determined through ribotyping, and the source of waste in water from the remaining five wells was determined by detections of three or more animal-waste compounds in the well samples. LMFO waste in the water from wells with unidentified animal source of nitrate does not indicate that LMFO waste was not the source, but indicated that multiple animal sources, including LMFO waste, may be the source of the nitrate.

  20. Surveillance of Salmonella prevalence in animal feeds and characterization of the Salmonella isolates by serotyping and antimicrobial susceptibility.

    PubMed

    Li, X; Bethune, L A; Jia, Y; Lovell, R A; Proescholdt, T A; Benz, S A; Schell, T C; Kaplan, G; McChesney, D G

    2012-08-01

    This article presents the surveillance data from the Feed Contaminants Program (2002-2009) and Salmonella Assignment (2007-2009) of the U.S. Food and Drug Administration (FDA), which monitor the trend of Salmonella contamination in animal feeds. A total of 2,058 samples were collected from complete animal feeds, feed ingredients, pet foods, pet treats, and supplements for pets in 2002-2009. These samples were tested for the presence of Salmonella. Those that were positive for Salmonella underwent serotyping and testing for antimicrobial susceptibility. Of the 2,058 samples, 257 were positive for Salmonella (12.5%). The results indicate a significant overall Salmonella reduction (p≤0.05) in animal feeds from 18.2% (187 samples tested) in 2002 to 8.0% (584 samples tested) in 2009. Among these samples, feed ingredients and pet foods/treats had the most significant reduction (p≤0.05). Of the 45 Salmonella serotypes identified, Salmonella Senftenberg and Salmonella Montevideo were the top two common serotypes (8.9%). Of the 257 Salmonella isolates obtained, 54 isolates (21%) were resistant to at least one antimicrobial. The findings provide the animal feed industries with Salmonella prevalence information that can be used to address Salmonella contamination problems. Our findings can also be used to educate pet owners when handling pet foods and treats at home to prevent salmonellosis.

  1. 9 CFR 113.105 - Leptospira Hardjo Bacterin.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 9 Animals and Animal Products 1 2010-01-01 2010-01-01 false Leptospira Hardjo Bacterin. 113.105 Section 113.105 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION SERVICE, DEPARTMENT OF... unsatisfactory by any prescribed test shall not be released. (a) Purity test. Final container samples of...

  2. Molecular identification of trypanosomatids in wild animals.

    PubMed

    Tenório, M S; Oliveira e Sousa, L; Alves-Martin, M F; Paixão, M S; Rodrigues, M V; Starke-Buzetti, W A; Araújo Junior, J P; Lucheis, S B

    2014-06-16

    Diverse wild animal species can be reservoirs of zoonotic flagellate parasites, which can cause pathologic Chagas disease. The present study aimed to detect the natural occurrence of flagellate parasites through direct microscopic examination of the parasites in blood samples and through PCR of whole blood and blood culture (haemoculture) samples from 38 captive and 65 free-living wild animals in the Centre for Conservation of Wild Fauna (CCWF), an area endemic for leishmaniasis. For this study, PCR was accomplished using primers for the ribosomal region (ITS-1) of the flagellate parasites. The amplified fragments were cloned and sequenced to identify DNA of the Trypanosomatid parasite species, observed in blood cultures from 3.9% (04/103) of the animals. Through these techniques, Trypanosoma cruzi was identified in haemoculture samples of the following three free-living species: common agouti (Dasyprocta aguti), white-eared opossum (Didelphis albiventris), and nine-banded armadillo (Dasypus novemcinctus). Furthermore, Trypanosoma minasense was identified in whole blood samples from 01 (0.9%) captive animal (black howler monkey-Alouatta caraya). These results demonstrated the first report of T. cruzi isolation in wild species from the CCWF using blood culture, which can be applied in addition to molecular tools for epidemiological studies and to identify trypanosomatids in wild animals. Copyright © 2014 Elsevier B.V. All rights reserved.

  3. Anthropogenic impact on the presence of L. monocytogenes in soil, fruits, and vegetables.

    PubMed

    Szymczak, Barbara; Szymczak, Mariusz; Sawicki, Wojciech; Dąbrowski, Waldemar

    2014-01-01

    The aim of this study was to determine the prevalence of Listeria sp. and Listeria monocytogenes in soil samples with reference to type of fertilizers (natural and artificial) and distance from places intensively exploited by men, as well as to determine the relationship between the presence of L. monocytogenes in the soil and in fruits and vegetables. The examined 1,000 soil samples originated from 15 different areas, whilst 140 samples of fruits and 210 samples of vegetables were collected from those areas. L. monocytogenes was isolated only from 5.5 % of all soil samples coming exclusively from meadows intensively grazed by cattle (27.8 %) and areas near food processing plants (25 %) and wild animal forests (24 %). Listeria sp. and L. monocytogenes were not present on artificially fertilized areas and wastelands. L. monocytogenes was detected in 10 % of samples of strawberry, 15 % of potato samples, and 5 % of parsley samples. Our data indicate that Listeria spp. and particularly L. monocytogenes were found in the soil from (1) arable lands fertilized with manure, (2) pasture (the land fertilized with feces of domestic animals), and (3) forests (again, the land fertilized with feces of animals, not domestic but wild). The bacteria were not detected in the soil samples collected at (1) artificially fertilized arable lands and (2) wastelands (the lands that were not fertilized with manure or animal feces). Moreover, a correlation was determined in the presence of L. monocytogenes between soil samples and samples of the examined fruits and vegetables.

  4. Probabilistic Graphical Model Representation in Phylogenetics

    PubMed Central

    Höhna, Sebastian; Heath, Tracy A.; Boussau, Bastien; Landis, Michael J.; Ronquist, Fredrik; Huelsenbeck, John P.

    2014-01-01

    Recent years have seen a rapid expansion of the model space explored in statistical phylogenetics, emphasizing the need for new approaches to statistical model representation and software development. Clear communication and representation of the chosen model is crucial for: (i) reproducibility of an analysis, (ii) model development, and (iii) software design. Moreover, a unified, clear and understandable framework for model representation lowers the barrier for beginners and nonspecialists to grasp complex phylogenetic models, including their assumptions and parameter/variable dependencies. Graphical modeling is a unifying framework that has gained in popularity in the statistical literature in recent years. The core idea is to break complex models into conditionally independent distributions. The strength lies in the comprehensibility, flexibility, and adaptability of this formalism, and the large body of computational work based on it. Graphical models are well-suited to teach statistical models, to facilitate communication among phylogeneticists and in the development of generic software for simulation and statistical inference. Here, we provide an introduction to graphical models for phylogeneticists and extend the standard graphical model representation to the realm of phylogenetics. We introduce a new graphical model component, tree plates, to capture the changing structure of the subgraph corresponding to a phylogenetic tree. We describe a range of phylogenetic models using the graphical model framework and introduce modules to simplify the representation of standard components in large and complex models. Phylogenetic model graphs can be readily used in simulation, maximum likelihood inference, and Bayesian inference using, for example, Metropolis–Hastings or Gibbs sampling of the posterior distribution. [Computation; graphical models; inference; modularization; statistical phylogenetics; tree plate.] PMID:24951559

  5. Incidence of Nontyphoidal Salmonella in Food-Producing Animals, Animal Feed, and the Associated Environment in South Africa, 2012-2014.

    PubMed

    Magwedere, Kudakwashe; Rauff, Dionne; De Klerk, Grietjie; Keddy, Karen H; Dziva, Francis

    2015-11-01

    Nontyphoidal salmonellosis continues to pose a global threat to human health, primarily by causing food-borne illnesses, and food-producing animals are the principal reservoirs of many pathogenic serovars. To identify key control points and generate information that may enable future estimation of the transmission routes between the environment, animals, and humans, we examined data on Salmonella isolates in South Africa. Samples were obtained from livestock and poultry on farms, meat at abattoirs, raw materials at feed mills, animal feed, and environmental sources (eg, poultry houses, abattoirs, feed mills, water) from 2012 to 2014 in compliance with each establishment's protocols conforming to International Organization for Standardization (ISO) (ISO/TS 17728, ISO 18593:2004 and ISO 17604:2003) standards. Isolation and serotyping of Salmonella were performed according to the scope of accreditation of the respective laboratories conforming to ISO/IEC 17025:2005 standard techniques. Salmonella was isolated from 9031 of 180 298 (5.0%) samples, and these isolates were distributed among 188 different serovars. Salmonella Enteritidis was the most frequent isolate, with 1944 of 180 298 (21.5%) originating from poultry on farms, poultry meat, and poultry houses, followed by Salmonella Havana, with 677 of 180 298 (7.5%), mostly from environmental samples. Serovars that are uncommonly associated with human disease (Salmonella Idikan, Salmonella Salford, and Salmonella Brancaster) were isolated at higher frequencies than Salmonella Typhimurium, a common cause of human illness. Environmental samples accounted for 3869 of 9031 (42.8%) samples positive for Salmonella. We describe the frequent isolation of Salmonella of a wide variety of serovars, from an array of animal feeds, food animals, and food animal environment. As prevention of human salmonellosis requires the effective control of Salmonella in food animals, these data can be used to facilitate Salmonella control in food animals and thereby prevent human infections. © The Author 2015. Published by Oxford University Press on behalf of the Infectious Diseases Society of America. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  6. Relative sensitivity of conventional and real-time PCR assays for detection of SFG Rickettsia in blood and tissue samples from laboratory animals.

    PubMed

    Zemtsova, Galina E; Montgomery, Merrill; Levin, Michael L

    2015-01-01

    Studies on the natural transmission cycles of zoonotic pathogens and the reservoir competence of vertebrate hosts require methods for reliable diagnosis of infection in wild and laboratory animals. Several PCR-based applications have been developed for detection of infections caused by Spotted Fever group Rickettsia spp. in a variety of animal tissues. These assays are being widely used by researchers, but they differ in their sensitivity and reliability. We compared the sensitivity of five previously published conventional PCR assays and one SYBR green-based real-time PCR assay for the detection of rickettsial DNA in blood and tissue samples from Rickettsia- infected laboratory animals (n = 87). The real-time PCR, which detected rickettsial DNA in 37.9% of samples, was the most sensitive. The next best were the semi-nested ompA assay and rpoB conventional PCR, which detected as positive 18.4% and 14.9% samples respectively. Conventional assays targeting ompB, gltA and hrtA genes have been the least sensitive. Therefore, we recommend the SYBR green-based real-time PCR as a tool for the detection of rickettsial DNA in animal samples due to its higher sensitivity when compared to more traditional assays.

  7. Relative Sensitivity of Conventional and Real-Time PCR Assays for Detection of SFG Rickettsia in Blood and Tissue Samples from Laboratory Animals

    PubMed Central

    Zemtsova, Galina E.; Montgomery, Merrill; Levin, Michael L.

    2015-01-01

    Studies on the natural transmission cycles of zoonotic pathogens and the reservoir competence of vertebrate hosts require methods for reliable diagnosis of infection in wild and laboratory animals. Several PCR-based applications have been developed for detection of infections caused by Spotted Fever group Rickettsia spp. in a variety of animal tissues. These assays are being widely used by researchers, but they differ in their sensitivity and reliability. We compared the sensitivity of five previously published conventional PCR assays and one SYBR green-based real-time PCR assay for the detection of rickettsial DNA in blood and tissue samples from Rickettsia- infected laboratory animals (n = 87). The real-time PCR, which detected rickettsial DNA in 37.9% of samples, was the most sensitive. The next best were the semi-nested ompA assay and rpoB conventional PCR, which detected as positive 18.4% and 14.9% samples respectively. Conventional assays targeting ompB, gltA and hrtA genes have been the least sensitive. Therefore, we recommend the SYBR green-based real-time PCR as a tool for the detection of rickettsial DNA in animal samples due to its higher sensitivity when compared to more traditional assays. PMID:25607846

  8. Differences in Preschool Children's Conceptual Strategies When Thinking about Animate Entities and Artifacts.

    ERIC Educational Resources Information Center

    Blanchet, Nicole; Dunham, Philip J.; Dunham, Frances

    2001-01-01

    Preschoolers viewed stimulus sets comprised of a sample picture and three types of matches and were asked to choose a match that "went with" each sample. Children's choices indicated that a shift occurs between 3 and 4 years of age from a taxonomic bias to a thematic bias. Animate sample stimuli enhanced children's tendency to adopt…

  9. Mycotoxins and Mycotoxigenic Fungi in Poultry Feed for Food-Producing Animals

    PubMed Central

    Greco, Mariana Vanesa; Rico Golba, Silvia Laura; Pardo, Alejandro Guillermo; Pose, Graciela Noemí

    2014-01-01

    Moulds are capable of reducing the nutritional value of feedstuff as well as elaborating several mycotoxins. Mycotoxin-contaminated feed has adverse effects on animal health and productivity. Also, mycotoxins may be carried over into meat and eggs when poultry are fed with contaminated feed. In a point prevalence study feedstuff used for poultry nutrition in Argentina was analyzed for fungal flora, natural incidence of selected mycotoxins, and nutritional quality. Ten mould genera were recovered, six of them known to be mycotoxigenic. More than 28 species were determined. Fumonisins were detected in all the samples (median 1,750 ppb). Forty-four out of 49 samples (90%) were contaminated with DON (median 222 ppb) and OTA (median 5 ppb). Also, 44 out of 49 samples were contaminated with aflatoxins (median 2.685 ppb), 42 samples (86%) with ZEA (median 50 ppb), and 38 samples (78%) with T2-toxin (median 50 ppb). Ninety percent of the samples had at least one type of nutritional deficiency. This study indicates the need for continuous assessment of the mycological status of animal feed production, in order to feed animals for optimal performance ensuring food safety. PMID:25126610

  10. Occurrence and molecular characterization of Cryptosporidium spp. isolated from domestic animals in a rural area surrounding Atlantic dry forest fragments in Teodoro Sampaio municipality, State of São Paulo, Brazil.

    PubMed

    Sevá, Anaiá da Paixão; Funada, Mikaela Renata; Souza, Sheila de Oliveira; Nava, Alessandra; Richtzenhain, Leonardo José; Soares, Rodrigo Martins

    2010-01-01

    The aim of this study was to assess the occurrence of Cryptosporidium in domestic animals in rural properties surrounding rain forest fragments within the municipality of Teodoro Sampaio, southeastern Brazil. Conventional sucrose flotation method followed by molecular characterization of the parasites by sequencing PCR products amplified from SSU rRNA gene were used. Stool samples were collected from domestic animals raised as pets and livestock in all rural properties surrounding three forest fragments. Samples from cattle (197), equine (63), pigs (25), sheep (11), and dogs (28) were collected from 98 rural properties. The frequency of occurrence of Cryptosporidium within each animal species was 3.0% (6/197) among cattle and 10.7% (3/28) among dogs. Cryptosporidium was not detected in stool samples from equine, sheep, and pigs. All sequences obtained from the six samples of calves showed molecular identity with Cryptosporidium andersoni while all sequences from dog samples were similar to C. canis. The frequency of occurrence of Cryptosporidium in these domestic animal species was low. The absence of C. parvum in the present study suggests that the zoonotic cycle of cryptosporidiosis may not be relevant in the region studied. The presence of Cryptosporidium species seldom described in humans may be, otherwise, important for the wild fauna as these animals are a source of infection and dissemination of this protozoan to other animal species. The impact and magnitude of infection by C. andersoni in wild ruminants and C. canis in wild canids have to be assessed in future studies to better understand the actual importance of these species in this region.

  11. Point of Care Tuberculosis Sero-Diagnosis Kit for Wild Animals: Combination of Proteins for Improving the Diagnostic Sensitivity and Specificity.

    PubMed

    Veerasami, Maroudam; Venkataraman, K; Karuppannan, Chitra; Shanmugam, Arun Attur; Prudhvi, Mallepaddi Chand; Holder, Thomas; Rathnagiri, Polavarapu; Arunmozhivarman, K; Raj, Gopal Dhinakar; Vordermeier, Martin; Mohana Subramanian, B

    2018-03-01

    Tuberculosis is a significant problem globally for domestic animals as well as captive and free ranging wild life. Rapid point of care (POC) serology kits are well suited for the diagnosis of TB in wild animals. However, wild animals are invariably exposed to environmental non-pathogenic mycobacterium species with the development of cross reacting antibodies. In the present study, POC TB diagnosis kit was developed using a combination of pathogenic Mycobacteria specific recombinant antigens and purified protein derivatives of pathogenic and non-pathogenic Mycobacteria . To benchmark the TB antibody detection kit, particularly in respect to specificity which could not be determined in wildlife due to the lack of samples from confirmed uninfected animals, we first tested well-characterized sera from 100 M. bovis infected and 100 uninfected cattle. Then we investigated the kit's performance using sera samples from wildlife, namely Sloth Bears (n = 74), Elephants (n = 9), Cervidae (n = 14), Felidae (n = 21), Cape buffalo (n = 2), Wild bear (n = 1) and Wild dog (n = 1).In cattle, a sensitivity of 81% and a specificity of 90% were obtained. The diagnostic sensitivity of the kit was 94% when the kit was tested using known TB positive sloth bear sera samples. 47.4% of the in-contact sloth bears turned seropositive using the rapid POC TB diagnostic kit. Seropositivity in other wild animals was 25% when the sera samples were tested using the kit. A point of care TB sero-diagnostic kit with the combination of proteins was developed and the kit was validated using the sera samples of wild animals.

  12. Robust Abundance Estimation in Animal Abundance Surveys with Imperfect Detection

    EPA Science Inventory

    Surveys of animal abundance are central to the conservation and management of living natural resources. However, detection uncertainty complicates the sampling process of many species. One sampling method employed to deal with this problem is depletion (or removal) surveys in whi...

  13. Robust Abundance Estimation in Animal Surveys with Imperfect Detection

    EPA Science Inventory

    Surveys of animal abundance are central to the conservation and management of living natural resources. However, detection uncertainty complicates the sampling process of many species. One sampling method employed to deal with this problem is depletion (or removal) surveys in whi...

  14. Project BETA: Biological Education Through Animals.

    ERIC Educational Resources Information Center

    Abramson, Charles I.; Wallisch, Kristy; Huss, Jeanine M.; Payne, Delissa

    1999-01-01

    Describes a program in which biology students study animals in pet shops to learn about animal behavior. Lists general guidelines for starting a partnership and presents two sample student activities. (WRM)

  15. Zoonotic pathogens isolated from wild animals and environmental samples at two California wildlife hospitals.

    PubMed

    Siembieda, Jennifer L; Miller, Woutrina A; Byrne, Barbara A; Ziccardi, Michael H; Anderson, Nancy; Chouicha, Nadira; Sandrock, Christian E; Johnson, Christine K

    2011-03-15

    To determine types and estimate prevalence of potentially zoonotic enteric pathogens shed by wild animals admitted to either of 2 wildlife hospitals and to characterize distribution of these pathogens and of aerobic bacteria in a hospital environment. Cross-sectional study. Fecal samples from 338 animals in 2 wildlife hospitals and environmental samples from 1 wildlife hospital. Fecal samples were collected within 24 hours of hospital admission. Environmental samples were collected from air and surfaces. Samples were tested for zoonotic pathogens via culture techniques and biochemical analyses. Prevalence of pathogen shedding was compared among species groups, ages, sexes, and seasons. Bacterial counts were determined for environmental samples. Campylobacter spp, Vibrio spp, Salmonella spp, Giardia spp, and Cryptosporidium spp (alone or in combination) were detected in 105 of 338 (31%) fecal samples. Campylobacter spp were isolated only from birds. Juvenile passerines were more likely to shed Campylobacter spp than were adults; prevalence increased among juvenile passerines during summer. Non-O1 serotypes of Vibrio cholerae were isolated from birds; during an oil-spill response, 9 of 10 seabirds screened were shedding this pathogen, which was also detected in environmental samples. Salmonella spp and Giardia spp were isolated from birds and mammals; Cryptosporidium spp were isolated from mammals only. Floors of animal rooms had higher bacterial counts than did floors with only human traffic. Potentially zoonotic enteric pathogens were identified in samples from several species admitted to wildlife hospitals, indicating potential for transmission if prevention is not practiced.

  16. Dead or alive: animal sampling during Ebola hemorrhagic fever outbreaks in humans

    PubMed Central

    Olson, Sarah H.; Reed, Patricia; Cameron, Kenneth N.; Ssebide, Benard J.; Johnson, Christine K.; Morse, Stephen S.; Karesh, William B.; Mazet, Jonna A. K.; Joly, Damien O.

    2012-01-01

    There are currently no widely accepted animal surveillance guidelines for human Ebola hemorrhagic fever (EHF) outbreak investigations to identify potential sources of Ebolavirus (EBOV) spillover into humans and other animals. Animal field surveillance during and following an outbreak has several purposes, from helping identify the specific animal source of a human case to guiding control activities by describing the spatial and temporal distribution of wild circulating EBOV, informing public health efforts, and contributing to broader EHF research questions. Since 1976, researchers have sampled over 10,000 individual vertebrates from areas associated with human EHF outbreaks and tested for EBOV or antibodies. Using field surveillance data associated with EHF outbreaks, this review provides guidance on animal sampling for resource-limited outbreak situations, target species, and in some cases which diagnostics should be prioritized to rapidly assess the presence of EBOV in animal reservoirs. In brief, EBOV detection was 32.7% (18/55) for carcasses (animals found dead) and 0.2% (13/5309) for live captured animals. Our review indicates that for the purposes of identifying potential sources of transmission from animals to humans and isolating suspected virus in an animal in outbreak situations, (1) surveillance of free-ranging non-human primate mortality and morbidity should be a priority, (2) any wildlife morbidity or mortality events should be investigated and may hold the most promise for locating virus or viral genome sequences, (3) surveillance of some bat species is worthwhile to isolate and detect evidence of exposure, and (4) morbidity, mortality, and serology studies of domestic animals should prioritize dogs and pigs and include testing for virus and previous exposure. PMID:22558004

  17. Seroprevalence and risk factors associated with bovine brucellosis in the Potohar Plateau, Pakistan.

    PubMed

    Ali, Shahzad; Akhter, Shamim; Neubauer, Heinrich; Melzer, Falk; Khan, Iahtasham; Abatih, Emmanuel Nji; El-Adawy, Hosny; Irfan, Muhammad; Muhammad, Ali; Akbar, Muhammad Waqas; Umar, Sajid; Ali, Qurban; Iqbal, Muhammad Naeem; Mahmood, Abid; Ahmed, Haroon

    2017-01-28

    The seroprevalence and risk factors of bovine brucellosis were studied at animal and herd level using a combination of culture, serological and molecular methods. The study was conducted in 253 randomly selected cattle herds of the Potohar plateau, Pakistan from which a total of 2709 serum (1462 cattle and 1247 buffaloes) and 2330 milk (1168 cattle and 1162 buffaloes) samples were collected. Data on risk factors associated with seroprevalence of brucellosis were collected through interviews using questionnaires. Univariable and multivariable random effects logistic regression models were used for identifying important risk factors at animal and herd levels. One hundred and seventy (6.3%) samples and 47 (18.6%) herds were seropositive for brucellosis by Rose Bengal Plate test. Variations in seroprevalence were observed across the different sampling sites. At animal level, sex, species and stock replacement were found to be potential risk factors for brucellosis. At herd level, herd size (≥9 animals) and insemination method used were important risk factors. The presence of Brucella DNA was confirmed with a real-time polymerase chain reaction assay (qRT-PCR) in 52.4% out of 170 serological positive samples. In total, 156 (6.7%) milk samples were positive by milk ring test. B. abortus biovar 1 was cultured from 5 positive milk samples. This study shows that the seroprevalence of bovine brucellosis is high in some regions in Pakistan. Prevalence was associated with herd size, abortion history, insemination methods used, age, sex and stock replacement methods. The infected animal may act as source of infection for other animals and for humans. The development of control strategies for bovine brucellosis through implementation of continuous surveillance and education programs in Pakistan is warranted.

  18. [Sero-epidemiologic investigation on tick-borne diseases of humans and domestic animals in Zhejiang province].

    PubMed

    Chai, Cheng-liang; Lu, Qun-ying; Sun, Ji-min; Jiang, Li-ping; Ling, Feng; Zhang, Li-juan; Zheng, Shou-gui; Zhang, Hong; Ge, Jun-hua

    2010-10-01

    To investigate the seroprevalence of tick-borne diseases in humans and domestic animals from rural areas of Zhejiang province. Anji county, Jindong district and Tiantai county were selected for samples collection according to their geographic locations and historical prevalence of tick-borne diseases. Blood samples of humans and domestic animals were collected in the three sites. An indirect immuno-fluorescent antibody test was used to determine the presence of IgG antibodies of Rickettsiae heilongjiangii, Orientia tsutsugamushi, R. typhi, Anaplasma phagocytosis, Ehrlichia chaffeensis, Bartonella, R. hainan and Coxiella burnetii in these samples. Six hundred and eighty-three blood samples including 579 from humans and 104 from domestic animals (53 from cattles and 51 from sheep) were collected from the three sites. Antibody positive rates of Orientia tsutsugamushi, R. typhi, Ehrlichia chaffeensis and Coxiella burnetii were significantly different between these sites. IgG from all the 8 pathogens were detected in samples from humans. It was found that the sero-prevalence rates of R. typhi, Bartonella and C. burnetii (20.7%, 10.9%, 5.5%) of adults were higher than those of other Rickettsiae under investigation. The seroprevalence of R. typhi increased along with age. IgG from the 7 pathogens were detected in samples from domestic animals except for Anaplasma phagocytosis. The sero-prevalence rates of R. typhi, Bartonella and R. hainan (69.2%, 51.0%, 22.1%) of adults were higher than those of other Rickettsiae investigated. Tick-borne diseases did spread widely in humans and domestic animals from different rural areas of Zhejiang province. The sero-prevalence rates of R. typhi, B. henselae, R. hainan and C. burnetii were higher than that from other pathogens.

  19. Temporal and Regional Variability in the Skin Microbiome of Humpback Whales along the Western Antarctic Peninsula.

    PubMed

    Bierlich, K C; Miller, Carolyn; DeForce, Emelia; Friedlaender, Ari S; Johnston, David W; Apprill, Amy

    2018-03-01

    The skin is the first line of defense between an animal and its environment, and disruptions in skin-associated microorganisms can be linked to an animal's health and nutritional state. To better understand the skin microbiome of large whales, high-throughput sequencing of partial small subunit rRNA genes was used to study the skin-associated bacteria of 89 seemingly healthy humpback whales ( Megaptera novaeangliae ) sampled along the Western Antarctic Peninsula (WAP) during early (2010) and late (2013) austral summers. Six core groups of bacteria were present in 93% or more of all humpback skin samples. A shift was observed in the average relative abundances of these core bacteria over time, with the emergence of four additional core groups of bacteria that corresponded to a decrease in water temperature, possibly caused by season- or foraging-related changes in skin biochemistry that influenced microbial growth, or other temporal factors. The skin microbiome differed between whales sampled at several regional locations along the WAP, suggesting that environmental factors or population may also influence the whale skin microbiome. Overall, the skin microbiome of humpback whales appears to provide insight into animal- and environment-related factors and may serve as a useful indicator for animal health or ecosystem alterations. IMPORTANCE The microbiomes of wild animals are currently understudied but may provide information about animal health and/or animal-environment interactions. In the largest sampling of any marine mammal microbiome, this study demonstrates conservation in the skin microbiome of 89 seemingly healthy humpback whales sampled in the Western Antarctic Peninsula, with shifts in the bacterial community composition related to temporal and regional variability. This study is important because it suggests that the skin microbiome of humpback whales could provide insight into animal nutritional or seasonal/environment-related factors, which are becoming increasingly important to recognize due to unprecedented rates of climate change and anthropogenic impact on ocean ecosystems. Copyright © 2018 Bierlich et al.

  20. Temporal and Regional Variability in the Skin Microbiome of Humpback Whales along the Western Antarctic Peninsula

    PubMed Central

    Bierlich, K. C.; Miller, Carolyn; DeForce, Emelia; Friedlaender, Ari S.

    2017-01-01

    ABSTRACT The skin is the first line of defense between an animal and its environment, and disruptions in skin-associated microorganisms can be linked to an animal's health and nutritional state. To better understand the skin microbiome of large whales, high-throughput sequencing of partial small subunit rRNA genes was used to study the skin-associated bacteria of 89 seemingly healthy humpback whales (Megaptera novaeangliae) sampled along the Western Antarctic Peninsula (WAP) during early (2010) and late (2013) austral summers. Six core groups of bacteria were present in 93% or more of all humpback skin samples. A shift was observed in the average relative abundances of these core bacteria over time, with the emergence of four additional core groups of bacteria that corresponded to a decrease in water temperature, possibly caused by season- or foraging-related changes in skin biochemistry that influenced microbial growth, or other temporal factors. The skin microbiome differed between whales sampled at several regional locations along the WAP, suggesting that environmental factors or population may also influence the whale skin microbiome. Overall, the skin microbiome of humpback whales appears to provide insight into animal- and environment-related factors and may serve as a useful indicator for animal health or ecosystem alterations. IMPORTANCE The microbiomes of wild animals are currently understudied but may provide information about animal health and/or animal-environment interactions. In the largest sampling of any marine mammal microbiome, this study demonstrates conservation in the skin microbiome of 89 seemingly healthy humpback whales sampled in the Western Antarctic Peninsula, with shifts in the bacterial community composition related to temporal and regional variability. This study is important because it suggests that the skin microbiome of humpback whales could provide insight into animal nutritional or seasonal/environment-related factors, which are becoming increasingly important to recognize due to unprecedented rates of climate change and anthropogenic impact on ocean ecosystems. PMID:29269499

  1. Identification of cattle, buffaloes and rodents as reservoir animals of Leptospira in the District of Gampaha, Sri Lanka.

    PubMed

    Denipitiya, D T H; Chandrasekharan, N V; Abeyewickreme, W; Hartskeerl, R A; Hapugoda, M D

    2017-03-23

    Leptospirosis is an important emerging infectious disease in Sri Lanka. Rats are the most important reservoir of Leptospira but domestic and wild mammals may also act as important maintenance or accidental hosts. In Sri Lanka, knowledge of reservoir animals of leptospires is poor. The objective of this study was to identify potential reservoir animals of Leptospira in the District of Gampaha, Sri Lanka. Blood and kidney samples were collected from 38 rodents and mid-stream urine samples were randomly collected from 45 cattle and five buffaloes in the District of Gampaha. Kidney and urine samples were tested by real-time polymerase chain reaction (PCR) and serum samples were tested by the microscopic agglutination test (MAT). Of the 38 rodent kidney samples, 11% (4/38) were positive by real-time PCR. The prevalence of leptospiral carriage was 11% (3/26) and 8% (1/12) in female and male rodents, respectively. Three rodent serum samples were positive by MAT. Of the 50 cattle/buffalo urine samples tested, 10% (5/50) were positive by real-time PCR. The prevalence of leptospiral carriage was 9% (4/45) and 20% (1/5) in cattle and buffaloes, respectively. Results of PCR and MAT showed that Leptospira were present in a significant proportion of the rodents and farm animals tested in this study and suggest that these (semi-) domestic animals form an infection reservoir for Leptospira. Therefore, there is a potential zoonotic risk to public health, most notably to farmers in this area.

  2. The detection and recovery of Erysipelothrix spp. in meat and abattoir samples in Western Australia.

    PubMed

    Wang, Q; Fidalgo, S; Chang, B J; Mee, B J; Riley, T V

    2002-01-01

    To investigate the occurrence of Erysipelothrix rhusiopathiae and other Erysipelothrix spp. in abattoir and meat samples in Western Australia. Samples were collected from various parts of pig and sheep carcasses, as well as different sections of slaughtering line, pen soil and effluent. Previously evaluated culture methods were applied for the isolation of Erysipelothrix spp., in conjunction with phenotypic and genotypic detection and identification procedures. Of 109 samples from the two abattoirs, 35 (32.1%) were Erysipelothrix genus-specific PCR-positive. These came from swabs of animal exterior surfaces and joints, slaughtering areas, pig pen soil and abattoir effluent. Four samples (3.7%) from sheep arthritic joints and pig abattoir effluent were also E. rhusiopathiae species-specific PCR-positive. Of 123 carcass washing samples, 12 (9.8%) were genus-specific PCR-positive, and these came from all five kinds of meat samples tested, including beef, lamb, mutton, pork and chicken. Four of them (3.3%) were also species-specific PCR-positive. A total of 25 isolates was recovered from the samples, of which seven were identified as E. rhusiopathiae, seven were consistent with E. tonsillarum, and the remaining 11 were other species of Erysipelothrix. Erysipelothrix spp. can still be isolated and identified from specimens of animal origin with relative ease, provided that appropriate cultural and molecular procedures are used. Clinical microbiology laboratories may need to improve their diagnostic protocols. This study confirms that E. rhusiopathiae and other species of Erysipelothrix continue to colonize and contaminate farmed animals and animal products. Erysipelothrix infection still poses a potential threat to the economy of the farmed animal industry, as well as being a potential human public health hazard.

  3. Survey of Malassezia sp and dermatophytes in the cutaneous microbiome of free-ranging golden-headed lion tamarins (Leontopithecus chrysomelas - Kuhl, 1820).

    PubMed

    Neves, Juan Ja; Francelino, Marcelo; Silva, Flavia Gl; Baptista, Luana Cl; Bueno, Marina G; Catão-Dias, José L; Molina, Camila; Kierulff, Maria Cm; Pissinatti, Alcides; Coutinho, Selene DA

    2017-06-01

    Data about the presence of fungi on the cutaneous surface of wild animals are scarce. The aim of this study was to survey dermatophytes and Malassezia sp in the external ear canal and haircoat of Leontopithecus chrysomelas. A total of 928 clinical samples were collected from 232 animals: For Malassezia screening 696 samples were studied, 464 of cerumen and 232 of haircoat; another 232 haircoat samples were studied for dermatophyte analysis. A geophilic dermatophyte, Microsporum cookie, was isolated from one young female. Lipodependent Malassezia was isolated from 76 animals and 87 clinical samples, 26 from the cerumen and 61 from the haircoat (statistically significant); there were no differences related to gender and age. Results suggested that lipodependent Malassezia is part of the skin microbiome of these animals. The prevalence of dermatophytes was too low and probably not relevant for the health of the studied population. © 2017 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

  4. Effects of a fire alarm strobe light on fecal corticosterone metabolite concentrations in mice.

    PubMed

    Godfrey, Denice; Silverman, Jerald

    2009-02-01

    The type and location of fire alarms are important considerations in animal facility design. The Guide for the Care and Use of Laboratory Animals recommends minimizing animal exposure to such alarms. Nevertheless, it is often necessary to maintain fire alarms within animal housing or procedural areas. The authors exposed male mice to the flashing strobe light component of a standard fire alarm and evaluated mouse fecal corticosterone concentration, which is known to be an indicator of stress. Mice were exposed to the strobe light for 5 min during either the light or the dark phase of the light:dark cycle. The authors collected fecal samples every 6 h for 24 h before exposing mice to the alarm and every 6 h for 24 h after exposure. Fecal samples taken before exposure (baseline samples) showed a normal circadian pattern of corticosterone metabolite excretion. In fecal samples taken after mice were exposed to the fire alarm, metabolite concentrations did not significantly differ from baseline concentrations over time.

  5. Understanding Giardia infections among rural communities using the one health approach.

    PubMed

    Lee, Soo Ching; Ngui, Romano; Tan, Tiong Kai; Roslan, Muhammad Aidil; Ithoi, Init; Mahdy, Mohammed A K; Hakim S, Lokman; Lim, Yvonne A L

    2017-12-01

    The epidemiology of giardiasis in rural villages in Peninsular Malaysia was examined in the context of the One Health triad that encompasses humans, animals and environment (i.e. river water). A cross-sectional study was carried out among five rural communities in Malaysia to determine the prevalence of Giardia duodenalis in humans, animals and river water. Fecal samples collected from humans and animals were examined by light microscopy. Water was sampled from the rivers adjacent to the target communities and investigated for the occurrence of Giardia cysts. The isolated cysts were further genotyped targeting the glutamate dehydrogenase and triosephosphate isomerase genes. The overall prevalence of G. duodenalis was 6.7% (18/269) and 4.7% (8/169) among humans and animals, respectively. Giardia cysts (mean concentration range: 0.10-5.97 cysts/L) were also found in adjacent rivers at four out of the five villages examined. At Kemensah and Kuala Pangsun, Giardia cysts were isolated from humans [rate: 3.7% each (of 54 each)], animals [rates: 6.3% (of 62) and 11.3% (of 16), respectively] and river water [average concentration of 9 samples each: 0.83±0.81 and 5.97±7.00, respectively]. For both villages at Pos Piah and Paya Lebar, 12.2% (of 98) and 6.1% (of 33) of collected human samples were infected, respectively whilst none of the collected animals samples in these villages were found to be positive. The river water samples of these two villages were also contaminated (average concentration: 0.20±0.35 (of 9) and 0.10±0.19 (of 3), respectively). In conclusion, Giardia cysts were simultaneously observed in the human-animal-environment (i.e., river water) interfaces in at least two of five studied communities highlighting a vital need to improve understanding on the interplay of transmission dynamics, the role of infected humans and animals in contaminating the water sources and the role of water as a vehicle of disease transmission in these communities. Indeed, this study illustrates the One Health approach which is to recognize that the optimal health of humans are interconnected with the well-being of animals and their environment. Copyright © 2017 Elsevier B.V. All rights reserved.

  6. Multi-mycotoxin analysis of animal feed and animal-derived food using LC-MS/MS system with timed and highly selective reaction monitoring.

    PubMed

    Zhao, Zhiyong; Liu, Na; Yang, Lingchen; Deng, Yifeng; Wang, Jianhua; Song, Suquan; Lin, Shanhai; Wu, Aibo; Zhou, Zhenlei; Hou, Jiafa

    2015-09-01

    Mycotoxins have the potential to enter the human food chain through carry-over of contaminants from feed into animal-derived products. The objective of the study was to develop a reliable and sensitive method for the analysis of 30 mycotoxins in animal feed and animal-derived food (meat, edible animal tissues, and milk) using liquid chromatography-tandem mass spectrometry (LC-MS/MS). In the study, three extraction procedures, as well as various cleanup procedures, were evaluated to select the most suitable sample preparation procedure for different sample matrices. In addition, timed and highly selective reaction monitoring on LC-MS/MS was used to filter out isobaric matrix interferences. The performance characteristics (linearity, sensitivity, recovery, precision, and specificity) of the method were determined according to Commission Decision 2002/657/EC and 401/2006/EC. The established method was successfully applied to screening of mycotoxins in animal feed and animal-derived food. The results indicated that mycotoxin contamination in feed directly influenced the presence of mycotoxin in animal-derived food. Graphical abstract Multi-mycotoxin analysis of animal feed and animal-derived food using LC-MS/MS.

  7. 9 CFR 113.29 - Determination of moisture content in desiccated biological products.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 9 Animals and Animal Products 1 2010-01-01 2010-01-01 false Determination of moisture content in desiccated biological products. 113.29 Section 113.29 Animals and Animal Products ANIMAL AND PLANT HEALTH... as “A.” (iii) Return weighing bottles to the desiccator. (2) Remove the sample container seal. (i...

  8. 9 CFR 113.29 - Determination of moisture content in desiccated biological products.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 9 Animals and Animal Products 1 2011-01-01 2011-01-01 false Determination of moisture content in desiccated biological products. 113.29 Section 113.29 Animals and Animal Products ANIMAL AND PLANT HEALTH... as “A.” (iii) Return weighing bottles to the desiccator. (2) Remove the sample container seal. (i...

  9. On the choice of statistical models for estimating occurrence and extinction from animal surveys

    USGS Publications Warehouse

    Dorazio, R.M.

    2007-01-01

    In surveys of natural animal populations the number of animals that are present and available to be detected at a sample location is often low, resulting in few or no detections. Low detection frequencies are especially common in surveys of imperiled species; however, the choice of sampling method and protocol also may influence the size of the population that is vulnerable to detection. In these circumstances, probabilities of animal occurrence and extinction will generally be estimated more accurately if the models used in data analysis account for differences in abundance among sample locations and for the dependence between site-specific abundance and detection. Simulation experiments are used to illustrate conditions wherein these types of models can be expected to outperform alternative estimators of population site occupancy and extinction. ?? 2007 by the Ecological Society of America.

  10. Microbiota and anthropic interference on antimicrobial resistance profile of bacteria isolated from Brazilian Maned-wolf (Chrysocyon brachyurus).

    PubMed

    Vieira-da-Motta, Olney; Eckhardt-de-Pontes, Luiz Antonio; Petrucci, Melissa Paes; dos Santos, Israel Pereira; da Cunha, Isabel Candia Nunes; Morato, Ronaldo Gonçalves

    2013-12-01

    Both the study of Brazilian wild mammal fauna and the conditions that foster the preservation of endangered species, such as Brazilian Maned-wolf (Chrysocyon brachyurus), in wild life are of extreme importance. In order to study the resistance profile of microbiota bacterial colonizing Brazilian Maned-wolf, this work investigated samples from eight male captive and free roaming animals originating from different Brazilian geographical regions. Samples for microbiological purposes were collected with swabs and kept in appropriate transport medium. Using routine microbiological techniques, the isolated bacteria were tested toward antimicrobial drugs by the agar disk diffusion method. Results showed that all samples from wild animals were sensitive toward all drugs tested. Conversely, the resistance profile of bacteria isolated from captive animals varied among strains and animal body site location. Escherichia coli samples from prepuce, anus and ear showed multi-resistance toward at least four drugs, especially against erythromycin and tetracycline, followed by Proteus mirabilis and P. vulgaris strains isolated from anus and ear. Among Gram-positive bacteria, strains of coagulase-negative staphylococci showed multi-resistance mainly toward erythromycin and amoxicillin. The work discusses these findings and suggests that profile of multi-resistance bacteria from captive subjects may be attributed to direct contact with human or through lifestyle factors such as feeding, predation or contact of animals with urban animals such as birds, rodents, and insects from surrounding environments.

  11. Microbiota and anthropic interference on antimicrobial resistance profile of bacteria isolated from Brazilian maned-wolf (Chrysocyon brachyurus)

    PubMed Central

    Vieira-da-Motta, Olney; Eckhardt-de-Pontes, Luiz Antonio; Petrucci, Melissa Paes; dos Santos, Israel Pereira; da Cunha, Isabel Candia Nunes; Morato, Ronaldo Gonçalves

    2013-01-01

    Both the study of Brazilian wild mammal fauna and the conditions that foster the preservation of endangered species, such as Brazilian Maned-wolf (Chrysocyon brachyurus), in wild life are of extreme importance. In order to study the resistance profile of microbiota bacterial colonizing Brazilian Maned-wolf, this work investigated samples from eight male captive and free roaming animals originating from different Brazilian geographical regions. Samples for microbiological purposes were collected with swabs and kept in appropriate transport medium. Using routine microbiological techniques, the isolated bacteria were tested toward antimicrobial drugs by the agar disk diffusion method. Results showed that all samples from wild animals were sensitive toward all drugs tested. Conversely, the resistance profile of bacteria isolated from captive animals varied among strains and animal body site location. Escherichia coli samples from prepuce, anus and ear showed multi-resistance toward at least four drugs, especially against erythromycin and tetracycline, followed by Proteus mirabilis and P. vulgaris strains isolated from anus and ear. Among Gram-positive bacteria, strains of coagulase-negative staphylococci showed multi-resistance mainly toward erythromycin and amoxicillin. The work discusses these findings and suggests that profile of multi-resistance bacteria from captive subjects may be attributed to direct contact with human or through lifestyle factors such as feeding, predation or contact of animals with urban animals such as birds, rodents, and insects from surrounding environments. PMID:24688529

  12. Evidence of natural transmission of group A rotavirus between domestic pigs and wild boars (Sus scrofa) in Japan.

    PubMed

    Okadera, Kota; Abe, Masako; Ito, Naoto; Morikawa, Shigeki; Yamasaki, Ari; Masatani, Tatsunori; Nakagawa, Keisuke; Yamaoka, Satoko; Sugiyama, Makoto

    2013-12-01

    Group A rotaviruses (RVAs) are a major cause of acute dehydrating diarrhea in infants and young animals worldwide. RVAs have also been detected in several wild and zoo animals, indicating wide susceptibility of wild animals. However, the role of wild animals in the infection cycle of RVAs is unclear. Wild boars are indigenous in many countries in the world. Japanese wild boars (Sus scrofa leucomystax) have been migrating close to human habitats in Japan, indicating the possibility of natural transmission between domestic animals or humans and wild boars. We investigated infection of RVAs in wild boars in Japan to identify types of RVAs infecting wild animals. We obtained stool samples from 90 wild boars and detected a VP4 gene of RVAs by RT-semi-nested PCR. RVAs were detected in samples from four of the 90 wild boars. Nucleotide analyses of VP7 and VP4 genes revealed that the four strains belong to G9P[23], G4P[23], G9P[13] and G4P[6], suggesting a relation to porcine and human RVAs. We therefore characterized RVAs circulating among domestic pigs living in the same area as the wild boars. We collected stool samples from 82 domestic pigs. RVAs were detected in samples from 49 of the 82 domestic pigs. Phylogenetic and similarity analyses provided evidence for natural transmission between domestic pigs and wild boars. The results also suggested that natural reassortment events occurred before or after transmission between domestic pigs and wild boars. Our findings indicate the possibility that RVAs circulate among wild animals, humans and domestic animals in nature. Copyright © 2013 Elsevier B.V. All rights reserved.

  13. Novel rope-based sampling of classical swine fever shedding in a group of wild boar showing low contagiosity upon experimental infection with a classical swine fever field strain of genotype 2.3.

    PubMed

    Mouchantat, Susan; Globig, Anja; Böhle, Wolfgang; Petrov, Anja; Strebelow, Heinz-Günther; Mettenleiter, Thomas C; Depner, Klaus

    2014-06-04

    Several classical swine fever (CSF) epidemics in wild boar and domestic pigs in Europe during the last decades have been caused by CSF virus (CSFV) strains of genotype 2.3. This genotype is known to be virulent leading to high morbidity and mortality. We experimentally infected two eight months old wild boar with 10(5,5) TCID50 of CSFV genotype 2.3 and kept the animals together with five noninoculated wild boar of the same age. Our original purpose was to evaluate a non-invasive sampling method based on saliva collection using "rope-in-a-bait" sampling baits. While expecting high morbidity, high level of virus shedding and some mortality, we actually observed a subclinical course of infection with an unexpected low contagiosity. The two inoculated animals infected only three contact animals while two contact animals remained uninfected. These findings substantially add to our epidemiological understanding of CSFV circulation in wild boar populations. CSFV infected animals older than six months and in good condition may not shed sufficient virus to transmit infection to all seronegative in-contact animals. The contagiosity in relation to the animal's age is discussed. This supports the hypothesis of silent perpetuation of CSFV in wild boar populations for several months if the wild boar density is sufficiently high. The feasibility of the "rope-in-a-bait" sampling method could be proven during the short viraemic phase of infected animals during the second week of infection. Copyright © 2014 Elsevier B.V. All rights reserved.

  14. 21 CFR 207.3 - Definitions.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... chapter, and any distribution of an animal drug or animal feed bearing or containing an animal drug for..., and animal facilities used for the production or control testing of licensed biologicals, and... definition of drugs in section 201(g) of the act. The term includes manipulation, sampling, testing, or...

  15. 21 CFR 207.3 - Definitions.

    Code of Federal Regulations, 2012 CFR

    2012-04-01

    ... chapter, and any distribution of an animal drug or animal feed bearing or containing an animal drug for..., and animal facilities used for the production or control testing of licensed biologicals, and... definition of drugs in section 201(g) of the act. The term includes manipulation, sampling, testing, or...

  16. 21 CFR 207.3 - Definitions.

    Code of Federal Regulations, 2013 CFR

    2013-04-01

    ... chapter, and any distribution of an animal drug or animal feed bearing or containing an animal drug for..., and animal facilities used for the production or control testing of licensed biologicals, and... definition of drugs in section 201(g) of the act. The term includes manipulation, sampling, testing, or...

  17. 21 CFR 207.3 - Definitions.

    Code of Federal Regulations, 2014 CFR

    2014-04-01

    ... chapter, and any distribution of an animal drug or animal feed bearing or containing an animal drug for..., and animal facilities used for the production or control testing of licensed biologicals, and... definition of drugs in section 201(g) of the act. The term includes manipulation, sampling, testing, or...

  18. 21 CFR 207.3 - Definitions.

    Code of Federal Regulations, 2011 CFR

    2011-04-01

    ... chapter, and any distribution of an animal drug or animal feed bearing or containing an animal drug for..., and animal facilities used for the production or control testing of licensed biologicals, and... definition of drugs in section 201(g) of the act. The term includes manipulation, sampling, testing, or...

  19. Water-quality data from ground- and surface-water sites near concentrated animal feeding operations (CAFOs) and non-CAFOs in the Shenandoah Valley and eastern shore of Virginia, January-February, 2004

    USGS Publications Warehouse

    Rice, Karen C.; Monti, Michele M.; Ettinger, Matthew R.

    2005-01-01

    Concentrated animal feeding operations (CAFOs) result from the consolidation of small farms with animals into larger operations, leading to a higher density of animals per unit of land on CAFOs than on small farms. The density of animals and subsequent concentration of animal wastes potentially can cause contamination of nearby ground and surface waters. This report summarizes water-quality data collected from agricultural sites in the Shenandoah Valley and Eastern Shore of Virginia. Five sites, three non-CAFO and two dairy-operation CAFO sites, were sampled in the Shenandoah Valley. Four sites, one non-CAFO and three poultry-operation CAFO sites were sampled on the Eastern Shore. All samples were collected during January and February 2004. Water samples were analyzed for the following parameters and constituents: temperature, specific conductance, pH, and dissolved oxygen; concentrations of the indicator organisms Escherichia coli (E. coli) and enterococci; bacterial isolates of E. coli, enterococci, Salmonella spp., and Campylobacter spp.; sensitivity to antibiotics of E. coli, enterococci, and Salmonella spp.; arsenic, cadmium, chromium3+, copper, nickel, and mercury; hardness, biological oxygen demand, nitrate, nitrite, ammonia, ortho-phosphate, total Kjeldahl nitrogen, chemical oxygen demand, total organic carbon, and dissolved organic carbon; and 45 dissolved organic compounds, which included a suite of antibiotic compounds.Data are presented in tables 5-21 and results of analyses of replicate samples are presented in tables 22-28. A summary of the data in tables 5-8 and 18-21 is included in the report.

  20. A TaqMan real-time PCR method based on alternative oxidase genes for detection of plant species in animal feed samples.

    PubMed

    Campos, Maria Doroteia; Valadas, Vera; Campos, Catarina; Morello, Laura; Braglia, Luca; Breviario, Diego; Cardoso, Hélia G

    2018-01-01

    Traceability of processed food and feed products has been gaining importance due to the impact that those products can have on human/animal health and to the associated economic and legal concerns, often related to adulterations and frauds as it can be the case for meat and milk. Despite mandatory traceability requirements for the analysis of feed composition, few reliable and accurate methods are presently available to enforce the legislative frame and allow the authentication of animal feeds. In this study, nine sensitive and species-specific real-time PCR TaqMan MGB assays are described for plant species detection in animal feed samples. The method is based on selective real-time qPCR (RT-qPCR) amplification of target genes belonging to the alternative oxidase (AOX) gene family. The plant species selected for detection in feed samples were wheat, maize, barley, soybean, rice and sunflower as common components of feeds, and cotton, flax and peanut as possible undesirable contaminants. The obtained results were compared with end-point PCR methodology. The applicability of the AOX TaqMan assays was evaluated through the screening of commercial feed samples, and by the analysis of plant mixtures with known composition. The RT-qPCR methodology allowed the detection of the most abundant species in feeds but also the identification of contaminant species present in lower amounts, down to 1% w/w. AOX-based methodology provides a suitable molecular marker approach to ascertain plant species composition of animal feed samples, thus supporting feed control and enforcement of the feed sector and animal production.

  1. [Seroprevalence of tularemia in risk groups of humans and animals in Van, eastern Turkey].

    PubMed

    Bayram, Yasemin; Özkaçmaz, Ayşe; Parlak, Mehmet; Başbuğan, Yıldıray; Kılıç, Selçuk; Güdücüoğlu, Hüseyin

    2015-10-01

    Tularemia has become a re-emerging zoonotic disease in Turkey recently. The aims of this study were to determine the seroprevalence of tularemia in humans and their animals living in rural risky areas of our region and to investigate the risk factors. Between January and July 2012, people living in rural areas of Van province (located at eastern part of Turkey) and their domestic animals were included in the study. The sample size was determined by using cluster sampling method like in an event with known prevalence and planned as a cross-sectional epidemiological study. Proportional random sampling method was used to determine which individuals will be included in the study. Presence of tularemia antibodies in the sera of a total 495 voluntary persons (343 female, 152 male; age range: 18-79 years, mean age: 40.61) and their 171 animals (40 cattle, 124 sheep and 7 goats) were screened by microagglutination test using safranin O-stained F.tularensis antigen (Public Health Agency of Turkey). For the evaluation of cross-reactivity between Brucella spp., tularemia positive serum samples were also tested with brucella microagglutination test. Among human and animal samples, 11.9% (59/495) and 44% (76/171) yielded positive results with the titers of ≥ 1:20 in F.tularensis microagglutination test, respectively. However, 69.5% (41/59) of human sera and 78.9% (60/76) of animal sera demonstrated equal or higher titers in the brucella test, so those sera were considered as cross-reactive. After exclusion of these sera, the seroprevalence for F.tularensis were calculated as 3.6% (18/495) for humans and 9.4% (16/171) for animals. Among the 16 animals with positive results, 12 were sheep, three were cattle and one was goat. The difference between seropositivity rates among the domestic animal species was not statistically significant (p> 0.05). In addition, no statistically significant differences were found between risk factors including insect bite, tick bite, contact with rodents, eating the meat of hunted animals (rabbit), having pet (cat) in home (p> 0.05). In this study, the rate of tularemia seropositivity among humans was similar to the results of previous studies which were performed in our country; however the seropositivity rate of tularemia among domestic animals in our study was higher than the results of a few studies which were conducted on domestic animals. In conclusion, preventive procedures and precautions must be taken into consideration to control the transmission of the infection.

  2. [Superficial infections caused by Microsporum canis in humans and animals].

    PubMed

    Segundo, Carolina; Martínez, Alejandrina; Arenas, Roberto; Fernández, Ramón; Cervantes, Roberto A

    2004-03-01

    Dermatophytic infections caused by M. canis in humans and animals have a world wide distribution and they are zoonotic. The objective in this work was to know the frequency of M. canis infections in humans and pets. We studied our cases from January 1994 to December 2002. The human samples were obtained from a Dermatological Department in a General Hospital and we registered the next data: age, sex, job, and affected area. The animal samples were obtained from a mycological veterinary laboratory, and we registered the presence or absence of clinical lesions. A total of 46 clinical cases of M. canis infections were recorded, 26 female and 20 males: tinea capitis 21, tinea corporis 17, tinea pedis five, onychomycosis two, and only one case with tinea faciei. The 46 cases with positive culture yield 42 positive samples in KOH. The age range varied from 2 to 60 years. Among the animals, we studied 461 dogs and found six KOH positive (1%) samples and cultured 23 isolates (4.98%): 21 M. canis, one M. gypseum and one Trichophyton spp. From the 68 samples of cats, eight (11.76%) were positive to KOH, being 26 (38.23%) M. canis isolates. In M. canis infections in humans, the age rage was wide with predominance in women. In animals, M. canis isolates represented the most dermatophytic infection.

  3. Impact assessment and decontamination of pesticides from meat under different culinary processes.

    PubMed

    Sengupta, Dwaipayan; Aktar, Md Wasim; Alam, Samsul; Chowdhury, Ashim

    2010-10-01

    A total of 75 animals between 1.5 and 8 years old were randomly selected for the study. Of these, 57.8% were cross-bred animals and the rest were non-descript. Moreover, 61.8% of the animals under study were brought for slaughter from local sources and the rest from farm houses. Samples collected from five districts revealed contamination with traces of organochlorine pesticides (0.01-0.22 microg g(-1)) and organophosphorus pesticides (0.111-0.098 microg g(-1)). In general, all the raw meat samples possessed dichlorodiphenyltrichloroethane at the highest level. Contamination was highest in cow meat samples and lowest in chicken samples. No particular district-wise trend was obtained for the pesticides selected for analysis. Subsequent decontamination study revealed that cooking is the best option in reducing pesticide load in raw meat samples. Cooked chicken is the safest foodstuff for consumption.

  4. 9 CFR 55.23 - Responsibilities of States and enrolled herd owners.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    .... In cases where animals escape or disappear and thus are not available for tissue sampling and testing, an APHIS representative will investigate whether the unavailability of animals for testing... 9 Animals and Animal Products 1 2010-01-01 2010-01-01 false Responsibilities of States and...

  5. 9 CFR 55.23 - Responsibilities of States and enrolled herd owners.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    .... In cases where animals escape or disappear and thus are not available for tissue sampling and testing, an APHIS representative will investigate whether the unavailability of animals for testing... 9 Animals and Animal Products 1 2011-01-01 2011-01-01 false Responsibilities of States and...

  6. 9 CFR 55.23 - Responsibilities of States and enrolled herd owners.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    .... In cases where animals escape or disappear and thus are not available for tissue sampling and testing, an APHIS representative will investigate whether the unavailability of animals for testing... 9 Animals and Animal Products 1 2012-01-01 2012-01-01 false Responsibilities of States and...

  7. 9 CFR 55.23 - Responsibilities of States and enrolled herd owners.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... testing in accordance with instructions from the APHIS or State representative. In cases where animals... will investigate whether the unavailability of animals or usable samples for testing constitutes a... 9 Animals and Animal Products 1 2013-01-01 2013-01-01 false Responsibilities of States and...

  8. 9 CFR 55.23 - Responsibilities of States and enrolled herd owners.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... testing in accordance with instructions from the APHIS or State representative. In cases where animals... will investigate whether the unavailability of animals or usable samples for testing constitutes a... 9 Animals and Animal Products 1 2014-01-01 2014-01-01 false Responsibilities of States and...

  9. Forage nutritive value of plant samples collected by clipping or rumen evacuation

    USDA-ARS?s Scientific Manuscript database

    Knowing nutritive value and intake of forage by an animal is important to understand methane production data from individual animals in a grazed environment. Digestibility of forages is typically evaluated as the in vitro dry matter disappearance (IVDMD) using a clipped forage sample; however, beef...

  10. Prevalence of Mycobacterium avium subspecies paratuberculosis and hepatitis E in New World camelids in Austria.

    PubMed

    Stanitznig, A; Khol, J L; Lambacher, B; Franz, S; Wittek, T; Kralik, P; Slana, I; Vasickova, P

    2017-07-07

    Mycobacterium avium subspecies paratuberculosis (MAP) is the causative agent of paratuberculosis in domestic ruminants and New World Camelids (NWC). Hepatitis E virus (HEV) is an important public health concern worldwide. The virus has been identified in several species, some of them serving as a reservoir for zoonotic HEV strains. Husbandry and breeding of llamas and alpacas have increased in Austria in recent years. Therefore, the aim of the present study was to evaluate the prevalence of MAP and HEV in NWC in Austria. Altogether 445 animals, originating from 78 farms were enrolled in the study. Of the animals sampled, 184 (41.35%) were llamas and 261 (58.65%) were alpacas. 443 blood samples for MAP-ELISA and 399 faecal samples for quantitative PCR (qPCR) and culture for MAP as well as for HEV detection by RT-qPCR have been collected. All of the 399 animals tested for shedding of MAP were negative by faecal solid culture. Using qPCR, 15 (3.8%) of the animals were MAP positive and 384 (96.2%) negative. Out of the 443 serum samples examined for specific antibodies against MAP by ELISA, 6 (1.4%) were positive, 1 (0.2%) was questionable and 436 (98.4%) samples were negative. All faecal samples were tested negative for HEV.

  11. Occurrence of male-specific bacteriophage in feral and domestic animal wastes, human feces, and human-associated wastewaters.

    PubMed

    Calci, K R; Burkhardt, W; Watkins, W D; Rippey, S R

    1998-12-01

    Male-specific bacteriophage (MSB) densities were determined in animal and human fecal wastes to assess their potential impact on aquatic environments. Fecal samples (1,031) from cattle, chickens, dairy cows, dogs, ducks, geese, goats, hogs, horses, seagulls, sheep, and humans as well as 64 sewerage samples were examined for MSB. All animal species were found to harbor MSB, although the great majority excreted these viruses at very low levels. The results from this study demonstrate that in areas affected by both human and animal wastes, wastewater treatment plants are the principal contributors of MSB to fresh, estuarine, and marine waters.

  12. Occurrence of Male-Specific Bacteriophage in Feral and Domestic Animal Wastes, Human Feces, and Human-Associated Wastewaters

    PubMed Central

    Calci, Kevin R.; Burkhardt, William; Watkins, William D.; Rippey, Scott R.

    1998-01-01

    Male-specific bacteriophage (MSB) densities were determined in animal and human fecal wastes to assess their potential impact on aquatic environments. Fecal samples (1,031) from cattle, chickens, dairy cows, dogs, ducks, geese, goats, hogs, horses, seagulls, sheep, and humans as well as 64 sewerage samples were examined for MSB. All animal species were found to harbor MSB, although the great majority excreted these viruses at very low levels. The results from this study demonstrate that in areas affected by both human and animal wastes, wastewater treatment plants are the principal contributors of MSB to fresh, estuarine, and marine waters. PMID:9835602

  13. OBT analysis method using polyethylene beads for limited quantities of animal tissue.

    PubMed

    Kim, S B; Stuart, M

    2015-08-01

    This study presents a polyethylene beads method for OBT determination in animal tissues and animal products for cases where the amount of water recovered by combustion is limited by sample size or quantity. In the method, the amount of water recovered after combustion is enhanced by adding tritium-free polyethylene beads to the sample prior to combustion in an oxygen bomb. The method reduces process time by allowing the combustion water to be easily collected with a pipette. Sufficient water recovery was achieved using the polyethylene beads method when 2 g of dry animal tissue or animal product were combusted with 2 g of polyethylene beads. Correction factors, which account for the dilution due to the combustion water of the beads, are provided for beef, chicken, pork, fish and clams, as well as egg, milk and cheese. The method was tested by comparing its OBT results with those of the conventional method using animal samples collected on the Chalk River Laboratories (CRL) site. The results determined that the polyethylene beads method added no more than 25% uncertainty when appropriate correction factors are used. Crown Copyright © 2015. Published by Elsevier Ltd. All rights reserved.

  14. Detection of rotavirus species A, B and C in domestic mammalian animals with diarrhoea and genotyping of bovine species A rotavirus strains.

    PubMed

    Otto, Peter H; Rosenhain, Stefanie; Elschner, Mandy C; Hotzel, Helmut; Machnowska, Patrycja; Trojnar, Eva; Hoffmann, Kathrin; Johne, Reimar

    2015-09-30

    Rotaviruses (RVs) are a major cause of neonatal diarrhoea in humans and animals worldwide. In this study, 425 faecal samples were collected between 1999 and 2013 from diarrhoeic livestock and companion animals at different locations in Germany and tested for RVs. A previously published real-time RT-PCR assay was optimized for detection of a larger variety of RV species A (RVA) strains, and real-time RT-PCR assays for detection of RV species B (RVB) and C (RVC) were newly developed. The detection limits of the assays were 1.54×10(2), 3.95×10(2) and 3.60×10(3) genome copies for RVA, RVB and RVC, respectively. RVA was identified in 85.2% of bovine samples, 51.2% of porcine samples, 50.0% of feline samples, 43.2% of equine samples and 39.7% of canine samples. RVB was found in 3.0% of bovine samples, 2.7% of equine samples and 1.6% of porcine samples. RVC was detected in 31.0% of porcine samples, 21.7% of feline samples, 9.0% of canine samples and 6.0% of bovine samples. For genotyping, 101 RVA-positive bovine samples were further analysed by semi-nested RT-PCR. Genotype combination G6P[5] was most frequently detected (67.3% of samples), followed by G6P[11] (13.9%), G10P[5] (4.0%), G8P[11] (3.0%), G6P[1] (1.0%), and G10P[11] (1.0%). Mixed RVA infections were detected in 5.9% of samples; no or incomplete typing was possible in 4.0% of the samples. This first overview on RV species and RVA genotypes in diarrhoeic livestock and companion animals from Germany indicates a broad circulation of a large variety of RVs. Copyright © 2015 Elsevier B.V. All rights reserved.

  15. Detection of Ebola Virus RNA through Aerosol Sampling of Animal Biosafety Level 4 Rooms Housing Challenged Nonhuman Primates

    DTIC Science & Technology

    2016-08-02

    301- 619-4768(f). 1 2 3 4 5 6 7 8 Title: Detection of Ebola Virus RNA through Aerosol Sampling of Animal Biosafety Level 9 4...5 6 To whom it may concern, 7 8 My colleagues and I are submitting the attached manuscript, Detection of Ebola Virus 9 RNA through Aerosol...embedded in the texts. This is the first report demonstrating detection of Ebola virus 17 RNA from animal rooms housing infected nonhuman primates and

  16. Survey of Francisella tularensis in Wild Animals in Japan in Areas Where Tularemia is Endemic.

    PubMed

    Hotta, Akitoyo; Tanabayashi, Kiyoshi; Fujita, Osamu; Shindo, Junji; Park, Chu-Ho; Kudo, Noboru; Hatai, Hitoshi; Oyamada, Toshifumi; Yamamoto, Yoshie; Takano, Ai; Kawabata, Hiroki; Sharma, Neekun; Uda, Akihiko; Yamada, Akio; Morikawa, Shigeru

    2016-09-21

    Samples taken from 428 wild animals and 126 ticks, collected from a tularemia-endemic area in Japan between 2005 and 2013, were analyzed for the presence of Francisella tularensis. F. tularensis was isolated from a Japanese hare carcass whereas the samples from live animals and ticks were negative for F. tularensis by real-time PCR. Our results suggest that F. tularensis is still present in Japan although its prevalence is considerably low even in areas where tularemia is endemic.

  17. Contamination with bacterial zoonotic pathogen genes in U.S. streams influenced by varying types of animal agriculture.

    PubMed

    Haack, Sheridan K; Duris, Joseph W; Kolpin, Dana W; Focazio, Michael J; Meyer, Michael T; Johnson, Heather E; Oster, Ryan J; Foreman, William T

    2016-09-01

    Animal waste, stream water, and streambed sediment from 19 small (<32km(2)) watersheds in 12U.S. states having either no major animal agriculture (control, n=4), or predominantly beef (n=4), dairy (n=3), swine (n=5), or poultry (n=3) were tested for: 1) cholesterol, coprostanol, estrone, and fecal indicator bacteria (FIB) concentrations, and 2) shiga-toxin producing and enterotoxigenic Escherichia coli, Salmonella, Campylobacter, and pathogenic and vancomycin-resistant enterococci by polymerase chain reaction (PCR) on enrichments, and/or direct quantitative PCR. Pathogen genes were most frequently detected in dairy wastes, followed by beef, swine and poultry wastes in that order; there was only one detection of an animal-source-specific pathogen gene (stx1) in any water or sediment sample in any control watershed. Post-rainfall pathogen gene numbers in stream water were significantly correlated with FIB, cholesterol and coprostanol concentrations, and were most highly correlated in dairy watershed samples collected from 3 different states. Although collected across multiple states and ecoregions, animal-waste gene profiles were distinctive via discriminant analysis. Stream water gene profiles could also be discriminated by the watershed animal type. Although pathogen genes were not abundant in stream water or streambed samples, PCR on enrichments indicated that many genes were from viable organisms, including several (shiga-toxin producing or enterotoxigenic E. coli, Salmonella, vancomycin-resistant enterococci) that could potentially affect either human or animal health. Pathogen gene numbers and types in stream water samples were influenced most by animal type, by local factors such as whether animals had stream access, and by the amount of local rainfall, and not by studied watershed soil or physical characteristics. Our results indicated that stream water in small agricultural U.S. watersheds was susceptible to pathogen gene inputs under typical agricultural practices and environmental conditions. Pathogen gene profiles may offer the potential to address both source of, and risks associated with, fecal pollution. Published by Elsevier B.V.

  18. Childhood and adolescent animal cruelty methods and their possible link to adult violent crimes.

    PubMed

    Hensley, Christopher; Tallichet, Suzanne E

    2009-01-01

    Few researchers have investigated the potentially predictive power of childhood and adolescent animal cruelty methods as they are associated with subsequent interpersonal violence in adulthood. Based on a sample of 261 inmates at medium- and maximum-security prisons in a southern state, the present study examines the relationship between several retrospectively reported animal cruelty methods (drowned, hit or kicked, shot, choked, burned, and had sex) and violent criminal acts committed against humans (assault, rape, and murder). More than half of the sample reported they had shot animals, and almost half had either kicked or hit them. About one in five said they had choked animals, and about one in seven said they had either drowned, burned, or had sex with them. Regression analyses revealed that drowning and having sex with an animal was predictive of later interpersonal violence as adults.

  19. Occurrence of human pathogenic Clostridium botulinum among healthy dairy animals: an emerging public health hazard.

    PubMed

    Abdel-Moein, Khaled A; Hamza, Dalia A

    2016-01-01

    The current study was conducted to investigate the occurrence of human pathogenic Clostridium botulinum in the feces of dairy animals. Fecal samples were collected from 203 apparently healthy dairy animals (50 cattle, 50 buffaloes, 52 sheep, 51 goats). Samples were cultured to recover C. botulinum while human pathogenic C. botulinum strains were identified after screening of all C. botulinum isolates for the presence of genes that encode toxins type A, B, E, F. The overall prevalence of C. botulinum was 18.7% whereas human pathogenic C. botulinum strains (only type A) were isolated from six animals at the rates of 2, 2, 5.8, and 2% for cattle, buffaloes, sheep, and goats, respectively. High fecal carriage rates of C. botulinum among apparently healthy dairy animals especially type A alarm both veterinary and public health communities for a potential role which may be played by dairy animals in the epidemiology of such pathogen.

  20. Sampling animal sign in heterogeneous environments: how much is enough?

    USGS Publications Warehouse

    Holbrook, Joseph D.; Arkle, Robert S.; Rachlow, Janet L.; Vierling, Kerri T.; Pilliod, David S.

    2015-01-01

    Animal ecologists often use animal sign as a surrogate for direct observation of organisms, especially when species are secretive or difficult to observe. Spatial heterogeneity in arid environments makes it challenging to consistently detect and precisely characterize animal sign, which can bias estimates of animal abundance or habitat use. Piute ground squirrels (Urocitellus mollis) and Owyhee harvester ants (Pogonomyrmex salinus) live in arid environments and are fossorial, which can make them difficult to observe directly. Their relative abundance can be assessed using sign (i.e., burrows and nests). We implemented an over-sampling framework (i.e., recorded an excessive amount of information) with two observers to 1) identify a sampling intensity that balanced precision with our resource constraints, and 2) assess classification and detection of squirrel burrows and ant nests across vegetation conditions. We sampled 20 1-ha plots for ground squirrel burrows and ant nests using six 4 m × 100 m belt transects. Analyses of precision and sampling effort indicated that three belt transects covering 1200 m2 per ha provided sufficient precision, while minimizing effort. Regardless of vegetation conditions, counts by two observers were strongly correlated for ground squirrel burrows (r = 0.99, P < 0.001, df = 18; slope = 0.92) and harvester ant nests (r = 0.99, P < 0.001, df = 18; slope = 1.01) indicating observer consistency and perhaps high detection probability. These findings illustrate an approach for evaluating sampling designs in many ecological contexts.

  1. High prevalence of Salmonella in tegu lizards (Tupinambis merianae), and susceptibility of the serotypes to antibiotics.

    PubMed

    Maciel, B M; Argôlo Filho, R C; Nogueira, S S C; Dias, J C T; Rezende, R P

    2010-12-01

    Species of tegu (Tupinambis) are the largest lizards in South America. Large numbers of these lizards are hunted; there is a vigorous trade in their skins and the meat is consumed by rural and native peoples. The animals are also bred in captivity, an economic activity for rural populations which can help in the animals' conservation. Faecal samples from 30 captive-born tegus were analysed for the presence of Salmonella in two separate samplings. In the first analysis, samples from 26 animals (87%) yielded Salmonella enterica of which 23% were of Rubislaw serotype; 20% Carrau and Agona serotypes; 7% Infantis and Saint-Paul serotypes; 3% Panama and Brandenburg serotypes; 10% were S. enterica subsp. enterica and 7% were rough form. In the second analysis, four tegus (13%) which had been negative in the first sampling were positive, thus, 100% of the animals studied carried the bacterium. Antibiotic susceptibility showed resistance to sulfonamide in 82% of the isolates, streptomycin in 64%, tetracycline in 6% and Chloramphenicol in 20%. Two animals carried strains of the same serotype with different patterns of antibiotic susceptibility. Although it is well known that reptiles are a significant source of Salmonella, to our knowledge, its prevalence in tegu has not been studied previously.

  2. Analysis of sulfonamides, tilmicosin and avermectins residues in typical animal matrices with multi-plug filtration cleanup by liquid chromatography-tandem mass spectrometry detection.

    PubMed

    Qin, Yuhong; Jatamunua, Freedom; Zhang, Jingru; Li, Yanjie; Han, Yongtao; Zou, Nan; Shan, Jihao; Jiang, Yanbin; Pan, Canping

    2017-05-15

    The frequent use of various veterinary drugs could lead to residue bioaccumulation in animal tissues, which could cause dietary risks to human health. In order to quickly analyze the residues, a liquid chromatography tandem mass spectrometry (LC-MS/MS) method was developed for detecting Sulfonamides, Tilmicosin and Avermectins (AVMs) residues in animal samples. For sample preparation, modified QuEChERS (quick, easy, cheap, effective, rugged and safe) and ultrasound-assisted extraction (UAE) methods were used. For sample cleanup, n-Hexane delipidation and multi-plug filtration cleanup (m-PFC) method based on primary-secondary amine (PSA) and octadecyl-silica (C18) were used, followed by LC-MS/MS analysis. It was validated on 7 animal matrices (bovine, caprine, swine meat and their kidneys, milk) at two fortified concentration levels of 5 and 100μg/kg. The recoveries ranged from 82 to 107% for all analytes with relative standard deviations (RSDs) less than 15%. Matrix-matched calibrations were performed with coefficients of determination above 0.998 for all analytes within concentration levels of 5-500μg/kg. The developed method was successfully used to analysis veterinary drugs of real animal samples from local markets. Copyright © 2017 Elsevier B.V. All rights reserved.

  3. Natural infection by endoparasites among free-living wild animals.

    PubMed

    Holsback, Luciane; Cardoso, Mauro José Lahm; Fagnani, Rafael; Patelli, Thaís Helena Constantino

    2013-01-01

    The objective of this study was to investigate the frequency of occurrence and variety of intestinal parasites among free-living wild animals. Fecal samples from wild mammals and birds at rehabilitation centers in the states of Mato Grosso do Sul and São Paulo were analyzed by sedimentation and flotation-centrifugation methods. Parasite eggs, oocysts, cysts and/or trophozoites were found in 71% of the samples. Cryptosporidium sp. oocysts were detected in fecal samples from oncillas (Leopardus tigrinus) and scaly-headed parrots (Pionus maximiliani). Giardia cysts were identified in the feces of a gray brocket (Mazama gouazoubira). Among the most common parasites found, there were eggs from Toxocara cati, Toxascaris leonina and Ancylostoma tubaeforme, and from Cestoda. Several Enterobius sp. eggs were found in the feces of red howler monkeys (Alouatta seniculus). It can be concluded from this study that despite the small number of samples, the diversity of parasites found was noteworthy. Additional information about parasite endofauna in wild animals is needed, since their presence might suggest that there could be proximity to and interactions with domestic animals and/or humans. In addition, further studies on parasites from free-living wild animals are of prime importance for understanding the intensity of anthropic changes in wild environments.

  4. Salmonella and antimicrobial resistance in an animal-based agriculture river system.

    PubMed

    Palhares, Julio Cesar Pascale; Kich, Jalusa D; Bessa, Marjo C; Biesus, Luiza L; Berno, Lais G; Triques, Nelise J

    2014-02-15

    The aim of this study was to examine the Salmonella serovars and antimicrobial resistance within an animal-based agriculture river system. The study area consisted of a 1,345 ha upper part of Pinhal catchment. A total of 384 samples were collected in four years of monitoring. Salmonella was isolated from 241 samples (62.7%), resulting in 324 isolates. The highest number of Salmonella sp. occurred in samples associated with sites with high stoking density animal unit per hectare. It was possible to demonstrate the variability of serovars in the study area: 30 different serovars were found and at least 11 per monitoring site. Thirty-three potentially related isolates were genotyped by PFGE, one major clone was observed in serovar Typhimurium, which occurred in animal feces (swine and bovine), and different sites and samplings proving the cross-contamination and persistence of this specific clone. Among 180 isolates submitted to an antimicrobial susceptibility test, 50.5% were susceptible to all 21 antimicrobials tested and 54 different profiles were found. In the current study, 49.5% of the tested isolates were resistant to at least one antimicrobial, and multi-resistance occurred in 18% of isolates. Results indicate a close interaction between animal-based agriculture, Salmonella, and antimicrobial resistance. Copyright © 2013 Elsevier B.V. All rights reserved.

  5. University Counseling Centers' Perceptions and Experiences Pertaining to Emotional Support Animals

    ERIC Educational Resources Information Center

    Kogan, Lori R.; Schaefer, Karen; Erdman, Phyllis; Schoenfeld-Tacher, Regina

    2016-01-01

    Increasing numbers of students are requesting accommodations for emotional support animals (ESAs) in higher education settings. Since the legislation pertaining to this type of service animal differs from the laws governing disability service animals, colleges and universities are faced with developing new policies and guidelines. A sample of 248…

  6. Prevalence and Characterization of Salmonella in Animal Meals Collected from Rendering Operations.

    PubMed

    Jiang, Xiuping

    2016-06-01

    As part of the Salmonella Education Reduction Program, the Animal Protein Producers Industry initiated a yearlong microbiological survey of animal meals from 1 January to 31 December 2010. The types of animal meals included poultry meal, pork and beef crax, meat meal, meat and bone meal, feather meal, blood meal, and fish meal from a variety of rendering operations (n = 65). Salmonella was positive in 731 (8.3%) of 8,783 analyzed samples, with contamination rates as 1.0, 33.2, and 21.3% from samples collected right after press, being loaded out, or unidentified, respectively. The randomly selected positive Salmonella samples (n = 100) representing 1.1% of the total samples tested were enumerated by the most-probable-number (MPN) method. The Salmonella contamination level ranged from <0.03 (below the detection limit) to 240 MPN/g with a median MPN per gram of 0.036. Among 102 Salmonella isolates from those 100 positive samples, a total of 42 Salmonella serotypes or groups were identified with Montevideo (13%), Senftenberg (11%), Mbandaka (7%), Orion (7%), Livingstone (6%), Tennessee (4%), Infantis (4%), Cerro (4%), and group C1 (4%) as the most predominant ones. Those Salmonella isolates were further analyzed for antimicrobial resistance to the 15 most common antibiotics by using the National Antimicrobial Resistance Monitoring System gram-negative plate. Most Salmonella isolates (n = 94) were sensitive to all antibiotics tested, with seven isolates resistant to one antibiotic and one resistant to seven antibiotics. Clearly, the prevalence of Salmonella in animal meals declined compared with previous surveys, and none of the Salmonella serotypes concerning target animal health were isolated. In addition, most Salmonella isolates remained susceptible to the majority of the 15 most commonly used antibiotics.

  7. Comparison of two sampling and culture systems for detection of Salmonella enterica in the environment of a large animal hospital.

    PubMed

    Ruple-Czerniak, A; Bolte, D S; Burgess, B A; Morley, P S

    2014-07-01

    Nosocomial salmonellosis is an important problem in veterinary hospitals that treat horses and other large animals. Detection and mitigation of outbreaks and prevention of healthcare-associated infections often require detection of Salmonella enterica in the hospital environment. To compare 2 previously published methods for detecting environmental contamination with S. enterica in a large animal veterinary teaching hospital. Hospital-based comparison of environmental sampling techniques. A total of 100 pairs of environmental samples were collected from stalls used to house large animal cases (horses, cows or New World camelids) that were confirmed to be shedding S. enterica by faecal culture. Stalls were cleaned and disinfected prior to sampling, and the same areas within each stall were sampled for the paired samples. One method of detection used sterile, premoistened sponges that were cultured using thioglycolate enrichment before plating on XLT-4 agar. The other method used electrostatic wipes that were cultured using buffered peptone water, tetrathionate and Rappaport-Vassiliadis R10 broths before plating on XLT-4 agar. Salmonella enterica was recovered from 14% of samples processed using the electrostatic wipe sampling and culture procedure, whereas S. enterica was recovered from only 4% of samples processed using the sponge sampling and culture procedure. There was test agreement for 85 pairs of culture-negative samples and 3 pairs of culture-positive samples. However, the remaining 12 pairs of samples with discordant results created significant disagreement between the 2 detection methods (P<0.01). Persistence of Salmonella in the environment of veterinary hospitals can occur even with rigorous cleaning and disinfection. Use of sensitive methods for detection of environmental contamination is critical when detecting and mitigating this problem in veterinary hospitals. These results suggest that the electrostatic wipe sampling and culture method was more sensitive than the sponge sampling and culture method. © 2013 EVJ Ltd.

  8. Natural Plasmodium infection in neotropical primates in the island of São Luís, state of Maranhão, Brazil.

    PubMed

    Figueiredo, Mayra Araguaia Pereira; Di Santi, Silvia Maria Fátima; Figueiredo, Thaysa Araguaia Pereira; Machado, Rosangela Zacarias

    2015-01-01

    The states that make up the Legal Amazon Region, which include the state of Maranhão, account for 99% of registered cases of human malaria in Brazil. It is also believed that transmission of malaria from nonhuman primates (NHP) to humans occurs in this region, because of current reports of seroepidemiological results from samples from humans and NHP coexisting in the same areas. This study aimed to make morphological, serological and molecular diagnoses of Plasmodium spp. in neotropical primates on the island of São Luís, state of Maranhão, Brazil. The diagnostic techniques used were optical microscopy, the polymerase chain reaction (PCR) and the indirect immunofluorescence assay (IFA). From June 2009 to April 2010, 70 NHP were sampled: 50 at the Wild Animal Screening Center (CETAS), located in the municipality of São Luís and 20 free-living individuals that were caught in a private reserve located in the municipality of São Jose de Ribamar, state of Maranhão. Under an optical microscope, 140 slides (two from each animal) were evaluated and five animals (7.1%) were found to be positive. IFA did not detect anti-Plasmodium spp. From PCR on the 70 animals sampled, amplified Plasmodium spp. products were observed in 13 samples, of which eight (61.5%) were from free-living animals and five (38.5%) were from animals at CETAS.

  9. 78 FR 45956 - Notice of Inventory Completion: Hamilton County Department of Parks and Recreation, Hamilton...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-07-30

    ... area. In some instances, bone samples were removed from the burials to undergo further archaeological investigation. The bone samples that were recovered are included in the human remains intended for repatriation... funerary objects are 4 lots of animal bone (burned and unburned); 1 animal incisor tool; 1 antler...

  10. Selection and Management of DNA Markers for Use in Genomic Evaluation

    USDA-ARS?s Scientific Manuscript database

    A database was constructed to store genotypes for 50,972 single-nucleotide polymorphisms (SNP) from the Illumina BovineSNP50 BeadChip for over 30,000 animals. The database allows storage of multiple samples per animal and stores all SNP genotypes for a sample in a single row. An indicator specifies ...

  11. Evaluation of surface waters associated with animal feeding operations for estrogenic chemicals and activity

    USDA-ARS?s Scientific Manuscript database

    Estrogens and estrogenic activity (EA) were evaluated in surface waters associated with animal feeding operations. Water was sampled at 19 sites in 12 states using discrete (n=41) and POCIS (n=19) sampling methods. Estrogenic chemicals measured in unfiltered water by GC/MS2 included: estrone (E1),17...

  12. Seroprevalence of Leptospirosis, Brucellosis, and Q Fever in a Wild Red Deer (Cervus elaphus) Population Kept in a Fenced Reserve in Absence of Contact with Livestock.

    PubMed

    San-Miguel Ayanz, Jose María; Garcia-Peña, Francisco Javier; García-Lunar, Paula; Ortega-Mora, Luis Miguel; Ruano, María José; Álvarez-García, Gema; Collantes-Fernández, Esther

    2017-10-01

    Wildlife health is of interest for public and animal health because wild animals have been identified as important sentinels for the surveillance for zoonotic pathogens. This work investigated Brucella spp., Coxiella burnetii, and Leptospira spp. infection seroprevalence in a free-ranging red deer population. The study was conducted in a fenced reserve with controlled hunting activity in central Spain with animals that did not have any contact with livestock. Sampling was performed at two time points before and 5 years after the implementation of new management measures, including a reduction in the red deer population in the reserve. In addition, the presence of Leptospira DNA was tested in placental and fetal samples from seropositive pregnant animals. Antibodies against Brucella and Coxiella were not detected in any sample. The seroprevalence of Leptospira was 9.4% (13/137) in the first sampling for serovars Canicola and Panama. Five years later, the prevalence rose to 38.5% (97/252) with Pomona, the only serovar detected. Animals older than 2 years (50%; 70/140) were more likely to be Pomona seropositive than animals ≤2 years old (25.2%; 27/107; p < 0.001). Leptospira DNA was not detected in any sample tested. In conclusion, wild red deer in this area without contact with livestock seem not to play an important role in Brucella spp. and C. burnetii maintenance. The high seroprevalence of Leptospira spp. serogroup Pomona could indicate a risk for people with narrow contact with these animals, but the carrier status was not assessed. Consequently, it is unknown if red deer would represent a risk for human infection. Considering that wild boar could be the source of infection to red deer, the role of wild boar in the spread of leptospirosis and the risk for human infection should be investigated.

  13. Molecular traceability of beef from synthetic Mexican bovine breeds.

    PubMed

    Rodríguez-Ramírez, R; Arana, A; Alfonso, L; González-Córdova, A F; Torrescano, G; Guerrero Legarreta, I; Vallejo-Cordoba, B

    2011-10-06

    Traceability ensures a link between carcass, quarters or cuts of beef and the individual animal or the group of animals from which they are derived. Meat traceability is an essential tool for successful identification and recall of contaminated products from the market during a food crisis. Meat traceability is also extremely important for protection and value enhancement of good-quality brands. Molecular meat traceability would allow verification of conventional methods used for beef tracing in synthetic Mexican bovine breeds. We evaluated a set of 11 microsatellites for their ability to identify animals belonging to these synthetic breeds, Brangus and Charolais/Brahman (78 animals). Seven microsatellite markers allowed sample discrimination with a match probability, defined as the probability of finding two individuals sharing by chance the same genotypic profile, of 10(-8). The practical application of the marker set was evaluated by testing eight samples from carcasses and pieces of meat at the slaughterhouse and at the point of sale. The DNA profiles of the two samples obtained at these two different points in the production-commercialization chain always proved that they came from the same animal.

  14. Rabies Virus Exposure of Brazilian Free-ranging Wildlife from Municipalities without Clinical Cases in Humans or in Terrestrial Wildlife.

    PubMed

    Marcelo Azevedo de Paula Antunes, João; de Castro Demoner, Larissa; Morosini de Andrade Cruvinel, Tatiana; Paula Kataoka, Ana; Fátima Alves Martorelli, Luzia; Puglia Machado, Gustavo; Megid, Jane

    2017-07-01

    Rabies is a zoonosis that causes thousands of animal and human deaths worldwide. Serological studies provide information concerning rabies virus circulation among animals and humans. We evaluated the circulation of the rabies virus in wildlife in nine municipalities of São Paulo State, Brazil. We took blood samples from 27 terrestrial animals of nine different mammalian species in locations without cases of rabies in human and wild terrestrial mammals. Sera were tested with the use of the rapid fluorescent focus inhibition test (RFFIT) for the detection of rabies virus-neutralizing antibodies (RVNA). The RFFIT was positive in 100% of the samples, with many (81.48%) showing protective titer levels (>0.5 IU/mL) with other samples (18.52%) showing titers representing exposure (<0.5 IU/mL). We report RVNA in novel species (e.g., Alouatta caraya and Tapyrus terrestris). Wild animals were exposed to rabies virus in municipalities without a history of human rabies cases, which demonstrated a need for research to understand the role of these animals in the circulation and transmission of the disease.

  15. Modeling misidentification errors that result from use of genetic tags in capture-recapture studies

    USGS Publications Warehouse

    Yoshizaki, J.; Brownie, C.; Pollock, K.H.; Link, W.A.

    2011-01-01

    Misidentification of animals is potentially important when naturally existing features (natural tags) such as DNA fingerprints (genetic tags) are used to identify individual animals. For example, when misidentification leads to multiple identities being assigned to an animal, traditional estimators tend to overestimate population size. Accounting for misidentification in capture-recapture models requires detailed understanding of the mechanism. Using genetic tags as an example, we outline a framework for modeling the effect of misidentification in closed population studies when individual identification is based on natural tags that are consistent over time (non-evolving natural tags). We first assume a single sample is obtained per animal for each capture event, and then generalize to the case where multiple samples (such as hair or scat samples) are collected per animal per capture occasion. We introduce methods for estimating population size and, using a simulation study, we show that our new estimators perform well for cases with moderately high capture probabilities or high misidentification rates. In contrast, conventional estimators can seriously overestimate population size when errors due to misidentification are ignored. ?? 2009 Springer Science+Business Media, LLC.

  16. Molecular Epidemiology of Blastocystis sp. in Various Animal Groups from Two French Zoos and Evaluation of Potential Zoonotic Risk

    PubMed Central

    Moriniere, Romain; Gantois, Nausicaa; Benamrouz-Vanneste, Sadia; Delgado-Viscogliosi, Pilar; Guyot, Karine; Li, Luen-Luen; Monchy, Sébastien; Noël, Christophe; Poirier, Philippe; Nourrisson, Céline; Wawrzyniak, Ivan; Delbac, Frédéric; Bosc, Stéphanie; Chabé, Magali; Petit, Thierry; Certad, Gabriela; Viscogliosi, Eric

    2017-01-01

    Blastocystis sp. is a common intestinal parasite infecting humans and a wide range of animals worldwide. It exhibits an extensive genetic diversity and 17 subtypes (STs) have thus far been identified in mammalian and avian hosts. Since several STs are common to humans and animals, it was proposed that a proportion of human infections may result from zoonotic transmission. However, the contribution of each animal source to human infection remains to be clarified. Therefore, the aim of this study was to expand our knowledge of the epidemiology and host specificity of this parasite by performing the largest epidemiological survey ever conducted in animal groups in terms of numbers of species screened. A total of 307 stool samples from 161 mammalian and non-mammalian species in two French zoos were screened by real-time PCR for the presence of Blastocystis sp. Overall, 32.2% of the animal samples and 37.9% of the species tested were shown to be infected with the parasite. A total of 111 animal Blastocystis sp. isolates were subtyped, and 11 of the 17 mammalian and avian STs as well as additional STs previously identified in reptiles and insects were found with a varying prevalence according to animal groups. These data were combined with those obtained from previous surveys to evaluate the potential risk of zoonotic transmission of Blastocystis sp. through the comparison of ST distribution between human and animal hosts. This suggests that non-human primates, artiodactyls and birds may serve as reservoirs for human infection, especially in animal handlers. In contrast, other mammals such as carnivores, and non-mammalian groups including reptiles and insects, do not seem to represent significant sources of Blastocystis sp. infection in humans. In further studies, more intensive sampling and screening of potential new animal hosts will reinforce these statements and expand our understanding of the circulation of Blastocystis sp. in animal and human populations. PMID:28060901

  17. Molecular Epidemiology of Blastocystis sp. in Various Animal Groups from Two French Zoos and Evaluation of Potential Zoonotic Risk.

    PubMed

    Cian, Amandine; El Safadi, Dima; Osman, Marwan; Moriniere, Romain; Gantois, Nausicaa; Benamrouz-Vanneste, Sadia; Delgado-Viscogliosi, Pilar; Guyot, Karine; Li, Luen-Luen; Monchy, Sébastien; Noël, Christophe; Poirier, Philippe; Nourrisson, Céline; Wawrzyniak, Ivan; Delbac, Frédéric; Bosc, Stéphanie; Chabé, Magali; Petit, Thierry; Certad, Gabriela; Viscogliosi, Eric

    2017-01-01

    Blastocystis sp. is a common intestinal parasite infecting humans and a wide range of animals worldwide. It exhibits an extensive genetic diversity and 17 subtypes (STs) have thus far been identified in mammalian and avian hosts. Since several STs are common to humans and animals, it was proposed that a proportion of human infections may result from zoonotic transmission. However, the contribution of each animal source to human infection remains to be clarified. Therefore, the aim of this study was to expand our knowledge of the epidemiology and host specificity of this parasite by performing the largest epidemiological survey ever conducted in animal groups in terms of numbers of species screened. A total of 307 stool samples from 161 mammalian and non-mammalian species in two French zoos were screened by real-time PCR for the presence of Blastocystis sp. Overall, 32.2% of the animal samples and 37.9% of the species tested were shown to be infected with the parasite. A total of 111 animal Blastocystis sp. isolates were subtyped, and 11 of the 17 mammalian and avian STs as well as additional STs previously identified in reptiles and insects were found with a varying prevalence according to animal groups. These data were combined with those obtained from previous surveys to evaluate the potential risk of zoonotic transmission of Blastocystis sp. through the comparison of ST distribution between human and animal hosts. This suggests that non-human primates, artiodactyls and birds may serve as reservoirs for human infection, especially in animal handlers. In contrast, other mammals such as carnivores, and non-mammalian groups including reptiles and insects, do not seem to represent significant sources of Blastocystis sp. infection in humans. In further studies, more intensive sampling and screening of potential new animal hosts will reinforce these statements and expand our understanding of the circulation of Blastocystis sp. in animal and human populations.

  18. Determination of selected neurotoxic insecticides in small amounts of animal tissue utilizing a newly constructed mini-extractor.

    PubMed

    Seifertová, Marta; Čechová, Eliška; Llansola, Marta; Felipo, Vicente; Vykoukalová, Martina; Kočan, Anton

    2017-10-01

    We developed a simple analytical method for the simultaneous determination of representatives of various groups of neurotoxic insecticides (carbaryl, chlorpyrifos, cypermethrin, and α-endosulfan and β-endosulfan and their metabolite endosulfan sulfate) in limited amounts of animal tissues containing different amounts of lipids. Selected tissues (rodent fat, liver, and brain) were extracted in a special in-house-designed mini-extractor constructed on the basis of the Soxhlet and Twisselmann extractors. A dried tissue sample placed in a small cartridge was extracted, while the nascent extract was simultaneously filtered through a layer of sodium sulfate. The extraction was followed by combined clean-up, including gel permeation chromatography (in case of high lipid content), ultrasonication, and solid-phase extraction chromatography using C 18 on silica and aluminum oxide. Gas chromatography coupled with high-resolution mass spectrometry was used for analyte separation, detection, and quantification. Average recoveries for individual insecticides ranged from 82 to 111%. Expanded measurement uncertainties were generally lower than 35%. The developed method was successfully applied to rat tissue samples obtained from an animal model dealing with insecticide exposure during brain development. This method may also be applied to the analytical treatment of small amounts of various types of animal and human tissue samples. A significant advantage achieved using this method is high sample throughput due to the simultaneous treatment of many samples. Graphical abstract Optimized workflow for the determination of selected insecticides in small amounts of animal tissue including newly developed mini-extractor.

  19. Elephant Seals and Temperature Data: Calibrations and Limitations.

    NASA Astrophysics Data System (ADS)

    Simmons, S. E.; Tremblay, Y.; Costa, D. P.

    2006-12-01

    In recent years with technological advances, instruments deployed on diving marine animals have been used to sample the environment in addition to their behavior. Of all oceanographic variables one of the most valuable and easiest to record is temperature. Here we report on a series of lab calibration and field validation experiments that consider the accuracy of temperature measurements from animal borne ocean samplers. Additionally we consider whether sampling frequency or animal behavior affects the quality of the temperature data collected by marine animals. Rapid response, external temperature sensors on eight Wildlife Computers MK9 time-depth recorders (TDRs) were calibrated using water baths at the Naval Postgraduate School (Monterey, CA). These water baths are calibrated using a platinum thermistor to 0.001° C. Instruments from different production batches were calibrated before and after deployments on adult female northern elephant seals, to examine tag performance over time and under `normal' usage. Tag performance in the field was validated by comparisons with temperature data from a Seabird CTD. In April/May of 2004, casts to 200m were performed over the Monterey Canyon using a CTD array carrying MK9s. These casts were performed before and after the release of a juvenile elephant seal from the boat. The seal was also carrying an MK9 TDR, allowing the assessment of any animal effect on temperature profiles. Sampling frequency during these field validations was set at one second intervals and the data from TDRs on both the CTD and the seals was sub-sampled at four, eight, 30 and 300 (5 min) seconds. The sub-sampled data was used to determine thermocline depth, a thermocline depth zone and temperature gradients and assess whether sampling frequency or animal behavior affects the quality of temperature data. Preliminary analyses indicate that temperature sensors deployed on elephant seals can provide water column temperature data of high quality and precision.

  20. Colorado animal-based plague surveillance systems: relationships between targeted animal species and prediction efficacy of areas at risk for humans.

    PubMed

    Lowell, Jennifer L; Eisen, Rebecca J; Schotthoefer, Anna M; Xiaocheng, Liang; Montenieri, John A; Tanda, Dale; Pape, John; Schriefer, Martin E; Antolin, Michael F; Gage, Kenneth L

    2009-06-01

    Human plague risks (Yersinia pestis infection) are greatest when epizootics cause high mortality among this bacterium's natural rodent hosts. Therefore, health departments in plague-endemic areas commonly establish animal-based surveillance programs to monitor Y. pestis infection among plague hosts and vectors. The primary objectives of our study were to determine whether passive animal-based plague surveillance samples collected in Colorado from 1991 to 2005 were sampled from high human plague risk areas and whether these samples provided information useful for predicting human plague case locations. By comparing locations of plague-positive animal samples with a previously constructed GIS-based plague risk model, we determined that the majority of plague-positive Gunnison's prairie dogs (100%) and non-prairie dog sciurids (85.82%), and moderately high percentages of sigmodontine rodents (71.4%), domestic cats (69.3%), coyotes (62.9%), and domestic dogs (62.5%) were recovered within 1 km of the nearest area posing high peridomestic risk to humans. In contrast, the majority of white-tailed prairie dog (66.7%), leporid (cottontailed and jack rabbits) (71.4%), and black-tailed prairie dog (93.0%) samples originated more than 1 km from the nearest human risk habitat. Plague-positive animals or their fleas were rarely (one of 19 cases) collected within 2 km of a case exposure site during the 24 months preceding the dates of illness onset for these cases. Low spatial accuracy for identifying epizootic activity prior to human plague cases suggested that other mammalian species or their fleas are likely more important sources of human infection in high plague risk areas. To address this issue, epidemiological observations and multi-locus variable number tandem repeat analyses (MLVA) were used to preliminarily identify chipmunks as an under-sampled, but potentially important, species for human plague risk in Colorado.

  1. Exposure to high endotoxin concentration increases wheezing prevalence among laboratory animal workers: a cross-sectional study.

    PubMed

    Freitas, Amanda Souza; Simoneti, Christian Silva; Ferraz, Erica; Bagatin, Ericson; Brandão, Izaira Tincani; Silva, Celio Lopes; Borges, Marcos Carvalho; Vianna, Elcio Oliveira

    2016-05-06

    Endotoxin from Gram-negative bacteria are found in different concentrations in dust and on the ground of laboratories dealing with small animals and animal houses. Cross-sectional study performed in workplaces of two universities. Dust samples were collected from laboratories and animal facilities housing rats, mice, guinea pigs, rabbits or hamsters and analyzed by the "Limulus amebocyte lysate" (LAL) method. We also sampled workplaces without animals. The concentrations of endotoxin detected in the workplaces were tested for association with wheezing in the last 12 months, asthma defined by self-reported diagnosis and asthma confirmed by bronchial hyperresponsiveness (BHR) to mannitol. Dust samples were obtained at 145 workplaces, 92 with exposure to animals and 53 with no exposure. Exposed group comprised 412 subjects and non-exposed group comprised 339 subjects. Animal-exposed workplaces had higher concentrations of endotoxin, median of 34.2 endotoxin units (EU) per mg of dust (interquartile range, 12.6-65.4), as compared to the non-exposed group, median of 10.2 EU/mg of dust (interquartile range, 2.6-22.2) (p < 0.001). The high concentration of endotoxin (above whole sample median, 20.4 EU/mg) was associated with increased wheezing prevalence (p < 0.001), i.e., 61 % of workers exposed to high endotoxin concentration reported wheezing in the last 12 months compared to 29 % of workers exposed to low endotoxin concentration. The concentration of endotoxin was not associated with asthma report or with BHR confirmed asthma. Exposure to endotoxin is associated with a higher prevalence of wheezing, but not with asthma as defined by the mannitol bronchial challenge test or by self-reported asthma. Preventive measures are necessary for these workers.

  2. Shedding of Clostridium difficile PCR ribotype 078 by zoo animals, and report of an unstable metronidazole-resistant isolate from a zebra foal (Equus quagga burchellii).

    PubMed

    Álvarez-Pérez, Sergio; Blanco, José L; Martínez-Nevado, Eva; Peláez, Teresa; Harmanus, Celine; Kuijper, Ed; García, Marta E

    2014-03-14

    Clostridium difficile is an emerging and potentially zoonotic pathogen, but its prevalence in most animal species, including exhibition animals, is currently unknown. In this study we assessed the prevalence of faecal shedding of C. difficile by zoo animals, and determined the ribotype, toxin profile and antimicrobial susceptibility of recovered isolates. A total of 200 samples from 40 animal species (36.5% of which came from plains zebra, Equus quagga burchellii) were analysed. C. difficile was isolated from 7 samples (3.5% of total), which came from the following animal species: chimpanzee (Pan troglodytes troglodytes), dwarf goat (Capra hircus), and Iberian ibex (Capra pyrenaica hispanica), with one positive sample each; and plains zebra, with 4 positive samples from 3 different individuals. Most recovered isolates (4/7, 57.1%) belonged to the epidemic PCR ribotype 078, produced toxins A and B, and had the genes encoding binary toxin (i.e. A(+)B(+)CDT(+) isolates). The remaining three isolates belonged to PCR ribotypes 039 (A(-)B(-)CDT(-)), 042 (A(+)B(+)CDT(-)) and 110 (A(-)B(+)CDT(-)). Regardless of their ribotype, all isolates displayed high-level resistance to the fluoroquinolones ciprofloxacin, enrofloxacin and levofloxacin. Some isolates were also resistant to meropenem and/or ertapenem. A ribotype 078 isolate recovered from a male zebra foal initially showed in vitro resistance to metronidazole (MIC ≥ 256 μg/ml), but lost that trait after subculturing on non-selective media. We conclude that zoo animals belonging to different species can carry ribotype 078 and other toxigenic strains of C. difficile showing resistance to antimicrobial compounds commonly used in veterinary and/or human medicine. Copyright © 2014 Elsevier B.V. All rights reserved.

  3. Salmonella Prevalence and Antimicrobial Susceptibility from the National Animal Health Monitoring System Sheep 2011 Study.

    PubMed

    Dargatz, David A; Marshall, Katherine L; Fedorka-Cray, Paula J; Erdman, Matthew M; Kopral, Christine A

    2015-12-01

    Salmonella is a major cause of foodborne illness and can cause clinical disease in animals. Understanding the on-farm ecology of Salmonella will be helpful in decreasing the risk of foodborne transmission. An objective of this study was to determine the prevalence of Salmonella among fecal samples collected on sheep operations in the United States. Another objective was to compare the use of composite fecal samples with fecal samples collected from individual sheep as a tool for screening sheep flocks for Salmonella. Sheep fecal samples (individual and composite) were collected on operations in 22 states. Salmonella isolates were characterized with regard to species, serotype, and antimicrobial susceptibility profile. Most operations (72.1%) had at least one positive sample and overall 26.9% of samples were positive. The percentage of positive samples varied by animal age class. Composite and individual samples gave similar results. The majority of the isolates (94%) were Salmonella enterica subspecies diarizonae serotype 61:-:1,5,7. Nearly all of the isolates (91.2%) tested for antimicrobial susceptibility were susceptible to all antimicrobials in the panel. The findings suggest that salmonellae typically associated with foodborne disease transmission are infrequently found on sheep operations in the United States.

  4. Non-terminal blood sampling techniques in guinea pigs.

    PubMed

    Birck, Malene M; Tveden-Nyborg, Pernille; Lindblad, Maiken M; Lykkesfeldt, Jens

    2014-10-11

    Guinea pigs possess several biological similarities to humans and are validated experimental animal models(1-3). However, the use of guinea pigs currently represents a relatively narrow area of research and descriptive data on specific methodology is correspondingly scarce. The anatomical features of guinea pigs are slightly different from other rodent models, hence modulation of sampling techniques to accommodate for species-specific differences, e.g., compared to mice and rats, are necessary to obtain sufficient and high quality samples. As both long and short term in vivo studies often require repeated blood sampling the choice of technique should be well considered in order to reduce stress and discomfort in the animals but also to ensure survival as well as compliance with requirements of sample size and accessibility. Venous blood samples can be obtained at a number of sites in guinea pigs e.g., the saphenous and jugular veins, each technique containing both advantages and disadvantages(4,5). Here, we present four different blood sampling techniques for either conscious or anaesthetized guinea pigs. The procedures are all non-terminal procedures provided that sample volumes and number of samples do not exceed guidelines for blood collection in laboratory animals(6). All the described methods have been thoroughly tested and applied for repeated in vivo blood sampling in studies within our research facility.

  5. Prevalence and risk factors of Rift Valley fever in humans and animals from Kabale district in Southwestern Uganda, 2016

    PubMed Central

    de St. Maurice, Annabelle; Purpura, Lawrence; Ervin, Elizabeth; Balinandi, Stephen; Tumusiime, Alex; Kyondo, Jackson; Mulei, Sophia; Tusiime, Patrick; Lutwama, Julius; Klena, John D.; Brown, Shelley; Knust, Barbara; Rollin, Pierre E.; Nichol, Stuart T.

    2018-01-01

    Background Rift Valley fever (RVF) is a zoonotic disease caused by Rift Valley fever virus (RVFV) found in Africa and the Middle East. Outbreaks can cause extensive morbidity and mortality in humans and livestock. Following the diagnosis of two acute human RVF cases in Kabale district, Uganda, we conducted a serosurvey to estimate RVFV seroprevalence in humans and livestock and to identify associated risk factors. Methods Humans and animals at abattoirs and villages in Kabale district were sampled. Persons were interviewed about RVFV exposure risk factors. Human blood was tested for anti-RVFV IgM and IgG, and animal blood for anti-RVFV IgG. Principal findings 655 human and 1051 animal blood samples were collected. Anti-RVFV IgG was detected in 78 (12%) human samples; 3 human samples (0.5%) had detectable IgM only, and 7 (1%) had both IgM and IgG. Of the 10 IgM-positive persons, 2 samples were positive for RVFV by PCR, confirming recent infection. Odds of RVFV seropositivity were greater in participants who were butchers (odds ratio [OR] 5.1; 95% confidence interval [95% CI]: 1.7–15.1) and those who reported handling raw meat (OR 3.4; 95% CI 1.2–9.8). No persons under age 20 were RVFV seropositive. The overall animal seropositivity was 13%, with 27% of cattle, 7% of goats, and 4% of sheep seropositive. In a multivariate logistic regression, cattle species (OR 9.1; 95% CI 4.1–20.5), adult age (OR 3.0; 95% CI 1.6–5.6), and female sex (OR 2.1; 95%CI 1.0–4.3) were significantly associated with animal seropositivity. Individual human seropositivity was significantly associated with animal seropositivity by subcounty after adjusting for sex, age, and occupation (p < 0.05). Conclusions Although no RVF cases had been detected in Uganda from 1968 to March 2016, our study suggests that RVFV has been circulating undetected in both humans and animals living in and around Kabale district. RVFV seropositivity in humans was associated with occupation, suggesting that the primary mode of RVFV transmission to humans in Kabale district could be through contact with animal blood or body fluids. PMID:29723189

  6. Utilization and cost of log production from animal loging operations

    Treesearch

    Suraj P. Shrestha; Bobby L. Lanford; Robert B. Rummer; Mark Dubois

    2006-01-01

    Forest harvesting with animals is a labor-intensive operation. It is expensive to use machines on smaller woodlots, which require frequent moves if mechanically logged. So, small logging systems using animals may be more cost effective. In this study, work sampling was used for five animal logging operations in Alabama to measure productive and non-productive time...

  7. Engendering Anthropocentrism: Lessons from Children's Realistic Animal Stories.

    ERIC Educational Resources Information Center

    Johnson, Kathleen R.

    In children's realistic stories about animals a number of wholly and unambiguously anthropocentric assumptions are at work. For instance, in a study most of the books (81%) in one sampling of 50 stories involve a pet or the process of domesticating a wild animal. In most cases the primary animal character is a dog or horse. The predominance of…

  8. A survey of trace metals in vegetation, soil and lower animal along some selected major roads in metropolitan city of Lagos.

    PubMed

    Awofolu, O R

    2005-06-01

    The concentration of trace metals (Cd, Cu, Pb and Zn) in a total of 144 samples of grass, soil and lower animal (earthworm, Lybrodrilus violaceous) were collected and analysed for their metallic content. Levels of cadmium ranged from 0.01-0.07 microg g(-1); 0.01-0.12 microg g(-1) and from trace-0.05 microg g(-1) dry weight for plant, soil and animal samples respectively. Mean concentration of copper ranged 0.10-1.48 microg g(-1); 0.10-2.90 microg g(-1) and 0.01-0.08 microg g(-1) for samples in similar order as above. The levels of Pb varied from 0.01-0.14 microg g(-1); 0.02-0.23 microg g(-1) and from trace-0.07 microg (g-1) while that of Zn ranged from 0.19-1.80 microg g(-1); 0.51-3.35 microg g(-1) and 0.01-0.08 microg g(-1) also in the same order of samples as mentioned above. Levels of metals in soil samples were higher than the background levels with the exception of Zn but lower than European Union (EU) limits. The results generally revealed the presence of metals in plant and animal samples and metal dynamics up the food chain is highly possible. Acceptable recoveries of the spiking experiment validate the experimental protocol.

  9. Bovine virus diarrhea virus in free-living deer from Denmark.

    PubMed

    Nielsen, S S; Roensholt, L; Bitsch, V

    2000-07-01

    Free-living deer are suggested as a possible source of infection of cattle with bovine virus diarrhea (BVD) virus. To examine this hypothesis blood samples from 476 free-living deer were collected during two different periods and tested for BVD virus and antibody in Denmark. In 1995-96, 207 animals were tested. These included 149 roe deer (Capreolus capreolus), 29 fallow deer (Dama dama), 20 red deer (Cervus elaphus) and one sika deer (Cervus sika). For the remaining eight animals no species information was available. In 1998-99, 269 animals were tested including 212 roe deer and 57 red deer. The animals were selected from areas with a relatively high prevalence of cattle herds with a BVD persistent infection status in 1997 and 1998. All 207 samples from 1995-96 were found antibody-negative except two samples from red deer. Only 158 of the 207 samples were tested for virus and were all found negative. Of the 269 samples from 1998-99 all but one were antibody negative. The positive sample was from a red deer. All samples were virus-negative. It appears that BVD infection does not occur in roe deer in Denmark. The presence of antibody in a few red deer from various districts in Jutland probably results from cattle to deer transmission, rather than spread among deer. Hence, the possibility of free-living deer as a source of infection for cattle in Denmark seems to be remote.

  10. Occurrence of veterinary antibiotics and progesterone in broiler manure and agricultural soil in Malaysia.

    PubMed

    Ho, Yu Bin; Zakaria, Mohamad Pauzi; Latif, Puziah Abdul; Saari, Nazamid

    2014-08-01

    Repeated applications of animal manure as fertilizer are normal agricultural practices that may release veterinary antibiotics and hormones into the environment from treated animals. Broiler manure samples and their respective manure-amended agricultural soil samples were collected in selected locations in the states of Selangor, Negeri Sembilan and Melaka in Malaysia to identify and quantify veterinary antibiotic and hormone residues in the environment. The samples were analyzed using ultrasonic extraction followed by solid phase extraction (SPE) and liquid chromatography-tandem mass spectrometry (LC-MS/MS). The broiler manure samples were found to be contaminated with at least six target analytes, namely, doxycycline, enrofloxacin, flumequine, norfloxacin, trimethoprim and tylosin. These analytes were detected in broiler manure samples with maximum concentrations reaching up to 78,516 μg kg(-1) dry weight (DW) (doxycycline). For manure-amended agricultural soil samples, doxycycline and enrofloxacin residues were detected in every soil sample. The maximum concentration of antibiotic detected in soil was 1331 μg kg(-1) DW (flumequine). The occurrence of antibiotics and hormones in animal manure at high concentration poses a risk of contaminating agricultural soil via fertilization with animal manure. Some physico-chemical parameters such as pH, total organic carbon (TOC) and metal content played a considerable role in the fate of the target veterinary antibiotics and progesterone in the environment. It was suggested that these parameters can affect the adsorption of pharmaceuticals to solid environmental matrices. Copyright © 2014 Elsevier B.V. All rights reserved.

  11. Assessing airborne aflatoxin B1 during on-farm grain handling activities.

    PubMed

    Selim, M I; Juchems, A M; Popendorf, W

    1998-04-01

    The presence of aflatoxin in corn and corn dust during relatively normal years and the increased risk of Aspergillus flavus infestation during drought conditions suggest that airborne agricultural exposures should be of considerable concern. Liquid extraction, thin layer chromatography, and high pressure liquid chromatography were used for the analysis of aflatoxin B1 in grain dust and bulk corn samples. A total of 24 samples of airborne dust were collected from 8 farms during harvest, 22 samples from 9 farms during animal feeding, and 14 sets of Andersen samples from 11 farms during bin cleaning. A total of 14 samples of settled dust and 18 samples of bulk corn were also collected and analyzed. The airborne concentration of aflatoxin B1 found in dust collected during harvest and grain unloading ranged from 0.04 to 92 ng/m3. Higher levels of aflatoxin B1 were found in the airborne dust samples collected from enclosed animal feeding buildings (5-421 ng/m3) and during bin cleaning (124-4849 ng/m3). Aflatoxin B1 up to 5100 ng/g were detected in settled dust collected from an enclosed animal feeding building; however, no apparent correlation was found between the airborne concentration of aflatoxin B1 and its concentration in settled dust or bulk corn. The data demonstrate that farmers and farm workers may be exposed to potentially hazardous concentrations of aflatoxin B1, particularly during bin cleaning and animal feeding in enclosed buildings.

  12. Virtual Interactomics of Proteins from Biochemical Standpoint

    PubMed Central

    Kubrycht, Jaroslav; Sigler, Karel; Souček, Pavel

    2012-01-01

    Virtual interactomics represents a rapidly developing scientific area on the boundary line of bioinformatics and interactomics. Protein-related virtual interactomics then comprises instrumental tools for prediction, simulation, and networking of the majority of interactions important for structural and individual reproduction, differentiation, recognition, signaling, regulation, and metabolic pathways of cells and organisms. Here, we describe the main areas of virtual protein interactomics, that is, structurally based comparative analysis and prediction of functionally important interacting sites, mimotope-assisted and combined epitope prediction, molecular (protein) docking studies, and investigation of protein interaction networks. Detailed information about some interesting methodological approaches and online accessible programs or databases is displayed in our tables. Considerable part of the text deals with the searches for common conserved or functionally convergent protein regions and subgraphs of conserved interaction networks, new outstanding trends and clinically interesting results. In agreement with the presented data and relationships, virtual interactomic tools improve our scientific knowledge, help us to formulate working hypotheses, and they frequently also mediate variously important in silico simulations. PMID:22928109

  13. Identifying the minor set cover of dense connected bipartite graphs via random matching edge sets

    NASA Astrophysics Data System (ADS)

    Hamilton, Kathleen E.; Humble, Travis S.

    2017-04-01

    Using quantum annealing to solve an optimization problem requires minor embedding a logic graph into a known hardware graph. In an effort to reduce the complexity of the minor embedding problem, we introduce the minor set cover (MSC) of a known graph G: a subset of graph minors which contain any remaining minor of the graph as a subgraph. Any graph that can be embedded into G will be embeddable into a member of the MSC. Focusing on embedding into the hardware graph of commercially available quantum annealers, we establish the MSC for a particular known virtual hardware, which is a complete bipartite graph. We show that the complete bipartite graph K_{N,N} has a MSC of N minors, from which K_{N+1} is identified as the largest clique minor of K_{N,N}. The case of determining the largest clique minor of hardware with faults is briefly discussed but remains an open question.

  14. Identifying the minor set cover of dense connected bipartite graphs via random matching edge sets

    DOE PAGES

    Hamilton, Kathleen E.; Humble, Travis S.

    2017-02-23

    Using quantum annealing to solve an optimization problem requires minor embedding a logic graph into a known hardware graph. We introduce the minor set cover (MSC) of a known graph GG : a subset of graph minors which contain any remaining minor of the graph as a subgraph, in an effort to reduce the complexity of the minor embedding problem. Any graph that can be embedded into GG will be embeddable into a member of the MSC. Focusing on embedding into the hardware graph of commercially available quantum annealers, we establish the MSC for a particular known virtual hardware, whichmore » is a complete bipartite graph. Furthermore, we show that the complete bipartite graph K N,N has a MSC of N minors, from which K N+1 is identified as the largest clique minor of K N,N. In the case of determining the largest clique minor of hardware with faults we briefly discussed this open question.« less

  15. Spectrum of walk matrix for Koch network and its application

    NASA Astrophysics Data System (ADS)

    Xie, Pinchen; Lin, Yuan; Zhang, Zhongzhi

    2015-06-01

    Various structural and dynamical properties of a network are encoded in the eigenvalues of walk matrix describing random walks on the network. In this paper, we study the spectra of walk matrix of the Koch network, which displays the prominent scale-free and small-world features. Utilizing the particular architecture of the network, we obtain all the eigenvalues and their corresponding multiplicities. Based on the link between the eigenvalues of walk matrix and random target access time defined as the expected time for a walker going from an arbitrary node to another one selected randomly according to the steady-state distribution, we then derive an explicit solution to the random target access time for random walks on the Koch network. Finally, we corroborate our computation for the eigenvalues by enumerating spanning trees in the Koch network, using the connection governing eigenvalues and spanning trees, where a spanning tree of a network is a subgraph of the network, that is, a tree containing all the nodes.

  16. Structure-preserving model reduction of large-scale logistics networks. Applications for supply chains

    NASA Astrophysics Data System (ADS)

    Scholz-Reiter, B.; Wirth, F.; Dashkovskiy, S.; Makuschewitz, T.; Schönlein, M.; Kosmykov, M.

    2011-12-01

    We investigate the problem of model reduction with a view to large-scale logistics networks, specifically supply chains. Such networks are modeled by means of graphs, which describe the structure of material flow. An aim of the proposed model reduction procedure is to preserve important features within the network. As a new methodology we introduce the LogRank as a measure for the importance of locations, which is based on the structure of the flows within the network. We argue that these properties reflect relative importance of locations. Based on the LogRank we identify subgraphs of the network that can be neglected or aggregated. The effect of this is discussed for a few motifs. Using this approach we present a meta algorithm for structure-preserving model reduction that can be adapted to different mathematical modeling frameworks. The capabilities of the approach are demonstrated with a test case, where a logistics network is modeled as a Jackson network, i.e., a particular type of queueing network.

  17. A system biology approach for understanding the miRNA regulatory network in colon rectal cancer.

    PubMed

    Pradhan, Meeta; Nagulapalli, Kshithija; Ledford, Lakenvia; Pandit, Yogesh; Palakal, Mathew

    2015-01-01

    In this paper we present a systems biology approach to the understanding of the miRNA-regulatory network in colon rectal cancer. An initial set of significant genes in Colon Rectal Cancer (CRC) were obtained by mining relevant literature. An initial set of cancer-related miRNAs were obtained from three databases: miRBase, miRWalk, Targetscan and GEO microarray experiment. First principle methods were then used to generate the global miRNA-gene network. Significant miRNAs and associated transcription factors in the global miRNA-gene network were identified using topological and sub-graph analyses. Eleven novel miRNAs were identified and three of the novel miRNAs, hsa-miR-630, hsa-miR-100 and hsa-miR-99a, were further analysed to elucidate their role in CRC. The proposed methodology effectively made use of literature data and was able to show novel, significant miRNA-transcription associations in CRC.

  18. Coevolving complex networks in the model of social interactions

    NASA Astrophysics Data System (ADS)

    Raducha, Tomasz; Gubiec, Tomasz

    2017-04-01

    We analyze Axelrod's model of social interactions on coevolving complex networks. We introduce four extensions with different mechanisms of edge rewiring. The models are intended to catch two kinds of interactions-preferential attachment, which can be observed in scientists or actors collaborations, and local rewiring, which can be observed in friendship formation in everyday relations. Numerical simulations show that proposed dynamics can lead to the power-law distribution of nodes' degree and high value of the clustering coefficient, while still retaining the small-world effect in three models. All models are characterized by two phase transitions of a different nature. In case of local rewiring we obtain order-disorder discontinuous phase transition even in the thermodynamic limit, while in case of long-distance switching discontinuity disappears in the thermodynamic limit, leaving one continuous phase transition. In addition, we discover a new and universal characteristic of the second transition point-an abrupt increase of the clustering coefficient, due to formation of many small complete subgraphs inside the network.

  19. Unapparent Information Revelation: Text Mining for Counterterrorism

    NASA Astrophysics Data System (ADS)

    Srihari, Rohini K.

    Unapparent information revelation (UIR) is a special case of text mining that focuses on detecting possible links between concepts across multiple text documents by generating an evidence trail explaining the connection. A traditional search involving, for example, two or more person names will attempt to find documents mentioning both these individuals. This research focuses on a different interpretation of such a query: what is the best evidence trail across documents that explains a connection between these individuals? For example, all may be good golfers. A generalization of this task involves query terms representing general concepts (e.g. indictment, foreign policy). Previous approaches to this problem have focused on graph mining involving hyperlinked documents, and link analysis exploiting named entities. A new robust framework is presented, based on (i) generating concept chain graphs, a hybrid content representation, (ii) performing graph matching to select candidate subgraphs, and (iii) subsequently using graphical models to validate hypotheses using ranked evidence trails. We adapt the DUC data set for cross-document summarization to evaluate evidence trails generated by this approach

  20. Adaptation in protein fitness landscapes is facilitated by indirect paths

    PubMed Central

    Wu, Nicholas C; Dai, Lei; Olson, C Anders; Lloyd-Smith, James O; Sun, Ren

    2016-01-01

    The structure of fitness landscapes is critical for understanding adaptive protein evolution. Previous empirical studies on fitness landscapes were confined to either the neighborhood around the wild type sequence, involving mostly single and double mutants, or a combinatorially complete subgraph involving only two amino acids at each site. In reality, the dimensionality of protein sequence space is higher (20L) and there may be higher-order interactions among more than two sites. Here we experimentally characterized the fitness landscape of four sites in protein GB1, containing 204 = 160,000 variants. We found that while reciprocal sign epistasis blocked many direct paths of adaptation, such evolutionary traps could be circumvented by indirect paths through genotype space involving gain and subsequent loss of mutations. These indirect paths alleviate the constraint on adaptive protein evolution, suggesting that the heretofore neglected dimensions of sequence space may change our views on how proteins evolve. DOI: http://dx.doi.org/10.7554/eLife.16965.001 PMID:27391790

  1. Protein complex prediction in large ontology attributed protein-protein interaction networks.

    PubMed

    Zhang, Yijia; Lin, Hongfei; Yang, Zhihao; Wang, Jian; Li, Yanpeng; Xu, Bo

    2013-01-01

    Protein complexes are important for unraveling the secrets of cellular organization and function. Many computational approaches have been developed to predict protein complexes in protein-protein interaction (PPI) networks. However, most existing approaches focus mainly on the topological structure of PPI networks, and largely ignore the gene ontology (GO) annotation information. In this paper, we constructed ontology attributed PPI networks with PPI data and GO resource. After constructing ontology attributed networks, we proposed a novel approach called CSO (clustering based on network structure and ontology attribute similarity). Structural information and GO attribute information are complementary in ontology attributed networks. CSO can effectively take advantage of the correlation between frequent GO annotation sets and the dense subgraph for protein complex prediction. Our proposed CSO approach was applied to four different yeast PPI data sets and predicted many well-known protein complexes. The experimental results showed that CSO was valuable in predicting protein complexes and achieved state-of-the-art performance.

  2. Spatial fingerprints of community structure in human interaction network for an extensive set of large-scale regions.

    PubMed

    Kallus, Zsófia; Barankai, Norbert; Szüle, János; Vattay, Gábor

    2015-01-01

    Human interaction networks inferred from country-wide telephone activity recordings were recently used to redraw political maps by projecting their topological partitions into geographical space. The results showed remarkable spatial cohesiveness of the network communities and a significant overlap between the redrawn and the administrative borders. Here we present a similar analysis based on one of the most popular online social networks represented by the ties between more than 5.8 million of its geo-located users. The worldwide coverage of their measured activity allowed us to analyze the large-scale regional subgraphs of entire continents and an extensive set of examples for single countries. We present results for North and South America, Europe and Asia. In our analysis we used the well-established method of modularity clustering after an aggregation of the individual links into a weighted graph connecting equal-area geographical pixels. Our results show fingerprints of both of the opposing forces of dividing local conflicts and of uniting cross-cultural trends of globalization.

  3. Augmenting computer networks

    NASA Technical Reports Server (NTRS)

    Bokhari, S. H.; Raza, A. D.

    1984-01-01

    Three methods of augmenting computer networks by adding at most one link per processor are discussed: (1) A tree of N nodes may be augmented such that the resulting graph has diameter no greater than 4log sub 2((N+2)/3)-2. Thi O(N(3)) algorithm can be applied to any spanning tree of a connected graph to reduce the diameter of that graph to O(log N); (2) Given a binary tree T and a chain C of N nodes each, C may be augmented to produce C so that T is a subgraph of C. This algorithm is O(N) and may be used to produce augmented chains or rings that have diameter no greater than 2log sub 2((N+2)/3) and are planar; (3) Any rectangular two-dimensional 4 (8) nearest neighbor array of size N = 2(k) may be augmented so that it can emulate a single step shuffle-exchange network of size N/2 in 3(t) time steps.

  4. Inferring the interplay between network structure and market effects in Bitcoin

    NASA Astrophysics Data System (ADS)

    Kondor, Dániel; Csabai, István; Szüle, János; Pósfai, Márton; Vattay, Gábor

    2014-12-01

    A main focus in economics research is understanding the time series of prices of goods and assets. While statistical models using only the properties of the time series itself have been successful in many aspects, we expect to gain a better understanding of the phenomena involved if we can model the underlying system of interacting agents. In this article, we consider the history of Bitcoin, a novel digital currency system, for which the complete list of transactions is available for analysis. Using this dataset, we reconstruct the transaction network between users and analyze changes in the structure of the subgraph induced by the most active users. Our approach is based on the unsupervised identification of important features of the time variation of the network. Applying the widely used method of Principal Component Analysis to the matrix constructed from snapshots of the network at different times, we are able to show how structural changes in the network accompany significant changes in the exchange price of bitcoins.

  5. Game Theory in Fleet Management

    NASA Astrophysics Data System (ADS)

    Dulai, Tibor; Jaskó, Szilárd; Muhi, Dániel

    2008-11-01

    In this survey we attempt to apply the results of cooperative game theory on fleet management problems. We deal with the aspect of a fleet where the members have their own goal, however the fleet has a common purpose too. These goals are to reach all destinations and get back to the center as quickly as possible. If we draw the map of the area-which contains the destination points and their environment-as a graph, we should determinate circles in it for each member of the fleet. Separating the nodes for each member, we should find Hamilton-circles of the sub-graphs. How to separate the destination points between the fleet members? How to route the members? What happens if there is an accident on a road which changes the way of a member? It may influence the other members' route too. What to communicate for getting the relevant information? How to change the routes in real time? We use cooperative game theory to find the solution.

  6. Identifying protein complexes in PPI network using non-cooperative sequential game.

    PubMed

    Maulik, Ujjwal; Basu, Srinka; Ray, Sumanta

    2017-08-21

    Identifying protein complexes from protein-protein interaction (PPI) network is an important and challenging task in computational biology as it helps in better understanding of cellular mechanisms in various organisms. In this paper we propose a noncooperative sequential game based model for protein complex detection from PPI network. The key hypothesis is that protein complex formation is driven by mechanism that eventually optimizes the number of interactions within the complex leading to dense subgraph. The hypothesis is drawn from the observed network property named small world. The proposed multi-player game model translates the hypothesis into the game strategies. The Nash equilibrium of the game corresponds to a network partition where each protein either belong to a complex or form a singleton cluster. We further propose an algorithm to find the Nash equilibrium of the sequential game. The exhaustive experiment on synthetic benchmark and real life yeast networks evaluates the structural as well as biological significance of the network partitions.

  7. FREQUENT SUBGRAPH MINING OF PERSONALIZED SIGNALING PATHWAY NETWORKS GROUPS PATIENTS WITH FREQUENTLY DYSREGULATED DISEASE PATHWAYS AND PREDICTS PROGNOSIS.

    PubMed

    Durmaz, Arda; Henderson, Tim A D; Brubaker, Douglas; Bebek, Gurkan

    2017-01-01

    Large scale genomics studies have generated comprehensive molecular characterization of numerous cancer types. Subtypes for many tumor types have been established; however, these classifications are based on molecular characteristics of a small gene sets with limited power to detect dysregulation at the patient level. We hypothesize that frequent graph mining of pathways to gather pathways functionally relevant to tumors can characterize tumor types and provide opportunities for personalized therapies. In this study we present an integrative omics approach to group patients based on their altered pathway characteristics and show prognostic differences within breast cancer (p < 9:57E - 10) and glioblastoma multiforme (p < 0:05) patients. We were able validate this approach in secondary RNA-Seq datasets with p < 0:05 and p < 0:01 respectively. We also performed pathway enrichment analysis to further investigate the biological relevance of dysregulated pathways. We compared our approach with network-based classifier algorithms and showed that our unsupervised approach generates more robust and biologically relevant clustering whereas previous approaches failed to report specific functions for similar patient groups or classify patients into prognostic groups. These results could serve as a means to improve prognosis for future cancer patients, and to provide opportunities for improved treatment options and personalized interventions. The proposed novel graph mining approach is able to integrate PPI networks with gene expression in a biologically sound approach and cluster patients in to clinically distinct groups. We have utilized breast cancer and glioblastoma multiforme datasets from microarray and RNA-Seq platforms and identified disease mechanisms differentiating samples. Supplementary methods, figures, tables and code are available at https://github.com/bebeklab/dysprog.

  8. Estimating Animal Abundance in Ground Beef Batches Assayed with Molecular Markers

    PubMed Central

    Hu, Xin-Sheng; Simila, Janika; Platz, Sindey Schueler; Moore, Stephen S.; Plastow, Graham; Meghen, Ciaran N.

    2012-01-01

    Estimating animal abundance in industrial scale batches of ground meat is important for mapping meat products through the manufacturing process and for effectively tracing the finished product during a food safety recall. The processing of ground beef involves a potentially large number of animals from diverse sources in a single product batch, which produces a high heterogeneity in capture probability. In order to estimate animal abundance through DNA profiling of ground beef constituents, two parameter-based statistical models were developed for incidence data. Simulations were applied to evaluate the maximum likelihood estimate (MLE) of a joint likelihood function from multiple surveys, showing superiority in the presence of high capture heterogeneity with small sample sizes, or comparable estimation in the presence of low capture heterogeneity with a large sample size when compared to other existing models. Our model employs the full information on the pattern of the capture-recapture frequencies from multiple samples. We applied the proposed models to estimate animal abundance in six manufacturing beef batches, genotyped using 30 single nucleotide polymorphism (SNP) markers, from a large scale beef grinding facility. Results show that between 411∼1367 animals were present in six manufacturing beef batches. These estimates are informative as a reference for improving recall processes and tracing finished meat products back to source. PMID:22479559

  9. Evaluation of Selected Nutrients and Contaminants in Distillers Grains from Ethanol Production in Texas.

    PubMed

    Lee, Kyung-Min; Herrman, Timothy J; Post, Lynn

    2016-09-01

    This article contains the results of the evaluation of distillers grain (DG) coproducts from different ethanol plants around the United States and supplemented in animal diets in Texas, based on samples analyzed from 2008 to 2014. The samples were assessed for concentration, occurrence, and prevalence of selected nutrients and contaminants. Protein and sulfur contents of DG were largely different between maize and sorghum coproducts, as well as wet distillers grain with solubles (WDGS) and dried distillers grain with solubles (DDGS), indicating a significant effect of grain feedstock and dry grind process stream on DG composition and quality. Salmonella was isolated in 4 DDGS samples of a total of 157 DG samples, a percentage (2.5%) that is lower than the percentage of Salmonella -positive samples found in other feed samples analyzed during the same period. A small amount of virginiamycin residue was found in 24 maize DDGS, 1 maize WDGS, and 2 sorghum DDGS samples of 242 samples in total. One sorghum DDGS sample of 168 DG samples was contaminated with animal protein prohibited for use in ruminant feed and was channeled to poultry feed. The concentrations of aflatoxin and fumonisin DG coproducts averaged 3.4 μg/kg and 0.7 mg/kg, respectively. Among contaminated maize DG samples, five DDGS samples for aflatoxin contained a higher concentration than the U.S. Food and Drug Administration (FDA) minimum action level of 20 μg/kg for use in animal feed, whereas no sample for fumonisin was found above the action level of 5 mg/kg. The study provides the most current results involving DG coproducts and associated hazards that will assist development of food safety plans required by the FDA in their September 2015 rule titled "Current Good Manufacturing Practice Hazard Analysis and Risk Based Preventive Controls for Food for Animals."

  10. Patterns of Antimicrobial Resistance Observed in Escherichia coli Isolates Obtained from Domestic- and Wild-Animal Fecal Samples, Human Septage, and Surface Water

    PubMed Central

    Sayah, Raida S.; Kaneene, John B.; Johnson, Yvette; Miller, RoseAnn

    2005-01-01

    A repeated cross-sectional study was conducted to determine the patterns of antimicrobial resistance in 1,286 Escherichia coli strains isolated from human septage, wildlife, domestic animals, farm environments, and surface water in the Red Cedar watershed in Michigan. Isolation and identification of E. coli were done by using enrichment media, selective media, and biochemical tests. Antimicrobial susceptibility testing by the disk diffusion method was conducted for neomycin, gentamicin, streptomycin, chloramphenicol, ofloxacin, trimethoprim-sulfamethoxazole, tetracycline, ampicillin, nalidixic acid, nitrofurantoin, cephalothin, and sulfisoxazole. Resistance to at least one antimicrobial agent was demonstrated in isolates from livestock, companion animals, human septage, wildlife, and surface water. In general, E. coli isolates from domestic species showed resistance to the largest number of antimicrobial agents compared to isolates from human septage, wildlife, and surface water. The agents to which resistance was demonstrated most frequently were tetracycline, cephalothin, sulfisoxazole, and streptomycin. There were similarities in the patterns of resistance in fecal samples and farm environment samples by animal, and the levels of cephalothin-resistant isolates were higher in farm environment samples than in fecal samples. Multidrug resistance was seen in a variety of sources, and the highest levels of multidrug-resistant E. coli were observed for swine fecal samples. The fact that water sample isolates were resistant only to cephalothin may suggest that the resistance patterns for farm environment samples may be more representative of the risk of contamination of surface waters with antimicrobial agent-resistant bacteria. PMID:15746342

  11. 9 CFR 147.8 - Procedures for preparing egg yolk samples for diagnostic tests.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 9 Animals and Animal Products 1 2010-01-01 2010-01-01 false Procedures for preparing egg yolk... IMPROVEMENT PLAN Blood Testing Procedures § 147.8 Procedures for preparing egg yolk samples for diagnostic... chapter. (a) Under the supervision of an Authorized Agent or State Inspector, the eggs which are used in...

  12. The Educational Use of Facebook as a Social Networking Site in Animal Physiology Classes

    ERIC Educational Resources Information Center

    Köseoglu, Pinar; Mercan, Gamze

    2016-01-01

    This study aims at performing a sample application of the educational use of Facebook as a social networking site in Animal Physiology classes, and to determine student's' views on the application. The research sample was composed of 29 third year undergraduate students attending the Biology Education Department of Hacettepe University. The…

  13. Employment Opportunities in Applied Biological and Agricultural Occupations in the Metropolitan Area of Chicago.

    ERIC Educational Resources Information Center

    Thomas, Hollie B.; Neavill, Arthur

    Based on questionnaire data collected from a sample of employers, this phase of a larger research project ascertained employment opportunities in the area of applied biological and agricultural occupations in the metropolitan area of Chicago. Specific fields of business surveyed by stratified random sample were animal care, animal health care,…

  14. Effects of DNA Extraction Procedures on Bacteroides Profiles in Fecal Samples From Various Animals Determined by Terminal Restriction Fragment Length Polymorphism Analysis

    EPA Science Inventory

    A major assumption in microbial source tracking is that some fecal bacteria are specific to a host animal, and thus provide unique microbial fingerprints that can be used to differentiate hosts. However, the DNA information obtained from a particular sample may be biased dependi...

  15. Effects of diet composition on mutagenic activity in urine.

    PubMed

    Ohara, Akihiro; Matsuhisa, Tsugio

    2004-01-01

    The effects of dietary habits on mutagenic activity in urine were investigated using the umu test based on the use of the genetically engineered bacteria Salmonella typhimurium TA 1535 pSK1002. Genotoxic effects in sample urine were detected by measuring the activation of the SOS response in the bacteria and recording the beta- galactosidase activity. Human subjects consisted of smokers and non-smokers. Urine from subjects who consumed fish showed the highest mutagenic activity, followed by the urine samples from subjects who ate pork or beef. Chicken induced a low level of mutagenic activity. When the subjects ate fried or roasted animal foods, the urine samples gave higher mutagenicity than the urine samples from the subject who consumed non-fried or non-roasted animal foods. When the subject ate vegetables along with a diet rich in animal foods, the activity in urine decreased. Herbs and spices gave the same tendency toward decline as vegetables. Non-smoker urine shower mutagenic activity than samples from smokers.

  16. An improved camera trap for amphibians, reptiles, small mammals, and large invertebrates

    USGS Publications Warehouse

    Hobbs, Michael T.; Brehme, Cheryl S.

    2017-01-01

    Camera traps are valuable sampling tools commonly used to inventory and monitor wildlife communities but are challenged to reliably sample small animals. We introduce a novel active camera trap system enabling the reliable and efficient use of wildlife cameras for sampling small animals, particularly reptiles, amphibians, small mammals and large invertebrates. It surpasses the detection ability of commonly used passive infrared (PIR) cameras for this application and eliminates problems such as high rates of false triggers and high variability in detection rates among cameras and study locations. Our system, which employs a HALT trigger, is capable of coupling to digital PIR cameras and is designed for detecting small animals traversing small tunnels, narrow trails, small clearings and along walls or drift fencing.

  17. An improved camera trap for amphibians, reptiles, small mammals, and large invertebrates.

    PubMed

    Hobbs, Michael T; Brehme, Cheryl S

    2017-01-01

    Camera traps are valuable sampling tools commonly used to inventory and monitor wildlife communities but are challenged to reliably sample small animals. We introduce a novel active camera trap system enabling the reliable and efficient use of wildlife cameras for sampling small animals, particularly reptiles, amphibians, small mammals and large invertebrates. It surpasses the detection ability of commonly used passive infrared (PIR) cameras for this application and eliminates problems such as high rates of false triggers and high variability in detection rates among cameras and study locations. Our system, which employs a HALT trigger, is capable of coupling to digital PIR cameras and is designed for detecting small animals traversing small tunnels, narrow trails, small clearings and along walls or drift fencing.

  18. Genetic structure of Trypanosoma congolense “forest type” circulating in domestic animals and tsetse flies in the South-West region of Cameroon

    PubMed Central

    Fogue, Pythagore Soubgwi; Njiokou, Flobert; Simo, Gustave

    2017-01-01

    Despite the economic impact of trypanosome infections, few investigations have been undertaken on the population genetics and transmission dynamics of animal trypanosomes. In this study, microsatellite markers were used to investigate the population genetics of Trypanosoma congolense “forest type”, with the ultimate goal of understanding its transmission dynamics between tsetse flies and domestic animals. Blood samples were collected from pigs, sheep, goats and dogs in five villages in Fontem, South-West region of Cameroon. In these villages, tsetse were captured, dissected and their mid-guts collected. DNA was extracted from blood and tsetse mid-guts and specific primers were used to identify T. congolense “forest type”. All positive samples were genetically characterized with seven microsatellite markers. Genetic analyses were performed on samples showing single infections of T. congolense “forest type”. Of the 299 blood samples, 137 (46%) were infected by T. congolense “forest type”. About 3% (54/1596) of tsetse fly mid-guts were infected by T. congolense “forest type”. Of 182 samples with T. congolense “forest type”, 52 were excluded from the genetic analysis. The genetic analysis on the 130 remaining samples revealed polymorphism within and between subpopulations of the target trypanosome. The dendrogram of genetic similarities was subdivided into two clusters and three sub-clusters, indicating one major and several minor genotypes of T. congolense “forest type” in tsetse and domestic animals. The low FSTvalues suggest low genetic differentiation and no sub-structuration within subpopulations. The same T. congolense genotypes appear to circulate in tsetse and domestic animals. PMID:29261481

  19. [Determination of various toxic minerals in spiruline algae of different origins, and evaluation of long-term toxicity in the rat of a lot of spiruline algae of Mexican origin].

    PubMed

    Boudène, C; Collas, E; Jenkins, C

    1975-01-01

    A detailed analytical study made on samples of Spirulines algae of various origins showed that these microorganisms may present an important telluric contamination, especially demonstrated by high levels of fluorine and arsenic they contain. A long term animal experimentation has been achieved with Spirula Maxima, obtained from the Sosa Texcoco solar evaporator. A diet contained in total proteins 25 p. 100 of dried atomized algae and was given for 75 weeks to Wistar rats. All along the experiment, the animals submitted to that diet showed no difference with control animals fed with caseine. The increase in weight was comparable for control animals and male experimented animals; a slight decrease in weight has been observed for females fed with algae up to the 30th week. At the end of the experiment, a normal frequency of tumours was noted on experimented animals. The cumulative potentiality of certain mineral toxicants, has been evaluated, when abnormal high levels of them have been detected in the Spirulines samples. The fed animals have been killed at definite times all along the experiment and the metals dosed in the body. Such a cumulative potency has been demonstrated for arsenic. On the contrary, in the case of fluorine, even particular dosages in the femoral bone could not show any significant cumulation of that toxicant, comparing with control animals. In conclusion, the authors have not noted any evident toxicity related to the samples of Spirulines tested in rats, whatever these algae were the only source of proteins in the diet. They hope anyway that the exact origin of contamination of these algaes by these metals will be better known to prevent the variations in the composition of industrial samples of Spirulines according to these metals for instance.

  20. The zoonotic potential of Clostridium difficile from small companion animals and their owners.

    PubMed

    Rabold, Denise; Espelage, Werner; Abu Sin, Muna; Eckmanns, Tim; Schneeberg, Alexander; Neubauer, Heinrich; Möbius, Nadine; Hille, Katja; Wieler, Lothar H; Seyboldt, Christian; Lübke-Becker, Antina

    2018-01-01

    Clostridium difficile infections (CDI) in humans range from asymptomatic carriage to life-threatening intestinal disease. Findings on C. difficile in various animal species and an overlap in ribotypes (RTs) suggest potential zoonotic transmission. However, the impact of animals for human CDI remains unclear. In a large-scale survey we collected 1,447 fecal samples to determine the occurrence of C. difficile in small companion animals (dogs and cats) and their owners and to assess potential epidemiological links within the community. The Germany-wide survey was conducted from July 2012-August 2013. PCR ribotyping, Multilocus VNTR Analysis (MLVA) and PCR detection of toxin genes were used to characterize isolated C. difficile strains. A database was defined and logistic regression used to identify putative factors associated with fecal shedding of C. difficile. In total, 1,418 samples met the inclusion criteria. The isolation rates for small companion animals and their owners within the community were similarly low with 3.0% (25/840) and 2.9% (17/578), respectively. PCR ribotyping revealed eight and twelve different RTs in animals and humans, respectively, whereas three RTs were isolated in both, humans and animals. RT 014/0, a well-known human hospital-associated lineage, was predominantly detected in animal samples. Moreover, the potentially highly pathogenic RTs 027 and 078 were isolated from dogs. Even though, C. difficile did not occur simultaneously in animals and humans sharing the same household. The results of the epidemiological analysis of factors associated with fecal shedding of C. difficile support the hypothesis of a zoonotic potential. Molecular characterization and epidemiological analysis revealed that the zoonotic risk for C. difficile associated with dogs and cats within the community is low but cannot be excluded.

  1. Serological evidence of hepatitis E virus infection in zoo animals and identification of a rodent-borne strain in a Syrian brown bear.

    PubMed

    Spahr, Carina; Ryll, René; Knauf-Witzens, Tobias; Vahlenkamp, Thomas W; Ulrich, Rainer G; Johne, Reimar

    2017-12-01

    Hepatitis E virus (HEV) is the causative agent of hepatitis E, an emerging infectious disease of humans. HEV infections have also been described in various animal species. Whereas domestic pigs and wild boars are well-known animal reservoirs for HEV, the knowledge on natural HEV infection in zoo animals is scarce so far. Here, we analysed 244 sera from 66 mammal species derived from three zoos in Germany using a commercial double antigen sandwich ELISA. HEV-specific antibodies were detected in 16 animal species, with the highest detection rates in suids (33.3%) and carnivores (27.0%). However, RNA of the human pathogenic HEV genotypes 1-4 was not detected in the serum samples from suids or carnivores. Using a broad spectrum RT-PCR, a ratHEV-related sequence was identified in a sample of a female Syrian brown bear (Ursus arctos syriacus). Subsequent serum samples within a period of five years confirmed a HEV seroconversion in this animal. No symptoms of hepatitis were recorded. In a follow-up investigation at the same location, closely related ratHEV sequences were identified in free-living Norway rats (Rattus norvegicus), whereas feeder rats (Rattus norvegicus forma domestica) were negative for HEV-specific antibodies and RNA. Therefore, a spillover infection of ratHEV from free-living Norway rats is most likely. The results indicate that a wide range of zoo animals can be naturally infected with HEV or HEV-related viruses. Their distinct role as possible reservoir animals for HEV and sources of HEV infection for humans and other animals remains to be investigated. Copyright © 2017 Elsevier B.V. All rights reserved.

  2. GPR Imaging of Prehistoric Animal Bone-beds

    NASA Astrophysics Data System (ADS)

    Schneider, Blair Benson

    This research investigates the detection capabilities of Ground-penetrating radar for imaging prehistoric animal bone-beds. The first step of this investigation was to determine the dielectric properties of modern animal bone as a proxy for applying non-invasive ground-penetrating radar (GPR) for detecting prehistoric animal remains. Over 90 thin section samples were cut from four different modern faunal skeleton remains: bison, cow, deer, and elk. One sample of prehistoric mammoth core was also analyzed. Sample dielectric properties (relative permittivity, loss factor, and loss-tangent values) were measured with an impedance analyzer over frequencies ranging from 10 MHz to 1 GHz. The results reveal statistically significant dielectric-property differences among different animal fauna, as well as variation as a function of frequency. The measured sample permittivity values were then compared to modeled sample permittivity values using common dielectric-mixing models. The dielectric mixing models were used to report out new reported values of dry bone mineral of 3-5 in the frequency range of 10 MHz to 1 GHz. The second half of this research collected controlled GPR experiments over a sandbox containing buried bison bone elements to evaluate GPR detection capabilities of buried animal bone. The results of the controlled GPR sandbox tests were then compared to numerical models in order to predict the ability of GPR to detect buried animal bone given a variety of different depositional factors, the size and orientation of the bone target and the degree of bone weathering. The radar profiles show that GPR is an effective method for imaging the horizontal and vertical extent of buried animal bone. However, increased bone weathering and increased bone dip were both found to affect GPR reflection signal strength. Finally, the controlled sandbox experiments were also utilized to investigate the impact of survey design for imaging buried animal bone. In particular, the effects of GPR antenna orientation relative to the survey line (broad-side mode versus end-fire mode) and polarization effects of the buried bone targets were investigated. The results reveal that animal bone does exhibit polarization effects. However, the polarization results are greatly affected by the irregular shape and size of the bone, which ultimately limits the potential usefulness of trying to utilize polarization data to determine the orientation of buried bone targets. In regard to antenna orientation, end-fire mode was found to have little difference in amplitude response as compared to the more commonly used broad-side mode and in fact sometimes outperformed the broad-side mode. Future GPR investigations should consider utilizing multiple antenna orientations during data collection.

  3. Automated DBS microsampling, microscale automation and microflow LC-MS for therapeutic protein PK.

    PubMed

    Zhang, Qian; Tomazela, Daniela; Vasicek, Lisa A; Spellman, Daniel S; Beaumont, Maribel; Shyong, BaoJen; Kenny, Jacqueline; Fauty, Scott; Fillgrove, Kerry; Harrelson, Jane; Bateman, Kevin P

    2016-04-01

    Reduce animal usage for discovery-stage PK studies for biologics programs using microsampling-based approaches and microscale LC-MS. We report the development of an automated DBS-based serial microsampling approach for studying the PK of therapeutic proteins in mice. Automated sample preparation and microflow LC-MS were used to enable assay miniaturization and improve overall assay throughput. Serial sampling of mice was possible over the full 21-day study period with the first six time points over 24 h being collected using automated DBS sample collection. Overall, this approach demonstrated comparable data to a previous study using single mice per time point liquid samples while reducing animal and compound requirements by 14-fold. Reduction in animals and drug material is enabled by the use of automated serial DBS microsampling for mice studies in discovery-stage studies of protein therapeutics.

  4. A technique for extracting blood samples from mice in fire toxicity tests

    NASA Technical Reports Server (NTRS)

    Bucci, T. J.; Hilado, C. J.; Lopez, M. T.

    1976-01-01

    The extraction of adequate blood samples from moribund and dead mice has been a problem because of the small quantity of blood in each animal and the short time available between the animals' death and coagulation of the blood. These difficulties are particularly critical in fire toxicity tests because removal of the test animals while observing proper safety precautions for personnel is time-consuming. Techniques for extracting blood samples from mice were evaluated, and a technique was developed to obtain up to 0.8 ml of blood from a single mouse after death. The technique involves rapid exposure and cutting of the posterior vena cava and accumulation of blood in the peritoneal space. Blood samples of 0.5 ml or more from individual mice have been consistently obtained as much as 16 minutes after apparent death. Results of carboxyhemoglobin analyses of blood appeared reproducible and consistent with carbon monoxide concentrations in the exposure chamber.

  5. Children Prefer Diverse Samples for Inductive Reasoning in the Social Domain.

    PubMed

    Noyes, Alexander; Christie, Stella

    2016-07-01

    Not all samples of evidence are equally conclusive: Diverse evidence is more representative than narrow evidence. Prior research showed that children did not use sample diversity in evidence selection tasks, indiscriminately choosing diverse or narrow sets (tiger-mouse; tiger-lion) to learn about animals. This failure is not due to a general deficit of inductive reasoning, but reflects children's belief about the category and property at test. Five- to 7 year-olds' inductive reasoning (n = 65) was tested in two categories (animal, people) and properties (toy preference, biological property). As stated earlier, children ignored diverse evidence when learning about animals' biological properties. When learning about people's toy preferences, however, children selected the diverse samples, providing the most compelling evidence to date of spontaneous selection of diverse evidence. © 2016 The Authors. Child Development © 2016 Society for Research in Child Development, Inc.

  6. Comparison of stress induced by manual restraint and immobilisation in the estuarine crocodile, Crocodylus porosus.

    PubMed

    Franklin, Craig E; Davis, Bernie M; Peucker, S K J; Stephenson, H; Mayer, R; Whittier, J; Lever, J; Grigg, G C

    2003-08-01

    This study compared the stress induced in captive estuarine crocodiles, Crocodylus porosus, by two different handling methods: manual restraint (noosing with ropes) and immobilization by electro-stunning. To stun, a short charge (approx. 6 s) at 110 V was delivered to the back of the necks of C. porosus using a custom-built device, which immobilized the animals for 5-10 min. Immobilized and restrained animals were measured and sexed, and the condition of the skin assessed. Blood samples were taken from some animals immediately after restraint or immobilization. Other animals were returned to their pens to recover for periods of 30 min, 1, 4, 12, 24 or 48 hours after which they were stunned and blood samples taken. Individual animals (mean body length 1.96 m, N=99) were bled only once. Haematocrit and haemoglobin concentrations were measured and plasma samples were analysed for corticosterone, glucose and lactate levels. Following restraint, there were significant increases in haematocrit, haemoglobin, glucose, lactate and corticosterone concentrations in C. porosus. For restrained animals, recovery to baseline levels occurred after approximately 8 hours. The stress response of stunned animals was significantly reduced compared to manually captured and restrained crocodiles. Both groups showed a significant increase in haematocrit, haemoglobin concentration and lactate levels, however the magnitude of change was significantly reduced, and recovery was faster in stunned animals. No increase in either glucose or corticosterone levels occurred with immobilisation. The results imply that immobilization by electro-stunning is much less stressful. Copyright 2003 Wiley-Liss, Inc.

  7. The Quality of Reporting of Measures of Precision in Animal Experiments in Implant Dentistry: A Methodological Study.

    PubMed

    Faggion, Clovis Mariano; Aranda, Luisiana; Diaz, Karla Tatiana; Shih, Ming-Chieh; Tu, Yu-Kang; Alarcón, Marco Antonio

    2016-01-01

    Information on precision of treatment-effect estimates is pivotal for understanding research findings. In animal experiments, which provide important information for supporting clinical trials in implant dentistry, inaccurate information may lead to biased clinical trials. The aim of this methodological study was to determine whether sample size calculation, standard errors, and confidence intervals for treatment-effect estimates are reported accurately in publications describing animal experiments in implant dentistry. MEDLINE (via PubMed), Scopus, and SciELO databases were searched to identify reports involving animal experiments with dental implants published from September 2010 to March 2015. Data from publications were extracted into a standardized form with nine items related to precision of treatment estimates and experiment characteristics. Data selection and extraction were performed independently and in duplicate, with disagreements resolved by discussion-based consensus. The chi-square and Fisher exact tests were used to assess differences in reporting according to study sponsorship type and impact factor of the journal of publication. The sample comprised reports of 161 animal experiments. Sample size calculation was reported in five (2%) publications. P values and confidence intervals were reported in 152 (94%) and 13 (8%) of these publications, respectively. Standard errors were reported in 19 (12%) publications. Confidence intervals were better reported in publications describing industry-supported animal experiments (P = .03) and with a higher impact factor (P = .02). Information on precision of estimates is rarely reported in publications describing animal experiments in implant dentistry. This lack of information makes it difficult to evaluate whether the translation of animal research findings to clinical trials is adequate.

  8. Epidemiological study of pestiviruses in South American camelids in Switzerland.

    PubMed

    Mudry, M; Meylan, M; Regula, G; Steiner, A; Zanoni, R; Zanolari, P

    2010-01-01

    In the context of the ongoing eradication campaign for bovine viral diarrhea virus (BVDV) in cattle in Switzerland, the role of South American camelids (SAC) as a possible virus reservoir needed to be evaluated. To assess and characterize the prevalence of pestivirus infections in SAC in Switzerland. Serum samples collected from 348 animals (40 herds) in 2008 and from 248 animals (39 herds) in 2000 were examined for antibodies against pestiviruses and for the presence of BVDV viral RNA. Cross-sectional study using stratified, representative herd sampling. An indirect BVDV-ELISA was used to analyze serum samples for pestivirus antibodies, and positive samples underwent a serum neutralization test (SNT). Real-time RT-PCR to detect pestiviral RNA was carried out in all animals from herds with at least 1 seropositive animal. In 2008, the overall prevalence of animals positive for antibodies (ELISA) and pestiviral RNA or was 5.75 and 0%, respectively. In 2000, the corresponding prevalences were 3.63 and 0%, respectively. The seroprevalences (SNT) for BVDV, border disease virus or undetermined pestiviruses were estimated to be 0, 1.73, and 4.02% in 2008, and 0.40, 1.21, and 2.02% in 2000, respectively. At the present time, SAC appear to represent a negligible risk of re-infection for the BVDV eradication program in cattle in Switzerland. Copyright © 2010 by the American College of Veterinary Internal Medicine.

  9. Antimicrobial residues in animal waste and water resources proximal to large-scale swine and poultry feeding operations

    USGS Publications Warehouse

    Campagnolo, E.R.; Johnson, K.R.; Karpati, A.; Rubin, C.S.; Kolpin, D.W.; Meyer, M.T.; Esteban, J. Emilio; Currier, R.W.; Smith, K.; Thu, K.M.; McGeehin, M.

    2002-01-01

    Expansion and intensification of large-scale animal feeding operations (AFOs) in the United States has resulted in concern about environmental contamination and its potential public health impacts. The objective of this investigation was to obtain background data on a broad profile of antimicrobial residues in animal wastes and surface water and groundwater proximal to large-scale swine and poultry operations. The samples were measured for antimicrobial compounds using both radioimmunoassay and liquid chromatography/electrospray ionization-mass spectrometry (LC/ESI-MS) techniques. Multiple classes of antimicrobial compounds (commonly at concentrations of >100 μg/l) were detected in swine waste storage lagoons. In addition, multiple classes of antimicrobial compounds were detected in surface and groundwater samples collected proximal to the swine and poultry farms. This information indicates that animal waste used as fertilizer for crops may serve as a source of antimicrobial residues for the environment. Further research is required to determine if the levels of antimicrobials detected in this study are of consequence to human and/or environmental ecosystems. A comparison of the radioimmunoassay and LC/ESI-MS analytical methods documented that radioimmunoassay techniques were only appropriate for measuring residues in animal waste samples likely to contain high levels of antimicrobials. More sensitive LC/ESI-MS techniques are required in environmental samples, where low levels of antimicrobial residues are more likely.

  10. 42 CFR 71.50 - Scope and definitions.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... importations of various animal hosts or vectors or other etiological agents from foreign countries into the... the following meanings: Animal product or Product means the hide, hair, skull, teeth, bones, claws, blood, tissue, or other biological samples from an animal, including trophies, mounts, rugs, or other...

  11. 42 CFR 71.50 - Scope and definitions.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... importations of various animal hosts or vectors or other etiological agents from foreign countries into the... the following meanings: Animal product or Product means the hide, hair, skull, teeth, bones, claws, blood, tissue, or other biological samples from an animal, including trophies, mounts, rugs, or other...

  12. The microbiological conditions of carcasses from large game animals in Italy.

    PubMed

    Avagnina, A; Nucera, D; Grassi, M A; Ferroglio, E; Dalmasso, A; Civera, T

    2012-07-01

    This study investigates the microbiological conditions of large game animal carcasses following evisceration. Carcasses of animals (N=291) hunted in the Upper Susa Valley (Italian Alps) were analysed for pH, Aerobic Viable Count (AVC), Enterobacteriaceae, Yersinia spp., Listeria monocytogenes and Salmonella spp. After shooting, evisceration occurred within 60 min in 90.7% of animals and sampling within 90 min in 88.3% of animals. Mean pH values (5.97: ruminants; 5.77: wild boar) were similar to those of regularly slaughtered domestic species. AVC values were highest in animals shot in the abdomen. Within species, AVC and Enterobacteriaceae values did not differ across different shooting-evisceration/sampling times. However, these counts exceeded 5 and 2.5 log, respectively, in 18% of wild boar and 39% of ruminants; the highest values were detected in wild boar. No pathogens were detected in any species. These results reveal inadequate hygiene in game meat handling/harvesting, implicating the need for improved practices. Copyright © 2012 Elsevier Ltd. All rights reserved.

  13. Exploring Empathy and Callous-Unemotional Traits as Predictors of Animal Abuse Perpetrated by Children Exposed to Intimate Partner Violence.

    PubMed

    Hartman, Christie; Hageman, Tina; Williams, James Herbert; Mary, Jason St; Ascione, Frank R

    2016-07-01

    We explored the relation between empathy, callous-unemotional (CU) traits, and animal abuse in a sample of 290 seven- to twelve-year-old children whose mothers were exposed to intimate partner violence (IPV). The sample comprises mostly Latino and White participants, and 55% of the children's mothers were born outside the United States (primarily Mexico). To our knowledge, among studies examining child-perpetrated animal abuse, this study is the first to examine empathy levels and one of only a few to examine CU traits. When comparing Griffith Empathy Measure (empathy) and Inventory of Callous-Unemotional Traits (callous-unemotional [CU] traits) scores with those from studies of White schoolchildren, our sample scored lower on affective empathy, higher on cognitive empathy, and lower for overall CU scores as well as Callous and Unemotional subscales. Of 290 children, 47 (16.2%) harmed an animal at least once according to either mother or child report. There were no significant sex or age differences between Abuse and No Abuse groups. The Abuse group scored significantly higher on affective empathy, CU, and Callousness/Unemotional subscales, and significantly lower on cognitive empathy. However, in regression analyses that controlled for income, only lower cognitive empathy and higher CU significantly predicted having abused an animal. In summary, low cognitive empathy (but not affective empathy) and CU traits may serve as reliable predictors of child animal abuse. However, replication of these results is necessary. A larger sample with a high percentage of Latino children whose mothers were exposed to IPV, along with a non-exposed comparison group, would be ideal.

  14. Species Composition and Barotolerance of Gut Microflora of Deep-Sea Benthic Macrofauna Collected at Various Depths in the Atlantic Ocean

    PubMed Central

    Ohwada, Kouichi; Tabor, Paul S.; Colwell, Rita R.

    1980-01-01

    The bacterial flora of marine animals collected at depths of 570 to 2,446 m was examined for population size and generic composition, and the barotolerant characteristics of selected bacterial isolates were determined. Total numbers of culturable, aerobic, heterotrophic bacteria were found to be low in animals collected at the greatest ocean depths sampled in this study. Vibrio spp. were predominant in 10 of 15 samples examined, and Photobacterium spp. and yeasts were the major components of the remainder. Pseudomonas, Achromobacter, and Flavobacterium spp. comprised minor components of the gut flora of deep-sea fish. Forty-six pure cultures isolated from samples of seven animals were tested for growth or viability after incubation for 1 week under pressures ranging from 100 to 750 atm. Strains of bacteria isolated from samples of fish intestine were more barotolerant than those from the stomach (P<0.01). When incubated at a pressure of 600 atm, viability of bacterial cultures originally isolated from fish caught at a depth of 570 m was significantly decreased in comparison with viability of cultures from animals caught at depths of 1,393 and 2,446 m (P<0.01). From results of this study, it is concluded that the gut microflora of animals that dwell in the deeper regions of the ocean are adapted to an increased hydrostatic pressure environment, that is, the gut microflora is less inhibited by elevated hydrostatic pressure with increasing depth from which the host animal was collected. PMID:16345648

  15. Long-Term Bioeffects of 435-MHz Radiofrequency Radiation on Selected Blood-Borne Endpoints in Cannulated Rats. Volume 4. Plasma Catecholamines.

    DTIC Science & Technology

    1987-08-01

    out. To use each animal as its own control , arterial blood was sampled by means of chronically implanted aortic cannulas 112,13,14]. This simple...APPENDIX B STATISTICAL METHODOLOGY 37 APPENDIX B STATISTICAL METHODOLOGY The balanced design of this experiment (requiring that 25 animals from each...protoccl in that, in numerous cases, samples were collected at odd intervals (invalidating the orthogonality of the design ) and the number of samples’taken

  16. Love, Safety, and Companionship: The Human-Animal Bond and Latino Families

    ERIC Educational Resources Information Center

    Faver, Catherine A.; Cavazos, Alonzo M., Jr.

    2008-01-01

    A survey found that 69.2% of a sample of 208 Latino university students in south Texas owned companion animals. Dogs were the most commonly owned companion animals, and 92% of dog and cat guardians regarded their companion animals as family members. Over 80% of the dog and cat guardians specified companionship and unconditional love as benefits…

  17. Factors that distinguish aggression toward animals from other antisocial behaviors: Evidence from a community sample.

    PubMed

    Alleyne, Emma; Parfitt, Charlotte

    2018-05-25

    Animal cruelty is a form of passive and active aggression that is largely undocumented and unreported. Given that animals are voiceless victims, we have to rely on witnesses and frontline staff (e.g., veterinarians) to report incidents of abuse, which suggests the number of convicted animal abusers is an under-representation of actual perpetrators. The primary aim of the current study was to identify the static and dynamic factors that distinguish animal abusers from non-abuse offenders (i.e., individuals who self-reported antisocial behavior, but not animal abuse), and non-offenders (i.e., individuals who have not engaged in any antisocial behavior) in a community sample. The secondary aim was to identify the potential pathways that distinguish animal abuse perpetration from other types of antisocial behavior. Three hundred and eighty-four participants took part in this retrospective, correlational study. We found that animal abusers share similar socio-demographic characteristics to other offenders but are distinct in their exposure to animal harm/killing during childhood. Low animal-oriented empathy and low self-esteem distinguished animal abusers from non-abuse offenders when controlling for confound variables and other psychological characteristics. We also found that low animal-oriented empathy mediated the relationship between childhood exposure to animal killing and animal abuse perpetration, and that this relationship was stronger among participants with anger regulation issues. This is the first study to examine similarities and differences between animal abusers, non-abuse offenders, and non-offenders on socio-demographic and psychological characteristics. The findings highlight potential treatment targets that are unique to animal abusers with implications for prevention and intervention strategies. © 2018 Wiley Periodicals, Inc.

  18. Stranded dolphin stomach contents represent the free-ranging population's diet

    PubMed Central

    Dunshea, Glenn; Barros, Nélio B.; Berens McCabe, Elizabeth J.; Gales, Nicholas J.; Hindell, Mark A.; Jarman, Simon N.; Wells, Randall S.

    2013-01-01

    Diet is a fundamental aspect of animal ecology. Cetacean prey species are generally identified by examining stomach contents of stranded individuals. Critical uncertainty in these studies is whether samples from stranded animals are representative of the diet of free-ranging animals. Over two summers, we collected faecal and gastric samples from healthy free-ranging individuals of an extensively studied bottlenose dolphin population. These samples were analysed by molecular prey detection and these data compared with stomach contents data derived from stranded dolphins from the same population collected over 22 years. There was a remarkable consistency in the prey species composition and relative amounts between the two datasets. The conclusions of past stomach contents studies regarding dolphin habitat associations, prey selection and proposed foraging mechanisms are supported by molecular data from live animals and the combined dataset. This is the first explicit test of the validity of stomach contents analysis for accurate population-scale diet determination of an inshore cetacean. PMID:23637389

  19. Contamination with bacterial zoonotic pathogen genes in U.S. streams influenced by varying types of animal agriculture

    USGS Publications Warehouse

    Haack, Sheridan K.; Duris, Joseph W.; Kolpin, Dana W.; Focazio, Michael J.; Meyer, Michael T.; Johnson, Heather E.; Oster, Ryan J.; Foreman, William T.

    2016-01-01

    Animal waste, stream water, and streambed sediment from 19 small (< 32 km2) watersheds in 12 U.S. states having either no major animal agriculture (control, n = 4), or predominantly beef (n = 4), dairy (n = 3), swine (n = 5), or poultry (n = 3) were tested for: 1) cholesterol, coprostanol, estrone, and fecal indicator bacteria (FIB) concentrations, and 2) shiga-toxin producing and enterotoxigenic Escherichia coli, Salmonella, Campylobacter, and pathogenic and vancomycin-resistant enterococci by polymerase chain reaction (PCR) on enrichments, and/or direct quantitative PCR. Pathogen genes were most frequently detected in dairy wastes, followed by beef, swine and poultry wastes in that order; there was only one detection of an animal-source-specific pathogen gene (stx1) in any water or sediment sample in any control watershed. Post-rainfall pathogen gene numbers in stream water were significantly correlated with FIB, cholesterol and coprostanol concentrations, and were most highly correlated in dairy watershed samples collected from 3 different states. Although collected across multiple states and ecoregions, animal-waste gene profiles were distinctive via discriminant analysis. Stream water gene profiles could also be discriminated by the watershed animal type. Although pathogen genes were not abundant in stream water or streambed samples, PCR on enrichments indicated that many genes were from viable organisms, including several (shiga-toxin producing or enterotoxigenic E. coli, Salmonella, vancomycin-resistant enterococci) that could potentially affect either human or animal health. Pathogen gene numbers and types in stream water samples were influenced most by animal type, by local factors such as whether animals had stream access, and by the amount of local rainfall, and not by studied watershed soil or physical characteristics. Our results indicated that stream water in small agricultural U.S. watersheds was susceptible to pathogen gene inputs under typical agricultural practices and environmental conditions. Pathogen gene profiles may offer the potential to address both source of, and risks associated with, fecal pollution.

  20. Allometry and Ecology of the Bilaterian Gut Microbiome

    PubMed Central

    Sherrill-Mix, Scott; McCormick, Kevin; Lauder, Abigail; Bailey, Aubrey; Zimmerman, Laurie; Li, Yingying; Django, Jean-Bosco N.; Bertolani, Paco; Colin, Christelle; Hart, John A.; Hart, Terese B.; Georgiev, Alexander V.; Sanz, Crickette M.; Morgan, David B.; Atencia, Rebeca; Cox, Debby; Muller, Martin N.; Sommer, Volker; Piel, Alexander K.; Stewart, Fiona A.; Speede, Sheri; Roman, Joe; Wu, Gary; Taylor, Josh; Bohm, Rudolf; Rose, Heather M.; Carlson, John; Mjungu, Deus; Schmidt, Paul; Gaughan, Celeste; Bushman, Joyslin I.; Schmidt, Ella; Bittinger, Kyle; Collman, Ronald G.; Hahn, Beatrice H.

    2018-01-01

    ABSTRACT Classical ecology provides principles for construction and function of biological communities, but to what extent these apply to the animal-associated microbiota is just beginning to be assessed. Here, we investigated the influence of several well-known ecological principles on animal-associated microbiota by characterizing gut microbial specimens from bilaterally symmetrical animals (Bilateria) ranging from flies to whales. A rigorously vetted sample set containing 265 specimens from 64 species was assembled. Bacterial lineages were characterized by 16S rRNA gene sequencing. Previously published samples were also compared, allowing analysis of over 1,098 samples in total. A restricted number of bacterial phyla was found to account for the great majority of gut colonists. Gut microbial composition was associated with host phylogeny and diet. We identified numerous gut bacterial 16S rRNA gene sequences that diverged deeply from previously studied taxa, identifying opportunities to discover new bacterial types. The number of bacterial lineages per gut sample was positively associated with animal mass, paralleling known species-area relationships from island biogeography and implicating body size as a determinant of community stability and niche complexity. Samples from larger animals harbored greater numbers of anaerobic communities, specifying a mechanism for generating more-complex microbial environments. Predictions for species/abundance relationships from models of neutral colonization did not match the data set, pointing to alternative mechanisms such as selection of specific colonists by environmental niche. Taken together, the data suggest that niche complexity increases with gut size and that niche selection forces dominate gut community construction. PMID:29588401

  1. Remaining Sites Verification Package for the 100-F-54 Animal Farm Pastures, Waste Site Reclassification Form 2008-015

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    J. M. Capron

    2008-04-17

    The 100-F-54 waste site, part of the 100-FR-2 Operable Unit, is the soil associated with the former pastures for holding domestic farm animals used in experimental toxicology studies. Evaluation of historical information resulted in identification of the experimental animal farm pastures as having potential residual soil contamination due to excrement from experimental animals. The 100-F-54 animal farm pastures confirmatory sampling results support a reclassification of this site to No Action. The current site conditions achieve the remedial action objectives and the corresponding remedial action goals established in the Remaining Sites ROD. The results of confirmatory sampling show that residual contaminantmore » concentrations do not preclude any future uses and allow for unrestricted use of shallow zone soils. The results also demonstrate that residual contaminant concentrations are protective of groundwater and the Columbia River.« less

  2. Bioavailability of dissolved organic nitrogen (DON) in wastewaters from animal feedlots and storage lagoons.

    PubMed

    Sun, Jingyi; Khan, Eakalak; Simsek, Senay; Ohm, Jae-Bom; Simsek, Halis

    2017-11-01

    Dissolved organic nitrogen (DON) from animal wastes can contribute to pollution of surface waters. Bioavailable DON (ABDON) is a portion of DON utilized by algae with or without bacteria. This study determined DON and ABDON levels in animal wastewater collected from two different sources: an animal feedlot wastewater storage tank and a sheep wastewater storage lagoon. Inocula for the ABDON bioassays were comprised of individual species and several combinations involving two algae (Chlamydomonas reinhardtii and Chlorella vulgaris) and a mixed liquor suspended solids (MLSS) bacterial culture. The ratio of initial DON to initial total dissolved nitrogen was 18% in the feedlot wastewater samples and 70% in the lagoon wastewater samples. The results showed that between 1.6 and 4.5 mg-NL-1 DON (45-79% of initial DON) in the feedlot samples and between 3.4 and 7.5 mg-NL-1 DON (36%-79% of initial DON) in the lagoon samples were bioavailable with the inocula tested. These results suggest that when considering eutrophication potential of livestock wastewater, organic nitrogen should be included in addition to the obvious culprits, ammonia and nitrate. Copyright © 2017 Elsevier Ltd. All rights reserved.

  3. Miniaturized blood sampling techniques to benefit reduction in mice and refinement in nonhuman primates: applications to bioanalysis in toxicity studies with antibody-drug conjugates.

    PubMed

    Caron, Alexis; Lelong, Christine; Pascual, Marie-Hélène; Benning, Véronique

    2015-03-01

    Minimizing the number of animals in regulatory toxicity studies while achieving study objectives to support the development of future medicines contributes to good scientific and ethical practices. Recent advances in technology have enabled the development of miniaturized blood sampling methods (including microsampling and dried blood spots) applicable to toxicokinetic determinations of small-molecule drugs. Implementation of miniaturized blood sampling methods in the context of biotherapeutic drugs is desirable because a limitation to this type of medicine remains the total blood volume needed from a single animal to support toxicokinetic determinations of several analytes (parent drug, metabolites[s], antidrug antibodies, and so forth). We describe here the technical details, applicability, and relevance of new miniaturized blood sampling procedures in mice and nonhuman primates in the context of the toxicologic evaluation of biotherapeutic drugs consisting of antibody-drug conjugates developed for oncology indications. These examples illustrate how these techniques can benefit the reduction of animal usage in mouse toxicity studies by decreasing the number of animals dedicated to toxicokinetic determinations and the refinement of practices in nonhuman primate toxicity studies by decreasing the blood volume repeatedly drawn for toxicokinetic determinations.

  4. Miniaturized Blood Sampling Techniques to Benefit Reduction in Mice and Refinement in Nonhuman Primates: Applications to Bioanalysis in Toxicity Studies with Antibody–Drug Conjugates

    PubMed Central

    Caron, Alexis; Lelong, Christine; Pascual, Marie-Hélène; Benning, Véronique

    2015-01-01

    Minimizing the number of animals in regulatory toxicity studies while achieving study objectives to support the development of future medicines contributes to good scientific and ethical practices. Recent advances in technology have enabled the development of miniaturized blood sampling methods (including microsampling and dried blood spots) applicable to toxicokinetic determinations of small-molecule drugs. Implementation of miniaturized blood sampling methods in the context of biotherapeutic drugs is desirable because a limitation to this type of medicine remains the total blood volume needed from a single animal to support toxicokinetic determinations of several analytes (parent drug, metabolites[s], antidrug antibodies, and so forth). We describe here the technical details, applicability, and relevance of new miniaturized blood sampling procedures in mice and nonhuman primates in the context of the toxicologic evaluation of biotherapeutic drugs consisting of antibody–drug conjugates developed for oncology indications. These examples illustrate how these techniques can benefit the reduction of animal usage in mouse toxicity studies by decreasing the number of animals dedicated to toxicokinetic determinations and the refinement of practices in nonhuman primate toxicity studies by decreasing the blood volume repeatedly drawn for toxicokinetic determinations. PMID:25836960

  5. Human Leptospirosis on Reunion Island, Indian Ocean: Are Rodents the (Only) Ones to Blame?

    PubMed

    Guernier, Vanina; Lagadec, Erwan; Cordonin, Colette; Le Minter, Gildas; Gomard, Yann; Pagès, Frédéric; Jaffar-Bandjee, Marie-Christine; Michault, Alain; Tortosa, Pablo; Dellagi, Koussay

    2016-06-01

    Although leptospirosis is a zoonosis of major concern on tropical islands, the molecular epidemiology of the disease aiming at linking human cases to specific animal reservoirs has been rarely explored within these peculiar ecosystems. Five species of wild small mammals (n = 995) as well as domestic animals (n = 101) were screened for Leptospira infection on Reunion Island; positive samples were subsequently genotyped and compared to Leptospira from clinical cases diagnosed in 2012-2013 (n = 66), using MLST analysis. We identified two pathogenic species in human cases, namely Leptospira interrogans and Leptospira borgpetersenii. Leptospira interrogans was by far dominant both in clinical samples (96.6%) and in infected animal samples (95.8%), with Rattus spp and dogs being its exclusive carriers. The genetic diversity within L. interrogans was apparently limited to two sequence types (STs): ST02, identified among most clinical samples and in all rats with complete MLST, and ST34, identified in six humans, but not in rats. Noteworthy, L. interrogans detected in two stray dogs partially matched with ST02 and ST34. Leptospira borgpetersenii was identified in two clinical samples only (3.4%), as well as in cows and mice; four haplotypes were identified, of which two seemingly identical in clinical and animal samples. Leptospira borgpetersenii haplotypes detected in human cases were clearly distinct from the lineage detected so far in the endemic bat species Mormopterus francoismoutoui, thus excluding a role for this volant mammal in the local human epidemiology of the disease. Our data confirm rats as a major reservoir of Leptospira on Reunion Island, but also pinpoint a possible role of dogs, cows and mice in the local epidemiology of human leptospirosis. This study shows that a comprehensive molecular characterization of pathogenic Leptospira in both clinical and animal samples helps to gaining insight into leptospirosis epidemiology within a specific environmental setting.

  6. Twelve years of rabies surveillance in Sri Lanka, 1999-2010.

    PubMed

    Karunanayake, Dushantha; Matsumoto, Takashi; Wimalaratne, Omala; Nanayakkara, Susilakanthi; Perera, Devika; Nishizono, Akira; Ahmed, Kamruddin

    2014-10-01

    Rabies is endemic in Sri Lanka, but little is known about the temporal and spatial trends of rabies in this country. Knowing these trends may provide insight into past control efforts and serve as the basis for future control measures. In this study, we analyzed distribution of rabies in humans and animals over a period of 12 years in Sri Lanka. Accumulated data from 1999 through 2010 compiled by the Department of Rabies Diagnosis and Research, Medical Research Institute (MRI), Colombo, were used in this study. The yearly mean percentage of rabies-positive sample was 62.4% (47.6-75.9%). Three-fourths of the rabies-positive samples were from the Colombo, Gampaha, and Kalutara districts in Western province, followed by Galle in Southern province. A high percentage of the rabies samples were from dogs (85.2%), followed by cats (7.9%), humans (3.8%), wild animals (2.0%), and livestock (1.1%). Among wild animals, mongooses were the main victims followed by civets. The number of suspect human rabies cases decreased gradually in Sri Lanka, although the number of human samples submitted for laboratory confirmation increased. The number of rabid dogs has remained relatively unchanged, but the number of suspect human rabies is decreasing gradually in Sri Lanka. These findings indicate successful use of postexposure prophylaxis (PEP) by animal bite victims and increased rabies awareness. PEP is free of charge and is supplied through government hospitals by the Ministry of Health, Sri Lanka. Our survey shows that most positive samples were received from Western and Southern provinces, possibly because of the ease of transporting samples to the laboratory. Submissions of wild animal and livestock samples should be increased by creating more awareness among the public. Better rabies surveillance will require introduction of molecular methods for detection and the establishment of more regional rabies diagnostic laboratories.

  7. Twelve Years of Rabies Surveillance in Sri Lanka, 1999–2010

    PubMed Central

    Karunanayake, Dushantha; Matsumoto, Takashi; Wimalaratne, Omala; Nanayakkara, Susilakanthi; Perera, Devika; Nishizono, Akira; Ahmed, Kamruddin

    2014-01-01

    Background Rabies is endemic in Sri Lanka, but little is known about the temporal and spatial trends of rabies in this country. Knowing these trends may provide insight into past control efforts and serve as the basis for future control measures. In this study, we analyzed distribution of rabies in humans and animals over a period of 12 years in Sri Lanka. Methods Accumulated data from 1999 through 2010 compiled by the Department of Rabies Diagnosis and Research, Medical Research Institute (MRI), Colombo, were used in this study. Results The yearly mean percentage of rabies-positive sample was 62.4% (47.6–75.9%). Three-fourths of the rabies-positive samples were from the Colombo, Gampaha, and Kalutara districts in Western province, followed by Galle in Southern province. A high percentage of the rabies samples were from dogs (85.2%), followed by cats (7.9%), humans (3.8%), wild animals (2.0%), and livestock (1.1%). Among wild animals, mongooses were the main victims followed by civets. The number of suspect human rabies cases decreased gradually in Sri Lanka, although the number of human samples submitted for laboratory confirmation increased. Conclusions The number of rabid dogs has remained relatively unchanged, but the number of suspect human rabies is decreasing gradually in Sri Lanka. These findings indicate successful use of postexposure prophylaxis (PEP) by animal bite victims and increased rabies awareness. PEP is free of charge and is supplied through government hospitals by the Ministry of Health, Sri Lanka. Our survey shows that most positive samples were received from Western and Southern provinces, possibly because of the ease of transporting samples to the laboratory. Submissions of wild animal and livestock samples should be increased by creating more awareness among the public. Better rabies surveillance will require introduction of molecular methods for detection and the establishment of more regional rabies diagnostic laboratories. PMID:25299511

  8. Human Leptospirosis on Reunion Island, Indian Ocean: Are Rodents the (Only) Ones to Blame?

    PubMed Central

    Cordonin, Colette; Le Minter, Gildas; Gomard, Yann; Pagès, Frédéric; Jaffar-Bandjee, Marie-Christine; Tortosa, Pablo; Dellagi, Koussay

    2016-01-01

    Background Although leptospirosis is a zoonosis of major concern on tropical islands, the molecular epidemiology of the disease aiming at linking human cases to specific animal reservoirs has been rarely explored within these peculiar ecosystems. Methodology/Principal Findings Five species of wild small mammals (n = 995) as well as domestic animals (n = 101) were screened for Leptospira infection on Reunion Island; positive samples were subsequently genotyped and compared to Leptospira from clinical cases diagnosed in 2012–2013 (n = 66), using MLST analysis. We identified two pathogenic species in human cases, namely Leptospira interrogans and Leptospira borgpetersenii. Leptospira interrogans was by far dominant both in clinical samples (96.6%) and in infected animal samples (95.8%), with Rattus spp and dogs being its exclusive carriers. The genetic diversity within L. interrogans was apparently limited to two sequence types (STs): ST02, identified among most clinical samples and in all rats with complete MLST, and ST34, identified in six humans, but not in rats. Noteworthy, L. interrogans detected in two stray dogs partially matched with ST02 and ST34. Leptospira borgpetersenii was identified in two clinical samples only (3.4%), as well as in cows and mice; four haplotypes were identified, of which two seemingly identical in clinical and animal samples. Leptospira borgpetersenii haplotypes detected in human cases were clearly distinct from the lineage detected so far in the endemic bat species Mormopterus francoismoutoui, thus excluding a role for this volant mammal in the local human epidemiology of the disease. Conclusions/Significance Our data confirm rats as a major reservoir of Leptospira on Reunion Island, but also pinpoint a possible role of dogs, cows and mice in the local epidemiology of human leptospirosis. This study shows that a comprehensive molecular characterization of pathogenic Leptospira in both clinical and animal samples helps to gaining insight into leptospirosis epidemiology within a specific environmental setting. PMID:27294677

  9. The effect of different grain diets on fecal shedding of Escherichia coli O157:H7 by steers.

    PubMed

    Buchko, S J; Holley, R A; Olson, W O; Gannon, V P; Veira, D M

    2000-11-01

    Three groups of six yearling steers (three rumen fistulated plus three nonfistulated) fed one of three different grain diets (85% cracked corn, 15% whole cottonseed and 70% barley, or 85% barley) were inoculated with 10(10) CFU of Escherichia coli O157:H7 strain 3081, and the presence of the inoculated strain was followed in the rumen fluid and feces for a 10-week period. E. coli O157:H7 was rapidly eliminated from the rumen of the animals on all three diets but persisted in the feces of some animals up to 67 days after inoculation, suggesting that the bovine hindgut is the site of E. coli O157:H7 persistence. A significant difference existed in the levels of E. coli O157:H7 shed by the animals among diets on days 5, 7, 49, and 63 after inoculation (P < 0.05). No significant difference was found between the levels shed among diets on days 9 through 42 and on day 67 (P > 0.05). The number of animals that were culture positive for E. coli O157:H7 strain 3081 during the 10-week period was significantly higher for the barley fed group (72 of 114 samplings) as opposed to the corn fed group (44 of 114 samplings) (P < 0.005) and the cottonseed and barley fed group (57 of 114 samplings) (P < 0.05). The fecal pH of the animals fed the corn diet was significantly lower (P < 0.05) than the fecal pH of the animals fed the cottonseed and barley and barley diets, likely resulting in a less suitable environment for E. coli O157:H7 in the hindgut of the corn fed animals. E. coli O157:H7 strain 3081 was present in 3 of 30 (corn, 1 of 10; cottonseed, 1 of 10; barley, 1 of 10) animal drinking water samples, 3 of 30 (corn, 1 of 10; cottonseed, 0 of 10; barley, 2 of 10) water trough biofilm swabs, 5 of 30 (corn, 0 of 10; cottonseed, 2 of 10; barley, 3 of 10) feed samples, and 30 of 30 manure samples taken from the pens during the entire experimental period. Mouth swabs of the steers were also culture positive for E. coli O157:H7 strain 3081 in 30 of 180 samples (corn, 7 of 60; cottonseed, 4 of 60; barley, 19 of 60) taken during the 10-week period. Minimizing environmental dissemination of E. coli O157:H7 in conjunction with diet modification may reduce numbers of E. coli O157:H7-positive cattle.

  10. An improved camera trap for amphibians, reptiles, small mammals, and large invertebrates

    PubMed Central

    2017-01-01

    Camera traps are valuable sampling tools commonly used to inventory and monitor wildlife communities but are challenged to reliably sample small animals. We introduce a novel active camera trap system enabling the reliable and efficient use of wildlife cameras for sampling small animals, particularly reptiles, amphibians, small mammals and large invertebrates. It surpasses the detection ability of commonly used passive infrared (PIR) cameras for this application and eliminates problems such as high rates of false triggers and high variability in detection rates among cameras and study locations. Our system, which employs a HALT trigger, is capable of coupling to digital PIR cameras and is designed for detecting small animals traversing small tunnels, narrow trails, small clearings and along walls or drift fencing. PMID:28981533

  11. Induction of parturition with prostaglandin f2 alpha as a possible model to study impaired reproductive performance in the dairy cow.

    PubMed

    Kask, K; Gustafsson, H; Gunnarsson, A; Kindahl, H

    2000-05-31

    Parturitions were induced in five cows, 2 weeks before term using prostaglandin (PG) F(2alpha). Two i.m. injections were performed with an interval of 24 h. All cows calved within 5 days (average 2.7 days) after the first injection of PGF(2alpha). Out of five cows, four had retained fetal membranes (RFM). Each animal was sampled for bacteriological examination using uterine biopsies twice a week during 42 days postpartum (PP). Jugular vein blood samples were withdrawn for PGF(2alpha)-metabolite and progesterone analyses five times per day during the first week PP and eight times per 24 h during the 2nd and 3rd weeks PP. From the 4th week, the sampling interval was reduced back to five times per day. From the 5th week PP, the sampling was reduced to two times per day and sampling was terminated after day 46 PP. Only morning samples were used for progesterone analyses. From day 10 PP, ultrasonography (US) was performed every 3rd day until day 39 PP for detection of ovarian activity and follicular dynamics. The highest incidence of bacteriological species was found during the first 3 weeks PP. After the 5th week of collection, all animals were free from bacteria. The species of bacteria found were Arcanobacterium (Actinomyces) pyogenes, Escherichia coli, alpha-hemolytic streptococcae and Pasteurella multocida. Immediately after parturition, very high levels of the PG-metabolite were seen in all animals, with a sharp decrease to line of significance around days 9-12 PP. Small increases above the line of significance were detected up to day 27 PP in cows with RFM, and after that time the levels were considered to be at baseline. Low levels of progesterone were seen in four animals during the whole experimental time. In one animal, an increase was seen on day 43 PP, which was maintained until the end of the experimental period on day 46 PP. Based on US, follicular waves were detected in all animals during the experimental period. In three animals, three non-ovulatory follicular waves were detected and in two animals, four non-ovulatory follicular waves were detected during 39 days of ultrasound sessions. Based on progesterone levels, only one animal was considered to have ovulated around day 40 PP. Results from the present study indicate that reproductive performance of cows after PG-induced parturitions differs from those of spontaneous cases of RFM. Differences regarding the resumption of ovarian activity were also observed between previous studies of dexamethasone-induced parturitions and the present study.

  12. The occurrence of Bovine viral diarrhea virus in hunter-harvested white-tailed deer (Odocoileus virginianus) in the state of Georgia, southeastern United States.

    PubMed

    Ilha, Marcia R S; Coarsey, Michele; Whittington, Lisa; Rajeev, Sreekumari; Ramamoorthy, Sheela

    2012-11-01

    The prevalence of Bovine viral diarrhea virus (BVDV) in free-ranging white-tailed deer (WTD, Odocoileus virginianus) in the state of Georgia was evaluated using ear notches collected from hunter-harvested deer during the hunting season of 2010-2011. From September to December 2010, 367 ear samples from WTD were collected from 37 counties in Georgia. The samples were from 178 (48.5%) female deer, 187 (51%) male deer, and 2 (0.5%) of unknown sex. The age of the animals varied from 6 months to 6.5 years. The age was not recorded in 34 animals (9.3%). Of the animals with known ages, 42% were under 2 years. Screening of 367 samples for BVDV using an antigen-capture enzyme-linked immunosorbent assay (AgELISA) resulted in 364 negative samples and 3 suspect samples. The 3 suspect samples were negative for BVDV reverse transcription polymerase chain reaction (RT-PCR), virus isolation, and immunohistochemistry. A subpopulation of samples (n = 89) selected from various geographical regions also tested negative for BVDV RT-PCR. In conclusion, although a few of the samples were suspect for the presence of BVDV by AgELISA, the presence of the virus within the deer population studied could not be confirmed further.

  13. Epidemiology of foot-and-mouth disease in Landhi Dairy Colony, Pakistan, the world largest Buffalo colony

    PubMed Central

    Klein, Joern; Hussain, Manzoor; Ahmad, Munir; Afzal, Muhammad; Alexandersen, Soren

    2008-01-01

    Background Foot-and-mouth disease (FMD) is endemic in Pakistan and causes huge economic losses. This work focus on the Landhi Dairy Colony (LDC), located in the suburbs of Karachi. LDC is the largest Buffalo colony in the world, with more than 300,000 animals (around 95% buffaloes and 5% cattle, as well as an unknown number of sheep and goats). Each month from April 2006 to April 2007 we collected mouth-swabs from apparently healthy buffaloes and cattle, applying a convenient sampling based on a two-stage random sampling scheme, in conjunction with participatory information from each selected farm. Furthermore, we also collected epithelium samples from animals with clinical disease, as well as mouth-swabs samples from those farms. In addition, we analysed a total of 180 serum samples randomly collecting 30 samples each month at the local slaughterhouse, from October 2006 to March 2007. Samples have been screened for FMDV by real-time RT-PCR and the partial or full 1D coding region of selected isolates has been sequenced. Serum samples have been analysed by applying serotype-specific antibody ELISA and non-structural proteins (NSP) antibody ELISA. Results FMDV infection prevalence at aggregate level shows an endemic occurrence of FMDV in the colony, with peaks in August 2006, December 2006 and February 2007 to March 2007. A significant association of prevalence peaks to the rainy seasons, which includes the coldest time of the year and the muslimic Eid-festival, has been demonstrated. Participatory information indicated that 88% of all questioned farmers vaccinate their animals. Analysis of the serum samples showed high levels of antibodies for serotypes O, A, Asia 1 and C. The median endpoint-titre for all tested serotypes, except serotype C, in VNT titration is at a serum dilution of equal or above 1/100. All 180 serum samples collected have been tested for antibodies against the non-structural proteins and all but four have been found positive. Out of the 106 swab-samples from apparently healthy and affected animals positive in real-time RT-PCR, we sequenced the partial or full 1D coding region from 58 samples. In addition we sequenced the full 1D coding region of 17 epithelium samples from animals with clinical signs of FMD. From all sequenced samples, swabs and epithelium, 19 belong to the regional PanAsia II lineage of serotype O and 56 to the A/Iran/2005 lineage of serotype A. Conclusion For an effective and realisable FMD control program in LDC, we suggest to introduce a twice annually mass vaccination of all buffaloes and cattle in the colony. These mass vaccinations should optimally take place shortly before the beginning of the two rainy periods, e.g. in June and September. Those vaccinations should, in our opinion, be in addition to the already individually performed vaccinations of single animals, as the latter usually targets only newly introduced animals. This suggested combination of mass vaccination of all large ruminants with the already performed individually vaccination should provide a continuous high level of herd immunity in the entire colony. Vaccines used for this purpose should contain the matching vaccine strains, i.e. as our results indicate antigens for A/Iran/2005 and the regional type of serotype O (PanAsia II), but also antigens of the, in this world region endemic, Asia 1 lineage should be included. In the long term it will be important to control the vaccine use, so that subclinical FMD will be avoided. PMID:18445264

  14. Detection of Severe Fever with Thrombocytopenia Syndrome Virus from Wild Animals and Ixodidae Ticks in the Republic of Korea.

    PubMed

    Oh, Sung-Suck; Chae, Jeong-Byoung; Kang, Jun-Gu; Kim, Heung-Chul; Chong, Sung-Tae; Shin, Jeong-Hwa; Hur, Moon-Suk; Suh, Jae-Hwa; Oh, Myoung-Don; Jeong, Soo-Myoung; Shin, Nam-Shik; Choi, Kyoung-Seong; Chae, Joon-Seok

    2016-06-01

    Severe fever with thrombocytopenia syndrome (SFTS) is caused by SFTS virus (SFTSV), a novel bunyavirus reported to be endemic to central-northeastern China, southern Japan, and the Republic of Korea (ROK). To investigate SFTSV infections, we collected serum samples and ticks from wild animals. Using serum samples and ticks, SFTSV-specific genes were amplified by one-step RT-PCR and nested PCR and sequenced. Indirect immunofluorescence assay (IFA) was performed to analyze virus-specific antibody levels in wild animals. Serum samples were collected from a total of 91 animals: 21 Korean water deer (KWD), 3 Siberian roe deer, 5 gorals, 7 raccoon dogs, 54 wild boars (WBs), and 1 carrion crow. The SFTSV infection rate in wild animals was 3.30% (3 of 91 animals: 1 KWD and 2 WBs). The seropositive rate was 6.59% (6 of 91 animals: 5 KWD and 1 WB). A total of 891 ticks (3 species) were collected from 65 wild animals (9 species). Of the attached tick species, Haemaphysalis longicornis (74.86%) was the most abundant, followed by Haemaphysalis flava (20.20%) and Ixodes nipponensis (4.94%). The average minimum infection rate (MIR) of SFTSV in ticks was 4.98%. The MIRs of H. longicornis, H. flava, and I. nipponensis were 4.51%, 2.22%, and 22.73%, respectively. The MIRs of larvae, nymphs, and adult ticks were 0.68%, 6.88%, and 5.53%, respectively. In addition, the MIRs of fed and unfed ticks were 4.67% and 4.96%, respectively. We detected a low SFTSV infection rate in wild animals, no differences in SFTSV infection rate with respect to bloodsucking in ticks, and SFTSV infection for all developmental stages of ticks. This is the first report describing the detection of SFTSV in wild animals in the ROK.

  15. Protective effects of indigenous Escherichia coli against a pathogenic E. coli challenge strain in pigs.

    PubMed

    Vahjen, W; Cuisiniere, T; Zentek, J

    2017-10-13

    To investigate the inhibitory effect of indigenous enterobacteria on pathogenic Escherichia coli, a challenge trial with postweaning pigs was conducted. A pathogenic E. coli strain was administered to all animals and their health was closely monitored thereafter. Faecal samples were taken from three healthy and three diarrhoeic animals. Samples were cultivated on MacConkey agar and isolates were subcultured. A soft agar overlay assay was used to determine the inhibitory activity of the isolates. A total of 1,173 enterobacterial isolates were screened for their ability to inhibit the E. coli challenge strain. Colony forming units of enterobacteria on MacConkey agar were not different between healthy and diarrhoeic animals in the original samples. Furthermore, numbers of isolates per animal were also not significantly different between healthy (482 isolates) and diarrhoeic animals (691 isolates). A total of 43 isolates (3.7%) with inhibitory activity against the pathogenic E. coli challenge strain were detected. All inhibitory isolates were identified as E. coli via MALDI-TOF. The isolates belonged to the phylotypes A, C and E. Many isolates (67.4%) were commensal E. coli without relevant porcine pathogenic factors, but toxin- and fimbrial genes (stx2e, fae, estIb, elt1a, fas, fan) were detected in 14 inhibitory isolates. Healthy animals showed significantly (P=0.003) more inhibitory isolates (36 of 482 isolates; 7.5%) than diseased animals (7 of 691 isolates; 1.0%). There were no significant correlations regarding phylotype or pathogenic factors between healthy and diseased animals. This study has shown that a small proportion of indigenous E. coli is able to inhibit in vitro growth of a pathogenic E. coli strain in pigs. Furthermore, healthy animals possess significantly more inhibitory E. coli strains than diarrhoeic animals. The inhibition of pathogenic E. coli by specific indigenous E. coli strains may be an underlying principle for the containment of pathogenic E. coli in pigs.

  16. 40 CFR 79.64 - In vivo micronucleus assay.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... number and sex. At least five female and five male animals per experimental/sample and control group... control group. A single concentration of a compound known to produce micronuclei in vivo is adequate as a... in bone marrow from treated animals compared to that of control animals. The visualization of...

  17. 40 CFR 79.64 - In vivo micronucleus assay.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... number and sex. At least five female and five male animals per experimental/sample and control group... control group. A single concentration of a compound known to produce micronuclei in vivo is adequate as a... in bone marrow from treated animals compared to that of control animals. The visualization of...

  18. 40 CFR 79.64 - In vivo micronucleus assay.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... number and sex. At least five female and five male animals per experimental/sample and control group... control group. A single concentration of a compound known to produce micronuclei in vivo is adequate as a... in bone marrow from treated animals compared to that of control animals. The visualization of...

  19. 40 CFR 79.64 - In vivo micronucleus assay.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... number and sex. At least five female and five male animals per experimental/sample and control group... control group. A single concentration of a compound known to produce micronuclei in vivo is adequate as a... in bone marrow from treated animals compared to that of control animals. The visualization of...

  20. 40 CFR 79.64 - In vivo micronucleus assay.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... number and sex. At least five female and five male animals per experimental/sample and control group... control group. A single concentration of a compound known to produce micronuclei in vivo is adequate as a... in bone marrow from treated animals compared to that of control animals. The visualization of...

  1. 9 CFR 113.64 - General requirements for live bacterial vaccines.

    Code of Federal Regulations, 2014 CFR

    2014-01-01

    ... bacterial vaccines. 113.64 Section 113.64 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION... STANDARD REQUIREMENTS Live Bacterial Vaccines § 113.64 General requirements for live bacterial vaccines... bacterial vaccine shall meet the requirements in this section. (a) Purity test. Final container samples of...

  2. 9 CFR 113.64 - General requirements for live bacterial vaccines.

    Code of Federal Regulations, 2012 CFR

    2012-01-01

    ... bacterial vaccines. 113.64 Section 113.64 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION... STANDARD REQUIREMENTS Live Bacterial Vaccines § 113.64 General requirements for live bacterial vaccines... bacterial vaccine shall meet the requirements in this section. (a) Purity test. Final container samples of...

  3. 9 CFR 113.64 - General requirements for live bacterial vaccines.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... bacterial vaccines. 113.64 Section 113.64 Animals and Animal Products ANIMAL AND PLANT HEALTH INSPECTION... STANDARD REQUIREMENTS Live Bacterial Vaccines § 113.64 General requirements for live bacterial vaccines... bacterial vaccine shall meet the requirements in this section. (a) Purity test. Final container samples of...

  4. Zoonotic Cryptosporidium Species in Animals Inhabiting Sydney Water Catchments

    PubMed Central

    Zahedi, Alireza; Monis, Paul; Aucote, Sarah; King, Brendon; Paparini, Andrea; Jian, Fuchun; Yang, Rongchang; Oskam, Charlotte; Ball, Andrew; Robertson, Ian; Ryan, Una

    2016-01-01

    Cryptosporidium is one of the most common zoonotic waterborne parasitic diseases worldwide and represents a major public health concern of water utilities in developed nations. As animals in catchments can shed human-infectious Cryptosporidium oocysts, determining the potential role of animals in dissemination of zoonotic Cryptosporidium to drinking water sources is crucial. In the present study, a total of 952 animal faecal samples from four dominant species (kangaroos, rabbits, cattle and sheep) inhabiting Sydney’s drinking water catchments were screened for the presence of Cryptosporidium using a quantitative PCR (qPCR) and positives sequenced at multiple loci. Cryptosporidium species were detected in 3.6% (21/576) of kangaroos, 7.0% (10/142) of cattle, 2.3% (3/128) of sheep and 13.2% (14/106) of rabbit samples screened. Sequence analysis of a region of the 18S rRNA locus identified C. macropodum and C. hominis in 4 and 17 isolates from kangaroos respectively, C. hominis and C. parvum in 6 and 4 isolates respectively each from cattle, C. ubiquitum in 3 isolates from sheep and C. cuniculus in 14 isolates from rabbits. All the Cryptosporidium species identified were zoonotic species with the exception of C. macropodum. Subtyping using the 5’ half of gp60 identified C. hominis IbA10G2 (n = 12) and IdA15G1 (n = 2) in kangaroo faecal samples; C. hominis IbA10G2 (n = 4) and C. parvum IIaA18G3R1 (n = 4) in cattle faecal samples, C. ubiquitum subtype XIIa (n = 1) in sheep and C. cuniculus VbA23 (n = 9) in rabbits. Additional analysis of a subset of samples using primers targeting conserved regions of the MIC1 gene and the 3’ end of gp60 suggests that the C. hominis detected in these animals represent substantial variants that failed to amplify as expected. The significance of this finding requires further investigation but might be reflective of the ability of this C. hominis variant to infect animals. The finding of zoonotic Cryptosporidium species in these animals may have important implications for the management of drinking water catchments to minimize risk to public health. PMID:27973572

  5. Bluetongue sentinel surveillance program and cross-sectional serological survey in cattle in Belgium in 2010-2011.

    PubMed

    Vangeel, I; De Leeuw, I; Méroc, E; Vandenbussche, F; Riocreux, F; Hooyberghs, J; Raemaekers, M; Houdart, P; Van der Stede, Y; De Clercq, K

    2012-10-01

    Bluetongue virus serotype 8 (BTV-8) emerged in Central Western Europe in 2006 causing a large scale epidemic in 2007 that involved several European Union (EU) countries including Belgium. As in several other EU member states, vaccination against BTV-8 with inactivated vaccines was initiated in Belgium in spring 2008 and appeared to be successful. Since 2009, no clinical cases of Bluetongue (BT) have been reported in Belgium and BTV-8 circulation seemed to have completely disappeared by spring 2010. Therefore, a series of repeated cross-sectional surveys, the BT sentinel surveillance program, based on virus detection in blood samples by means of real-time RT-PCR (RT-qPCR) were carried out in dairy cattle from the end of 2010 onwards with the aim to demonstrate the absence of BTV circulation in Belgium. This paper describes the results of the first two sampling rounds of this BT sentinel surveillance program carried out in October-November 2010 and January-February 2011. In addition, the level of BTV-specific maternal antibodies in young non-vaccinated animals was monitored and the level of herd immunity against BTV-8 after 3 consecutive years of compulsory BTV-8 vaccination was measured by ELISA. During the 1st sampling round of the BT sentinel surveillance program, 15 animals tested positive and 2 animals tested doubtful for BTV RNA by RT-qPCR. During the 2nd round, 17 animals tested positive and 5 animals tested doubtful. The positive/doubtful animals in both rounds were re-sampled 2-4 weeks after the original sampling and then all tested negative by RT-qPCR. These results demonstrate the absence of BTV circulation in Belgium in 2010 at a minimum expected prevalence of 2% and 95% confidence level. The study of the maternal antibodies in non-vaccinated animals showed that by the age of 7 months maternal antibodies against BTV had disappeared in most animals. The BTV seroprevalence at herd level after 3 years of compulsory BTV-8 vaccination was very high (97.4% [95% CI: 96.2-98.2]). The overall true within-herd BTV seroprevalence in 6-24 month old Belgian cattle in early 2011 was estimated at 73.4% (95% CI: 71.3-75.4). Copyright © 2012 Elsevier B.V. All rights reserved.

  6. Allometry and Ecology of the Bilaterian Gut Microbiome.

    PubMed

    Sherrill-Mix, Scott; McCormick, Kevin; Lauder, Abigail; Bailey, Aubrey; Zimmerman, Laurie; Li, Yingying; Django, Jean-Bosco N; Bertolani, Paco; Colin, Christelle; Hart, John A; Hart, Terese B; Georgiev, Alexander V; Sanz, Crickette M; Morgan, David B; Atencia, Rebeca; Cox, Debby; Muller, Martin N; Sommer, Volker; Piel, Alexander K; Stewart, Fiona A; Speede, Sheri; Roman, Joe; Wu, Gary; Taylor, Josh; Bohm, Rudolf; Rose, Heather M; Carlson, John; Mjungu, Deus; Schmidt, Paul; Gaughan, Celeste; Bushman, Joyslin I; Schmidt, Ella; Bittinger, Kyle; Collman, Ronald G; Hahn, Beatrice H; Bushman, Frederic D

    2018-03-27

    Classical ecology provides principles for construction and function of biological communities, but to what extent these apply to the animal-associated microbiota is just beginning to be assessed. Here, we investigated the influence of several well-known ecological principles on animal-associated microbiota by characterizing gut microbial specimens from bilaterally symmetrical animals ( Bilateria ) ranging from flies to whales. A rigorously vetted sample set containing 265 specimens from 64 species was assembled. Bacterial lineages were characterized by 16S rRNA gene sequencing. Previously published samples were also compared, allowing analysis of over 1,098 samples in total. A restricted number of bacterial phyla was found to account for the great majority of gut colonists. Gut microbial composition was associated with host phylogeny and diet. We identified numerous gut bacterial 16S rRNA gene sequences that diverged deeply from previously studied taxa, identifying opportunities to discover new bacterial types. The number of bacterial lineages per gut sample was positively associated with animal mass, paralleling known species-area relationships from island biogeography and implicating body size as a determinant of community stability and niche complexity. Samples from larger animals harbored greater numbers of anaerobic communities, specifying a mechanism for generating more-complex microbial environments. Predictions for species/abundance relationships from models of neutral colonization did not match the data set, pointing to alternative mechanisms such as selection of specific colonists by environmental niche. Taken together, the data suggest that niche complexity increases with gut size and that niche selection forces dominate gut community construction. IMPORTANCE The intestinal microbiome of animals is essential for health, contributing to digestion of foods, proper immune development, inhibition of pathogen colonization, and catabolism of xenobiotic compounds. How these communities assemble and persist is just beginning to be investigated. Here we interrogated a set of gut samples from a wide range of animals to investigate the roles of selection and random processes in microbial community construction. We show that the numbers of bacterial species increased with the weight of host organisms, paralleling findings from studies of island biogeography. Communities in larger organisms tended to be more anaerobic, suggesting one mechanism for niche diversification. Nonselective processes enable specific predictions for community structure, but our samples did not match the predictions of the neutral model. Thus, these findings highlight the importance of niche selection in community construction and suggest mechanisms of niche diversification. Copyright © 2018 Sherrill-Mix et al.

  7. [Occurrence of Giardia species and genotypes in humans and animals in Wielkopolska region, Poland].

    PubMed

    Solarczyk, Piotr

    2009-01-01

    Giardia is the most common intestinal protozoan parasite found in humans and animals worldwide. Although it has been known for three hundred years, the nomenclature, taxonomy, host specificity, and pathogenicity of Giardia still arouse numerous controversies and ambiguities. Giardia is classified into six species, that are characterised by various ranges of hosts. The most dubious species is G. intestinalis, which includes a dozen or so genotypes, and only two of them (genotype A and B) have wide ranges of hosts, including humans. Moreover, in some genotype assemblages of G. intestinalis certain subgenotypes were distinguished and it was proven that in the same host species various subgenotypes of this parasite may occur. Bearing in mind the significant genetic heterogeneity of G. intestinalis and the fact that various genotypes and subgenotypes of this parasite are characterised by the broad or narrow host specificity, the data concerning the frequency of giardiosis occurrence are insufficient. It is necessary to use molecular biology techniques in order to define the genotype and/or the subgenotype of G. intestinalis that are found in humans and in certain animal species. Furthermore, since more and more pieces of evidence connected with a possibility of the sexual recombination of Giardia are gathered, it is unknown if genotypes and subgenotypes of this parasite are stable in time. The aim of this thesis was to define the frequency of Giardia occurrence in humans and animals in Wielkopolska region, to identify species and genotypes of Giardia that occur in humans and animals, as well as to obtain an axenic culture of the chosen isolates of Giardia from animals and to compare the sequence of the beta-giardin gene fragment obtained from the DNA isolated from cysts and trophozoites in order to check if the axenisation of G. intestinalis leads to the selection of genotypes or if Giardia genotypes are stable in time. Altogether, 2183 faecal samples were examined for the presence of Giardia cysts; 447 faecal samples were taken from 232 persons coming from 5 cities situated in Wielkopolska, and 1736 faecal samples were obtained from 123 animal species, including: 266 faecal samples from 113 species of animals kept in the Zoological Garden in Poznań, 1286 samples from 4 species of breeding animals, 118 samples from dogs, and 66 samples from 5 species of wild animals. Faecal samples were taken from animals coming from 25 places in Wielkopolska. Moreover, seven isolates of G. intestinalis were used in the studies, which were obtained from various species of hosts and kept in an axenic in vitro culture. Microscopic, molecular and bio-informative methods were used in the studies. From each faecal sample fresh smears were made in a 0.6% solution of physiological salt and in Lugol's solution, as well as a permanent smear stained with trichrome was made. Moreover, the following molecular techniques were implemented in the studies: DNA extraction and purification, the PCR technique (two molecular markers), electrophoresis and visualisation of PCR products, and sequencing. A fragment of the beta-giardin gene was used as a molecular marker in order to define the genotype and subgenotype of Giardia. Only in the case of genotyping of two Giardia isolates obtained from Peromyscus eremicus another molecular marker (SSU rRNA)was additionally used. Some widely available computer programmes (Chromas, CAP 3, BioEdit, BLASTn, MEGA version 4.0) were utilised in the analysis of the sequence of the beta-giardin gene fragment and in the phylogenetic analysis. The culture of Giardia trophozoites was established to compare the sequence of the partial beta-giardin gene from cysts and trophozoites. Concentration and purification of Giardia cysts in the saccharose gradient, and the excystation technique were applied in the studies to obtaining an axenic in vitro culture. In this study, Giardia cysts were found in 12 faecal samples obtained from 3 persons and 5 animal species. Giardia cysts were found only in faecal samples from humans living in Poznań and the samples obtained from animals coming from Poznań and around Puszczykowo. The highest frequency of infection was stated in domestic animals (2.5%) and in animals kept in the Zoological Garden (2.0%), whereas a slightly lower frequency was noticed in wild animals (1.5%) and in humans (1.3%). No Giardia cysts were found in the faecal samples collected from breeding animals. Two new species of Giardia hosts were identified, namely Rhinella marina and Peromyscus eremicus; however, due to a minimal amount of faecal samples supplied for the study it was impossible to define the species and genotype of this parasite. PCR products (the partial of beta-giardin gene) were obtained in seven faecal samples out of the ten studied, including three samples from people and four faecal samples derived from three animal species (i.e. dog, tamandua, red deer). Moreover, molecular characterization of seven Giardia isolates from three persons and four animal species (red-bellied monkey, silver marmoset, Thomson's gazelle, and sheep) kept in an axenic in vitro culture was performed. Based on the beta-giardin sequence fragment analysis, four assemblages of G. intestinalis genotypes were identified (A, B, C and D). In humans, A and B G. intestinalis genotypes and three subgenotypes, including a cosmopolitan subgenotype A2 and two new subgenotypes A and B were detected. Furthermore, four G. intestinalis genotypes were found in animals, including three genotypes which are non-infectious to humans, namely: genotypes C and D in dogs and a cervids-specific genotype A in red deer (Cervus elaphus), which indicate that these animals do not constitute the source of infection to humans. On the other hand, in a tamandua from the Zoological Garden in Poznań a new subgenotype B of G. intestinalis was identified, which due to a close relationship with Giardia isolates obtained from humans is potentially infectious to man. In none of the studied faecal samples a mixed infection of Giardia was found. To date, nine sequences of the partial beta-giardin gene have been deposited in the National Center for Biotechnology Information (NCBI), including two sequences of Giardia isolates obtained from humans (GenBank accession numbers FJ009207, FJ009208), three sequences of isolate obtained from red deer (GenBank accession numbers EU621373, EU626198, EU216429), two sequences of both Giardia isolates obtained from dogs (GenBank accession numbers FJ009205, FJ009206), and the single sequences obtained from tamandua (GenBank accession number FJ009209) and from Thomson's gazelle (GenBank accession number EU626199). According to the literature, an axenic in vitro culture of G. intestinalis was obtained from a red deer for the first time. Based on the analysis of the sequence of the beta-giardin gene fragment obtained from the DNA isolated from cysts and trophozoites it was proven that the red deer was infected with a single population of Giardia and that during the axenisation of the culture no mutation in the DNA of the parasite's trophozoites took place. Probably the time distance that the DNA was isolated from the trophozoites kept in the culture was too short to cause the mutation. This suggestion is confirmed by the results of the genotyping of seven G. intestinalis isolates obtained from various host species and kept in an axenic in vitro culture for at least a number of years. Based on the molecular characteristics it was stated that all the studied isolates from the axenic culture were identical and belonged to the same assemblage B. The comparision with the sequences from GenBank database revealed that all mentioned isolates were 99% similar to the sequence of Giardia Nij5 isolate obtained from a person from the Netherlands and characterised as genotype B1. Due to the sameness of the molecular marker sequences it seems improbable that the identical G. intestinalis genotype occurred in various time periods (the largest difference was 14 years) in humans and in a number of animal species in diverse areas of Wielkopolska region. Quite opposite, the long-term keeping of these isolates in the homogenous conditions of an axenic in vitro culture leads to the selection of a genotype or proves the instability of genotypes of this parasite. Long-term studies need to be conducted in order to verify these hypothesis. Their results will have a key meaning in explaining the genetic structure of the Giardia population and in understanding the molecular epidemiology of giardiosis.

  8. [Testing for BTV, BVDV and BHV-1 in blood samples of new world camelids kept in middle Germany].

    PubMed

    Locher, Lena; Nieper, Hermann; Volkery, Janine; Fürll, Manfred; Wittek, Thomas

    2010-01-01

    The susceptibility of camelids for infectious agents which may result in severe economic losses or which are strictly regulated for epidemiological reasons in farm animals potentially causes a mutual risk of transmission. This study aimed to investigate the presence of antibodies against bovine herpesvirus 1 (BHV-1), bluetongue virus (BTV) and bovine viral diarrhoea virus (BVDV) as well as the presence of pestivirus antigen in new world camelids in Central Germany. Therefore 107 serum samples from 93 alpacas and lamas from this region which had been obtained from 2007 to 2009 were examined using ELISA, serum neutralisation test, RT-PCR and a pestivirus specific gene probe. All sample were negative for BHV-1 antibodies. Antibodies against BVDV-1 could be detected in four animals, titres reaching from 1:64 to > 1:256. One animal was positive for BTV antibodies in the year 2008. This animal had been tested negative for BTV antibodies in 2007. It can be concluded that up to now, these viruses seem to be of minor importance as pathogens in new world camelids in Central Germany. Therefore the risk of infection originating from new world camelids for production animals could be considered to be rather low in this region at the moment. However, it must be taken into consideration that these animals due to lack of antibodies are fully susceptible in case of occurrence of one of these viruses. For maintenance and improvement of the present status, general hygienic precautions should be applied; direct and indirect contact between animals from different herds must be avoided and virological diagnostic and quarantine should be required trading these animals.

  9. [Investigation of antimicrobial resistance of Klebsiella pneumoniae and Pseudomonas aeruginosa isolates from rat-like animals around a hospital in Guangzhou].

    PubMed

    Zhong, Xue-Shan; Ge, Jing; Chen, Shao-Wei; Xiong, Yi-Quan; Zheng, Xue-Yan; Qiu, Min; Huo, Shu-Ting; Chen, Qing

    2016-05-01

    To investigate antimicrobial resistance of Klebsiella pneumoniae and Pseudomonas aeruginosa isolates in fecal samples from rat-like animals. Rat-like animals were captured using cages around a hospital and the neighboring residential area between March and October, 2015. K. pneumoniae and P. aeruginosa were isolated from the fecal samples of the captured animals. Antimicrobial susceptibility test was performed according to the guidelines of Clinical and Laboratory Standards Institute (2014). A total of 329 rat-like animals were captured, including 205 Suncus murinus, 111 Rattus norvegicus, 5 Rattus flavipectus and 8 Mus musculus. The positivity rates of K. pneumoniae and P. aeruginosa were 78.4% and 34.7% in the fecal samples from the captured animals, respectively. K. pneumoniae isolates from Suncus murinus showed a high resistance to ampicillin, cephazolin, nitrofurantoin, piperacillin and cefotaxime (with resistance rates of 100%, 51.2%, 44.2%, 37.2%, and 23.3%, respectively), and K. pneumoniae isolates from Rattus spp. showed a similar drug-resistance profile. The prevalence rates of multidrug resistance and ESBLs were 40.9% and 10.7%, respectively. P. aeruginosa from both Suncus murinus and Rattus spp. exhibited the highest resistance rates to aztreonam (12.4% and 16.0%, respectively), followed by penicillins and fluoroquinolones. P. aeruginosa isolates were susceptible to cephems, aminoglycosides and carbapenems (with resistance rates below 5%). K. pneumoniae and P. aeruginosa isolated from rat-like animals showed drug-resistance profiles similar to those of the strains isolated from clinical patients, suggesting that the possible transmission of K. pneumoniae and P. aeruginosa between rat-like animals and human beings.

  10. Approach for Pesticide Residue Analysis for Metabolite Prothioconazole-desthio in Animal Origin Food.

    PubMed

    Liu, Hui; Yao, Guojun; Liu, Xueke; Liu, Chang; Zhan, Jing; Liu, Donghui; Wang, Peng; Zhou, Zhiqiang

    2017-03-22

    Food safety problems such as damage to immune, nervous, and endocrine systems leading to cancer and malformations have received increasing attention. To achieve the maximum residue limits, the most discussed method of high-performance liquid chromatography-tandem mass spectrometry (HPLC-MS/MS) is widely used with a advantage of high precision and resolution. Prothioconazole is a broad-spectrum thiocarbamate fungicide. It can rapidly metabolize to prothioconazole-desthio in different matrixes. Rapid and effective methods for the determination of prothioconazole-desthio in five kinds of different animal food were developed. Samples were extracted with acetonitrile or acetonitrile/water and determined by HPLC-MS/MS. The limit of detection and limit of quantification values of prothioconazole-desthio were 0.015 and 0.05 mg/kg for porcine liver and kidney, 0.0015 and 0.005 mg/kg for pork, and 0.003 and 0.01 mg/kg for eggs, together with 0.0012 and 0.004 mg/kg for milk of the detected method, respectively. A good linear regression trend can be observed in a certain concentration range for all of the animal food. At fortified levels, recoveries were between 83.6 and 105%, with relative standard deviations of 1.5-10.3%. A sample survey of 150 samples with 30 samples for each kind of animal food across the country was conducted and found that there was no prothioconazole-desthio detected in all samples.

  11. Sensitive Quantification of Aflatoxin B1 in Animal Feeds, Corn Feed Grain, and Yellow Corn Meal Using Immunomagnetic Bead-Based Recovery and Real-Time Immunoquantitative-PCR

    PubMed Central

    Babu, Dinesh; Muriana, Peter M.

    2014-01-01

    Aflatoxins are considered unavoidable natural mycotoxins encountered in foods, animal feeds, and feed grains. In this study, we demonstrate the application of our recently developed real-time immunoquantitative PCR (RT iq-PCR) assay for sensitive detection and quantification of aflatoxins in poultry feed, two types of dairy feed (1 and 2), horse feed, whole kernel corn feed grains, and retail yellow ground corn meal. Upon testing methanol/water (60:40) extractions of the above samples using competitive direct enzyme linked immunosorbent assay, the aflatoxin content was found to be <20 μg/kg. The RT iq-PCR assay exhibited high antigen hook effect in samples containing aflatoxin levels higher than the quantification limits (0.1–10 μg/kg), addressed by comparing the quantification results of undiluted and diluted extracts. In testing the reliability of the immuno-PCR assay, samples were spiked with 200 μg/kg of aflatoxin B1, but the recovery of spiked aflatoxin was found to be poor. Considering the significance of determining trace levels of aflatoxins and their serious implications for animal and human health, the RT iq-PCR method described in this study can be useful for quantifying low natural aflatoxin levels in complex matrices of food or animal feed samples without the requirement of extra sample cleanup. PMID:25474493

  12. Sensitive quantification of aflatoxin B1 in animal feeds, corn feed grain, and yellow corn meal using immunomagnetic bead-based recovery and real-time immunoquantitative-PCR.

    PubMed

    Babu, Dinesh; Muriana, Peter M

    2014-12-02

    Aflatoxins are considered unavoidable natural mycotoxins encountered in foods, animal feeds, and feed grains. In this study, we demonstrate the application of our recently developed real-time immunoquantitative PCR (RT iq-PCR) assay for sensitive detection and quantification of aflatoxins in poultry feed, two types of dairy feed (1 and 2), horse feed, whole kernel corn feed grains, and retail yellow ground corn meal. Upon testing methanol/water (60:40) extractions of the above samples using competitive direct enzyme linked immunosorbent assay, the aflatoxin content was found to be <20 μg/kg. The RT iq-PCR assay exhibited high antigen hook effect in samples containing aflatoxin levels higher than the quantification limits (0.1-10 μg/kg), addressed by comparing the quantification results of undiluted and diluted extracts. In testing the reliability of the immuno-PCR assay, samples were spiked with 200 μg/kg of aflatoxin B1, but the recovery of spiked aflatoxin was found to be poor. Considering the significance of determining trace levels of aflatoxins and their serious implications for animal and human health, the RT iq-PCR method described in this study can be useful for quantifying low natural aflatoxin levels in complex matrices of food or animal feed samples without the requirement of extra sample cleanup.

  13. Effects of Childhood Adversity on Bullying and Cruelty to Animals in the United States: Findings from a National Sample

    ERIC Educational Resources Information Center

    Vaughn, Michael G.; Fu, Qiang; Beaver, Kevin M.; DeLisi, Matt; Perron, Brian E.; Howard, Matthew O.

    2011-01-01

    This study examined effects of type of and cumulative burden of childhood adversities on bullying and cruelty to animals in the United States. Data were derived from Waves I and II of the National Epidemiologic Survey on Alcohol and Related Conditions, a nationally representative sample of U.S. adults. Structured psychiatric interviews were…

  14. Haematology and Plasma Biochemistry of Wild Black Flying-Foxes, (Pteropus alecto) in Queensland, Australia

    PubMed Central

    McMichael, Lee; Edson, Daniel; McLaughlin, Amanda; Mayer, David; Kopp, Steven; Meers, Joanne; Field, Hume

    2015-01-01

    This paper establishes reference ranges for hematologic and plasma biochemistry values in wild Black flying-foxes (Pteropus alecto) captured in South East Queensland, Australia. Values were found to be consistent with those of other Pteropus species. Four hundred and forty-seven animals were sampled over 12 months and significant differences were found between age, sex, reproductive and body condition cohorts in the sample population. Mean values for each cohort fell within the determined normal adult reference range, with the exception of elevated levels of alkaline phosphatase in juvenile animals. Hematologic and biochemistry parameters of injured animals showed little or no deviation from the normal reference values for minor injuries, while two animals with more severe injury or abscessation showed leucocytosis, anaemia, thrombocytosis, hyperglobulinemia and hypoalbuminemia. PMID:25938493

  15. Development of a high-sensitivity BGO well counter for small animal PET studies.

    PubMed

    Yamamoto, Seiichi; Watabe, Hiroshi; Kanai, Yasukazu; Watabe, Tadashi; Imaizumi, Masao; Shimosegawa, Eku; Hatazawa, Jun

    2012-01-01

    In quantitative measurements of small animal PET studies, blood sampling is limited due to the small amounts of blood such animals can provide. In addition, injection doses are quite limited. In this situation, a high-sensitivity well counter would be useful for reducing the amount of the blood sample needed from small animals. Bismuth germinate (BGO) has a high stopping power for high-energy gamma rays compared to NaI(Tl), which is commonly used for conventional well counters. We have developed a BGO well counter and have tested it for blood-sampling measurements in small animals. The BGO well counter uses a square BGO block (59 × 59 × 50 mm) with a square open space (27 × 27 × 34 mm) in the center of the block. The BGO block was optically coupled to a 59-mm square-shaped photomultiplier tube (PMT). Signals from the PMT were digitally processed for the integration and energy window setting. The results showed that the energy spectrum of the BGO well counter measured with a Na-22 point source provided counts that were about 6 times higher for a 1022-keV (511 keV × 2) gamma peak than the spectrum of a 2-in. NaI(Tl) well counter. The relative sensitivity of the developed BGO well counter was 3.4 times higher than that of a NaI(Tl) well counter. The time activity curve of arterial blood was obtained successfully with the BGO well counter for a F-18-FDG study on rat. The BGO well counter will contribute to reducing the amount of sampled blood and to improving the throughput of quantitative measurements in small animal PET studies.

  16. Detection of Mycobacterium bovis in Bovine and Bubaline Tissues Using Nested-PCR for TbD1

    PubMed Central

    Araújo, Cristina P.; Osório, Ana Luiza A. R.; Jorge, Kláudia S. G.; Ramos, Carlos Alberto N.; Filho, Antonio Francisco S.; Vidal, Carlos Eugênio S.; Roxo, Eliana; Nishibe, Christiane; Almeida, Nalvo F.; Júnior, Antônio A. F.; Silva, Marcio R.; Neto, José Diomedes B.; Cerqueira, Valíria D.; Zumárraga, Martín J.; Araújo, Flábio R.

    2014-01-01

    In the present study, a nested-PCR system, targeting the TbD1 region, involving the performance of conventional PCR followed by real-time PCR, was developed to detect Mycobacterium bovis in bovine/bubaline tissue homogenates. The sensitivity and specificity of the reactions were assessed with DNA samples extracted from tuberculous and non-tuberculous mycobacteria, as well as other actinomycetales species and DNA samples extracted directly from bovine and bubaline tissue homogenates. In terms of analytical sensitivity, the DNA of M. bovis AN5 was detected up to 1.56 ng with conventional PCR, 97.6 pg with real-time PCR, and 1.53 pg with nested-PCR in the reaction mixture. The nested-PCR exhibited 100% analytical specificity for M. bovis when tested with the DNA of reference strains of environmental mycobacteria and closely-related Actinomycetales. A clinical sensitivity value of 76.0% was detected with tissue samples from animals that exhibited positive results in the comparative intradermal tuberculin test (CITT), as well as from those with lesions compatible with tuberculosis (LCT) that rendered positive cultures. A clinical specificity value of 100% was detected with tissue samples from animals with CITT- results, with no visible lesions (NVL) and negative cultures. No significant differences were found between the nested-PCR and culture in terms of detecting CITT+ animals with LCT or with NVL. No significant differences were recorded in the detection of CITT- animals with NVL. However, nested-PCR detected a significantly higher number of positive animals than the culture in the group of animals exhibiting LCT with no previous records of CITT. The use of the nested-PCR assay to detect M. bovis in tissue homogenates provided a rapid diagnosis of bovine and bubaline tuberculosis. PMID:24618787

  17. Detection of Mycobacterium bovis in bovine and bubaline tissues using nested-PCR for TbD1.

    PubMed

    Araújo, Cristina P; Osório, Ana Luiza A R; Jorge, Kláudia S G; Ramos, Carlos Alberto N; Filho, Antonio Francisco S; Vidal, Carlos Eugênio S; Roxo, Eliana; Nishibe, Christiane; Almeida, Nalvo F; Júnior, Antônio A F; Silva, Marcio R; Neto, José Diomedes B; Cerqueira, Valíria D; Zumárraga, Martín J; Araújo, Flábio R

    2014-01-01

    In the present study, a nested-PCR system, targeting the TbD1 region, involving the performance of conventional PCR followed by real-time PCR, was developed to detect Mycobacterium bovis in bovine/bubaline tissue homogenates. The sensitivity and specificity of the reactions were assessed with DNA samples extracted from tuberculous and non-tuberculous mycobacteria, as well as other actinomycetales species and DNA samples extracted directly from bovine and bubaline tissue homogenates. In terms of analytical sensitivity, the DNA of M. bovis AN5 was detected up to 1.56 ng with conventional PCR, 97.6 pg with real-time PCR, and 1.53 pg with nested-PCR in the reaction mixture. The nested-PCR exhibited 100% analytical specificity for M. bovis when tested with the DNA of reference strains of environmental mycobacteria and closely-related Actinomycetales. A clinical sensitivity value of 76.0% was detected with tissue samples from animals that exhibited positive results in the comparative intradermal tuberculin test (CITT), as well as from those with lesions compatible with tuberculosis (LCT) that rendered positive cultures. A clinical specificity value of 100% was detected with tissue samples from animals with CITT- results, with no visible lesions (NVL) and negative cultures. No significant differences were found between the nested-PCR and culture in terms of detecting CITT+ animals with LCT or with NVL. No significant differences were recorded in the detection of CITT- animals with NVL. However, nested-PCR detected a significantly higher number of positive animals than the culture in the group of animals exhibiting LCT with no previous records of CITT. The use of the nested-PCR assay to detect M. bovis in tissue homogenates provided a rapid diagnosis of bovine and bubaline tuberculosis.

  18. Schematic Animation of Phoenix's Microscope Station

    NASA Technical Reports Server (NTRS)

    2008-01-01

    [figure removed for brevity, see original site] Click on image for animation

    This animation shows the workings of the microscope station of the Microscopy, Electrochemistry and Conductivity Analyzer (MECA) instrument suite of NASA's Phoenix Mars Lander.

    Samples are delivered to the horizontal portion of the sample wheel (yellow) that pokes outside an opening in the box enclosure. The wheel rotates to present the sample to the microscopes. The Optical Microscope (red) can see particles a little smaller than one-tenth the diameter of a human hair. The Atomic Force Microscope (pink) can see particles forty time smaller. The samples are on a variety of substrate surfaces, the small circles on the beveled edge of the sample wheel. For scale, the diameter of the wheel is about 14 centimeters (5.5 inches). Each substrate is a circle 3 millimeters (0.1 inch) in diameter.

    The Phoenix Mission is led by the University of Arizona, Tucson, on behalf of NASA. Project management of the mission is by NASA's Jet Propulsion Laboratory, Pasadena, Calif. Spacecraft development is by Lockheed Martin Space Systems, Denver.

  19. Illegal use of beta-adrenergic agonists: European Community.

    PubMed

    Kuiper, H A; Noordam, M Y; van Dooren-Flipsen, M M; Schilt, R; Roos, A H

    1998-01-01

    The use of veterinary medicinal products within the European Community is governed by a series of directives and regulations that describe the requirements for safety, quality, and efficacy of these products. Veterinary therapeutic use of beta-agonists has only been approved in the case of clenbuterol for bronchodilatation in horses and calves and for tocolysis in cows. No beta-agonists have been permitted in the European Community for growth-promoting purposes in farm animals. Surveillance for the presence of residues of veterinary agents in food-producing animals and meat is regulated by the Directive 86/469/EEC containing specific guidelines for sampling procedures on farms and in slaughterhouses. The level and frequency of sampling is dependent on the category of compounds and animal species. When positive samples have been identified (above certain action levels), sampling intensity is increased. Results of monitoring programs in EU member states during 1992 and 1993 for the occurrence of residues of beta-agonists in food-producing animals vary substantially with respect to the percentages of positive samples, ranging from 0 to 7%. The variability is partly explained by differences in sampling strategies, detection methods, and action levels applied. Identification of the proper matrices for sampling and detection of beta-agonists is important. In the case of clenbuterol, hair and choroid retinal tissue are appropriate tissues because clenbuterol accumulates in these matrices. A clear decrease in the use of clenbuterol in cattle has been observed in The Netherlands, Germany, Northern Ireland, and Spanish Basque Country over the last 3 yr. This is partly due to intensified surveillance activities at farms and slaughterhouses by governmental agencies and production sector organizations. There are data on human intoxication following consumption of liver or meat from cattle treated with beta-agonists. At the concentrations of clenbuterol measured in contaminated liver and meat samples, pharmacological effects may be expected in humans after consuming 100 to 200 g of product. The use of highly active beta-agonists as growth promoters is not appropriate because of the potential hazard for human and animal health, as was recently concluded at the scientific Conference on Growth Promotion in Meat Production (Nov. 1995, Brussels).

  20. Population size and stopover duration estimation using mark–resight data and Bayesian analysis of a superpopulation model

    USGS Publications Warehouse

    Lyons, James E.; Kendall, William L.; Royle, J. Andrew; Converse, Sarah J.; Andres, Brad A.; Buchanan, Joseph B.

    2016-01-01

    We present a novel formulation of a mark–recapture–resight model that allows estimation of population size, stopover duration, and arrival and departure schedules at migration areas. Estimation is based on encounter histories of uniquely marked individuals and relative counts of marked and unmarked animals. We use a Bayesian analysis of a state–space formulation of the Jolly–Seber mark–recapture model, integrated with a binomial model for counts of unmarked animals, to derive estimates of population size and arrival and departure probabilities. We also provide a novel estimator for stopover duration that is derived from the latent state variable representing the interim between arrival and departure in the state–space model. We conduct a simulation study of field sampling protocols to understand the impact of superpopulation size, proportion marked, and number of animals sampled on bias and precision of estimates. Simulation results indicate that relative bias of estimates of the proportion of the population with marks was low for all sampling scenarios and never exceeded 2%. Our approach does not require enumeration of all unmarked animals detected or direct knowledge of the number of marked animals in the population at the time of the study. This provides flexibility and potential application in a variety of sampling situations (e.g., migratory birds, breeding seabirds, sea turtles, fish, pinnipeds, etc.). Application of the methods is demonstrated with data from a study of migratory sandpipers.

  1. Modeling unobserved sources of heterogeneity in animal abundance using a Dirichlet process prior

    USGS Publications Warehouse

    Dorazio, R.M.; Mukherjee, B.; Zhang, L.; Ghosh, M.; Jelks, H.L.; Jordan, F.

    2008-01-01

    In surveys of natural populations of animals, a sampling protocol is often spatially replicated to collect a representative sample of the population. In these surveys, differences in abundance of animals among sample locations may induce spatial heterogeneity in the counts associated with a particular sampling protocol. For some species, the sources of heterogeneity in abundance may be unknown or unmeasurable, leading one to specify the variation in abundance among sample locations stochastically. However, choosing a parametric model for the distribution of unmeasured heterogeneity is potentially subject to error and can have profound effects on predictions of abundance at unsampled locations. In this article, we develop an alternative approach wherein a Dirichlet process prior is assumed for the distribution of latent abundances. This approach allows for uncertainty in model specification and for natural clustering in the distribution of abundances in a data-adaptive way. We apply this approach in an analysis of counts based on removal samples of an endangered fish species, the Okaloosa darter. Results of our data analysis and simulation studies suggest that our implementation of the Dirichlet process prior has several attractive features not shared by conventional, fully parametric alternatives. ?? 2008, The International Biometric Society.

  2. Comparative evaluation of non-structural protein-antibody detecting ELISAs for foot-and-mouth disease sero-surveillance under intensive vaccination.

    PubMed

    Sharma, Gaurav Kumar; Mohapatra, Jajati Keshari; Mahajan, Sonalika; Matura, Rakesh; Subramaniam, Saravanan; Pattnaik, Bramhadev

    2014-10-01

    Foot-and-mouth disease is a highly infectious and contagious disease of livestock animals with transboundary and economical importance. Animals in the endemic settings are regularly vaccinated in addition to intensive surveillance for control of the disease. Under intensive vaccination, detection of infected animals among the vaccinated population is essential to monitor the infection and to track down the virus movement. Sero-surveillance and retrospective disease diagnosis is performed primarily by detecting antibodies against non-structural proteins (NSPs) of FMD virus which are usually absent in the inactivated vaccine formulations. The study was conducted with an objective to compare simultaneously performance of six NSP ELISAs in detecting infected animals in the areas covered under intensive vaccination, and to assess their fit-for-purpose attribute for sero-surveillance of FMD in India. A panel of bovine serum samples consisting of samples collected from infected with FMDV, vaccinated and naive animals were constituted. In addition, samples collected at random from areas having varied FMD situation and vaccination coverage were tested simultaneously by the six NSP ELISAs to compare their performances. The four indigenous assays showed varying degrees of correlation with the two commercial kits. The study validated that, in all the groups of samples, the indigenous assays were equally sensitive and specific as the two commercial kits. Among all the six assays, PrioCheck and in-house 3ABC I-ELISAs showed maximum sensitivity for detection of infected animals, whereas 3AB3 I-ELISA and 3ABC C-ELISA showed maximum specificity. The study concluded that the in-house available assays are equally capable as the commercially available kits for differentiation of infected animals under intensive vaccination and identifies the 3AB3 I-ELISA with optimum sensitivity and specificity for the purpose of sero-surveillance in India. Copyright © 2014 Elsevier B.V. All rights reserved.

  3. Serum concentration comparisons of amino acids, fatty acids, lipoproteins, vitamins A and E, and minerals between zoo and free-ranging giraffes (Giraffa camelopardalis).

    PubMed

    Schmidt, Debra A; Koutsos, Elizabeth A; Ellersieck, Mark R; Griffin, Mark E

    2009-03-01

    Serum concentrations of amino acids, fatty acids, lipoproteins, vitamins A and E, and minerals in zoo giraffes (Giraffa camelopardalis) were compared to values obtained from free-ranging giraffes in an effort to identify potential nutritional differences in the zoo population. Zoo giraffes have a specific set of maladies that may be nutritionally related, including peracute mortality, energy malnutrition, pancreatic disease, urolithiasis, hoof disease, and severe intestinal parasitism. Dietary requirements for giraffes are not known; invasive studies used with domestic animals cannot be performed on zoo animals. Though domestic animal standards are often used to evaluate nutritional health of exotic animals, they may not be the most appropriate standards to use. Serum samples from 20 zoo giraffes at 10 zoological institutions in the United States were compared to previously collected samples from 24 free-ranging giraffes in South Africa. Thirteen of the zoo animal samples were collected from animals trained for blood collection, and seven were banked samples obtained from a previous serum collection. Dietary information was also collected on each zoo giraffe; most zoo giraffe diets consisted of alfalfa-based pellets (acid detergent fiber-16), alfalfa hay, and browse in varying quantities. Differences between zoo and free-ranging giraffes, males and females, and adults and subadults were analyzed with the use of a 2 x 2 x 2 factorial and Fisher's Least Significant Difference (LSD) for mean separation. Of the 84 parameters measured, 54 (60%) were significantly different (P < or = 0.05) between zoo and free-ranging giraffes. Nine (11%) items were significantly different (P < or = 0.05) between adult and subadult animals. Only one parameter, sodium concentration, was found to be significantly different (P < or = 0.05) between genders. Further investigation in zoo giraffe diets is needed to address the differences seen in this study and the potentially related health problems.

  4. Citrus pulp and wheat straw silage as an ingredient in lamb diets: effects on growth and carcass and meat quality.

    PubMed

    Scerra, V; Caparra, P; Foti, F; Lanza, M; Priolo, A

    2001-04-01

    Twenty "Merinizzata Italiana" lambs were introduced to two experimental diets. Ten animals (five males and five females, control group) received the traditional diet that is supplied by farmers in southern Italy, which comprised of oat hay ad libitum and commercial concentrate. The second group (the same number of lambs, silage group) received citrus pulp and wheat straw silage ad libitum and 70% of the commercial concentrate supplied to the control group. The animals were slaughtered after 80 days of feeding and carcass and some meat quality parameters were measured. No differences were observed for live weight between treatments, and carcass weights were similar for the two diets, but with obvious differences between sexes. Animals on silage produced carcasses with a better muscular conformation and with a lower fatness score (P<0.05). Subcutaneous fat colour was influenced by sex, being lighter in the female carcasses (P<0.05). Dissection of different anatomical parts showed a higher percentage of lean and a lower proportion of fat in silage samples compared to control ones. Ultimate pH was highly affected by sex being higher in the samples from male lambs (P<0.01), but was unaffected by diet treatment. Diet tended to affect meat shear force value which was lower in the silage samples, although, samples from all the animals were extremely tender. Meat from silage samples had a higher water content (P<0.05). Overall, in our experimental conditions, the use of citrus pulp silage seemed to be economically convenient for producing animals with substantially unmodified carcass and meat quality characteristics.

  5. Pure animal phobia is more specific than other specific phobias: epidemiological evidence from the Zurich Study, the ZInEP and the PsyCoLaus.

    PubMed

    Ajdacic-Gross, Vladeta; Rodgers, Stephanie; Müller, Mario; Hengartner, Michael P; Aleksandrowicz, Aleksandra; Kawohl, Wolfram; Heekeren, Karsten; Rössler, Wulf; Angst, Jules; Castelao, Enrique; Vandeleur, Caroline; Preisig, Martin

    2016-09-01

    Interest in subtypes of mental disorders is growing in parallel with continuing research progress in psychiatry. The aim of this study was to examine pure animal phobia in contrast to other specific phobias and a mixed subtype. Data from three representative Swiss community samples were analysed: PsyCoLaus (n = 3720), the ZInEP Epidemiology Survey (n = 1500) and the Zurich Study (n = 591). Pure animal phobia and mixed animal/other specific phobias consistently displayed a low age at onset of first symptoms (8-12 years) and clear preponderance of females (OR > 3). Meanwhile, other specific phobias started up to 10 years later and displayed almost a balanced sex ratio. Pure animal phobia showed no associations with any included risk factors and comorbid disorders, in contrast to numerous associations found in the mixed subtype and in other specific phobias. Across the whole range of epidemiological parameters examined in three different samples, pure animal phobia seems to represent a different entity compared to other specific phobias. The etiopathogenetic mechanisms and risk factors associated with pure animal phobias appear less clear than ever.

  6. Kindergarten Children's Perception of Animals Focusing on the Look and Fear of Animals

    ERIC Educational Resources Information Center

    Kubiatko, Milan

    2012-01-01

    The study is focusing on the finding out the children's perceiving of animals from the view of look and fear. The additional aims were to find out the influence of gender and age on the perceiving of animals from the view of look and fear. The sample size was created by the 27 Czech kindergarten children from two kindergartens. The number of 5…

  7. Development and Validation of a Scale to Assess Students' Attitude towards Animal Welfare

    NASA Astrophysics Data System (ADS)

    Mazas, Beatriz; Rosario Fernández Manzanal, Mª; Zarza, Francisco Javier; Adolfo María, Gustavo

    2013-07-01

    This work presents the development of a scale of attitudes of secondary-school and university students towards animal welfare. A questionnaire was drawn up following a Likert-type scale attitude assessment model. Four components or factors, which globally measure animal welfare, are proposed to define the object of the attitude. The components are animal abuse for pleasure or due to ignorance (C1), leisure with animals (C2), farm animals (C3) and animal abandonment (C4). The final version of the questionnaire contains 29 items that are evenly distributed among the four components indicated, guaranteeing that each component is one-dimensional. A sample of 329 students was used to validate the scale. These students were aged between 11 and 25, and were from secondary schools in Aragon and the University in Zaragoza (Aragon's main and largest city, located in NE Spain). The scale shows good internal reliability, with a Cronbach's alpha value of 0.74. The questionnaire was later given to 1,007 students of similar levels and ages to the sample used in the validation, the results of which are presented in this study. The most relevant results show significant differences in gender and level of education in some of the components of the scale, observing that women and university students rate animal welfare more highly.

  8. An ecological approach to assessing the epidemiology of antimicrobial resistance in animal and human populations

    PubMed Central

    Mather, Alison E.; Matthews, Louise; Mellor, Dominic J.; Reeve, Richard; Denwood, Matthew J.; Boerlin, Patrick; Reid-Smith, Richard J.; Brown, Derek J.; Coia, John E.; Browning, Lynda M.; Haydon, Daniel T.; Reid, Stuart W. J.

    2012-01-01

    We examined long-term surveillance data on antimicrobial resistance (AMR) in Salmonella Typhimurium DT104 (DT104) isolates from concurrently sampled and sympatric human and animal populations in Scotland. Using novel ecological and epidemiological approaches to examine diversity, and phenotypic and temporal relatedness of the resistance profiles, we assessed the more probable source of resistance of these two populations. The ecological diversity of AMR phenotypes was significantly greater in human isolates than in animal isolates, at the resolution of both sample and population. Of 5200 isolates, there were 65 resistance phenotypes, 13 unique to animals, 30 unique to humans and 22 were common to both. Of these 22, 11 were identified first in the human isolates, whereas only five were identified first in the animal isolates. We conclude that, while ecologically connected, animals and humans have distinguishable DT104 communities, differing in prevalence, linkage and diversity. Furthermore, we infer that the sympatric animal population is unlikely to be the major source of resistance diversity for humans. This suggests that current policy emphasis on restricting antimicrobial use in domestic animals may be overly simplistic. While these conclusions pertain to DT104 in Scotland, this approach could be applied to AMR in other bacteria–host ecosystems. PMID:22090389

  9. Isolation of Escherichia coli 0157:H7 Strain from Fecal Samples of Zoo Animal

    PubMed Central

    Mohammed Hamzah, Aseel; Mohammed Hussein, Aseel; Mahmoud Khalef, Jenan

    2013-01-01

    The isolation and characterization of Escherichia coli O157:H7 strains from 22 out of 174 fecal samples from petting zoo animals representing twenty-two different species (camel, lion, goats, zebra, bear, baboon monkey, Siberian monkey, deer, elk, llama, pony, horses, fox, kangaroo, wolf, porcupine, chickens, tiger, ostrich, hyena, dogs, and wildcats) were investigated. One petting Al-Zawraa zoological society of Baghdad was investigated for E. coli O157:H7 over a 16-month period that spanned two summer and two autumn seasons. Variation in the occurrence of E. coli O157:H7-positive petting zoo animals was observed, with animals being culture positive only in the summer months but not in the spring, autumn, or winter. E. coli O157:H7 isolates were distinguished by agglutination with E. coli O157:H7 latex reagent (Oxoid), identified among the isolates, which showed that multiple E. coli strains were isolated from one petting zoo animal, in which a single animal simultaneously shed multiple E. coli strains; E. coli O157:H7 was isolated only by selective enrichment culture of 2 g of petting zoo animal feces. In contrast, strains other than O157:H7 were cultured from feces of petting zoo animals without enrichment. PMID:24489514

  10. An ecological approach to assessing the epidemiology of antimicrobial resistance in animal and human populations.

    PubMed

    Mather, Alison E; Matthews, Louise; Mellor, Dominic J; Reeve, Richard; Denwood, Matthew J; Boerlin, Patrick; Reid-Smith, Richard J; Brown, Derek J; Coia, John E; Browning, Lynda M; Haydon, Daniel T; Reid, Stuart W J

    2012-04-22

    We examined long-term surveillance data on antimicrobial resistance (AMR) in Salmonella Typhimurium DT104 (DT104) isolates from concurrently sampled and sympatric human and animal populations in Scotland. Using novel ecological and epidemiological approaches to examine diversity, and phenotypic and temporal relatedness of the resistance profiles, we assessed the more probable source of resistance of these two populations. The ecological diversity of AMR phenotypes was significantly greater in human isolates than in animal isolates, at the resolution of both sample and population. Of 5200 isolates, there were 65 resistance phenotypes, 13 unique to animals, 30 unique to humans and 22 were common to both. Of these 22, 11 were identified first in the human isolates, whereas only five were identified first in the animal isolates. We conclude that, while ecologically connected, animals and humans have distinguishable DT104 communities, differing in prevalence, linkage and diversity. Furthermore, we infer that the sympatric animal population is unlikely to be the major source of resistance diversity for humans. This suggests that current policy emphasis on restricting antimicrobial use in domestic animals may be overly simplistic. While these conclusions pertain to DT104 in Scotland, this approach could be applied to AMR in other bacteria-host ecosystems.

  11. Isolation of Escherichia coli 0157:H7 strain from fecal samples of zoo animal.

    PubMed

    Mohammed Hamzah, Aseel; Mohammed Hussein, Aseel; Mahmoud Khalef, Jenan

    2013-01-01

    The isolation and characterization of Escherichia coli O157:H7 strains from 22 out of 174 fecal samples from petting zoo animals representing twenty-two different species (camel, lion, goats, zebra, bear, baboon monkey, Siberian monkey, deer, elk, llama, pony, horses, fox, kangaroo, wolf, porcupine, chickens, tiger, ostrich, hyena, dogs, and wildcats) were investigated. One petting Al-Zawraa zoological society of Baghdad was investigated for E. coli O157:H7 over a 16-month period that spanned two summer and two autumn seasons. Variation in the occurrence of E. coli O157:H7-positive petting zoo animals was observed, with animals being culture positive only in the summer months but not in the spring, autumn, or winter. E. coli O157:H7 isolates were distinguished by agglutination with E. coli O157:H7 latex reagent (Oxoid), identified among the isolates, which showed that multiple E. coli strains were isolated from one petting zoo animal, in which a single animal simultaneously shed multiple E. coli strains; E. coli O157:H7 was isolated only by selective enrichment culture of 2 g of petting zoo animal feces. In contrast, strains other than O157:H7 were cultured from feces of petting zoo animals without enrichment.

  12. Molecular characterization of bacteriophages for microbial source tracking in Korea.

    PubMed

    Lee, Jung Eun; Lim, Mi Young; Kim, Sei Yoon; Lee, Sunghee; Lee, Heetae; Oh, Hyun-Myung; Hur, Hor-Gil; Ko, Gwangpyo

    2009-11-01

    We investigated coliphages from various fecal sources, including humans and animals, for microbial source tracking in South Korea. Both somatic and F+-specific coliphages were isolated from 43 fecal samples from farms, wild animal habitats, and human wastewater plants. Somatic coliphages were more prevalent and abundant than F+ coliphages in all of the tested fecal samples. We further characterized 311 F+ coliphage isolates using RNase sensitivity assays, PCR and reverse transcription-PCR, and nucleic acid sequencing. Phylogenetic analyses were performed based on the partial nucleic acid sequences of 311 F+ coliphages from various sources. F+ RNA coliphages were most prevalent among geese (95%) and were least prevalent in cows (5%). Among the genogroups of F+ RNA coliphages, most F+ coliphages isolated from animal fecal sources belonged to either group I or group IV, and most from human wastewater sources were in group II or III. Some of the group I coliphages were present in both human and animal source samples. F+ RNA coliphages isolated from various sources were divided into two main clusters. All F+ RNA coliphages isolated from human wastewater were grouped with Qbeta-like phages, while phages isolated from most animal sources were grouped with MS2-like phages. UniFrac significance statistical analyses revealed significant differences between human and animal bacteriophages. In the principal coordinate analysis (PCoA), F+ RNA coliphages isolated from human waste were distinctively separate from those isolated from other animal sources. However, F+ DNA coliphages were not significantly different or separate in the PCoA. These results demonstrate that proper analysis of F+ RNA coliphages can effectively distinguish fecal sources.

  13. Circulation of bluetongue virus 8 in French cattle, before and after the re-emergence in 2015.

    PubMed

    Courtejoie, N; Durand, B; Bournez, L; Gorlier, A; Bréard, E; Sailleau, C; Vitour, D; Zientara, S; Baurier, F; Gourmelen, C; Benoit, F; Achour, H; Milard, C; Poliak, S; Pagneux, C; Viarouge, C; Zanella, G

    2018-02-01

    Bluetongue virus serotype 8 (BTV-8) re-emerged in Central France in August 2015. The viral strain identified is nearly identical to the one that circulated during the 2006/2009 massive outbreak throughout Europe. To address the question of an undetected BTV-8 circulation on the French territory, a serological study was conducted on young cattle along a transect of seven departments, three of them located in areas where the virus presence had been confirmed by RT-PCR by winter 2015/2016. Sera from 2,565 animals were collected during the winters preceding and following the re-emergence, with 414 animals being sampled in each of the two consecutive years. All samples were tested by competitive ELISA (IDVet) and, when enough serum was available, ELISA-positive samples were confirmed by seroneutralization tests. In areas with infected holdings, seropositive animals were found before the re-emergence (N = 14 of 511), significantly more on the following year (N = 17 of 257), and eight animals (N = 158) seroconverted over 2015. Seropositive animals were also detected as early as winter 2014/2015 in one department without known infected holdings (N = 12 of 150), and in winter 2015/2016 in three of them (N = 21 of 555), where seven animals (N = 154) seroconverted over 2015. These results suggest that BTV-8 may have spread at low levels before the re-emergence, even in areas considered virus-free. Unfortunately, whole blood from the seropositive animals was not available to definitely confirm the virus presence by RT-PCR. © 2017 Blackwell Verlag GmbH.

  14. Prevalence of Candidatus Mycoplasma haemolamae, bovine viral diarrhoea virus, and gastrointestinal parasitism in a sample of adult New Zealand alpaca (Vicugna pacos).

    PubMed

    Dittmer, K E; Hinkson, J A; Dwyer, C; Adlington, B; van Andel, M

    2018-01-01

    To determine the prevalence of infection with Candidatus Mycoplasma haemolamae (Mhl), antibodies to bovine viral diarrhoea virus (BVDV), and BVDV antigen, and the prevalence of animals with elevated faecal nematode egg counts (FEC) in a sample of adult New Zealand alpaca (Vicugna pacos). Blood samples were obtained from 175 alpaca, collected from 15 farms around New Zealand, and from 31 samples sent to a diagnostic laboratory for routine haematology. Blood smears (n=170) were examined microscopically for the presence of haemoplasma, and DNA was extracted from whole blood (n=206) for real-time PCR testing for Mhl. Packed cell volume (PCV) was determined for 193 samples. Serum samples (n=195) were tested for BVDV antibody using ELISA, and for BVDV antigen using a real-time PCR assay. Faecal samples were collected from 143 animals; FEC were measured, and samples pooled for larval culture. No haemoplasma organisms were present on blood smear examination. Of the 206 blood samples, two (from the same farm) were positive for Mhl by real-time PCR testing, giving a prevalence of infection with Mhl of 0.97%. Of the 195 serum samples tested, four (2.1%) were positive for antibodies to BVDV; animals with BVDV antibodies were from 3/15 (20%) farms, none of which farmed cattle. None of the serum samples were positive by PCR for BVDV antigen. The median FEC was 50 epg (min 0, max 4,700), with 55/143 (38.5%) samples having 0 epg, and 33/143 (23.1%) having ≥250 epg. Haemonchus spp. were the most common nematodes present in faecal larval cultures from the North Island. Log 10 FEC was negatively associated with PCV (p=0.02), and was higher in males than females (p<0.001), and in animals that were positive compared with negative for Mhl (p=0.022). The number of alpaca infected with Mhl was low, as was the seroprevalence of BVDV. Gastrointestinal parasitism was, however, a common finding in this sample of New Zealand alpaca.

  15. Soils element activities for the period October 1973--September 1974

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Fowler, E.B.; Essington, E.H.; White, M.G.

    Soils Element activities were conducted on behalf of the U. S. Atomic Energy Commission's Nevada Applied Ecology Group (NAEG) program to provide source term information for the other program elements and maintain continuous cognizance of program requirements for sampling, sample preparation, and analysis. Activities included presentation of papers; participation in workshops; analysis of soil, vegetation, and animal tissue samples for $sup 238$Pu, $sup 239-240$Pu, $sup 241$Am, $sup 137$Cs, $sup 60$Co, and gamma scan for routine and laboratory quality control purposes; preparation and analysis of animal tissue samples for NAEG laboratory certification; studies on a number of analytical, sample preparation, andmore » sample collection procedures; and contributions to the evaluation of procedures for calculation of specialized counting statistics. (auth)« less

  16. Evidence of Borna disease virus genome detection in French domestic animals and in foxes (Vulpes vulpes).

    PubMed

    Dauphin, G; Legay, V; Sailleau, C; Smondack, S; Hammoumi, S; Zientara, S

    2001-09-01

    Borna disease virus (BDV) is an enveloped, non-segmented negative-stranded RNA virus which belongs to the Bornaviridae family. BDV is an aetiological agent of encephalitis in horses, sheep and several other vertebrate species. In order to extend our knowledge about the presence of BDV in France, a study based on BDV RNA detection by RT-nested-PCR was done with 196 animal tissues: 171 brain samples collected from different animal species (75 horses, 59 foxes, 31 cattle, 4 dogs, 1 sheep, 1 roe deer) and 25 horse blood samples. An RNA internal standard molecule was constructed and was co-amplified with the test template. This study reports the first detection of BDV RNA in France in 10 brain samples collected from horses, foxes and cattle, and from 14 horse blood samples. Detection of the BDV genome in the brains of six red foxes is the first evidence of BDV infection in this species.

  17. Seroprevalence of Leptospira hardjo in cattle and African buffalos in southwestern Uganda.

    PubMed

    Atherstone, Christine; Picozzi, Kim; Kalema-Zikusoka, Gladys

    2014-02-01

    Leptospirosis, caused by the spirochete bacterium Leptospira spp. is a zoonosis, distributed worldwide and classified as an emerging infectious disease. Fatal outcomes to leptospiral infection do occur and the disease can cause abortion and other reproductive problems in cattle, goats, and pigs. In humans the symptoms range from subclinical infection to acute febrile illness, pulmonary hemorrhage and renal failure. Leptospirosis has never been officially reported to the World Health Organization (WHO) or the World Animal Health Organization in animals or humans in Uganda. However, favorable ecological conditions and suitable animal hosts can be found within the country. A commercially available enzyme-linked immunosorbent (ELISA) kit was used to screen sera samples from domesticated cattle and African buffalo (Syncerus caffer) at two locations in southwestern Uganda, collected over a 4-year period. Positive samples were found in both cattle and African buffalo samples, from both locations and across the sampling period. Overall seroprevalence was 42.39% in African buffalo and 29.35% in cattle.

  18. Ostertagia ostertagi antibodies in milk samples: relationships with herd management and milk production parameters in two Mediterranean production systems of Spain.

    PubMed

    Almería, S; Adelantado, C; Charlier, J; Claerebout, E; Bach, A

    2009-12-01

    The present study analyzed Ostertagia ostertagi antibodies by indirect ELISA in milk samples in two cattle systems in Mediterranean Spain to indirectly monitor gastrointestinal nematode (GI) parasitism effects on production. Individual samples from 10 animals and the corresponding milk herd samples were collected from 133 herds in Girona (intensive management) and 123 herds in Minorca (extensive management). Both locations showed high and significant positive relationships between average optical density ratios (ODR) of individual animals and ODR in their milk tank. Although antibodies levels were low, there were significantly higher in Minorca. Negative correlations between ODR values and milk production were found in both systems. Importantly, in Minorca, average herd milk production was higher in the herds that treated their animals against GI nematodes compared to those that did not treat. The ELISA technique was valuable to indirectly assess differences in the level of GI nematode infection even in cattle production systems with low levels of infection.

  19. 75 FR 52957 - Supplemental Funding Under the Food and Drug Administration's Food Emergency Response Laboratory...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-08-30

    ... enhance the lab capabilities to handle human pathogenic bacteria in animal feed. DATES: Important dates... supplemental grant funds will enable analyses of human pathogenic bacteria found in animal feed, for samples... bacteria in animal feed. This additional program will be compatible with other FERN Cooperative Agreement...

  20. Animal Cruelty Motivations: Assessing Demographic and Situational Influences

    ERIC Educational Resources Information Center

    Hensley, Christopher; Tallichet, Suzanne E.

    2005-01-01

    Few studies have examined childhood and adolescent animal cruelty motives. Using a sample of 261 inmates surveyed at both medium and maximum security prisons in a southern state, the present study examined the impact of demographic attributes and situational factors relating specifically to a range of animal cruelty motivations. Almost half of the…

Top