909 resultados para migratory connectivity


Relevância:

20.00% 20.00%

Publicador:

Resumo:

The study of soil structure, i.e., the pores, is of vital importance in different fields of science and technology. Total pore volume (porosity), pore surface, pore connectivity and pore size distribution are some (probably the most important) of the geometric measurements of pore space. The technology of X-ray computed tomography allows us to obtain 3D images of the inside of a soil sample enabling study of the pores without disturbing the samples. In this work we performed a set of geometrical measures, some of them from mathematical morphology, to assess and quantify any possible difference that tillage may have caused on the soil. We compared samples from tilled soil with samples from a soil with natural vegetation taken in a very close area. Our results show that the main differences between these two groups of samples are total surface area and pore connectivity per unit pore volume.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The structural connectivity of the brain is considered to encode species-wise and subject-wise patterns that will unlock large areas of understanding of the human brain. Currently, diffusion MRI of the living brain enables to map the microstructure of tissue, allowing to track the pathways of fiber bundles connecting the cortical regions across the brain. These bundles are summarized in a network representation called connectome that is analyzed using graph theory. The extraction of the connectome from diffusion MRI requires a large processing flow including image enhancement, reconstruction, segmentation, registration, diffusion tracking, etc. Although a concerted effort has been devoted to the definition of standard pipelines for the connectome extraction, it is still crucial to define quality assessment protocols of these workflows. The definition of quality control protocols is hindered by the complexity of the pipelines under test and the absolute lack of gold-standards for diffusion MRI data. Here we characterize the impact on structural connectivity workflows of the geometrical deformation typically shown by diffusion MRI data due to the inhomogeneity of magnetic susceptibility across the imaged object. We propose an evaluation framework to compare the existing methodologies to correct for these artifacts including whole-brain realistic phantoms. Additionally, we design and implement an image segmentation and registration method to avoid performing the correction task and to enable processing in the native space of diffusion data. We release PySDCev, an evaluation framework for the quality control of connectivity pipelines, specialized in the study of susceptibility-derived distortions. In this context, we propose Diffantom, a whole-brain phantom that provides a solution to the lack of gold-standard data. The three correction methodologies under comparison performed reasonably, and it is difficult to determine which method is more advisable. We demonstrate that susceptibility-derived correction is necessary to increase the sensitivity of connectivity pipelines, at the cost of specificity. Finally, with the registration and segmentation tool called regseg we demonstrate how the problem of susceptibility-derived distortion can be overcome allowing data to be used in their original coordinates. This is crucial to increase the sensitivity of the whole pipeline without any loss in specificity.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Los hipergrafos dirigidos se han empleado en problemas relacionados con lógica proposicional, bases de datos relacionales, linguística computacional y aprendizaje automático. Los hipergrafos dirigidos han sido también utilizados como alternativa a los grafos (bipartitos) dirigidos para facilitar el estudio de las interacciones entre componentes de sistemas complejos que no pueden ser fácilmente modelados usando exclusivamente relaciones binarias. En este contexto, este tipo de representación es conocida como hiper-redes. Un hipergrafo dirigido es una generalización de un grafo dirigido especialmente adecuado para la representación de relaciones de muchos a muchos. Mientras que una arista en un grafo dirigido define una relación entre dos de sus nodos, una hiperarista en un hipergrafo dirigido define una relación entre dos conjuntos de sus nodos. La conexión fuerte es una relación de equivalencia que divide el conjunto de nodos de un hipergrafo dirigido en particiones y cada partición define una clase de equivalencia conocida como componente fuertemente conexo. El estudio de los componentes fuertemente conexos de un hipergrafo dirigido puede ayudar a conseguir una mejor comprensión de la estructura de este tipo de hipergrafos cuando su tamaño es considerable. En el caso de grafo dirigidos, existen algoritmos muy eficientes para el cálculo de los componentes fuertemente conexos en grafos de gran tamaño. Gracias a estos algoritmos, se ha podido averiguar que la estructura de la WWW tiene forma de “pajarita”, donde más del 70% del los nodos están distribuidos en tres grandes conjuntos y uno de ellos es un componente fuertemente conexo. Este tipo de estructura ha sido también observada en redes complejas en otras áreas como la biología. Estudios de naturaleza similar no han podido ser realizados en hipergrafos dirigidos porque no existe algoritmos capaces de calcular los componentes fuertemente conexos de este tipo de hipergrafos. En esta tesis doctoral, hemos investigado como calcular los componentes fuertemente conexos de un hipergrafo dirigido. En concreto, hemos desarrollado dos algoritmos para este problema y hemos determinado que son correctos y cuál es su complejidad computacional. Ambos algoritmos han sido evaluados empíricamente para comparar sus tiempos de ejecución. Para la evaluación, hemos producido una selección de hipergrafos dirigidos generados de forma aleatoria inspirados en modelos muy conocidos de grafos aleatorios como Erdos-Renyi, Newman-Watts-Strogatz and Barabasi-Albert. Varias optimizaciones para ambos algoritmos han sido implementadas y analizadas en la tesis. En concreto, colapsar los componentes fuertemente conexos del grafo dirigido que se puede construir eliminando ciertas hiperaristas complejas del hipergrafo dirigido original, mejora notablemente los tiempos de ejecucion de los algoritmos para varios de los hipergrafos utilizados en la evaluación. Aparte de los ejemplos de aplicación mencionados anteriormente, los hipergrafos dirigidos han sido también empleados en el área de representación de conocimiento. En concreto, este tipo de hipergrafos se han usado para el cálculo de módulos de ontologías. Una ontología puede ser definida como un conjunto de axiomas que especifican formalmente un conjunto de símbolos y sus relaciones, mientras que un modulo puede ser entendido como un subconjunto de axiomas de la ontología que recoge todo el conocimiento que almacena la ontología sobre un conjunto especifico de símbolos y sus relaciones. En la tesis nos hemos centrado solamente en módulos que han sido calculados usando la técnica de localidad sintáctica. Debido a que las ontologías pueden ser muy grandes, el cálculo de módulos puede facilitar las tareas de re-utilización y mantenimiento de dichas ontologías. Sin embargo, analizar todos los posibles módulos de una ontología es, en general, muy costoso porque el numero de módulos crece de forma exponencial con respecto al número de símbolos y de axiomas de la ontología. Afortunadamente, los axiomas de una ontología pueden ser divididos en particiones conocidas como átomos. Cada átomo representa un conjunto máximo de axiomas que siempre aparecen juntos en un modulo. La decomposición atómica de una ontología es definida como un grafo dirigido de tal forma que cada nodo del grafo corresponde con un átomo y cada arista define una dependencia entre una pareja de átomos. En esta tesis introducimos el concepto de“axiom dependency hypergraph” que generaliza el concepto de descomposición atómica de una ontología. Un modulo en una ontología correspondería con un componente conexo en este tipo de hipergrafos y un átomo de una ontología con un componente fuertemente conexo. Hemos adaptado la implementación de nuestros algoritmos para que funcionen también con axiom dependency hypergraphs y poder de esa forma calcular los átomos de una ontología. Para demostrar la viabilidad de esta idea, hemos incorporado nuestros algoritmos en una aplicación que hemos desarrollado para la extracción de módulos y la descomposición atómica de ontologías. A la aplicación la hemos llamado HyS y hemos estudiado sus tiempos de ejecución usando una selección de ontologías muy conocidas del área biomédica, la mayoría disponibles en el portal de Internet NCBO. Los resultados de la evaluación muestran que los tiempos de ejecución de HyS son mucho mejores que las aplicaciones más rápidas conocidas. ABSTRACT Directed hypergraphs are an intuitive modelling formalism that have been used in problems related to propositional logic, relational databases, computational linguistic and machine learning. Directed hypergraphs are also presented as an alternative to directed (bipartite) graphs to facilitate the study of the interactions between components of complex systems that cannot naturally be modelled as binary relations. In this context, they are known as hyper-networks. A directed hypergraph is a generalization of a directed graph suitable for representing many-to-many relationships. While an edge in a directed graph defines a relation between two nodes of the graph, a hyperedge in a directed hypergraph defines a relation between two sets of nodes. Strong-connectivity is an equivalence relation that induces a partition of the set of nodes of a directed hypergraph into strongly-connected components. These components can be collapsed into single nodes. As result, the size of the original hypergraph can significantly be reduced if the strongly-connected components have many nodes. This approach might contribute to better understand how the nodes of a hypergraph are connected, in particular when the hypergraphs are large. In the case of directed graphs, there are efficient algorithms that can be used to compute the strongly-connected components of large graphs. For instance, it has been shown that the macroscopic structure of the World Wide Web can be represented as a “bow-tie” diagram where more than 70% of the nodes are distributed into three large sets and one of these sets is a large strongly-connected component. This particular structure has been also observed in complex networks in other fields such as, e.g., biology. Similar studies cannot be conducted in a directed hypergraph because there does not exist any algorithm for computing the strongly-connected components of the hypergraph. In this thesis, we investigate ways to compute the strongly-connected components of directed hypergraphs. We present two new algorithms and we show their correctness and computational complexity. One of these algorithms is inspired by Tarjan’s algorithm for directed graphs. The second algorithm follows a simple approach to compute the stronglyconnected components. This approach is based on the fact that two nodes of a graph that are strongly-connected can also reach the same nodes. In other words, the connected component of each node is the same. Both algorithms are empirically evaluated to compare their performances. To this end, we have produced a selection of random directed hypergraphs inspired by existent and well-known random graphs models like Erd˝os-Renyi and Newman-Watts-Strogatz. Besides the application examples that we mentioned earlier, directed hypergraphs have also been employed in the field of knowledge representation. In particular, they have been used to compute the modules of an ontology. An ontology is defined as a collection of axioms that provides a formal specification of a set of terms and their relationships; and a module is a subset of an ontology that completely captures the meaning of certain terms as defined in the ontology. In particular, we focus on the modules computed using the notion of syntactic locality. As ontologies can be very large, the computation of modules facilitates the reuse and maintenance of these ontologies. Analysing all modules of an ontology, however, is in general not feasible as the number of modules grows exponentially in the number of terms and axioms of the ontology. Nevertheless, the modules can succinctly be represented using the Atomic Decomposition of an ontology. Using this representation, an ontology can be partitioned into atoms, which are maximal sets of axioms that co-occur in every module. The Atomic Decomposition is then defined as a directed graph such that each node correspond to an atom and each edge represents a dependency relation between two atoms. In this thesis, we introduce the notion of an axiom dependency hypergraph which is a generalization of the atomic decomposition of an ontology. A module in the ontology corresponds to a connected component in the hypergraph, and the atoms of the ontology to the strongly-connected components. We apply our algorithms for directed hypergraphs to axiom dependency hypergraphs and in this manner, we compute the atoms of an ontology. To demonstrate the viability of this approach, we have implemented the algorithms in the application HyS which computes the modules of ontologies and calculate their atomic decomposition. In the thesis, we provide an experimental evaluation of HyS with a selection of large and prominent biomedical ontologies, most of which are available in the NCBO Bioportal. HyS outperforms state-of-the-art implementations in the tasks of extracting modules and computing the atomic decomposition of these ontologies.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Acknowledgements We would like to gratefully acknowledge the data provided by SEPA, Iain Malcolm. Mark Speed, Susan Waldron and many MSS staff helped with sample collection and lab analysis. We thank the European Research Council (project GA 335910 VEWA) for funding and are grateful for the constructive comments provided by three anonymous reviewers.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Propagation of discharges in cortical and thalamic systems, which is used as a probe for examining network circuitry, is studied by constructing a one-dimensional model of integrate-and-fire neurons that are coupled by excitatory synapses with delay. Each neuron fires only one spike. The velocity and stability of propagating continuous pulses are calculated analytically. Above a certain critical value of the constant delay, these pulses lose stability. Instead, lurching pulses propagate with discontinuous and periodic spatio-temporal characteristics. The parameter regime for which lurching occurs is strongly affected by the footprint (connectivity) shape; bistability may occur with a square footprint shape but not with an exponential footprint shape. For strong synaptic coupling, the velocity of both continuous and lurching pulses increases logarithmically with the synaptic coupling strength gsyn for an exponential footprint shape, and it is bounded for a step footprint shape. We conclude that the differences in velocity and shape between the front of thalamic spindle waves in vitro and cortical paroxysmal discharges stem from their different effective delay; in thalamic networks, large effective delay between inhibitory neurons arises from their effective interaction via the excitatory cells which display postinhibitory rebound.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

We report herein that expression of α2β1 integrin increased human erythroleukemia K562 transfectant (KX2C2) cell movement after extravasation into liver parenchyma. In contrast, a previous study demonstrated that α2β1 expression conferred a stationary phenotype to human rhabdomyosarcoma RD transfectant (RDX2C2) cells after extravasation into the liver. We therefore assessed the adhesive and migratory function of α2β1 on KX2C2 and RDX2C2 cells using a α2β1-specific stimulatory monoclonal antibody (mAb), JBS2, and a blocking mAb, BHA2.1. In comparison with RDX2C2 cells, KX2C2 were only weakly adherent to collagen and laminin. JBS2 stimulated α2β1-mediated interaction of KX2C2 cells with both collagen and laminin resulting in increases in cell movement on both matrix proteins. In the presence of Mn2+, JBS2-stimulated adhesion on collagen beyond an optimal level for cell movement. In comparison, an increase in RDX2C2 cell movement on collagen required a reduction in its adhesive strength provided by the blocking mAb BHA2.1. Consistent with these in vitro findings, in vivo videomicroscopy revealed that α2β1-mediated postextravasation cell movement of KX2C2 cells in the liver tissue could also be stimulated by JBS2. Thus, results demonstrate that α2β1 expression can modulate postextravasation cell movement by conferring either a stationary or motile phenotype to different cell types. These findings may be related to the differing metastatic activities of different tumor cell types.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Most migratory bird populations are composed of individuals that migrate and individuals that remain resident. While the role of ecological factors in maintaining this behavioral dimorphism has received much attention, the importance of genetic constraints on the evolution of avian migration has not yet been considered. Drawing on the recorded migratory activities of 775 blackcaps (Sylvia atricapilla) from a partially migratory population in southern France, we tested two alternative genetic models about the relationship between incidence and amount of migratory activity. The amount of migratory activity could be the continuous variable “underlying” the phenotypic expression of migratory urge, or, alternatively, the expression of both traits could be controlled by two separate genetic systems. The distributions of migratory activities in five different cohorts and the inheritance pattern derived from selective breeding experiments both indicate that incidence and amount of migratory activity are two aspects of one trait. Thus, all birds without measurable activity have activity levels at the low end of a continuous distribution, below the limit of expression or detection. The phenotypic dichotomy “migrant–nonmigrant” is caused by a threshold which may not be fixed but influenced both genetically and environmentally. This finding has profound implications for the evolution of migration: the transition from migratoriness to residency should not only be driven by selection favoring resident birds but also by selection for lower migratory activity. This potential for selection on two aspects, residency and migration distance, of the same trait may enable extremely rapid evolutionary changes to occur in migratory behavior.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Each year, millions of monarch butterflies from eastern North America migrate to overwinter in 10–13 discrete colonies located in the Oyamel forests of central Mexico. For decades efforts to track monarch migration have relied on observations and tag-recapture methods, culminating with the discovery of the wintering colonies in 1975. Monarch tag returns from Mexico, however, are few and primarily from two accessible colonies, and therefore tag-recapture techniques have not quantified natal origins or distinctiveness among monarch populations at wintering sites. Such information would be invaluable in the conservation of the monarch and its migration phenomenon since the wintering sites currently are threatened by habitat alteration. Here we show that stable hydrogen (δD) and carbon (δ13C) isotope ratios of wintering monarchs can be used to evaluate natal origins on the summer breeding range. Stable-hydrogen and carbon isotopic values of 597 wintering monarchs from 13 wintering roost sites were compared with isotopic patterns measured in individuals at natal sites across their breeding range over a single migration cycle. We determined that all monarch wintering colonies were composed of individuals originating mainly from the Midwest, United States, thereby providing evidence for a panmictic model of wintering colony composition. However, two colonies showed more northerly origins, suggesting possible priority colonies for conservation efforts.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Dendritic spines are sites of the vast majority of excitatory synaptic input to hippocampal CA1 pyramidal cells. Estrogen has been shown to increase the density of dendritic spines on CA1 pyramidal cell dendrites in adult female rats. In parallel with increased spine density, estrogen has been shown also to increase the number of spine synapses formed with multiple synapse boutons (MSBs). These findings suggest that estrogen-induced dendritic spines form synaptic contacts with preexisting presynaptic boutons, transforming some previously single synapse boutons (SSBs) into MSBs. The goal of the current study was to determine whether estrogen-induced MSBs form multiple synapses with the same or different postsynaptic cells. To quantify same-cell vs. different-cell MSBs, we filled individual CA1 pyramidal cells with biocytin and serially reconstructed dendrites and dendritic spines of the labeled cells, as well as presynaptic boutons in synaptic contact with labeled and unlabeled (i.e., different-cell) spines. We found that the overwhelming majority of MSBs in estrogen-treated animals form synapses with more than one postsynaptic cell. Thus, in addition to increasing the density of excitatory synaptic input to individual CA1 pyramidal cells, estrogen also increases the divergence of input from individual presynaptic boutons to multiple postsynaptic CA1 pyramidal cells. These findings suggest the formation of new synaptic connections between previously unconnected hippocampal neurons.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

La migración es una respuesta a cambios estacionales del clima generando desplazamientos periódicos entre hábitats de cría y de invernada, permitiendo así el uso temporal de los recursos disponibles. La migración implica unos costes energéticos muy elevados, un aumento de la depredación potencial, variaciones ambientales y una disponibilidad de alimento impredecible a lo largo de la ruta migratoria; por lo que es una de las actividades más desafiantes de su ciclo vital. A pesar de ello, los beneficios de la migración compensan sus costes. La migración está programada genéticamente, siendo relativamente constante en su momento, distancia y dirección. Por otro lado, ambiente juega un papel predominante en algunas poblaciones, pudiendo modificar el comportamiento migratorio de una estrategia parcial o facultativa a un modo de vida sedentario. Con el fin de describir el origen y evolución del comportamiento migratorio en aves, se ha propuesto un “modelo de umbral” genético para determinar si un ave es migrante o sedentaria. Dentro de una variable continua (p.ej. la concentración de proteínas u hormonas), este modelo asume que existe una actividad migratoria subyacente implicada en su expresión génica. Este umbral divide cada variable en categorías dicotómicas que definen el fenotipo de un individuo. Los ejemplares sin actividad migratoria muestran valores por debajo de este umbral, siendo clasificados como sedentarios, mientras que los ejemplares migrantes muestran valores por encima del umbral definido. Los cambios de estrategia vital no dependen únicamente de la posición del umbral determinado genéticamente sino también de las variables ambientales, por lo que dichas variaciones deben ser añadidas al modelo. Este modelo de umbral ambiental predice que el carácter migratorio de los individuos situados en los extremos de distribución no se encuentra afectado por los factores ambientales, mientras que aquellos más próximos al umbral pueden más fácilmente cambiar su estrategia migratoria...

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Quelque 30 % de la population neuronale du cortex mammalien est composée d’une population très hétérogène d’interneurones GABAergiques. Ces interneurones diffèrent quant à leur morphologie, leur expression génique, leurs propriétés électrophysiologiques et leurs cibles subcellulaires, formant une riche diversité. Après leur naissance dans les éminences ganglioniques, ces cellules migrent vers les différentes couches corticales. Les interneurones GABAergiques corticaux exprimant la parvalbumin (PV), lesquels constituent le sous-type majeur des interneurones GABAergiques, ciblent spécifiquement le soma et les dendrites proximales des neurones principaux et des neurones PV+. Ces interneurones sont nommés cellules à panier (Basket Cells –BCs) en raison de la complexité morphologique de leur axone. La maturation de la connectivité distincte des BCs PV+, caractérisée par une augmentation de la complexité de l’axone et de la densité synaptique, se déroule graduellement chez la souris juvénile. Des travaux précédents ont commencé à élucider les mécanismes contrôlant ce processus de maturation, identifiant des facteurs génétiques, l’activité neuronale ainsi que l’expérience sensorielle. Cette augmentation marquante de la complexité axonale et de la synaptogénèse durant cette phase de maturation suggère la nécessité d’une synthèse de protéines élevée. La voie de signalisation de la cible mécanistique de la rapamycine (Mechanistic Target Of Rapamycin -mTOR) a été impliquée dans le contrôle de plusieurs aspects neurodéveloppementaux en régulant la synthèse de protéines. Des mutations des régulateurs Tsc1 et Tsc2 du complexe mTOR1 causent la sclérose tubéreuse (TSC) chez l’humain. La majorité des patients TSC développent des problèmes neurologiques incluant des crises épileptiques, des retards mentaux et l’autisme. D’études récentes ont investigué le rôle de la dérégulation de la voie de signalisation de mTOR dans les neurones corticaux excitateurs. Toutefois, son rôle dans le développement des interneurones GABAergiques corticaux et la contribution spécifique de ces interneurones GABAergiques altérés dans les manifestations de la maladie demeurent largement inconnus. Ici, nous avons investigué si et comment l’ablation du gène Tsc1 perturbe le développement de la connectivité GABAergique, autant in vitro que in vivo. Pour investiguer le rôle de l’activation de mTORC1 dans le développement d’une BC unique, nous avons délété le gène Tsc1 en transfectant CRE-GFP dirigé par un promoteur spécifique aux BCs dans des cultures organotypiques provenant de souris Tsc1lox. Le knockdown in vitro de Tsc1 a causé une augmentation précoce de la densité des boutons et des embranchements terminaux formés par les BCs mutantes, augmentation renversée par le traitement à la rapamycine. Ces données suggèrent que l’hyperactivation de la voie de signalisation de mTOR affecte le rythme de la maturation des synapses des BCs. Pour investiguer le rôle de mTORC1 dans les interneurones GABAergiques in vivo, nous avons croisé les souris Tsc1lox avec les souris Nkx2.1-Cre et PV-Cre. À P18, les souris Tg(Nkx2.1-Cre);Tsc1flox/flox ont montré une hyperactivation de mTORC1 et une hypertrophie somatique des BCs de même qu’une augmentation de l’expression de PV dans la région périsomatique des neurones pyramidaux. Au contraire, à P45 nous avons découvert une réduction de la densité des punctas périsomatiques PV-gephyrin (un marqueur post-synaptique GABAergique). L’étude de la morphologie des BCs en cultures organotypiques provenant du knock-out conditionnel Nkx2.1-Cre a confirmé l’augmentation initiale du rythme de maturation, lequel s’effondre ensuite aux étapes développementales tardives. De plus, les souris Tg(Nkx2.1Cre);Tsc1flox/flox montrent des déficits dans la mémoire de travail et le comportement social et ce d’une façon dose-dépendante. En somme, ces résultats suggèrent que l’activation contrôlée de mTOR régule le déroulement de la maturation et la maintenance des synapses des BCs. Des dysfonctions de la neurotransmission GABAergique ont été impliquées dans des maladies telles que l’épilepsie et chez certains patients, elles sont associées avec des mutations du récepteur GABAA. De quelle façon ces mutations affectent le processus de maturation des BCs demeuret toutefois inconnu. Pour adresser cette question, nous avons utilisé la stratégie Cre-lox pour déléter le gène GABRA1, codant pour la sous-unité alpha-1 du récepteur GABAA dans une unique BC en culture organotypique. La perte de GABRA1 réduit l’étendue du champ d’innervation des BCs, suggérant que des variations dans les entrées inhibitrices en raison de l’absence de la sous-unité GABAAR α1 peuvent affecter le développement des BCs. La surexpression des sous-unités GABAAR α1 contenant des mutations identifiées chez des patients épileptiques ont montré des effets similaires en termes d’étendue du champ d’innervation des BCs. Pour approfondir, nous avons investigué les effets de ces mutations identifiées chez l’humain dans le développement des épines des neurones pyramidaux, lesquelles sont l’endroit privilégié pour la formation des synapses excitatrices. Somme toute, ces données montrent pour la première fois que différentes mutations de GABRA1 associées à des syndromes épileptiques peuvent affecter les épines dendritiques et la formation des boutons GABAergiques d’une façon mutation-spécifique.