Sample records for intel ipsc hypercube

  1. Communication overhead on the Intel iPSC-860 hypercube

    NASA Technical Reports Server (NTRS)

    Bokhari, Shahid H.

    1990-01-01

    Experiments were conducted on the Intel iPSC-860 hypercube in order to evaluate the overhead of interprocessor communication. It is demonstrated that: (1) contrary to popular belief, the distance between two communicating processors has a significant impact on communication time, (2) edge contention can increase communication time by a factor of more than 7, and (3) node contention has no measurable impact.

  2. Performance of a plasma fluid code on the Intel parallel computers

    NASA Technical Reports Server (NTRS)

    Lynch, V. E.; Carreras, B. A.; Drake, J. B.; Leboeuf, J. N.; Liewer, P.

    1992-01-01

    One approach to improving the real-time efficiency of plasma turbulence calculations is to use a parallel algorithm. A parallel algorithm for plasma turbulence calculations was tested on the Intel iPSC/860 hypercube and the Touchtone Delta machine. Using the 128 processors of the Intel iPSC/860 hypercube, a factor of 5 improvement over a single-processor CRAY-2 is obtained. For the Touchtone Delta machine, the corresponding improvement factor is 16. For plasma edge turbulence calculations, an extrapolation of the present results to the Intel (sigma) machine gives an improvement factor close to 64 over the single-processor CRAY-2.

  3. Performance Evaluation of Parallel Branch and Bound Search with the Intel iPSC (Intel Personal SuperComputer) Hypercube Computer.

    DTIC Science & Technology

    1986-12-01

    17 III. Analysis of Parallel Design ................................................ 18 Parallel Abstract Data ...Types ........................................... 18 Abstract Data Type .................................................. 19 Parallel ADT...22 Data -Structure Design ........................................... 23 Object-Oriented Design

  4. A parallel row-based algorithm with error control for standard-cell replacement on a hypercube multiprocessor

    NASA Technical Reports Server (NTRS)

    Sargent, Jeff Scott

    1988-01-01

    A new row-based parallel algorithm for standard-cell placement targeted for execution on a hypercube multiprocessor is presented. Key features of this implementation include a dynamic simulated-annealing schedule, row-partitioning of the VLSI chip image, and two novel new approaches to controlling error in parallel cell-placement algorithms; Heuristic Cell-Coloring and Adaptive (Parallel Move) Sequence Control. Heuristic Cell-Coloring identifies sets of noninteracting cells that can be moved repeatedly, and in parallel, with no buildup of error in the placement cost. Adaptive Sequence Control allows multiple parallel cell moves to take place between global cell-position updates. This feedback mechanism is based on an error bound derived analytically from the traditional annealing move-acceptance profile. Placement results are presented for real industry circuits and the performance is summarized of an implementation on the Intel iPSC/2 Hypercube. The runtime of this algorithm is 5 to 16 times faster than a previous program developed for the Hypercube, while producing equivalent quality placement. An integrated place and route program for the Intel iPSC/2 Hypercube is currently being developed.

  5. Applications and development of communication models for the touchstone GAMMA and DELTA prototypes

    NASA Technical Reports Server (NTRS)

    Seidel, Steven R.

    1993-01-01

    The goal of this project was to develop models of the interconnection networks of the Intel iPSC/860 and DELTA multicomputers to guide the design of efficient algorithms for interprocessor communication in problems that commonly occur in CFD codes and other applications. Interprocessor communication costs of codes for message-passing architectures such as the iPSC/860 and DELTA significantly affect the level of performance that can be obtained from those machines. This project addressed several specific problems in the achievement of efficient communication on the Intel iPSC/860 hypercube and DELTA mesh. In particular, an efficient global processor synchronization algorithm was developed for the iPSC/860 and numerous broadcast algorithms were designed for the DELTA.

  6. Parallel spatial direct numerical simulations on the Intel iPSC/860 hypercube

    NASA Technical Reports Server (NTRS)

    Joslin, Ronald D.; Zubair, Mohammad

    1993-01-01

    The implementation and performance of a parallel spatial direct numerical simulation (PSDNS) approach on the Intel iPSC/860 hypercube is documented. The direct numerical simulation approach is used to compute spatially evolving disturbances associated with the laminar-to-turbulent transition in boundary-layer flows. The feasibility of using the PSDNS on the hypercube to perform transition studies is examined. The results indicate that the direct numerical simulation approach can effectively be parallelized on a distributed-memory parallel machine. By increasing the number of processors nearly ideal linear speedups are achieved with nonoptimized routines; slower than linear speedups are achieved with optimized (machine dependent library) routines. This slower than linear speedup results because the Fast Fourier Transform (FFT) routine dominates the computational cost and because the routine indicates less than ideal speedups. However with the machine-dependent routines the total computational cost decreases by a factor of 4 to 5 compared with standard FORTRAN routines. The computational cost increases linearly with spanwise wall-normal and streamwise grid refinements. The hypercube with 32 processors was estimated to require approximately twice the amount of Cray supercomputer single processor time to complete a comparable simulation; however it is estimated that a subgrid-scale model which reduces the required number of grid points and becomes a large-eddy simulation (PSLES) would reduce the computational cost and memory requirements by a factor of 10 over the PSDNS. This PSLES implementation would enable transition simulations on the hypercube at a reasonable computational cost.

  7. Parallel grid generation algorithm for distributed memory computers

    NASA Technical Reports Server (NTRS)

    Moitra, Stuti; Moitra, Anutosh

    1994-01-01

    A parallel grid-generation algorithm and its implementation on the Intel iPSC/860 computer are described. The grid-generation scheme is based on an algebraic formulation of homotopic relations. Methods for utilizing the inherent parallelism of the grid-generation scheme are described, and implementation of multiple levELs of parallelism on multiple instruction multiple data machines are indicated. The algorithm is capable of providing near orthogonality and spacing control at solid boundaries while requiring minimal interprocessor communications. Results obtained on the Intel hypercube for a blended wing-body configuration are used to demonstrate the effectiveness of the algorithm. Fortran implementations bAsed on the native programming model of the iPSC/860 computer and the Express system of software tools are reported. Computational gains in execution time speed-up ratios are given.

  8. A parallel algorithm for switch-level timing simulation on a hypercube multiprocessor

    NASA Technical Reports Server (NTRS)

    Rao, Hariprasad Nannapaneni

    1989-01-01

    The parallel approach to speeding up simulation is studied, specifically the simulation of digital LSI MOS circuitry on the Intel iPSC/2 hypercube. The simulation algorithm is based on RSIM, an event driven switch-level simulator that incorporates a linear transistor model for simulating digital MOS circuits. Parallel processing techniques based on the concepts of Virtual Time and rollback are utilized so that portions of the circuit may be simulated on separate processors, in parallel for as large an increase in speed as possible. A partitioning algorithm is also developed in order to subdivide the circuit for parallel processing.

  9. Mapping implicit spectral methods to distributed memory architectures

    NASA Technical Reports Server (NTRS)

    Overman, Andrea L.; Vanrosendale, John

    1991-01-01

    Spectral methods were proven invaluable in numerical simulation of PDEs (Partial Differential Equations), but the frequent global communication required raises a fundamental barrier to their use on highly parallel architectures. To explore this issue, a 3-D implicit spectral method was implemented on an Intel hypercube. Utilization of about 50 percent was achieved on a 32 node iPSC/860 hypercube, for a 64 x 64 x 64 Fourier-spectral grid; finer grids yield higher utilizations. Chebyshev-spectral grids are more problematic, since plane-relaxation based multigrid is required. However, by using a semicoarsening multigrid algorithm, and by relaxing all multigrid levels concurrently, relatively high utilizations were also achieved in this harder case.

  10. Monte Carlo simulation of a dynamical fermion problem: The light q sup 2 q sup 2 system

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

    Grondin, G.

    1991-01-01

    We present results from a Guided Random Walk Monte Carlo simulation of the light q{sup 2}{bar q}{sup 2} system in a Coulomb-plus-linear quark potential model using an Intel iPSC/860 hypercube. A solvable model problem is first considered, after which we study the full q{sup 2}{bar q}{sup 2} system in (J,I) = (2,2) and (2,0) sectors. We find evidence for no bound states below the vector-vector threshold in these systems. 17 refs., 6 figs.

  11. Experiences and results multitasking a hydrodynamics code on global and local memory machines

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

    Mandell, D.

    1987-01-01

    A one-dimensional, time-dependent Lagrangian hydrodynamics code using a Godunov solution method has been multitasked for the Cray X-MP/48, the Intel iPSC hypercube, the Alliant FX series and the IBM RP3 computers. Actual multitasking results have been obtained for the Cray, Intel and Alliant computers and simulated results were obtained for the Cray and RP3 machines. The differences in the methods required to multitask on each of the machines is discussed. Results are presented for a sample problem involving a shock wave moving down a channel. Comparisons are made between theoretical speedups, predicted by Amdahl's law, and the actual speedups obtained.more » The problems of debugging on the different machines are also described.« less

  12. Implementation and performance of parallel Prolog interpreter

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

    Wei, S.; Kale, L.V.; Balkrishna, R.

    1988-01-01

    In this paper, the authors discuss the implementation of a parallel Prolog interpreter on different parallel machines. The implementation is based on the REDUCE--OR process model which exploits both AND and OR parallelism in logic programs. It is machine independent as it runs on top of the chare-kernel--a machine-independent parallel programming system. The authors also give the performance of the interpreter running a diverse set of benchmark pargrams on parallel machines including shared memory systems: an Alliant FX/8, Sequent and a MultiMax, and a non-shared memory systems: Intel iPSC/32 hypercube, in addition to its performance on a multiprocessor simulation system.

  13. Domain decomposition methods in computational fluid dynamics

    NASA Technical Reports Server (NTRS)

    Gropp, William D.; Keyes, David E.

    1991-01-01

    The divide-and-conquer paradigm of iterative domain decomposition, or substructuring, has become a practical tool in computational fluid dynamic applications because of its flexibility in accommodating adaptive refinement through locally uniform (or quasi-uniform) grids, its ability to exploit multiple discretizations of the operator equations, and the modular pathway it provides towards parallelism. These features are illustrated on the classic model problem of flow over a backstep using Newton's method as the nonlinear iteration. Multiple discretizations (second-order in the operator and first-order in the preconditioner) and locally uniform mesh refinement pay dividends separately, and they can be combined synergistically. Sample performance results are included from an Intel iPSC/860 hypercube implementation.

  14. Complete exchange on the iPSC-860

    NASA Technical Reports Server (NTRS)

    Bokhari, Shahid H.

    1991-01-01

    The implementation of complete exchange on the circuit switched Intel iPSC-860 hypercube is described. This pattern, also known as all-to-all personalized communication, is the densest requirement that can be imposed on a network. On the iPSC-860, care needs to be taken to avoid edge contention, which can have a disastrous impact on communication time. There are basically two classes of algorithms that achieve contention-free complete exchange. The first contains the classical standard exchange algorithm that is generally useful for small message sizes. The second includes a number of optimal or near-optimal algorithms that are best for large messages. Measurement of communication overhead on the iPSC-860 are given and a notation for analyzing communication link usage is developed. It is shown that for the two classes of algorithms, there is substantial variation in performance with synchronization technique and choice of message protocol. Timings of six implementations are given; each of these is useful over a particular range of message size and cube dimension. Since the complete exchange is a superset of communication patterns, these timings represent upper bounds on the time required by an arbitrary communication requirement. These results indicate that the programmer needs to evaluate several possibilities before finalizing an implementation - a careful choice can lead to very significant savings in time.

  15. The design and implementation of a parallel unstructured Euler solver using software primitives

    NASA Technical Reports Server (NTRS)

    Das, R.; Mavriplis, D. J.; Saltz, J.; Gupta, S.; Ponnusamy, R.

    1992-01-01

    This paper is concerned with the implementation of a three-dimensional unstructured grid Euler-solver on massively parallel distributed-memory computer architectures. The goal is to minimize solution time by achieving high computational rates with a numerically efficient algorithm. An unstructured multigrid algorithm with an edge-based data structure has been adopted, and a number of optimizations have been devised and implemented in order to accelerate the parallel communication rates. The implementation is carried out by creating a set of software tools, which provide an interface between the parallelization issues and the sequential code, while providing a basis for future automatic run-time compilation support. Large practical unstructured grid problems are solved on the Intel iPSC/860 hypercube and Intel Touchstone Delta machine. The quantitative effect of the various optimizations are demonstrated, and we show that the combined effect of these optimizations leads to roughly a factor of three performance improvement. The overall solution efficiency is compared with that obtained on the CRAY-YMP vector supercomputer.

  16. Parallel computing of physical maps--a comparative study in SIMD and MIMD parallelism.

    PubMed

    Bhandarkar, S M; Chirravuri, S; Arnold, J

    1996-01-01

    Ordering clones from a genomic library into physical maps of whole chromosomes presents a central computational problem in genetics. Chromosome reconstruction via clone ordering is usually isomorphic to the NP-complete Optimal Linear Arrangement problem. Parallel SIMD and MIMD algorithms for simulated annealing based on Markov chain distribution are proposed and applied to the problem of chromosome reconstruction via clone ordering. Perturbation methods and problem-specific annealing heuristics are proposed and described. The SIMD algorithms are implemented on a 2048 processor MasPar MP-2 system which is an SIMD 2-D toroidal mesh architecture whereas the MIMD algorithms are implemented on an 8 processor Intel iPSC/860 which is an MIMD hypercube architecture. A comparative analysis of the various SIMD and MIMD algorithms is presented in which the convergence, speedup, and scalability characteristics of the various algorithms are analyzed and discussed. On a fine-grained, massively parallel SIMD architecture with a low synchronization overhead such as the MasPar MP-2, a parallel simulated annealing algorithm based on multiple periodically interacting searches performs the best. For a coarse-grained MIMD architecture with high synchronization overhead such as the Intel iPSC/860, a parallel simulated annealing algorithm based on multiple independent searches yields the best results. In either case, distribution of clonal data across multiple processors is shown to exacerbate the tendency of the parallel simulated annealing algorithm to get trapped in a local optimum.

  17. Simulation of Fault Tolerance in a Hypercube Arrangement of Discrete Processors.

    DTIC Science & Technology

    1987-12-01

    Geometric Properties .................... 22 Binary Properties ....................... 26 Intel Hypercube Hardware Arrangement ... 28 IV. Cube-Connected... Properties of the CCC..............35 CCC Redundancy............................... 38 iii 6L V. Re-Configurable Cube-Connected Cycles ....... 40 Global...o........ 74 iv List of Figures Page Figure 1: Hypercubes of Different Dimensions ......... 21 Figure 2: Hypercube Properties

  18. Scalability of Parallel Spatial Direct Numerical Simulations on Intel Hypercube and IBM SP1 and SP2

    NASA Technical Reports Server (NTRS)

    Joslin, Ronald D.; Hanebutte, Ulf R.; Zubair, Mohammad

    1995-01-01

    The implementation and performance of a parallel spatial direct numerical simulation (PSDNS) approach on the Intel iPSC/860 hypercube and IBM SP1 and SP2 parallel computers is documented. Spatially evolving disturbances associated with the laminar-to-turbulent transition in boundary-layer flows are computed with the PSDNS code. The feasibility of using the PSDNS to perform transition studies on these computers is examined. The results indicate that PSDNS approach can effectively be parallelized on a distributed-memory parallel machine by remapping the distributed data structure during the course of the calculation. Scalability information is provided to estimate computational costs to match the actual costs relative to changes in the number of grid points. By increasing the number of processors, slower than linear speedups are achieved with optimized (machine-dependent library) routines. This slower than linear speedup results because the computational cost is dominated by FFT routine, which yields less than ideal speedups. By using appropriate compile options and optimized library routines on the SP1, the serial code achieves 52-56 M ops on a single node of the SP1 (45 percent of theoretical peak performance). The actual performance of the PSDNS code on the SP1 is evaluated with a "real world" simulation that consists of 1.7 million grid points. One time step of this simulation is calculated on eight nodes of the SP1 in the same time as required by a Cray Y/MP supercomputer. For the same simulation, 32-nodes of the SP1 and SP2 are required to reach the performance of a Cray C-90. A 32 node SP1 (SP2) configuration is 2.9 (4.6) times faster than a Cray Y/MP for this simulation, while the hypercube is roughly 2 times slower than the Y/MP for this application. KEY WORDS: Spatial direct numerical simulations; incompressible viscous flows; spectral methods; finite differences; parallel computing.

  19. Parallelization of Finite Element Analysis Codes Using Heterogeneous Distributed Computing

    NASA Technical Reports Server (NTRS)

    Ozguner, Fusun

    1996-01-01

    Performance gains in computer design are quickly consumed as users seek to analyze larger problems to a higher degree of accuracy. Innovative computational methods, such as parallel and distributed computing, seek to multiply the power of existing hardware technology to satisfy the computational demands of large applications. In the early stages of this project, experiments were performed using two large, coarse-grained applications, CSTEM and METCAN. These applications were parallelized on an Intel iPSC/860 hypercube. It was found that the overall speedup was very low, due to large, inherently sequential code segments present in the applications. The overall execution time T(sub par), of the application is dependent on these sequential segments. If these segments make up a significant fraction of the overall code, the application will have a poor speedup measure.

  20. Asynchronous multilevel adaptive methods for solving partial differential equations on multiprocessors - Performance results

    NASA Technical Reports Server (NTRS)

    Mccormick, S.; Quinlan, D.

    1989-01-01

    The fast adaptive composite grid method (FAC) is an algorithm that uses various levels of uniform grids (global and local) to provide adaptive resolution and fast solution of PDEs. Like all such methods, it offers parallelism by using possibly many disconnected patches per level, but is hindered by the need to handle these levels sequentially. The finest levels must therefore wait for processing to be essentially completed on all the coarser ones. A recently developed asynchronous version of FAC, called AFAC, completely eliminates this bottleneck to parallelism. This paper describes timing results for AFAC, coupled with a simple load balancing scheme, applied to the solution of elliptic PDEs on an Intel iPSC hypercube. These tests include performance of certain processes necessary in adaptive methods, including moving grids and changing refinement. A companion paper reports on numerical and analytical results for estimating convergence factors of AFAC applied to very large scale examples.

  1. Parallel computation for biological sequence comparison: comparing a portable model to the native model for the Intel Hypercube.

    PubMed

    Nadkarni, P M; Miller, P L

    1991-01-01

    A parallel program for inter-database sequence comparison was developed on the Intel Hypercube using two models of parallel programming. One version was built using machine-specific Hypercube parallel programming commands. The other version was built using Linda, a machine-independent parallel programming language. The two versions of the program provide a case study comparing these two approaches to parallelization in an important biological application area. Benchmark tests with both programs gave comparable results with a small number of processors. As the number of processors was increased, the Linda version was somewhat less efficient. The Linda version was also run without change on Network Linda, a virtual parallel machine running on a network of desktop workstations.

  2. Parallel computation for biological sequence comparison: comparing a portable model to the native model for the Intel Hypercube.

    PubMed Central

    Nadkarni, P. M.; Miller, P. L.

    1991-01-01

    A parallel program for inter-database sequence comparison was developed on the Intel Hypercube using two models of parallel programming. One version was built using machine-specific Hypercube parallel programming commands. The other version was built using Linda, a machine-independent parallel programming language. The two versions of the program provide a case study comparing these two approaches to parallelization in an important biological application area. Benchmark tests with both programs gave comparable results with a small number of processors. As the number of processors was increased, the Linda version was somewhat less efficient. The Linda version was also run without change on Network Linda, a virtual parallel machine running on a network of desktop workstations. PMID:1807632

  3. Multiphase complete exchange on a circuit switched hypercube

    NASA Technical Reports Server (NTRS)

    Bokhari, Shahid H.

    1991-01-01

    On a distributed memory parallel computer, the complete exchange (all-to-all personalized) communication pattern requires each of n processors to send a different block of data to each of the remaining n - 1 processors. This pattern is at the heart of many important algorithms, most notably the matrix transpose. For a circuit switched hypercube of dimension d(n = 2(sup d)), two algorithms for achieving complete exchange are known. These are (1) the Standard Exchange approach that employs d transmissions of size 2(sup d-1) blocks each and is useful for small block sizes, and (2) the Optimal Circuit Switched algorithm that employs 2(sup d) - 1 transmissions of 1 block each and is best for large block sizes. A unified multiphase algorithm is described that includes these two algorithms as special cases. The complete exchange on a hypercube of dimension d and block size m is achieved by carrying out k partial exchange on subcubes of dimension d(sub i) Sigma(sup k)(sub i=1) d(sub i) = d and effective block size m(sub i) = m2(sup d-di). When k = d and all d(sub i) = 1, this corresponds to algorithm (1) above. For the case of k = 1 and d(sub i) = d, this becomes the circuit switched algorithm (2). Changing the subcube dimensions d, varies the effective block size and permits a compromise between the data permutation and block transmission overhead of (1) and the startup overhead of (2). For a hypercube of dimension d, the number of possible combinations of subcubes is p(d), the number of partitions of the integer d. This is an exponential but very slowly growing function and it is feasible over these partitions to discover the best combination for a given message size. The approach was analyzed for, and implemented on, the Intel iPSC-860 circuit switched hypercube. Measurements show good agreement with predictions and demonstrate that the multiphase approach can substantially improve performance for block sizes in the 0 to 160 byte range. This range, which corresponds to 0 to 40 floating point numbers per processor, is commonly encountered in practical numeric applications. The multiphase technique is applicable to all circuit-switched hypercubes that use the common e-cube routing strategy.

  4. ProperCAD: A portable object-oriented parallel environment for VLSI CAD

    NASA Technical Reports Server (NTRS)

    Ramkumar, Balkrishna; Banerjee, Prithviraj

    1993-01-01

    Most parallel algorithms for VLSI CAD proposed to date have one important drawback: they work efficiently only on machines that they were designed for. As a result, algorithms designed to date are dependent on the architecture for which they are developed and do not port easily to other parallel architectures. A new project under way to address this problem is described. A Portable object-oriented parallel environment for CAD algorithms (ProperCAD) is being developed. The objectives of this research are (1) to develop new parallel algorithms that run in a portable object-oriented environment (CAD algorithms using a general purpose platform for portable parallel programming called CARM is being developed and a C++ environment that is truly object-oriented and specialized for CAD applications is also being developed); and (2) to design the parallel algorithms around a good sequential algorithm with a well-defined parallel-sequential interface (permitting the parallel algorithm to benefit from future developments in sequential algorithms). One CAD application that has been implemented as part of the ProperCAD project, flat VLSI circuit extraction, is described. The algorithm, its implementation, and its performance on a range of parallel machines are discussed in detail. It currently runs on an Encore Multimax, a Sequent Symmetry, Intel iPSC/2 and i860 hypercubes, a NCUBE 2 hypercube, and a network of Sun Sparc workstations. Performance data for other applications that were developed are provided: namely test pattern generation for sequential circuits, parallel logic synthesis, and standard cell placement.

  5. Global synchronization algorithms for the Intel iPSC/860

    NASA Technical Reports Server (NTRS)

    Seidel, Steven R.; Davis, Mark A.

    1992-01-01

    In a distributed memory multicomputer that has no global clock, global processor synchronization can only be achieved through software. Global synchronization algorithms are used in tridiagonal systems solvers, CFD codes, sequence comparison algorithms, and sorting algorithms. They are also useful for event simulation, debugging, and for solving mutual exclusion problems. For the Intel iPSC/860 in particular, global synchronization can be used to ensure the most effective use of the communication network for operations such as the shift, where each processor in a one-dimensional array or ring concurrently sends a message to its right (or left) neighbor. Three global synchronization algorithms are considered for the iPSC/860: the gysnc() primitive provided by Intel, the PICL primitive sync0(), and a new recursive doubling synchronization (RDS) algorithm. The performance of these algorithms is compared to the performance predicted by communication models of both the long and forced message protocols. Measurements of the cost of shift operations preceded by global synchronization show that the RDS algorithm always synchronizes the nodes more precisely and costs only slightly more than the other two algorithms.

  6. Intel NX to PVM 3.2 message passing conversion library

    NASA Technical Reports Server (NTRS)

    Arthur, Trey; Nelson, Michael L.

    1993-01-01

    NASA Langley Research Center has developed a library that allows Intel NX message passing codes to be executed under the more popular and widely supported Parallel Virtual Machine (PVM) message passing library. PVM was developed at Oak Ridge National Labs and has become the defacto standard for message passing. This library will allow the many programs that were developed on the Intel iPSC/860 or Intel Paragon in a Single Program Multiple Data (SPMD) design to be ported to the numerous architectures that PVM (version 3.2) supports. Also, the library adds global operations capability to PVM. A familiarity with Intel NX and PVM message passing is assumed.

  7. Dynamic overset grid communication on distributed memory parallel processors

    NASA Technical Reports Server (NTRS)

    Barszcz, Eric; Weeratunga, Sisira K.; Meakin, Robert L.

    1993-01-01

    A parallel distributed memory implementation of intergrid communication for dynamic overset grids is presented. Included are discussions of various options considered during development. Results are presented comparing an Intel iPSC/860 to a single processor Cray Y-MP. Results for grids in relative motion show the iPSC/860 implementation to be faster than the Cray implementation.

  8. Discrete sensitivity derivatives of the Navier-Stokes equations with a parallel Krylov solver

    NASA Technical Reports Server (NTRS)

    Ajmani, Kumud; Taylor, Arthur C., III

    1994-01-01

    This paper solves an 'incremental' form of the sensitivity equations derived by differentiating the discretized thin-layer Navier Stokes equations with respect to certain design variables of interest. The equations are solved with a parallel, preconditioned Generalized Minimal RESidual (GMRES) solver on a distributed-memory architecture. The 'serial' sensitivity analysis code is parallelized by using the Single Program Multiple Data (SPMD) programming model, domain decomposition techniques, and message-passing tools. Sensitivity derivatives are computed for low and high Reynolds number flows over a NACA 1406 airfoil on a 32-processor Intel Hypercube, and found to be identical to those computed on a single-processor Cray Y-MP. It is estimated that the parallel sensitivity analysis code has to be run on 40-50 processors of the Intel Hypercube in order to match the single-processor processing time of a Cray Y-MP.

  9. Requirements analysis for a hardware, discrete-event, simulation engine accelerator

    NASA Astrophysics Data System (ADS)

    Taylor, Paul J., Jr.

    1991-12-01

    An analysis of a general Discrete Event Simulation (DES), executing on the distributed architecture of an eight mode Intel PSC/2 hypercube, was performed. The most time consuming portions of the general DES algorithm were determined to be the functions associated with message passing of required simulation data between processing nodes of the hypercube architecture. A behavioral description, using the IEEE standard VHSIC Hardware Description and Design Language (VHDL), for a general DES hardware accelerator is presented. The behavioral description specifies the operational requirements for a DES coprocessor to augment the hypercube's execution of DES simulations. The DES coprocessor design implements the functions necessary to perform distributed discrete event simulations using a conservative time synchronization protocol.

  10. A performance study of sparse Cholesky factorization on INTEL iPSC/860

    NASA Technical Reports Server (NTRS)

    Zubair, M.; Ghose, M.

    1992-01-01

    The problem of Cholesky factorization of a sparse matrix has been very well investigated on sequential machines. A number of efficient codes exist for factorizing large unstructured sparse matrices. However, there is a lack of such efficient codes on parallel machines in general, and distributed machines in particular. Some of the issues that are critical to the implementation of sparse Cholesky factorization on a distributed memory parallel machine are ordering, partitioning and mapping, load balancing, and ordering of various tasks within a processor. Here, we focus on the effect of various partitioning schemes on the performance of sparse Cholesky factorization on the Intel iPSC/860. Also, a new partitioning heuristic for structured as well as unstructured sparse matrices is proposed, and its performance is compared with other schemes.

  11. Fast adaptive composite grid methods on distributed parallel architectures

    NASA Technical Reports Server (NTRS)

    Lemke, Max; Quinlan, Daniel

    1992-01-01

    The fast adaptive composite (FAC) grid method is compared with the adaptive composite method (AFAC) under variety of conditions including vectorization and parallelization. Results are given for distributed memory multiprocessor architectures (SUPRENUM, Intel iPSC/2 and iPSC/860). It is shown that the good performance of AFAC and its superiority over FAC in a parallel environment is a property of the algorithm and not dependent on peculiarities of any machine.

  12. Performance of a parallel code for the Euler equations on hypercube computers

    NASA Technical Reports Server (NTRS)

    Barszcz, Eric; Chan, Tony F.; Jesperson, Dennis C.; Tuminaro, Raymond S.

    1990-01-01

    The performance of hypercubes were evaluated on a computational fluid dynamics problem and the parallel environment issues were considered that must be addressed, such as algorithm changes, implementation choices, programming effort, and programming environment. The evaluation focuses on a widely used fluid dynamics code, FLO52, which solves the two dimensional steady Euler equations describing flow around the airfoil. The code development experience is described, including interacting with the operating system, utilizing the message-passing communication system, and code modifications necessary to increase parallel efficiency. Results from two hypercube parallel computers (a 16-node iPSC/2, and a 512-node NCUBE/ten) are discussed and compared. In addition, a mathematical model of the execution time was developed as a function of several machine and algorithm parameters. This model accurately predicts the actual run times obtained and is used to explore the performance of the code in interesting but yet physically realizable regions of the parameter space. Based on this model, predictions about future hypercubes are made.

  13. A parallel expert system for the control of a robotic air vehicle

    NASA Technical Reports Server (NTRS)

    Shakley, Donald; Lamont, Gary B.

    1988-01-01

    Expert systems can be used to govern the intelligent control of vehicles, for example the Robotic Air Vehicle (RAV). Due to the nature of the RAV system the associated expert system needs to perform in a demanding real-time environment. The use of a parallel processing capability to support the associated expert system's computational requirement is critical in this application. Thus, algorithms for parallel real-time expert systems must be designed, analyzed, and synthesized. The design process incorporates a consideration of the rule-set/face-set size along with representation issues. These issues are looked at in reference to information movement and various inference mechanisms. Also examined is the process involved with transporting the RAV expert system functions from the TI Explorer, where they are implemented in the Automated Reasoning Tool (ART), to the iPSC Hypercube, where the system is synthesized using Concurrent Common LISP (CCLISP). The transformation process for the ART to CCLISP conversion is described. The performance characteristics of the parallel implementation of these expert systems on the iPSC Hypercube are compared to the TI Explorer implementation.

  14. 3D Navier-Stokes Flow Analysis for a Large-Array Multiprocessor

    DTIC Science & Technology

    1989-04-17

    computer, Alliant’s FX /8, Intel’s Hypercube, and Encore’s Multimax. Unfortunately, the current algorithms have been developed pri- marily for SISD machines...Reversing and Thrust-Vectoring Nozzle Flows," Ph.D. Dissertation in the Dept. of Aero. and Astro ., Univ. of Wash., Washington, 1986. [11] Anderson

  15. Multiphase complete exchange on Paragon, SP2 and CS-2

    NASA Technical Reports Server (NTRS)

    Bokhari, Shahid H.

    1995-01-01

    The overhead of interprocessor communication is a major factor in limiting the performance of parallel computer systems. The complete exchange is the severest communication pattern in that it requires each processor to send a distinct message to every other processor. This pattern is at the heart of many important parallel applications. On hypercubes, multiphase complete exchange has been developed and shown to provide optimal performance over varying message sizes. Most commercial multicomputer systems do not have a hypercube interconnect. However, they use special purpose hardware and dedicated communication processors to achieve very high performance communication and can be made to emulate the hypercube quite well. Multiphase complete exchange has been implemented on three contemporary parallel architectures: the Intel Paragon, IBM SP2 and Meiko CS-2. The essential features of these machines are described and their basic interprocessor communication overheads are discussed. The performance of multiphase complete exchange is evaluated on each machine. It is shown that the theoretical ideas developed for hypercubes are also applicable in practice to these machines and that multiphase complete exchange can lead to major savings in execution time over traditional solutions.

  16. Quark structure of static correlators in high temperature QCD

    NASA Astrophysics Data System (ADS)

    Bernard, Claude; DeGrand, Thomas A.; DeTar, Carleton; Gottlieb, Steven; Krasnitz, A.; Ogilvie, Michael C.; Sugar, R. L.; Toussaint, D.

    1992-07-01

    We present results of numerical simulations of quantum chromodynamics at finite temperature with two flavors of Kogut-Susskind quarks on the Intel iPSC/860 parallel processor. We investigate the properties of the objects whose exchange gives static screening lengths by reconstructing their correlated quark-antiquark structure.

  17. Modeling high-temperature superconductors and metallic alloys on the Intel IPSC/860

    NASA Astrophysics Data System (ADS)

    Geist, G. A.; Peyton, B. W.; Shelton, W. A.; Stocks, G. M.

    Oak Ridge National Laboratory has embarked on several computational Grand Challenges, which require the close cooperation of physicists, mathematicians, and computer scientists. One of these projects is the determination of the material properties of alloys from first principles and, in particular, the electronic structure of high-temperature superconductors. While the present focus of the project is on superconductivity, the approach is general enough to permit study of other properties of metallic alloys such as strength and magnetic properties. This paper describes the progress to date on this project. We include a description of a self-consistent KKR-CPA method, parallelization of the model, and the incorporation of a dynamic load balancing scheme into the algorithm. We also describe the development and performance of a consolidated KKR-CPA code capable of running on CRAYs, workstations, and several parallel computers without source code modification. Performance of this code on the Intel iPSC/860 is also compared to a CRAY 2, CRAY YMP, and several workstations. Finally, some density of state calculations of two perovskite superconductors are given.

  18. Turbulence modeling of free shear layers for high-performance aircraft

    NASA Technical Reports Server (NTRS)

    Sondak, Douglas L.

    1993-01-01

    The High Performance Aircraft (HPA) Grand Challenge of the High Performance Computing and Communications (HPCC) program involves the computation of the flow over a high performance aircraft. A variety of free shear layers, including mixing layers over cavities, impinging jets, blown flaps, and exhaust plumes, may be encountered in such flowfields. Since these free shear layers are usually turbulent, appropriate turbulence models must be utilized in computations in order to accurately simulate these flow features. The HPCC program is relying heavily on parallel computers. A Navier-Stokes solver (POVERFLOW) utilizing the Baldwin-Lomax algebraic turbulence model was developed and tested on a 128-node Intel iPSC/860. Algebraic turbulence models run very fast, and give good results for many flowfields. For complex flowfields such as those mentioned above, however, they are often inadequate. It was therefore deemed that a two-equation turbulence model will be required for the HPA computations. The k-epsilon two-equation turbulence model was implemented on the Intel iPSC/860. Both the Chien low-Reynolds-number model and a generalized wall-function formulation were included.

  19. Efficient implementation of a 3-dimensional ADI method on the iPSC/860

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

    Van der Wijngaart, R.F.

    1993-12-31

    A comparison is made between several domain decomposition strategies for the solution of three-dimensional partial differential equations on a MIMD distributed memory parallel computer. The grids used are structured, and the numerical algorithm is ADI. Important implementation issues regarding load balancing, storage requirements, network latency, and overlap of computations and communications are discussed. Results of the solution of the three-dimensional heat equation on the Intel iPSC/860 are presented for the three most viable methods. It is found that the Bruno-Cappello decomposition delivers optimal computational speed through an almost complete elimination of processor idle time, while providing good memory efficiency.

  20. Preconditioned implicit solvers for the Navier-Stokes equations on distributed-memory machines

    NASA Technical Reports Server (NTRS)

    Ajmani, Kumud; Liou, Meng-Sing; Dyson, Rodger W.

    1994-01-01

    The GMRES method is parallelized, and combined with local preconditioning to construct an implicit parallel solver to obtain steady-state solutions for the Navier-Stokes equations of fluid flow on distributed-memory machines. The new implicit parallel solver is designed to preserve the convergence rate of the equivalent 'serial' solver. A static domain-decomposition is used to partition the computational domain amongst the available processing nodes of the parallel machine. The SPMD (Single-Program Multiple-Data) programming model is combined with message-passing tools to develop the parallel code on a 32-node Intel Hypercube and a 512-node Intel Delta machine. The implicit parallel solver is validated for internal and external flow problems, and is found to compare identically with flow solutions obtained on a Cray Y-MP/8. A peak computational speed of 2300 MFlops/sec has been achieved on 512 nodes of the Intel Delta machine,k for a problem size of 1024 K equations (256 K grid points).

  1. Ada compiler validation summary report. Certificate number: 891116W1. 10191. Intel Corporation, IPSC/2 Ada, Release 1. 1, IPSC/2 parallel supercomputer, system resource manager host and IPSC/2 parallel supercomputer, CX-1 nodes target

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

    Not Available

    1989-11-16

    This VSR documents the results of the validation testing performed on an Ada compiler. Testing was carried out for the following purposes: To attempt to identify any language constructs supported by the compiler that do not conform to the Ada Standard; To attempt to identify any language constructs not supported by the compiler but required by the Ada Standard; and To determine that the implementation-dependent behavior is allowed by the Ada Standard. Testing of this compiler was conducted by SofTech, Inc. under the direction of he AVF according to procedures established by the Ada Joint Program Office and administered bymore » the Ada Validation Organization (AVO). On-side testing was completed 16 November 1989 at Aloha OR.« less

  2. A new parallel-vector finite element analysis software on distributed-memory computers

    NASA Technical Reports Server (NTRS)

    Qin, Jiangning; Nguyen, Duc T.

    1993-01-01

    A new parallel-vector finite element analysis software package MPFEA (Massively Parallel-vector Finite Element Analysis) is developed for large-scale structural analysis on massively parallel computers with distributed-memory. MPFEA is designed for parallel generation and assembly of the global finite element stiffness matrices as well as parallel solution of the simultaneous linear equations, since these are often the major time-consuming parts of a finite element analysis. Block-skyline storage scheme along with vector-unrolling techniques are used to enhance the vector performance. Communications among processors are carried out concurrently with arithmetic operations to reduce the total execution time. Numerical results on the Intel iPSC/860 computers (such as the Intel Gamma with 128 processors and the Intel Touchstone Delta with 512 processors) are presented, including an aircraft structure and some very large truss structures, to demonstrate the efficiency and accuracy of MPFEA.

  3. A Portable Parallel Implementation of the U.S. Navy Layered Ocean Model

    DTIC Science & Technology

    1995-01-01

    Wallcraft, PhD (I.C. 1981) Planning Systems Inc. & P. R. Moore, PhD (Camb. 1971) IC Dept. Math. DR Moore 1° Encontro de Metodos Numericos...Kendall Square, Hypercube, D R Moore 1 ° Encontro de Metodos Numericos para Equacöes de Derivadas Parciais A. J. Wallcraft IC Mathematics...chips: Chips Machine DEC Alpha CrayT3D/E SUN Sparc Fujitsu AP1000 Intel 860 Paragon D R Moore 1° Encontro de Metodos Numericos para Equacöes

  4. Parallel software tools at Langley Research Center

    NASA Technical Reports Server (NTRS)

    Moitra, Stuti; Tennille, Geoffrey M.; Lakeotes, Christopher D.; Randall, Donald P.; Arthur, Jarvis J.; Hammond, Dana P.; Mall, Gerald H.

    1993-01-01

    This document gives a brief overview of parallel software tools available on the Intel iPSC/860 parallel computer at Langley Research Center. It is intended to provide a source of information that is somewhat more concise than vendor-supplied material on the purpose and use of various tools. Each of the chapters on tools is organized in a similar manner covering an overview of the functionality, access information, how to effectively use the tool, observations about the tool and how it compares to similar software, known problems or shortfalls with the software, and reference documentation. It is primarily intended for users of the iPSC/860 at Langley Research Center and is appropriate for both the experienced and novice user.

  5. Communication overhead on the Intel Paragon, IBM SP2 and Meiko CS-2

    NASA Technical Reports Server (NTRS)

    Bokhari, Shahid H.

    1995-01-01

    Interprocessor communication overhead is a crucial measure of the power of parallel computing systems-its impact can severely limit the performance of parallel programs. This report presents measurements of communication overhead on three contemporary commercial multicomputer systems: the Intel Paragon, the IBM SP2 and the Meiko CS-2. In each case the time to communicate between processors is presented as a function of message length. The time for global synchronization and memory access is discussed. The performance of these machines in emulating hypercubes and executing random pairwise exchanges is also investigated. It is shown that the interprocessor communication time depends heavily on the specific communication pattern required. These observations contradict the commonly held belief that communication overhead on contemporary machines is independent of the placement of tasks on processors. The information presented in this report permits the evaluation of the efficiency of parallel algorithm implementations against standard baselines.

  6. Overset grid applications on distributed memory MIMD computers

    NASA Technical Reports Server (NTRS)

    Chawla, Kalpana; Weeratunga, Sisira

    1994-01-01

    Analysis of modern aerospace vehicles requires the computation of flowfields about complex three dimensional geometries composed of regions with varying spatial resolution requirements. Overset grid methods allow the use of proven structured grid flow solvers to address the twin issues of geometrical complexity and the resolution variation by decomposing the complex physical domain into a collection of overlapping subdomains. This flexibility is accompanied by the need for irregular intergrid boundary communication among the overlapping component grids. This study investigates a strategy for implementing such a static overset grid implicit flow solver on distributed memory, MIMD computers; i.e., the 128 node Intel iPSC/860 and the 208 node Intel Paragon. Performance data for two composite grid configurations characteristic of those encountered in present day aerodynamic analysis are also presented.

  7. PCLIPS: Parallel CLIPS

    NASA Technical Reports Server (NTRS)

    Hall, Lawrence O.; Bennett, Bonnie H.; Tello, Ivan

    1994-01-01

    A parallel version of CLIPS 5.1 has been developed to run on Intel Hypercubes. The user interface is the same as that for CLIPS with some added commands to allow for parallel calls. A complete version of CLIPS runs on each node of the hypercube. The system has been instrumented to display the time spent in the match, recognize, and act cycles on each node. Only rule-level parallelism is supported. Parallel commands enable the assertion and retraction of facts to/from remote nodes working memory. Parallel CLIPS was used to implement a knowledge-based command, control, communications, and intelligence (C(sup 3)I) system to demonstrate the fusion of high-level, disparate sources. We discuss the nature of the information fusion problem, our approach, and implementation. Parallel CLIPS has also be used to run several benchmark parallel knowledge bases such as one to set up a cafeteria. Results show from running Parallel CLIPS with parallel knowledge base partitions indicate that significant speed increases, including superlinear in some cases, are possible.

  8. QCD thermodynamics with two flavors of quarks[1

    NASA Astrophysics Data System (ADS)

    MIMD lattice Computations (MILC) Collaboration

    We present results of numerical simulations of quantum chromodynamics at finite temperature on the Intel iPSC/860 parallel processor. We performed calculations with two flavors of Kogut-Susskind quarks and of Wilson quarks on 6 × 12 3 lattices in order to study the crossover from the low temperature hadronic regime to the high temperature regime. We investigate the properties of the objects whose exchange gives static screening lengths be reconstructing their correlated quark-antiquark structure.

  9. Application of high-performance computing to numerical simulation of human movement

    NASA Technical Reports Server (NTRS)

    Anderson, F. C.; Ziegler, J. M.; Pandy, M. G.; Whalen, R. T.

    1995-01-01

    We have examined the feasibility of using massively-parallel and vector-processing supercomputers to solve large-scale optimization problems for human movement. Specifically, we compared the computational expense of determining the optimal controls for the single support phase of gait using a conventional serial machine (SGI Iris 4D25), a MIMD parallel machine (Intel iPSC/860), and a parallel-vector-processing machine (Cray Y-MP 8/864). With the human body modeled as a 14 degree-of-freedom linkage actuated by 46 musculotendinous units, computation of the optimal controls for gait could take up to 3 months of CPU time on the Iris. Both the Cray and the Intel are able to reduce this time to practical levels. The optimal solution for gait can be found with about 77 hours of CPU on the Cray and with about 88 hours of CPU on the Intel. Although the overall speeds of the Cray and the Intel were found to be similar, the unique capabilities of each machine are better suited to different portions of the computational algorithm used. The Intel was best suited to computing the derivatives of the performance criterion and the constraints whereas the Cray was best suited to parameter optimization of the controls. These results suggest that the ideal computer architecture for solving very large-scale optimal control problems is a hybrid system in which a vector-processing machine is integrated into the communication network of a MIMD parallel machine.

  10. A scalable parallel algorithm for multiple objective linear programs

    NASA Technical Reports Server (NTRS)

    Wiecek, Malgorzata M.; Zhang, Hong

    1994-01-01

    This paper presents an ADBASE-based parallel algorithm for solving multiple objective linear programs (MOLP's). Job balance, speedup and scalability are of primary interest in evaluating efficiency of the new algorithm. Implementation results on Intel iPSC/2 and Paragon multiprocessors show that the algorithm significantly speeds up the process of solving MOLP's, which is understood as generating all or some efficient extreme points and unbounded efficient edges. The algorithm gives specially good results for large and very large problems. Motivation and justification for solving such large MOLP's are also included.

  11. Parallelized reliability estimation of reconfigurable computer networks

    NASA Technical Reports Server (NTRS)

    Nicol, David M.; Das, Subhendu; Palumbo, Dan

    1990-01-01

    A parallelized system, ASSURE, for computing the reliability of embedded avionics flight control systems which are able to reconfigure themselves in the event of failure is described. ASSURE accepts a grammar that describes a reliability semi-Markov state-space. From this it creates a parallel program that simultaneously generates and analyzes the state-space, placing upper and lower bounds on the probability of system failure. ASSURE is implemented on a 32-node Intel iPSC/860, and has achieved high processor efficiencies on real problems. Through a combination of improved algorithms, exploitation of parallelism, and use of an advanced microprocessor architecture, ASSURE has reduced the execution time on substantial problems by a factor of one thousand over previous workstation implementations. Furthermore, ASSURE's parallel execution rate on the iPSC/860 is an order of magnitude faster than its serial execution rate on a Cray-2 supercomputer. While dynamic load balancing is necessary for ASSURE's good performance, it is needed only infrequently; the particular method of load balancing used does not substantially affect performance.

  12. Supporting shared data structures on distributed memory architectures

    NASA Technical Reports Server (NTRS)

    Koelbel, Charles; Mehrotra, Piyush; Vanrosendale, John

    1990-01-01

    Programming nonshared memory systems is more difficult than programming shared memory systems, since there is no support for shared data structures. Current programming languages for distributed memory architectures force the user to decompose all data structures into separate pieces, with each piece owned by one of the processors in the machine, and with all communication explicitly specified by low-level message-passing primitives. A new programming environment is presented for distributed memory architectures, providing a global name space and allowing direct access to remote parts of data values. The analysis and program transformations required to implement this environment are described, and the efficiency of the resulting code on the NCUBE/7 and IPSC/2 hypercubes are described.

  13. Scheduling for Parallel Supercomputing: A Historical Perspective of Achievable Utilization

    NASA Technical Reports Server (NTRS)

    Jones, James Patton; Nitzberg, Bill

    1999-01-01

    The NAS facility has operated parallel supercomputers for the past 11 years, including the Intel iPSC/860, Intel Paragon, Thinking Machines CM-5, IBM SP-2, and Cray Origin 2000. Across this wide variety of machine architectures, across a span of 10 years, across a large number of different users, and through thousands of minor configuration and policy changes, the utilization of these machines shows three general trends: (1) scheduling using a naive FIFO first-fit policy results in 40-60% utilization, (2) switching to the more sophisticated dynamic backfilling scheduling algorithm improves utilization by about 15 percentage points (yielding about 70% utilization), and (3) reducing the maximum allowable job size further increases utilization. Most surprising is the consistency of these trends. Over the lifetime of the NAS parallel systems, we made hundreds, perhaps thousands, of small changes to hardware, software, and policy, yet, utilization was affected little. In particular these results show that the goal of achieving near 100% utilization while supporting a real parallel supercomputing workload is unrealistic.

  14. A parallel strategy for implementing real-time expert systems using CLIPS

    NASA Technical Reports Server (NTRS)

    Ilyes, Laszlo A.; Villaseca, F. Eugenio; Delaat, John

    1994-01-01

    As evidenced by current literature, there appears to be a continued interest in the study of real-time expert systems. It is generally recognized that speed of execution is only one consideration when designing an effective real-time expert system. Some other features one must consider are the expert system's ability to perform temporal reasoning, handle interrupts, prioritize data, contend with data uncertainty, and perform context focusing as dictated by the incoming data to the expert system. This paper presents a strategy for implementing a real time expert system on the iPSC/860 hypercube parallel computer using CLIPS. The strategy takes into consideration not only the execution time of the software, but also those features which define a true real-time expert system. The methodology is then demonstrated using a practical implementation of an expert system which performs diagnostics on the Space Shuttle Main Engine (SSME). This particular implementation uses an eight node hypercube to process ten sensor measurements in order to simultaneously diagnose five different failure modes within the SSME. The main program is written in ANSI C and embeds CLIPS to better facilitate and debug the rule based expert system.

  15. Distributed memory compiler design for sparse problems

    NASA Technical Reports Server (NTRS)

    Wu, Janet; Saltz, Joel; Berryman, Harry; Hiranandani, Seema

    1991-01-01

    A compiler and runtime support mechanism is described and demonstrated. The methods presented are capable of solving a wide range of sparse and unstructured problems in scientific computing. The compiler takes as input a FORTRAN 77 program enhanced with specifications for distributing data, and the compiler outputs a message passing program that runs on a distributed memory computer. The runtime support for this compiler is a library of primitives designed to efficiently support irregular patterns of distributed array accesses and irregular distributed array partitions. A variety of Intel iPSC/860 performance results obtained through the use of this compiler are presented.

  16. Implementations of BLAST for parallel computers.

    PubMed

    Jülich, A

    1995-02-01

    The BLAST sequence comparison programs have been ported to a variety of parallel computers-the shared memory machine Cray Y-MP 8/864 and the distributed memory architectures Intel iPSC/860 and nCUBE. Additionally, the programs were ported to run on workstation clusters. We explain the parallelization techniques and consider the pros and cons of these methods. The BLAST programs are very well suited for parallelization for a moderate number of processors. We illustrate our results using the program blastp as an example. As input data for blastp, a 799 residue protein query sequence and the protein database PIR were used.

  17. A sweep algorithm for massively parallel simulation of circuit-switched networks

    NASA Technical Reports Server (NTRS)

    Gaujal, Bruno; Greenberg, Albert G.; Nicol, David M.

    1992-01-01

    A new massively parallel algorithm is presented for simulating large asymmetric circuit-switched networks, controlled by a randomized-routing policy that includes trunk-reservation. A single instruction multiple data (SIMD) implementation is described, and corresponding experiments on a 16384 processor MasPar parallel computer are reported. A multiple instruction multiple data (MIMD) implementation is also described, and corresponding experiments on an Intel IPSC/860 parallel computer, using 16 processors, are reported. By exploiting parallelism, our algorithm increases the possible execution rate of such complex simulations by as much as an order of magnitude.

  18. Scalability and Portability of Two Parallel Implementations of ADI

    NASA Technical Reports Server (NTRS)

    Phung, Thanh; VanderWijngaart, Rob F.

    1994-01-01

    Two domain decompositions for the implementation of the NAS Scalar Penta-diagonal Parallel Benchmark on MIMD systems are investigated, namely transposition and multi-partitioning. Hardware platforms considered are the Intel iPSC/860 and Paragon XP/S-15, and clusters of SGI workstations on ethernet, communicating through PVM. It is found that the multi-partitioning strategy offers the kind of coarse granularity that allows scaling up to hundreds of processors on a massively parallel machine. Moreover, efficiency is retained when the code is ported verbatim (save message passing syntax) to a PVM environment on a modest size cluster of workstations.

  19. Transformation of two and three-dimensional regions by elliptic systems

    NASA Technical Reports Server (NTRS)

    Mastin, C. Wayne

    1994-01-01

    Several reports are attached to this document which contain the results of our research at the end of this contract period. Three of the reports deal with our work on generating surface grids. One is a preprint of a paper which will appear in the journal Applied Mathematics and Computation. Another is the abstract from a dissertation which has been prepared by Ahmed Khamayseh, a graduate student who has been supported by this grant for the last two years. The last report on surface grids is the extended abstract of a paper to be presented at the 14th IMACS World Congress in July. This report contains results on conformal mappings of surfaces, which are closely related to elliptic methods for surface grid generation. A preliminary report is included on new methods for dealing with block interfaces in multiblock grid systems. The development work is complete and the methods will eventually be incorporated into the National Grid Project (NGP) grid generation code. Thus, the attached report contains only a simple grid system which was used to test the algorithms to prove that the concepts are sound. These developments will greatly aid grid control when using elliptic systems and prevent unwanted grid movement. The last report is a brief summary of some timings that were obtained when the multiblock grid generation code was run on the Intel IPSC/860 hypercube. Since most of the data in a grid code is local to a particular block, only a small fraction of the total data must be passed between processors. The data is also distributed among the processors so that the total size of the grid can be increase along with the number of processors. This work is only in a preliminary stage. However, one of the ERC graduate students has taken an interest in the project and is presently extending these results as a part of his master's thesis.

  20. Parallel algorithms for quantum chemistry. I. Integral transformations on a hypercube multiprocessor

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

    Whiteside, R.A.; Binkley, J.S.; Colvin, M.E.

    1987-02-15

    For many years it has been recognized that fundamental physical constraints such as the speed of light will limit the ultimate speed of single processor computers to less than about three billion floating point operations per second (3 GFLOPS). This limitation is becoming increasingly restrictive as commercially available machines are now within an order of magnitude of this asymptotic limit. A natural way to avoid this limit is to harness together many processors to work on a single computational problem. In principle, these parallel processing computers have speeds limited only by the number of processors one chooses to acquire. Themore » usefulness of potentially unlimited processing speed to a computationally intensive field such as quantum chemistry is obvious. If these methods are to be applied to significantly larger chemical systems, parallel schemes will have to be employed. For this reason we have developed distributed-memory algorithms for a number of standard quantum chemical methods. We are currently implementing these on a 32 processor Intel hypercube. In this paper we present our algorithm and benchmark results for one of the bottleneck steps in quantum chemical calculations: the four index integral transformation.« less

  1. A multi-satellite orbit determination problem in a parallel processing environment

    NASA Technical Reports Server (NTRS)

    Deakyne, M. S.; Anderle, R. J.

    1988-01-01

    The Engineering Orbit Analysis Unit at GE Valley Forge used an Intel Hypercube Parallel Processor to investigate the performance and gain experience of parallel processors with a multi-satellite orbit determination problem. A general study was selected in which major blocks of computation for the multi-satellite orbit computations were used as units to be assigned to the various processors on the Hypercube. Problems encountered or successes achieved in addressing the orbit determination problem would be more likely to be transferable to other parallel processors. The prime objective was to study the algorithm to allow processing of observations later in time than those employed in the state update. Expertise in ephemeris determination was exploited in addressing these problems and the facility used to bring a realism to the study which would highlight the problems which may not otherwise be anticipated. Secondary objectives were to gain experience of a non-trivial problem in a parallel processor environment, to explore the necessary interplay of serial and parallel sections of the algorithm in terms of timing studies, to explore the granularity (coarse vs. fine grain) to discover the granularity limit above which there would be a risk of starvation where the majority of nodes would be idle or under the limit where the overhead associated with splitting the problem may require more work and communication time than is useful.

  2. Parallel community climate model: Description and user`s guide

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

    Drake, J.B.; Flanery, R.E.; Semeraro, B.D.

    This report gives an overview of a parallel version of the NCAR Community Climate Model, CCM2, implemented for MIMD massively parallel computers using a message-passing programming paradigm. The parallel implementation was developed on an Intel iPSC/860 with 128 processors and on the Intel Delta with 512 processors, and the initial target platform for the production version of the code is the Intel Paragon with 2048 processors. Because the implementation uses a standard, portable message-passing libraries, the code has been easily ported to other multiprocessors supporting a message-passing programming paradigm. The parallelization strategy used is to decompose the problem domain intomore » geographical patches and assign each processor the computation associated with a distinct subset of the patches. With this decomposition, the physics calculations involve only grid points and data local to a processor and are performed in parallel. Using parallel algorithms developed for the semi-Lagrangian transport, the fast Fourier transform and the Legendre transform, both physics and dynamics are computed in parallel with minimal data movement and modest change to the original CCM2 source code. Sequential or parallel history tapes are written and input files (in history tape format) are read sequentially by the parallel code to promote compatibility with production use of the model on other computer systems. A validation exercise has been performed with the parallel code and is detailed along with some performance numbers on the Intel Paragon and the IBM SP2. A discussion of reproducibility of results is included. A user`s guide for the PCCM2 version 2.1 on the various parallel machines completes the report. Procedures for compilation, setup and execution are given. A discussion of code internals is included for those who may wish to modify and use the program in their own research.« less

  3. A general purpose subroutine for fast fourier transform on a distributed memory parallel machine

    NASA Technical Reports Server (NTRS)

    Dubey, A.; Zubair, M.; Grosch, C. E.

    1992-01-01

    One issue which is central in developing a general purpose Fast Fourier Transform (FFT) subroutine on a distributed memory parallel machine is the data distribution. It is possible that different users would like to use the FFT routine with different data distributions. Thus, there is a need to design FFT schemes on distributed memory parallel machines which can support a variety of data distributions. An FFT implementation on a distributed memory parallel machine which works for a number of data distributions commonly encountered in scientific applications is presented. The problem of rearranging the data after computing the FFT is also addressed. The performance of the implementation on a distributed memory parallel machine Intel iPSC/860 is evaluated.

  4. Application of a distributed network in computational fluid dynamic simulations

    NASA Technical Reports Server (NTRS)

    Deshpande, Manish; Feng, Jinzhang; Merkle, Charles L.; Deshpande, Ashish

    1994-01-01

    A general-purpose 3-D, incompressible Navier-Stokes algorithm is implemented on a network of concurrently operating workstations using parallel virtual machine (PVM) and compared with its performance on a CRAY Y-MP and on an Intel iPSC/860. The problem is relatively computationally intensive, and has a communication structure based primarily on nearest-neighbor communication, making it ideally suited to message passing. Such problems are frequently encountered in computational fluid dynamics (CDF), and their solution is increasingly in demand. The communication structure is explicitly coded in the implementation to fully exploit the regularity in message passing in order to produce a near-optimal solution. Results are presented for various grid sizes using up to eight processors.

  5. QCD thermodynamics with two flavors at Nt=6

    NASA Astrophysics Data System (ADS)

    Bernard, Claude; Ogilvie, Michael C.; Degrand, Thomas A.; Detar, Carleton; Gottlieb, Steven; Krasnitz, Alex; Sugar, R. L.; Toussaint, D.

    1992-05-01

    The first results of numerical simulations of quantum chromodynamics on the Intel iPSC/860 parallel processor are presented. We performed calculations with two flavors of Kogut-Susskind quarks at Nt=6 with masses of 0.15T and 0.075T (0.025 and 0.0125 in lattice units) in order to locate the crossover from the low-temperature regime of ordinary hadronic matter to the high-temperature chirally symmetric regime. As with other recent two-flavor simulations, these calculations are insufficient to distinguish between a rapid crossover and a true phase transition. The phase transition is either absent or feeble at this quark mass. An improved estimate of the crossover temperature in physical units is given and results are presented for the hadronic screening lengths in both the high- and low-temperature regimes.

  6. Parallel Computational Fluid Dynamics: Current Status and Future Requirements

    NASA Technical Reports Server (NTRS)

    Simon, Horst D.; VanDalsem, William R.; Dagum, Leonardo; Kutler, Paul (Technical Monitor)

    1994-01-01

    One or the key objectives of the Applied Research Branch in the Numerical Aerodynamic Simulation (NAS) Systems Division at NASA Allies Research Center is the accelerated introduction of highly parallel machines into a full operational environment. In this report we discuss the performance results obtained from the implementation of some computational fluid dynamics (CFD) applications on the Connection Machine CM-2 and the Intel iPSC/860. We summarize some of the experiences made so far with the parallel testbed machines at the NAS Applied Research Branch. Then we discuss the long term computational requirements for accomplishing some of the grand challenge problems in computational aerosciences. We argue that only massively parallel machines will be able to meet these grand challenge requirements, and we outline the computer science and algorithm research challenges ahead.

  7. Compiling global name-space programs for distributed execution

    NASA Technical Reports Server (NTRS)

    Koelbel, Charles; Mehrotra, Piyush

    1990-01-01

    Distributed memory machines do not provide hardware support for a global address space. Thus programmers are forced to partition the data across the memories of the architecture and use explicit message passing to communicate data between processors. The compiler support required to allow programmers to express their algorithms using a global name-space is examined. A general method is presented for analysis of a high level source program and along with its translation to a set of independently executing tasks communicating via messages. If the compiler has enough information, this translation can be carried out at compile-time. Otherwise run-time code is generated to implement the required data movement. The analysis required in both situations is described and the performance of the generated code on the Intel iPSC/2 is presented.

  8. A Parallel Rendering Algorithm for MIMD Architectures

    NASA Technical Reports Server (NTRS)

    Crockett, Thomas W.; Orloff, Tobias

    1991-01-01

    Applications such as animation and scientific visualization demand high performance rendering of complex three dimensional scenes. To deliver the necessary rendering rates, highly parallel hardware architectures are required. The challenge is then to design algorithms and software which effectively use the hardware parallelism. A rendering algorithm targeted to distributed memory MIMD architectures is described. For maximum performance, the algorithm exploits both object-level and pixel-level parallelism. The behavior of the algorithm is examined both analytically and experimentally. Its performance for large numbers of processors is found to be limited primarily by communication overheads. An experimental implementation for the Intel iPSC/860 shows increasing performance from 1 to 128 processors across a wide range of scene complexities. It is shown that minimal modifications to the algorithm will adapt it for use on shared memory architectures as well.

  9. A comparative study of serial and parallel aeroelastic computations of wings

    NASA Technical Reports Server (NTRS)

    Byun, Chansup; Guruswamy, Guru P.

    1994-01-01

    A procedure for computing the aeroelasticity of wings on parallel multiple-instruction, multiple-data (MIMD) computers is presented. In this procedure, fluids are modeled using Euler equations, and structures are modeled using modal or finite element equations. The procedure is designed in such a way that each discipline can be developed and maintained independently by using a domain decomposition approach. In the present parallel procedure, each computational domain is scalable. A parallel integration scheme is used to compute aeroelastic responses by solving fluid and structural equations concurrently. The computational efficiency issues of parallel integration of both fluid and structural equations are investigated in detail. This approach, which reduces the total computational time by a factor of almost 2, is demonstrated for a typical aeroelastic wing by using various numbers of processors on the Intel iPSC/860.

  10. Validation of chemistry models employed in a particle simulation method

    NASA Technical Reports Server (NTRS)

    Haas, Brian L.; Mcdonald, Jeffrey D.

    1991-01-01

    The chemistry models employed in a statistical particle simulation method, as implemented in the Intel iPSC/860 multiprocessor computer, are validated and applied. Chemical relaxation of five-species air in these reservoirs involves 34 simultaneous dissociation, recombination, and atomic-exchange reactions. The reaction rates employed in the analytic solutions are obtained from Arrhenius experimental correlations as functions of temperature for adiabatic gas reservoirs in thermal equilibrium. Favorable agreement with the analytic solutions validates the simulation when applied to relaxation of O2 toward equilibrium in reservoirs dominated by dissociation and recombination, respectively, and when applied to relaxation of air in the temperature range 5000 to 30,000 K. A flow of O2 over a circular cylinder at high Mach number is simulated to demonstrate application of the method to multidimensional reactive flows.

  11. MPIRUN: A Portable Loader for Multidisciplinary and Multi-Zonal Applications

    NASA Technical Reports Server (NTRS)

    Fineberg, Samuel A.; Woodrow, Thomas S. (Technical Monitor)

    1994-01-01

    Multidisciplinary and multi-zonal applications are an important class of applications in the area of Computational Aerosciences. In these codes, two or more distinct parallel programs or copies of a single program are utilized to model a single problem. To support such applications, it is common to use a programming model where a program is divided into several single program multiple data stream (SPMD) applications, each of which solves the equations for a single physical discipline or grid zone. These SPMD applications are then bound together to form a single multidisciplinary or multi-zonal program in which the constituent parts communicate via point-to-point message passing routines. One method for implementing the message passing portion of these codes is with the new Message Passing Interface (MPI) standard. Unfortunately, this standard only specifies the message passing portion of an application, but does not specify any portable mechanisms for loading an application. MPIRUN was developed to provide a portable means for loading MPI programs, and was specifically targeted at multidisciplinary and multi-zonal applications. Programs using MPIRUN for loading and MPI for message passing are then portable between all machines supported by MPIRUN. MPIRUN is currently implemented for the Intel iPSC/860, TMC CM5, IBM SP-1 and SP-2, Intel Paragon, and workstation clusters. Further, MPIRUN is designed to be simple enough to port easily to any system supporting MPI.

  12. Analysis of a parallelized nonlinear elliptic boundary value problem solver with application to reacting flows

    NASA Technical Reports Server (NTRS)

    Keyes, David E.; Smooke, Mitchell D.

    1987-01-01

    A parallelized finite difference code based on the Newton method for systems of nonlinear elliptic boundary value problems in two dimensions is analyzed in terms of computational complexity and parallel efficiency. An approximate cost function depending on 15 dimensionless parameters is derived for algorithms based on stripwise and boxwise decompositions of the domain and a one-to-one assignment of the strip or box subdomains to processors. The sensitivity of the cost functions to the parameters is explored in regions of parameter space corresponding to model small-order systems with inexpensive function evaluations and also a coupled system of nineteen equations with very expensive function evaluations. The algorithm was implemented on the Intel Hypercube, and some experimental results for the model problems with stripwise decompositions are presented and compared with the theory. In the context of computational combustion problems, multiprocessors of either message-passing or shared-memory type may be employed with stripwise decompositions to realize speedup of O(n), where n is mesh resolution in one direction, for reasonable n.

  13. The Automated Instrumentation and Monitoring System (AIMS) reference manual

    NASA Technical Reports Server (NTRS)

    Yan, Jerry; Hontalas, Philip; Listgarten, Sherry

    1993-01-01

    Whether a researcher is designing the 'next parallel programming paradigm,' another 'scalable multiprocessor' or investigating resource allocation algorithms for multiprocessors, a facility that enables parallel program execution to be captured and displayed is invaluable. Careful analysis of execution traces can help computer designers and software architects to uncover system behavior and to take advantage of specific application characteristics and hardware features. A software tool kit that facilitates performance evaluation of parallel applications on multiprocessors is described. The Automated Instrumentation and Monitoring System (AIMS) has four major software components: a source code instrumentor which automatically inserts active event recorders into the program's source code before compilation; a run time performance-monitoring library, which collects performance data; a trace file animation and analysis tool kit which reconstructs program execution from the trace file; and a trace post-processor which compensate for data collection overhead. Besides being used as prototype for developing new techniques for instrumenting, monitoring, and visualizing parallel program execution, AIMS is also being incorporated into the run-time environments of various hardware test beds to evaluate their impact on user productivity. Currently, AIMS instrumentors accept FORTRAN and C parallel programs written for Intel's NX operating system on the iPSC family of multi computers. A run-time performance-monitoring library for the iPSC/860 is included in this release. We plan to release monitors for other platforms (such as PVM and TMC's CM-5) in the near future. Performance data collected can be graphically displayed on workstations (e.g. Sun Sparc and SGI) supporting X-Windows (in particular, Xl IR5, Motif 1.1.3).

  14. Automated Performance Prediction of Message-Passing Parallel Programs

    NASA Technical Reports Server (NTRS)

    Block, Robert J.; Sarukkai, Sekhar; Mehra, Pankaj; Woodrow, Thomas S. (Technical Monitor)

    1995-01-01

    The increasing use of massively parallel supercomputers to solve large-scale scientific problems has generated a need for tools that can predict scalability trends of applications written for these machines. Much work has been done to create simple models that represent important characteristics of parallel programs, such as latency, network contention, and communication volume. But many of these methods still require substantial manual effort to represent an application in the model's format. The NIK toolkit described in this paper is the result of an on-going effort to automate the formation of analytic expressions of program execution time, with a minimum of programmer assistance. In this paper we demonstrate the feasibility of our approach, by extending previous work to detect and model communication patterns automatically, with and without overlapped computations. The predictions derived from these models agree, within reasonable limits, with execution times of programs measured on the Intel iPSC/860 and Paragon. Further, we demonstrate the use of MK in selecting optimal computational grain size and studying various scalability metrics.

  15. The cost of conservative synchronization in parallel discrete event simulations

    NASA Technical Reports Server (NTRS)

    Nicol, David M.

    1990-01-01

    The performance of a synchronous conservative parallel discrete-event simulation protocol is analyzed. The class of simulation models considered is oriented around a physical domain and possesses a limited ability to predict future behavior. A stochastic model is used to show that as the volume of simulation activity in the model increases relative to a fixed architecture, the complexity of the average per-event overhead due to synchronization, event list manipulation, lookahead calculations, and processor idle time approach the complexity of the average per-event overhead of a serial simulation. The method is therefore within a constant factor of optimal. The analysis demonstrates that on large problems--those for which parallel processing is ideally suited--there is often enough parallel workload so that processors are not usually idle. The viability of the method is also demonstrated empirically, showing how good performance is achieved on large problems using a thirty-two node Intel iPSC/2 distributed memory multiprocessor.

  16. Aerodynamic simulation on massively parallel systems

    NASA Technical Reports Server (NTRS)

    Haeuser, Jochem; Simon, Horst D.

    1992-01-01

    This paper briefly addresses the computational requirements for the analysis of complete configurations of aircraft and spacecraft currently under design to be used for advanced transportation in commercial applications as well as in space flight. The discussion clearly shows that massively parallel systems are the only alternative which is both cost effective and on the other hand can provide the necessary TeraFlops, needed to satisfy the narrow design margins of modern vehicles. It is assumed that the solution of the governing physical equations, i.e., the Navier-Stokes equations which may be complemented by chemistry and turbulence models, is done on multiblock grids. This technique is situated between the fully structured approach of classical boundary fitted grids and the fully unstructured tetrahedra grids. A fully structured grid best represents the flow physics, while the unstructured grid gives best geometrical flexibility. The multiblock grid employed is structured within a block, but completely unstructured on the block level. While a completely unstructured grid is not straightforward to parallelize, the above mentioned multiblock grid is inherently parallel, in particular for multiple instruction multiple datastream (MIMD) machines. In this paper guidelines are provided for setting up or modifying an existing sequential code so that a direct parallelization on a massively parallel system is possible. Results are presented for three parallel systems, namely the Intel hypercube, the Ncube hypercube, and the FPS 500 system. Some preliminary results for an 8K CM2 machine will also be mentioned. The code run is the two dimensional grid generation module of Grid, which is a general two dimensional and three dimensional grid generation code for complex geometries. A system of nonlinear Poisson equations is solved. This code is also a good testcase for complex fluid dynamics codes, since the same datastructures are used. All systems provided good speedups, but message passing MIMD systems seem to be best suited for large miltiblock applications.

  17. Evaluation Metrics for the Paragon XP/S-15

    NASA Technical Reports Server (NTRS)

    Traversat, Bernard; McNab, David; Nitzberg, Bill; Fineberg, Sam; Blaylock, Bruce T. (Technical Monitor)

    1993-01-01

    On February 17th 1993, the Numerical Aerodynamic Simulation (NAS) facility located at the NASA Ames Research Center installed a 224 node Intel Paragon XP/S-15 system. After its installation, the Paragon was found to be in a very immature state and was unable to support a NAS users' workload, composed of a wide range of development and production activities. As a first step towards addressing this problem, we implemented a set of metrics to objectively monitor the system as operating system and hardware upgrades were installed. The metrics were designed to measure four aspects of the system that we consider essential to support our workload: availability, utilization, functionality, and performance. This report presents the metrics collected from February 1993 to August 1993. Since its installation, the Paragon availability has improved from a low of 15% uptime to a high of 80%, while its utilization has remained low. Functionality and performance have improved from merely running one of the NAS Parallel Benchmarks to running all of them faster (between 1 and 2 times) than on the iPSC/860. In spite of the progress accomplished, fundamental limitations of the Paragon operating system are restricting the Paragon from supporting the NAS workload. The maximum operating system message passing (NORMA IPC) bandwidth was measured at 11 Mbytes/s, well below the peak hardware bandwidth (175 Mbytes/s), limiting overall virtual memory and Unix services (i.e. Disk and HiPPI I/O) performance. The high NX application message passing latency (184 microns), three times than on the iPSC/860, was found to significantly degrade performance of applications relying on small message sizes. The amount of memory available for an application was found to be approximately 10 Mbytes per node, indicating that the OS is taking more space than anticipated (6 Mbytes per node).

  18. Performance Measurement, Visualization and Modeling of Parallel and Distributed Programs

    NASA Technical Reports Server (NTRS)

    Yan, Jerry C.; Sarukkai, Sekhar R.; Mehra, Pankaj; Lum, Henry, Jr. (Technical Monitor)

    1994-01-01

    This paper presents a methodology for debugging the performance of message-passing programs on both tightly coupled and loosely coupled distributed-memory machines. The AIMS (Automated Instrumentation and Monitoring System) toolkit, a suite of software tools for measurement and analysis of performance, is introduced and its application illustrated using several benchmark programs drawn from the field of computational fluid dynamics. AIMS includes (i) Xinstrument, a powerful source-code instrumentor, which supports both Fortran77 and C as well as a number of different message-passing libraries including Intel's NX Thinking Machines' CMMD, and PVM; (ii) Monitor, a library of timestamping and trace -collection routines that run on supercomputers (such as Intel's iPSC/860, Delta, and Paragon and Thinking Machines' CM5) as well as on networks of workstations (including Convex Cluster and SparcStations connected by a LAN); (iii) Visualization Kernel, a trace-animation facility that supports source-code clickback, simultaneous visualization of computation and communication patterns, as well as analysis of data movements; (iv) Statistics Kernel, an advanced profiling facility, that associates a variety of performance data with various syntactic components of a parallel program; (v) Index Kernel, a diagnostic tool that helps pinpoint performance bottlenecks through the use of abstract indices; (vi) Modeling Kernel, a facility for automated modeling of message-passing programs that supports both simulation -based and analytical approaches to performance prediction and scalability analysis; (vii) Intrusion Compensator, a utility for recovering true performance from observed performance by removing the overheads of monitoring and their effects on the communication pattern of the program; and (viii) Compatibility Tools, that convert AIMS-generated traces into formats used by other performance-visualization tools, such as ParaGraph, Pablo, and certain AVS/Explorer modules.

  19. Concurrent Image Processing Executive (CIPE). Volume 2: Programmer's guide

    NASA Technical Reports Server (NTRS)

    Williams, Winifred I.

    1990-01-01

    This manual is intended as a guide for application programmers using the Concurrent Image Processing Executive (CIPE). CIPE is intended to become the support system software for a prototype high performance science analysis workstation. In its current configuration CIPE utilizes a JPL/Caltech Mark 3fp Hypercube with a Sun-4 host. CIPE's design is capable of incorporating other concurrent architectures as well. CIPE provides a programming environment to applications' programmers to shield them from various user interfaces, file transactions, and architectural complexities. A programmer may choose to write applications to use only the Sun-4 or to use the Sun-4 with the hypercube. A hypercube program will use the hypercube's data processors and optionally the Weitek floating point accelerators. The CIPE programming environment provides a simple set of subroutines to activate user interface functions, specify data distributions, activate hypercube resident applications, and to communicate parameters to and from the hypercube.

  20. A discrete random walk on the hypercube

    NASA Astrophysics Data System (ADS)

    Zhang, Jingyuan; Xiang, Yonghong; Sun, Weigang

    2018-03-01

    In this paper, we study the scaling for mean first-passage time (MFPT) of random walks on the hypercube and obtain a closed-form formula for the MFPT over all node pairs. We also determine the exponent of scaling efficiency characterizing the random walks and compare it with those of the existing networks. Finally we study the random walks on the hypercube with a located trap and provide a solution of the Kirchhoff index of the hypercube.

  1. Optimization of an Advanced Multi-Junction Solar-Cell Design for Space Environments (AM0) Using Nearly Orthogonal Latin Hypercubes

    DTIC Science & Technology

    2017-06-01

    AN ADVANCED MULTI-JUNCTION SOLAR -CELL DESIGN FOR SPACE ENVIRONMENTS (AM0) USING NEARLY ORTHOGONAL LATIN HYPERCUBES by Silvio Pueschel June...ADVANCED MULTI-JUNCTION SOLAR -CELL DESIGN FOR SPACE ENVIRONMENTS (AM0) USING NEARLY ORTHOGONAL LATIN HYPERCUBES 5. FUNDING NUMBERS 6. AUTHOR(S) Silvio...multi-junction solar cells with Silvaco Atlas simulation software. It introduces the nearly orthogonal Latin hypercube (NOLH) design of experiments (DoE

  2. File-access characteristics of parallel scientific workloads

    NASA Technical Reports Server (NTRS)

    Nieuwejaar, Nils; Kotz, David; Purakayastha, Apratim; Best, Michael; Ellis, Carla Schlatter

    1995-01-01

    Phenomenal improvements in the computational performance of multiprocessors have not been matched by comparable gains in I/O system performance. This imbalance has resulted in I/O becoming a significant bottleneck for many scientific applications. One key to overcoming this bottleneck is improving the performance of parallel file systems. The design of a high-performance parallel file system requires a comprehensive understanding of the expected workload. Unfortunately, until recently, no general workload studies of parallel file systems have been conducted. The goal of the CHARISMA project was to remedy this problem by characterizing the behavior of several production workloads, on different machines, at the level of individual reads and writes. The first set of results from the CHARISMA project describe the workloads observed on an Intel iPSC/860 and a Thinking Machines CM-5. This paper is intended to compare and contrast these two workloads for an understanding of their essential similarities and differences, isolating common trends and platform-dependent variances. Using this comparison, we are able to gain more insight into the general principles that should guide parallel file-system design.

  3. Parallel and fault-tolerant algorithms for hypercube multiprocessors

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

    Aykanat, C.

    1988-01-01

    Several techniques for increasing the performance of parallel algorithms on distributed-memory message-passing multi-processor systems are investigated. These techniques are effectively implemented for the parallelization of the Scaled Conjugate Gradient (SCG) algorithm on a hypercube connected message-passing multi-processor. Significant performance improvement is achieved by using these techniques. The SCG algorithm is used for the solution phase of an FE modeling system. Almost linear speed-up is achieved, and it is shown that hypercube topology is scalable for an FE class of problem. The SCG algorithm is also shown to be suitable for vectorization, and near supercomputer performance is achieved on a vectormore » hypercube multiprocessor by exploiting both parallelization and vectorization. Fault-tolerance issues for the parallel SCG algorithm and for the hypercube topology are also addressed.« less

  4. Fault tree models for fault tolerant hypercube multiprocessors

    NASA Technical Reports Server (NTRS)

    Boyd, Mark A.; Tuazon, Jezus O.

    1991-01-01

    Three candidate fault tolerant hypercube architectures are modeled, their reliability analyses are compared, and the resulting implications of these methods of incorporating fault tolerance into hypercube multiprocessors are discussed. In the course of performing the reliability analyses, the use of HARP and fault trees in modeling sequence dependent system behaviors is demonstrated.

  5. Parallel solution of the symmetric tridiagonal eigenproblem. Research report

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

    Jessup, E.R.

    1989-10-01

    This thesis discusses methods for computing all eigenvalues and eigenvectors of a symmetric tridiagonal matrix on a distributed-memory Multiple Instruction, Multiple Data multiprocessor. Only those techniques having the potential for both high numerical accuracy and significant large-grained parallelism are investigated. These include the QL method or Cuppen's divide and conquer method based on rank-one updating to compute both eigenvalues and eigenvectors, bisection to determine eigenvalues and inverse iteration to compute eigenvectors. To begin, the methods are compared with respect to computation time, communication time, parallel speed up, and accuracy. Experiments on an IPSC hypercube multiprocessor reveal that Cuppen's method ismore » the most accurate approach, but bisection with inverse iteration is the fastest and most parallel. Because the accuracy of the latter combination is determined by the quality of the computed eigenvectors, the factors influencing the accuracy of inverse iteration are examined. This includes, in part, statistical analysis of the effect of a starting vector with random components. These results are used to develop an implementation of inverse iteration producing eigenvectors with lower residual error and better orthogonality than those generated by the EISPACK routine TINVIT. This thesis concludes with adaptions of methods for the symmetric tridiagonal eigenproblem to the related problem of computing the singular value decomposition (SVD) of a bidiagonal matrix.« less

  6. Parallel solution of the symmetric tridiagonal eigenproblem

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

    Jessup, E.R.

    1989-01-01

    This thesis discusses methods for computing all eigenvalues and eigenvectors of a symmetric tridiagonal matrix on a distributed memory MIMD multiprocessor. Only those techniques having the potential for both high numerical accuracy and significant large-grained parallelism are investigated. These include the QL method or Cuppen's divide and conquer method based on rank-one updating to compute both eigenvalues and eigenvectors, bisection to determine eigenvalues, and inverse iteration to compute eigenvectors. To begin, the methods are compared with respect to computation time, communication time, parallel speedup, and accuracy. Experiments on an iPSC hyper-cube multiprocessor reveal that Cuppen's method is the most accuratemore » approach, but bisection with inverse iteration is the fastest and most parallel. Because the accuracy of the latter combination is determined by the quality of the computed eigenvectors, the factors influencing the accuracy of inverse iteration are examined. This includes, in part, statistical analysis of the effects of a starting vector with random components. These results are used to develop an implementation of inverse iteration producing eigenvectors with lower residual error and better orthogonality than those generated by the EISPACK routine TINVIT. This thesis concludes with adaptations of methods for the symmetric tridiagonal eigenproblem to the related problem of computing the singular value decomposition (SVD) of a bidiagonal matrix.« less

  7. Gorlin syndrome-derived induced pluripotent stem cells are hypersensitive to hedgehog-mediated osteogenic induction.

    PubMed

    Hasegawa, Daigo; Ochiai-Shino, Hiromi; Onodera, Shoko; Nakamura, Takashi; Saito, Akiko; Onda, Takeshi; Watanabe, Katsuhito; Nishimura, Ken; Ohtaka, Manami; Nakanishi, Mahito; Kosaki, Kenjiro; Yamaguchi, Akira; Shibahara, Takahiko; Azuma, Toshifumi

    2017-01-01

    Gorlin syndrome is an autosomal dominant inherited syndrome that predisposes a patient to the formation of basal cell carcinomas, odontogenic keratocysts, and skeletal anomalies. Causative mutations in several genes associated with the sonic hedgehog (SHH) signaling pathway, including PTCH1, have been identified in Gorlin syndrome patients. However, no definitive genotype-phenotype correlations are evident in these patients, and their clinical presentation varies greatly, often leading to delayed diagnosis and treatment. We generated iPSCs from four unrelated Gorlin syndrome patients with loss-of-function mutations in PTCH1 using the Sendai virus vector (SeVdp(KOSM)302). The patient-derived iPSCs exhibited basic iPSC features, including stem cell marker expression, totipotency, and the ability to form teratomas. GLI1 expression levels were greater in fibroblasts and patient-derived iPSCs than in the corresponding control cells. Patient-derived iPSCs expressed lower basal levels than control iPSCs of the genes encoding the Hh ligands Indian Hedgehog (IHH) and SHH, the Hh acetyltransferase HHAT, Wnt proteins, BMP4, and BMP6. Most of these genes were upregulated in patient-derived iPSCs grown in osteoblast differentiation medium (OBM) and downregulated in control iPSCs cultured in OBM. The expression of GLI1 and GLI2 substantially decreased in both control and patient-derived iPSCs cultured in OBM, whereas GLI3, SHH, and IHH were upregulated in patient-derived iPSCs and downregulated in control iPSCs grown in OBM. Activation of Smoothened by SAG in cells grown in OBM significantly enhanced alkaline phosphatase activity in patient-derived iPSCs compared with control iPSC lines. In summary, patient-derived iPSCs expressed lower basal levels than the control iPSCs of the genes encoding Hh, Wnt, and bone morphogenetic proteins, but their expression of these genes strongly increased under osteogenic conditions. These findings indicate that patient-derived iPSCs are hypersensitive to osteogenic induction. We propose that Hh signaling is constituently active in iPSCs from Gorlin syndrome patients, enhancing their response to osteogenic induction and contributing to disease-associated abnormalities.

  8. Hypercube matrix computation task

    NASA Technical Reports Server (NTRS)

    Calalo, Ruel H.; Imbriale, William A.; Jacobi, Nathan; Liewer, Paulett C.; Lockhart, Thomas G.; Lyzenga, Gregory A.; Lyons, James R.; Manshadi, Farzin; Patterson, Jean E.

    1988-01-01

    A major objective of the Hypercube Matrix Computation effort at the Jet Propulsion Laboratory (JPL) is to investigate the applicability of a parallel computing architecture to the solution of large-scale electromagnetic scattering problems. Three scattering analysis codes are being implemented and assessed on a JPL/California Institute of Technology (Caltech) Mark 3 Hypercube. The codes, which utilize different underlying algorithms, give a means of evaluating the general applicability of this parallel architecture. The three analysis codes being implemented are a frequency domain method of moments code, a time domain finite difference code, and a frequency domain finite elements code. These analysis capabilities are being integrated into an electromagnetics interactive analysis workstation which can serve as a design tool for the construction of antennas and other radiating or scattering structures. The first two years of work on the Hypercube Matrix Computation effort is summarized. It includes both new developments and results as well as work previously reported in the Hypercube Matrix Computation Task: Final Report for 1986 to 1987 (JPL Publication 87-18).

  9. Optimization of High-Dimensional Functions through Hypercube Evaluation

    PubMed Central

    Abiyev, Rahib H.; Tunay, Mustafa

    2015-01-01

    A novel learning algorithm for solving global numerical optimization problems is proposed. The proposed learning algorithm is intense stochastic search method which is based on evaluation and optimization of a hypercube and is called the hypercube optimization (HO) algorithm. The HO algorithm comprises the initialization and evaluation process, displacement-shrink process, and searching space process. The initialization and evaluation process initializes initial solution and evaluates the solutions in given hypercube. The displacement-shrink process determines displacement and evaluates objective functions using new points, and the search area process determines next hypercube using certain rules and evaluates the new solutions. The algorithms for these processes have been designed and presented in the paper. The designed HO algorithm is tested on specific benchmark functions. The simulations of HO algorithm have been performed for optimization of functions of 1000-, 5000-, or even 10000 dimensions. The comparative simulation results with other approaches demonstrate that the proposed algorithm is a potential candidate for optimization of both low and high dimensional functions. PMID:26339237

  10. A parallel simulated annealing algorithm for standard cell placement on a hypercube computer

    NASA Technical Reports Server (NTRS)

    Jones, Mark Howard

    1987-01-01

    A parallel version of a simulated annealing algorithm is presented which is targeted to run on a hypercube computer. A strategy for mapping the cells in a two dimensional area of a chip onto processors in an n-dimensional hypercube is proposed such that both small and large distance moves can be applied. Two types of moves are allowed: cell exchanges and cell displacements. The computation of the cost function in parallel among all the processors in the hypercube is described along with a distributed data structure that needs to be stored in the hypercube to support parallel cost evaluation. A novel tree broadcasting strategy is used extensively in the algorithm for updating cell locations in the parallel environment. Studies on the performance of the algorithm on example industrial circuits show that it is faster and gives better final placement results than the uniprocessor simulated annealing algorithms. An improved uniprocessor algorithm is proposed which is based on the improved results obtained from parallelization of the simulated annealing algorithm.

  11. Metabolome Profiling of Partial and Fully Reprogrammed Induced Pluripotent Stem Cells.

    PubMed

    Park, Soon-Jung; Lee, Sang A; Prasain, Nutan; Bae, Daekyeong; Kang, Hyunsu; Ha, Taewon; Kim, Jong Soo; Hong, Ki-Sung; Mantel, Charlie; Moon, Sung-Hwan; Broxmeyer, Hal E; Lee, Man Ryul

    2017-05-15

    Acquisition of proper metabolomic fate is required to convert somatic cells toward fully reprogrammed pluripotent stem cells. The majority of induced pluripotent stem cells (iPSCs) are partially reprogrammed and have a transcriptome different from that of the pluripotent stem cells. The metabolomic profile and mitochondrial metabolic functions required to achieve full reprogramming of somatic cells to iPSC status have not yet been elucidated. Clarification of the metabolites underlying reprogramming mechanisms should enable further optimization to enhance the efficiency of obtaining fully reprogrammed iPSCs. In this study, we characterized the metabolites of human fully reprogrammed iPSCs, partially reprogrammed iPSCs, and embryonic stem cells (ESCs). Using capillary electrophoresis time-of-flight mass spectrometry-based metabolomics, we found that 89% of analyzed metabolites were similarly expressed in fully reprogrammed iPSCs and human ESCs (hESCs), whereas partially reprogrammed iPSCs shared only 74% similarly expressed metabolites with hESCs. Metabolomic profiling analysis suggested that converting mitochondrial respiration to glycolytic flux is critical for reprogramming of somatic cells into fully reprogrammed iPSCs. This characterization of metabolic reprogramming in iPSCs may enable the development of new reprogramming parameters for enhancing the generation of fully reprogrammed human iPSCs.

  12. Benchmarking hypercube hardware and software

    NASA Technical Reports Server (NTRS)

    Grunwald, Dirk C.; Reed, Daniel A.

    1986-01-01

    It was long a truism in computer systems design that balanced systems achieve the best performance. Message passing parallel processors are no different. To quantify the balance of a hypercube design, an experimental methodology was developed and the associated suite of benchmarks was applied to several existing hypercubes. The benchmark suite includes tests of both processor speed in the absence of internode communication and message transmission speed as a function of communication patterns.

  13. Reprint of "iPSCs, aging and age-related diseases".

    PubMed

    Isobe, Ken-ichi; Cheng, Zhao; Nishio, Naomi; Suganya, Thanasegan; Tanaka, Yuriko; Ito, Sachiko

    2015-01-25

    Human histocompatibility antigens are quite heterogeneous and promote the rejection of transplanted tissue. Recent advances in stem cell research that enable the use of a patient's own stem cells for transplantation are very important because rejection could be avoided. In particular, Yamanaka’s group in Japan gave new hope to patients with incurable diseases when they developed induced murine pluripotent stem cells (iPSCs) in 2006 and human iPSCs in 2007. Whereas embryonic stem cells (ESCs) are derived from the inner cell mass and are supported in culture by LIF, iPSCs are derived from fetal or adult somatic cells. Through the application of iPSC technology, adult somatic cells can develop a pluripotent state. One advantage of using iPSCs instead of ESCs in regenerative medicine is that (theoretically) immune rejection could be avoided, although there is some debate about immune rejection of a patient's own iPSCs. Many diseases occur in elderly patients. In order to use regenerative medicine with the elderly, it is important to demonstrate that iPSCs can indeed be generated from older patients. Recent findings have shown that iPSCs can be established from aged mice and aged humans. These iPSCs can differentiate to cells from all three germ layers. However, it is not known whether iPSCs from aged mice or humans show early senescence. Before clinical use of iPSCs, issues related to copy number variation, tumorigenicity and immunogenicity must be resolved. It is particularly important that researchers have succeeded in generating iPSCs that have differentiated to somatic cells related to specific diseases of the elderly, including atherosclerosis, diabetes, Alzheimer's disease and Parkinson's disease. These efforts will facilitate the use of personalized stem cell transplantation therapy for currently incurable diseases.

  14. iPSCs, aging and age-related diseases.

    PubMed

    Isobe, Ken-Ichi; Cheng, Zhao; Nishio, Naomi; Suganya, Thanasegan; Tanaka, Yuriko; Ito, Sachiko

    2014-09-25

    Human histocompatibility antigens are quite heterogeneous and promote the rejection of transplanted tissue. Recent advances in stem cell research that enable the use of a patient's own stem cells for transplantation are very important because rejection could be avoided. In particular, Yamanaka's group in Japan gave new hope to patients with incurable diseases when they developed induced murine pluripotent stem cells (iPSCs) in 2006 and human iPSCs in 2007. Whereas embryonic stem cells (ESCs) are derived from the inner cell mass and are supported in culture by LIF, iPSCs are derived from fetal or adult somatic cells. Through the application of iPSC technology, adult somatic cells can develop a pluripotent state. One advantage of using iPSCs instead of ESCs in regenerative medicine is that (theoretically) immune rejection could be avoided, although there is some debate about immune rejection of a patient's own iPSCs. Many diseases occur in elderly patients. In order to use regenerative medicine with the elderly, it is important to demonstrate that iPSCs can indeed be generated from older patients. Recent findings have shown that iPSCs can be established from aged mice and aged humans. These iPSCs can differentiate to cells from all three germ layers. However, it is not known whether iPSCs from aged mice or humans show early senescence. Before clinical use of iPSCs, issues related to copy number variation, tumorigenicity and immunogenicity must be resolved. It is particularly important that researchers have succeeded in generating iPSCs that have differentiated to somatic cells related to specific diseases of the elderly, including atherosclerosis, diabetes, Alzheimer's disease and Parkinson's disease. These efforts will facilitate the use of personalized stem cell transplantation therapy for currently incurable diseases. Copyright © 2014 Elsevier B.V. All rights reserved.

  15. Reprogramming of fibroblasts from older women with pelvic floor disorders alters cellular behavior associated with donor age.

    PubMed

    Wen, Yan; Wani, Prachi; Zhou, Lu; Baer, Tom; Phadnis, Smruti Madan; Reijo Pera, Renee A; Chen, Bertha

    2013-02-01

    We aimed to derive induced pluripotent stem cell (iPSC) lines from vaginal fibroblasts from older women with pelvic organ prolapse. We examined the effect of donor age on iPSCs and on the cells redifferentiated from these iPSCs. Vaginal fibroblasts were isolated from younger and older subjects for reprogramming. iPSCs were generated simultaneously using an excisable polycistronic lentiviral vector expressing Oct4, Klf4, Sox2, and cMyc. The pluripotent markers of iPSCs were confirmed by immunocytochemistry and quantitative reverse transcription-polymerase chain reaction (qRT-PCR). Spectral karyotyping was performed. The ability of the iPSCs to differentiate into three germ layers was confirmed by embryoid body and teratoma formation. Senescence marker (p21, p53, and Bax) expressions were determined by qRT-PCR and Western blot. The iPSCs were redifferentiated to fibroblasts and were evaluated with senescence-associated β-galactosidase (SA) activity and mitotic index using time-lapse dark-field microscopy. iPSCs derived from both the younger and older subjects expressed pluripotency markers and showed normal karyotype and positive teratoma assays. There was no significant difference in expression of senescence and apoptosis markers (p21, p53, and Bax) in iPSCs derived from the younger subject compared with the older subject. Furthermore, fibroblasts redifferentiated from these iPSCs did not differ in SA activity or mitotic index. We report successful derivation of iPSCs from women with pelvic organ prolapse. Older age did not interfere with successful reprogramming. Donor age differences were not observed in these iPSCs using standard senescence markers, and donor age did not appear to affect cell mitotic activity in fibroblasts redifferentiated from iPSCs.

  16. Numerical Analysis of Ginzburg-Landau Models for Superconductivity.

    NASA Astrophysics Data System (ADS)

    Coskun, Erhan

    Thin film conventional, as well as High T _{c} superconductors of various geometric shapes placed under both uniform and variable strength magnetic field are studied using the universially accepted macroscopic Ginzburg-Landau model. A series of new theoretical results concerning the properties of solution is presented using the semi -discrete time-dependent Ginzburg-Landau equations, staggered grid setup and natural boundary conditions. Efficient serial algorithms including a novel adaptive algorithm is developed and successfully implemented for solving the governing highly nonlinear parabolic system of equations. Refinement technique used in the adaptive algorithm is based on modified forward Euler method which was also developed by us to ease the restriction on time step size for stability considerations. Stability and convergence properties of forward and modified forward Euler schemes are studied. Numerical simulations of various recent physical experiments of technological importance such as vortes motion and pinning are performed. The numerical code for solving time-dependent Ginzburg-Landau equations is parallelized using BlockComm -Chameleon and PCN. The parallel code was run on the distributed memory multiprocessors intel iPSC/860, IBM-SP1 and cluster of Sun Sparc workstations, all located at Mathematics and Computer Science Division, Argonne National Laboratory.

  17. The Acceleration of Structural Microarchitectural Simulation via Scheduling

    DTIC Science & Technology

    2006-11-01

    193 viii List of Tables 1.1 Size of Intel R ©Processors...Table 1.1 shows the total and estimated non-cache transistor counts in succeeding generations of Intel R ©microprocessors. (Cache array transistors are...Intel486TM 1989 1,200,000 800,000 Intel R ©Pentium R © 1993 3,100,000 2,300,000 Intel R ©Pentium R ©II 1997 7,500,000 5,500,000 Intel R ©Pentium R ©III 1999

  18. Induced pluripotent stem cell-derived gamete-associated proteins incite rejection of induced pluripotent stem cells in syngeneic mice.

    PubMed

    Kim, Eun-Mi; Manzar, Gohar; Zavazava, Nicholas

    2017-06-01

    The safety of induced pluripotent stem cells (iPSCs) in autologous recipients has been questioned after iPSCs, but not embryonic stem cells (ESCs), were reported to be rejected in syngeneic mice. This important topic has remained controversial because there has not been a mechanistic explanation for this phenomenon. Here, we hypothesize that iPSCs, but not ESCs, readily differentiate into gamete-forming cells that express meiotic antigens normally found in immune-privileged gonads. Because peripheral blood T cells are not tolerized to these antigens in the thymus, gamete-associated-proteins (GAPs) sensitize T cells leading to rejection. Here, we provide evidence that GAPs expressed in iPSC teratomas, but not in ESC teratomas, are responsible for the immunological rejection of iPSCs. Furthermore, silencing the expression of Stra8, 'the master regulator of meiosis', in iPSCs, using short hairpin RNA led to significant abrogation of the rejection of iPSCs, supporting our central hypothesis that GAPs expressed after initiation of meiosis in iPSCs were responsible for rejection. In contrast to iPSCs, iPSC-derivatives, such as haematopoietic progenitor cells, are able to engraft long-term into syngeneic recipients because they no longer express GAPs. Our findings, for the first time, provide a unifying explanation of why iPSCs, but not ESCs, are rejected in syngeneic recipients, ending the current controversy on the safety of iPSCs and their derivatives. © 2017 John Wiley & Sons Ltd.

  19. The Mark III Hypercube-Ensemble Computers

    NASA Technical Reports Server (NTRS)

    Peterson, John C.; Tuazon, Jesus O.; Lieberman, Don; Pniel, Moshe

    1988-01-01

    Mark III Hypercube concept applied in development of series of increasingly powerful computers. Processor of each node of Mark III Hypercube ensemble is specialized computer containing three subprocessors and shared main memory. Solves problem quickly by simultaneously processing part of problem at each such node and passing combined results to host computer. Disciplines benefitting from speed and memory capacity include astrophysics, geophysics, chemistry, weather, high-energy physics, applied mechanics, image processing, oil exploration, aircraft design, and microcircuit design.

  20. Nootropic agents enhance the recruitment of fast GABAA inhibition in rat neocortex.

    PubMed

    Ling, Douglas S F; Benardo, Larry S

    2005-07-01

    It is widely believed that nootropic (cognition-enhancing) agents produce their therapeutic effects by augmenting excitatory synaptic transmission in cortical circuits, primarily through positive modulation of alpha-amino-3-hydroxy-5-methyl-4-isoxazole-propionate receptors (AMPARs). However, GABA-mediated inhibition is also critical for cognition, and enhanced GABA function may be likewise therapeutic for cognitive disorders. Could nootropics act through such a mechanism as well? To address this question, we examined the effects of nootropic agents on excitatory and inhibitory postsynaptic currents (EPSCs and IPSCs) recorded from layer V pyramidal cells in acute slices of somatosensory cortex. Aniracetam, a positive modulator of AMPA/kainate receptors, increased the peak amplitude of evoked EPSCs and the amplitude and duration of polysynaptic fast IPSCs, manifested as a greater total charge carried by IPSCs. As a result, the EPSC/IPSC ratio of total charge was decreased, representing a shift in the excitation-inhibition balance that favors inhibition. Aniracetam did not affect the magnitude of either monosynaptic IPSCs (mono-IPSCs) recorded in the presence of excitatory amino acid receptor antagonists, or miniature IPSCs (mIPSCs) recorded in the presence of tetrodotoxin. However, the duration of both mono-IPSCs and mIPSCs was prolonged, suggesting that aniracetam also directly modulates GABAergic transmission. Cyclothiazide, a preferential modulator of AMPAR function, enhanced the magnitude and duration of polysynaptic IPSCs, similar to aniracetam, but did not affect mono-IPSCs. Concanavalin A, a kainate receptor modulator, had little effect on EPSCs or IPSCs, suggesting there was no contribution from kainate receptor activity. These findings indicate that AMPAR modulators strengthen inhibition in neocortical pyramidal cells, most likely by altering the kinetics of AMPARs on synaptically connected interneurons and possibly by modulating GABA(A) receptor responses in pyramidal cells. This suggests that the therapeutic actions of nootropic agents may be partly mediated through enhanced cortical GABAergic inhibition, and not solely through the direct modification of excitation, as previously thought.

  1. Interprofessional, psycho-social intervention to facilitate resilience and reduce supportive care needs for patients with cancer: Results of a noncomparative, randomized phase II trial.

    PubMed

    Eicher, Manuela; Ribi, Karin; Senn-Dubey, Catherine; Senn, Stefanie; Ballabeni, Pierluigi; Betticher, Daniel

    2018-04-14

    We developed 2 intensity levels of a complex intervention for interprofessional supportive care in cancer (IPSC-C) to facilitate resilience and reduce unmet supportive care needs. We aimed to test the feasibility, acceptability, and preliminary effectiveness of both intensity levels in routine practice. In a randomized, noncomparative phase II trial, newly diagnosed patients received either low (LI-IPSC-C) or high (HI-IPSC-C) intensity interventions. Low-intensity-interprofessional supportive care in cancer (LI-IPSC-C) consisted of 3 electronic assessments of resilience, unmet supportive care needs, mood, and coping effort over 16 weeks with an immediate feedback to clinicians including tailored intervention recommendations to facilitate resilience and supportive care. High-intensity-interprofessional supportive care in cancer (HI-IPSC-C) added 5 structured consultations (face-to-face and telephone) provided by specialized nurses. Primary outcome was a change ≥5 in resilience score on the Connor-Davidson Resilience Scale (CD-RISC). Secondary outcomes were unmet supportive care needs, mood, and coping effort. We assessed feasibility by clinician-provided tailored interventions as recommended and acceptability through qualitative interviews with clinicians and patients. In the LI-IPSC-C arm, 11 of 41, in the HI-IPSC-C arm 17 of 43, patients increased resilience scores by ≥5. Relatively more patients decreased unmet needs in HI-IPSC-C arm. Mood, in both arms, and coping effort, in HI-IPSC-C arm, improved meaningfully. Feasibility was limited for the LI-IPSC-C arm, mainly due to lack of time; acceptability was high in both arms. Neither LI-IPSC-C nor HI-IPSC-C interventions reached the desired threshold. HI-IPSC-C showed positive effects on secondary outcomes and was feasible. Resilience as measured by the CD-RISC may not be the optimal outcome measure for this intervention. Copyright © 2018 John Wiley & Sons, Ltd.

  2. Disease modeling and cell based therapy with iPSC: future therapeutic option with fast and safe application.

    PubMed

    Kim, Changsung

    2014-03-01

    Induced pluripotent stem cell (iPSC) technology has shown us great hope to treat various human diseases which have been known as untreatable and further endows personalized medicine for future therapy without ethical issues and immunological rejection which embryonic stem cell (hES) treatment has faced. It has been agreed that iPSCs knowledge can be harnessed from disease modeling which mimics human pathological development rather than trials utilizing conventional rodent and cell lines. Now, we can routinely generate iPSC from patient specific cell sources, such as skin fibroblast, hair follicle cells, patient blood samples and even urine containing small amount of epithelial cells. iPSC has both similarity and dissimilarity to hES. iPSC is similar enough to regenerate tissue and even full organism as ES does, however what we want for therapeutic advantage is limited to regenerated tissue and lineage specific differentiation. Depending on the lineage and type of cells, both tissue memory containing (DNA rearrangement/epigenetics) and non-containing iPSC can be generated. This makes iPSC even better choice to perform disease modeling as well as cell based therapy. Tissue memory containing iPSC from mature leukocytes would be beneficial for curing cancer and infectious disease. In this review, the benefit of iPSC for translational approaches will be presented.

  3. Corneal repair by human corneal keratocyte-reprogrammed iPSCs and amphiphatic carboxymethyl-hexanoyl chitosan hydrogel.

    PubMed

    Chien, Yueh; Liao, Yi-Wen; Liu, Dean-Mo; Lin, Heng-Liang; Chen, Shih-Jen; Chen, Hen-Li; Peng, Chi-Hsien; Liang, Chang-Min; Mou, Chung-Yuan; Chiou, Shih-Hwa

    2012-11-01

    Induced pluripotent stem cells (iPSCs) have promising potential in regenerative medicine, but whether iPSCs can promote corneal reconstruction remains undetermined. In this study, we successfully reprogrammed human corneal keratocytes into iPSCs. To prevent feeder cell contamination, these iPSCs were cultured onto a serum- and feeder-free system in which they remained stable through 30 passages and showed ESC-like pluripotent property. To investigate the availability of iPSCs as bioengineered substitutes in corneal repair, we developed a thermo-gelling injectable amphiphatic carboxymethyl-hexanoyl chitosan (CHC) nanoscale hydrogel and found that such gel increased the viability and CD44+proportion of iPSCs, and maintained their stem-cell like gene expression, in the presence of culture media. Combined treatment of iPSC with CHC hydrogel (iPSC/CHC hydrogel) facilitated wound healing in surgical abrasion-injured corneas. In severe corneal damage induced by alkaline, iPSC/CHC hydrogel enhanced corneal reconstruction by downregulating oxidative stress and recruiting endogenous epithelial cells to restore corneal epithelial thickness. Therefore, we demonstrated that these human keratocyte-reprogrammed iPSCs, when combined with CHC hydrogel, can be used as a rapid delivery system to efficiently enhance corneal wound healing. In addition, iPSCs reprogrammed from corneal surgical residues may serve as an alternative cell source for personalized therapies for human corneal damage. Copyright © 2012 Elsevier Ltd. All rights reserved.

  4. Hyperswitch Network For Hypercube Computer

    NASA Technical Reports Server (NTRS)

    Chow, Edward; Madan, Herbert; Peterson, John

    1989-01-01

    Data-driven dynamic switching enables high speed data transfer. Proposed hyperswitch network based on mixed static and dynamic topologies. Routing header modified in response to congestion or faults encountered as path established. Static topology meets requirement if nodes have switching elements that perform necessary routing header revisions dynamically. Hypercube topology now being implemented with switching element in each computer node aimed at designing very-richly-interconnected multicomputer system. Interconnection network connects great number of small computer nodes, using fixed hypercube topology, characterized by point-to-point links between nodes.

  5. Recent technological updates and clinical applications of induced pluripotent stem cells.

    PubMed

    Diecke, Sebastian; Jung, Seung Min; Lee, Jaecheol; Ju, Ji Hyeon

    2014-09-01

    Induced pluripotent stem cells (iPSCs) were first described in 2006 and have since emerged as a promising cell source for clinical applications. The rapid progression in iPSC technology is still ongoing and directed toward increasing the efficacy of iPSC production and reducing the immunogenic and tumorigenic potential of these cells. Enormous efforts have been made to apply iPSC-based technology in the clinic, for drug screening approaches and cell replacement therapy. Moreover, disease modeling using patient-specific iPSCs continues to expand our knowledge regarding the pathophysiology and prospective treatment of rare disorders. Furthermore, autologous stem cell therapy with patient-specific iPSCs shows great propensity for the minimization of immune reactions and the provision of a limitless supply of cells for transplantation. In this review, we discuss the recent updates in iPSC technology and the use of iPSCs in disease modeling and regenerative medicine.

  6. Application of biomaterials to advance induced pluripotent stem cell research and therapy

    PubMed Central

    Tong, Zhixiang; Solanki, Aniruddh; Hamilos, Allison; Levy, Oren; Wen, Kendall; Yin, Xiaolei; Karp, Jeffrey M

    2015-01-01

    Derived from any somatic cell type and possessing unlimited self-renewal and differentiation potential, induced pluripotent stem cells (iPSCs) are poised to revolutionize stem cell biology and regenerative medicine research, bringing unprecedented opportunities for treating debilitating human diseases. To overcome the limitations associated with safety, efficiency, and scalability of traditional iPSC derivation, expansion, and differentiation protocols, biomaterials have recently been considered. Beyond addressing these limitations, the integration of biomaterials with existing iPSC culture platforms could offer additional opportunities to better probe the biology and control the behavior of iPSCs or their progeny in vitro and in vivo. Herein, we discuss the impact of biomaterials on the iPSC field, from derivation to tissue regeneration and modeling. Although still exploratory, we envision the emerging combination of biomaterials and iPSCs will be critical in the successful application of iPSCs and their progeny for research and clinical translation. PMID:25766254

  7. Identification of Ccr4-Not Complex Components as Regulators of Transition from Partial to Genuine Induced Pluripotent Stem Cells

    PubMed Central

    Kamon, Masayoshi; Katano, Miyuki; Hiraki-Kamon, Keiko; Hishida, Tomoaki; Nakachi, Yutaka; Mizuno, Yosuke; Okazaki, Yasushi; Suzuki, Ayumu; Hirasaki, Masataka; Ueda, Atsushi; Nishimoto, Masazumi; Kato, Hidemasa

    2014-01-01

    Somatic cells can be reprogrammed to induced pluripotent stem cells (iPSCs) by defined factors. However, substantial cell numbers subjected to iPSC induction stray from the main reprogramming route and are immortalized as partial iPSCs. These partial iPSCs can become genuine iPSCs by exposure to the ground state condition. However, such conversion is only possible for mouse partial iPSCs, and it is not applicable to human cells. Moreover, the molecular basis of this conversion is completely unknown. Therefore, we performed genome-wide screening with a piggyBac vector to identify genes involved in conversion from partial to genuine iPSCs. This screening led to identification of Cnot2, one of the core components of the Ccr4-Not complex. Subsequent analyses revealed that other core components, Cnot1 and Cnot3, also contributed to the conversion. Thus, our data have uncovered a novel role of core components of the Ccr4-Not complex as regulators of transition from partial to genuine iPSCs. PMID:24200330

  8. A simple and efficient feeder-free culture system to up-scale iPSCs on polymeric material surface for use in 3D bioprinting.

    PubMed

    Wong, Chui-Wei; Chen, You-Tzung; Chien, Chung-Liang; Yu, Tien-Yu; Rwei, Syang-Peng; Hsu, Shan-Hui

    2018-01-01

    The 3D bioprinting and cell/tissue printing techniques open new possibilities for future applications. To facilitate the 3D bioprinting process, a large amount of living cells are required. Induced pluripotent stem cells (iPSCs) represent a promising cell source for bioprinting. However, the maintenance and expansion of undifferentiated iPSCs are expensive and time consuming. Therefore, in this study a culture method to obtain a sufficient amount of healthy and undifferentiated iPSCs in a short-term period was established. The iPSCs could be passaged for twice on tissue culture polystyrene (TCPS) dish with the conditional medium and could adapt to the feeder-free environment. Feeder-free dishes were further prepared from chitosan, chitosan-hyaluronan, silk fibroin, and polyurethane (PU1 and PU2) two-dimensional substrates. The iPSCs cultured on the chitosan substrates showed a higher proliferation rate without losing the stemness feature. Among the different materials, PU2 could be prepared as a thermoresponsive hydrogel, which was a potential ink for 3D bioprinting. The iPSCs cultured on PU2 substrates well survived when further embedded in PU2 hydrogel. Moreover, PU2 hydrogel printed with iPSCs remained structural integrity. The use of PU2 hydrogel to embed iPSCs reduced the injury to iPSCs by shear stress. These results indicate that iPSCs could be expanded on chitosan or PU2 membranes without the feeder layer and then printed in PU2 hydrogel. The combination of these steps could offer a new possibility for future applications of iPSC-based 3D bioprinting in tissue engineering. Copyright © 2017 Elsevier B.V. All rights reserved.

  9. Naïve Induced Pluripotent Stem Cells Generated From β-Thalassemia Fibroblasts Allow Efficient Gene Correction With CRISPR/Cas9.

    PubMed

    Yang, Yuanyuan; Zhang, Xiaobai; Yi, Li; Hou, Zhenzhen; Chen, Jiayu; Kou, Xiaochen; Zhao, Yanhong; Wang, Hong; Sun, Xiao-Fang; Jiang, Cizhong; Wang, Yixuan; Gao, Shaorong

    2016-01-01

    Conventional primed human embryonic stem cells and induced pluripotent stem cells (iPSCs) exhibit molecular and biological characteristics distinct from pluripotent stem cells in the naïve state. Although naïve pluripotent stem cells show much higher levels of self-renewal ability and multidifferentiation capacity, it is unknown whether naïve iPSCs can be generated directly from patient somatic cells and will be superior to primed iPSCs. In the present study, we used an established 5i/L/FA system to directly reprogram fibroblasts of a patient with β-thalassemia into transgene-free naïve iPSCs with molecular signatures of ground-state pluripotency. Furthermore, these naïve iPSCs can efficiently produce cross-species chimeras. Importantly, using the clustered regularly interspaced short palindromic repeats (CRISPR)/CRISPR-associated protein 9 nuclease genome editing system, these naïve iPSCs exhibit significantly improved gene-correction efficiencies compared with the corresponding primed iPSCs. Furthermore, human naïve iPSCs could be directly generated from noninvasively collected urinary cells, which are easily acquired and thus represent an excellent cell resource for further clinical trials. Therefore, our findings demonstrate the feasibility and superiority of using patient-specific iPSCs in the naïve state for disease modeling, gene editing, and future clinical therapy. In the present study, transgene-free naïve induced pluripotent stem cells (iPSCs) directly converted from the fibroblasts of a patient with β-thalassemia in a defined culture system were generated. These naïve iPSCs, which show ground-state pluripotency, exhibited significantly improved single-cell cloning ability, recovery capacity, and gene-targeting efficiency compared with conventional primed iPSCs. These results provide an improved strategy for personalized treatment of genetic diseases such as β-thalassemia. ©AlphaMed Press.

  10. Naïve Induced Pluripotent Stem Cells Generated From β-Thalassemia Fibroblasts Allow Efficient Gene Correction With CRISPR/Cas9

    PubMed Central

    Yang, Yuanyuan; Zhang, Xiaobai; Yi, Li; Hou, Zhenzhen; Chen, Jiayu; Kou, Xiaochen; Zhao, Yanhong; Wang, Hong; Sun, Xiao-Fang; Jiang, Cizhong

    2016-01-01

    Conventional primed human embryonic stem cells and induced pluripotent stem cells (iPSCs) exhibit molecular and biological characteristics distinct from pluripotent stem cells in the naïve state. Although naïve pluripotent stem cells show much higher levels of self-renewal ability and multidifferentiation capacity, it is unknown whether naïve iPSCs can be generated directly from patient somatic cells and will be superior to primed iPSCs. In the present study, we used an established 5i/L/FA system to directly reprogram fibroblasts of a patient with β-thalassemia into transgene-free naïve iPSCs with molecular signatures of ground-state pluripotency. Furthermore, these naïve iPSCs can efficiently produce cross-species chimeras. Importantly, using the clustered regularly interspaced short palindromic repeats (CRISPR)/CRISPR-associated protein 9 nuclease genome editing system, these naïve iPSCs exhibit significantly improved gene-correction efficiencies compared with the corresponding primed iPSCs. Furthermore, human naïve iPSCs could be directly generated from noninvasively collected urinary cells, which are easily acquired and thus represent an excellent cell resource for further clinical trials. Therefore, our findings demonstrate the feasibility and superiority of using patient-specific iPSCs in the naïve state for disease modeling, gene editing, and future clinical therapy. Significance In the present study, transgene-free naïve induced pluripotent stem cells (iPSCs) directly converted from the fibroblasts of a patient with β-thalassemia in a defined culture system were generated. These naïve iPSCs, which show ground-state pluripotency, exhibited significantly improved single-cell cloning ability, recovery capacity, and gene-targeting efficiency compared with conventional primed iPSCs. These results provide an improved strategy for personalized treatment of genetic diseases such as β-thalassemia. PMID:26676643

  11. Opposing functions of spinal M2, M3, and M4 receptor subtypes in regulation of GABAergic inputs to dorsal horn neurons revealed by muscarinic receptor knockout mice.

    PubMed

    Zhang, Hong-Mei; Chen, Shao-Rui; Matsui, Minoru; Gautam, Dinesh; Wess, Jürgen; Pan, Hui-Lin

    2006-03-01

    Spinal muscarinic acetylcholine receptors (mAChRs) play an important role in the regulation of nociception. To determine the role of individual mAChR subtypes in control of synaptic GABA release, spontaneous inhibitory postsynaptic currents (sIPSCs) and miniature IPSCs (mIPSCs) were recorded in lamina II neurons using whole-cell recordings in spinal cord slices of wild-type and mAChR subtype knockout (KO) mice. The mAChR agonist oxotremorine-M (3-10 microM) dose-dependently decreased the frequency of GABAergic sIPSCs and mIPSCs in wild-type mice. However, in the presence of the M2 and M4 subtype-preferring antagonist himbacine, oxotremorine-M caused a large increase in the sIPSC frequency. In M3 KO and M1/M3 double-KO mice, oxotremorine-M produced a consistent decrease in the frequency of sIPSCs, and this effect was abolished by himbacine. We were surprised to find that in M2/M4 double-KO mice, oxotremorine-M consistently increased the frequency of sIPSCs and mIPSCs in all neurons tested, and this effect was completely abolished by 4-diphenylacetoxy-N-methylpiperidine methiodide, an M3 subtype-preferring antagonist. In M2 or M4 single-KO mice, oxotremorine-M produced a variable effect on sIPSCs; it increased the frequency of sIPSCs in some cells but decreased the sIPSC frequency in other neurons. Taken together, these data strongly suggest that activation of the M3 subtype increases synaptic GABA release in the spinal dorsal horn of mice. In contrast, stimulation of presynaptic M2 and M4 subtypes predominantly attenuates GABAergic inputs to dorsal horn neurons in mice, an action that is opposite to the role of M2 and M4 subtypes in the spinal cord of rats.

  12. Induced pluripotent stem cells: applications in regenerative medicine, disease modeling, and drug discovery

    PubMed Central

    Singh, Vimal K.; Kalsan, Manisha; Kumar, Neeraj; Saini, Abhishek; Chandra, Ramesh

    2015-01-01

    Recent progresses in the field of Induced Pluripotent Stem Cells (iPSCs) have opened up many gateways for the research in therapeutics. iPSCs are the cells which are reprogrammed from somatic cells using different transcription factors. iPSCs possess unique properties of self renewal and differentiation to many types of cell lineage. Hence could replace the use of embryonic stem cells (ESC), and may overcome the various ethical issues regarding the use of embryos in research and clinics. Overwhelming responses prompted worldwide by a large number of researchers about the use of iPSCs evoked a large number of peple to establish more authentic methods for iPSC generation. This would require understanding the underlying mechanism in a detailed manner. There have been a large number of reports showing potential role of different molecules as putative regulators of iPSC generating methods. The molecular mechanisms that play role in reprogramming to generate iPSCs from different types of somatic cell sources involves a plethora of molecules including miRNAs, DNA modifying agents (viz. DNA methyl transferases), NANOG, etc. While promising a number of important roles in various clinical/research studies, iPSCs could also be of great use in studying molecular mechanism of many diseases. There are various diseases that have been modeled by uing iPSCs for better understanding of their etiology which maybe further utilized for developing putative treatments for these diseases. In addition, iPSCs are used for the production of patient-specific cells which can be transplanted to the site of injury or the site of tissue degeneration due to various disease conditions. The use of iPSCs may eliminate the chances of immune rejection as patient specific cells may be used for transplantation in various engraftment processes. Moreover, iPSC technology has been employed in various diseases for disease modeling and gene therapy. The technique offers benefits over other similar techniques such as animal models. Many toxic compounds (different chemical compounds, pharmaceutical drugs, other hazardous chemicals, or environmental conditions) which are encountered by humans and newly designed drugs may be evaluated for toxicity and effects by using iPSCs. Thus, the applications of iPSCs in regenerative medicine, disease modeling, and drug discovery are enormous and should be explored in a more comprehensive manner. PMID:25699255

  13. The dynamics of synchronized neurotransmitter release determined from compound spontaneous IPSCs in rat dentate granule neurones in vitro

    PubMed Central

    Williams, Stephen R; Buhl, Eberhard H; Mody, Istvan

    1998-01-01

    The properties of GABAA receptor-mediated spontaneous IPSCs generated in hippocampal dentate granule neurones were analysed using whole-cell voltage-clamp techniques in order to explore the functional consequences of the low number (6–12) and close proximity of synaptic contacts made by single GABAergic interneurones. Spontaneous IPSCs (sIPSCs) occurred with a frequency of 14.0 ± 9.1 Hz (n = 31) and revealed a multi-modal positively skewed amplitude distribution (39.0 ± 19.8 pA, median values). The variance of 10–90 % rise times and decay kinetics between IPSCs decreased with increasing peak amplitude. Larger amplitude events had significantly faster rise times, consistent with their site of generation being proximal to the soma. The decay kinetics of sIPSCs did not significantly change with amplitude. Large amplitude sIPSCs occurred singularly or in discrete bursts, repeated regularly at low frequency. The rising phase of such sIPSCs were multi-phasic, composed of clear step-like inflections that were not a product of noise. The variability between the rising phase of individual sIPSCs was quantified by calculating their standard deviation, which produced fast rising (0.22 ± 0.05 ms time to peak, n = 16) functions with half-widths of 0.38 ± 0.10 ms, which declined to plateaux. Computer simulations demonstrated that IPSCs with properties similar to those recorded experimentally could be generated by the linear summation of groups of temporally dispersed component events. Standard deviation functions of the rising phase of simulated IPSCs accurately described distributions of the temporal dispersion of unitary components. The GABA uptake inhibitor (R)-N-[4,4-bis(3-methyl-2-thienyl)but-3-enl-yl] nipecotic acid (tiagabine) (10 μM, n = 12) significantly prolonged the decay of mIPSCs (6.5 ± 0.8 to 8.7 ± 1.0 ms, median values) and sIPSCs (6.2 ± 0.4 to 7.3 ± 1.2 ms, median values), but failed to alter the frequency of occurrence, 10–90 % rise times or peak amplitude of events. The application of flurazepam (30 μM, n = 7; 50 μM, n = 4) prolonged the decay of sIPSCs regardless of their amplitude. These data indicate that sIPSCs are formed by the summation of unitary components that occur asynchronously and that GABA released from multiple sites has independent postsynaptic actions. PMID:9705998

  14. Induced Pluripotent Stem Cells in Dermatology: Potentials, Advances, and Limitations

    PubMed Central

    Bilousova, Ganna; Roop, Dennis R.

    2014-01-01

    The discovery of methods for reprogramming adult somatic cells into induced pluripotent stem cells (iPSCs) has raised the possibility of producing truly personalized treatment options for numerous diseases. Similar to embryonic stem cells (ESCs), iPSCs can give rise to any cell type in the body and are amenable to genetic correction by homologous recombination. These ESC properties of iPSCs allow for the development of permanent corrective therapies for many currently incurable disorders, including inherited skin diseases, without using embryonic tissues or oocytes. Here, we review recent progress and limitations of iPSC research with a focus on clinical applications of iPSCs and using iPSCs to model human diseases for drug discovery in the field of dermatology. PMID:25368014

  15. Hypercube matrix computation task

    NASA Technical Reports Server (NTRS)

    Calalo, R.; Imbriale, W.; Liewer, P.; Lyons, J.; Manshadi, F.; Patterson, J.

    1987-01-01

    The Hypercube Matrix Computation (Year 1986-1987) task investigated the applicability of a parallel computing architecture to the solution of large scale electromagnetic scattering problems. Two existing electromagnetic scattering codes were selected for conversion to the Mark III Hypercube concurrent computing environment. They were selected so that the underlying numerical algorithms utilized would be different thereby providing a more thorough evaluation of the appropriateness of the parallel environment for these types of problems. The first code was a frequency domain method of moments solution, NEC-2, developed at Lawrence Livermore National Laboratory. The second code was a time domain finite difference solution of Maxwell's equations to solve for the scattered fields. Once the codes were implemented on the hypercube and verified to obtain correct solutions by comparing the results with those from sequential runs, several measures were used to evaluate the performance of the two codes. First, a comparison was provided of the problem size possible on the hypercube with 128 megabytes of memory for a 32-node configuration with that available in a typical sequential user environment of 4 to 8 megabytes. Then, the performance of the codes was anlyzed for the computational speedup attained by the parallel architecture.

  16. Improvement of Carbon Tetrachloride-Induced Acute Hepatic Failure by Transplantation of Induced Pluripotent Stem Cells without Reprogramming Factor c-Myc

    PubMed Central

    Chang, Hua-Ming; Liao, Yi-Wen; Chiang, Chih-Hung; Chen, Yi-Jen; Lai, Ying-Hsiu; Chang, Yuh-Lih; Chen, Hen-Li; Jeng, Shaw-Yeu; Hsieh, Jung-Hung; Peng, Chi-Hsien; Li, Hsin-Yang; Chien, Yueh; Chen, Szu-Yu; Chen, Liang-Kung; Huo, Teh-Ia

    2012-01-01

    The only curative treatment for hepatic failure is liver transplantation. Unfortunately, this treatment has several major limitations, as for example donor organ shortage. A previous report demonstrated that transplantation of induced pluripotent stem cells without reprogramming factor c-Myc (3-genes iPSCs) attenuates thioacetamide-induced hepatic failure with minimal incidence of tumorigenicity. In this study, we investigated whether 3-genes iPSC transplantation is capable of rescuing carbon tetrachloride (CCl4)-induced fulminant hepatic failure and hepatic encephalopathy in mice. Firstly, we demonstrated that 3-genes iPSCs possess the capacity to differentiate into hepatocyte-like cells (iPSC-Heps) that exhibit biological functions and express various hepatic specific markers. 3-genes iPSCs also exhibited several antioxidant enzymes that prevented CCl4-induced reactive oxygen species production and cell death. Intraperitoneal transplantation of either 3-genes iPSCs or 3-genes iPSC-Heps significantly reduced hepatic necrotic areas, improved hepatic functions, and survival rate in CCl4-treated mice. CCl4-induced hepatic encephalopathy was also improved by 3-genes iPSC transplantation. Hoechst staining confirmed the successful engraftment of both 3-genes iPSCs and 3-genes iPSC-Heps, indicating the homing properties of these cells. The most pronounced hepatoprotective effect of iPSCs appeared to originate from the highest antioxidant activity of 3-gene iPSCs among all transplanted cells. In summary, our findings demonstrated that 3-genes iPSCs serve as an available cell source for the treatment of an experimental model of acute liver diseases. PMID:22489170

  17. Critical-Size Calvarial Bone Defects Healing in a Mouse Model with Silk Scaffolds and SATB2- Modified iPSCs

    PubMed Central

    Ye, Jin-Hai; Xu, Yuan-Jin; Gao, Jun; Yan, Shi-Guo; Zhao, Jun; Tu, Qisheng; Zhang, Jin; Duan, Xue-Jing; Sommer, Cesar A.; Mostoslavsky, Gustavo; Kaplan, David; Wu, Yu-Nong; Zhang, Chen-Ping; Wang, Lin; Chen, Jake

    2011-01-01

    Induced pluripotent stem cells (iPSCs) can differentiate into mineralizing cells and thus have a great potential in application in engineered bone substitutes with bioactive scaffolds in regeneration medicine. In the current study we characterized and demonstrated the pluripotency and osteogenic differentiation of mouse iPSCs. To enhance the osteogenic differentiation of iPSCs, we then transduced the iPSCs with the potent transcription factor, nuclear matrix protein SATB2. We observed that in SATB2-overexpressing iPSCs there were increased mineral nodule formation and elevated mRNA levels of key osteogenic genes, osterix (OSX), Runx2, bone sialoprotein (BSP) and osteocalcin (OCN). Moreover, the mRNA levels of HoxA2 was reduced after SATB2 overexpression in iPSCs. The SATB2-overexpressing iPSCs were then combined with silk scaffolds and transplanted into critical-size calvarial bone defects created in nude mice. Five weeks post-surgery, radiological and micro-CT analysis revealed enhanced new bone formation in calvarial defects in SATB2 group. Histological analysis also showed increased new bone formation and mineralization in the SATB2 group. In conclusion, the results demonstrate that SATB2 facilitates the differentiation of iPSCs towards osteoblast-lineage cells by repressing HoxA2 and augmenting the functions of the osteoblast determinants Runx2, BSP and OCN. PMID:21492931

  18. Induced pluripotent stem cells have similar immunogenic and more potent immunomodulatory properties compared with bone marrow-derived stromal cells in vitro

    PubMed Central

    Schnabel, Lauren V; Abratte, Christian M; Schimenti, John C; Felippe, M Julia Bevilaqua; Cassano, Jennifer M; Southard, Teresa L; Cross, Jessica A; Fortier, Lisa A

    2015-01-01

    Aim To evaluate the in vitro immunogenic and immunomodulatory properties of induced pluripotent stem cells (iPSCs) compared with bone marrow-derived mesenchymal stromal cells (MSCs). Materials & methods Mouse embryonic fibroblasts (MEFs) were isolated from C3HeB/FeJ and C57BL/6J mice, and reprogrammed to generate iPSCs. Mixed leukocyte reactions were performed using MHC-matched and -mismatched responder leukocytes and stimulator leukocytes, iPSCs or MSCs. To assess immunogenic potential, iPSCs and MSCs were used as stimulator cells for responder leukocytes. To assess immunomodulatory properties, iPSCs and MSCs were cultured in the presence of stimulator and responder leukocytes. MEFs were used as a control. Results iPSCs had similar immunogenic properties but more potent immunomodulatory effects than MSCs. Co-culture of MHC-mismatched leukocytes with MHC-matched iPSCs resulted in significantly less responder T-cell proliferation than observed for MHC-mismatched leukocytes alone and at more responder leukocyte concentrations than with MSCs. In addition, MHC-mismatched iPSCs significantly reduced responder T-cell proliferation when co-cultured with MHC-mismatched leukocytes, while MHC-mismatched MSCs did not. Conclusion These results provide important information when considering the use of iPSCs in place of MSCs in both regenerative and transplantation medicine. PMID:24773530

  19. X Chromosome of female cells shows dynamic changes in status during human somatic cell reprogramming.

    PubMed

    Kim, Kun-Yong; Hysolli, Eriona; Tanaka, Yoshiaki; Wang, Brandon; Jung, Yong-Wook; Pan, Xinghua; Weissman, Sherman Morton; Park, In-Hyun

    2014-06-03

    Induced pluripotent stem cells (iPSCs) acquire embryonic stem cell (ESC)-like epigenetic states, including the X chromosome. Previous studies reported that human iPSCs retain the inactive X chromosome of parental cells, or acquire two active X chromosomes through reprogramming. Most studies investigated the X chromosome states in established human iPSC clones after completion of reprogramming. Thus, it is still not fully understood when and how the X chromosome reactivation occurs during reprogramming. Here, we report a dynamic change in the X chromosome state throughout reprogramming, with an initial robust reactivation of the inactive X chromosome followed by an inactivation upon generation of nascent iPSC clones. iPSCs with two active X chromosomes or an eroded X chromosome arise in passaging iPSCs. These data provide important insights into the plasticity of the X chromosome of human female iPSCs and will be crucial for the future application of such cells in cell therapy and X-linked disease modeling.

  20. An Overview of Direct Somatic Reprogramming: The Ins and Outs of iPSCs

    PubMed Central

    Menon, Siddharth; Shailendra, Siny; Renda, Andrea; Longaker, Michael; Quarto, Natalina

    2016-01-01

    Stem cells are classified into embryonic stem cells and adult stem cells. An evolving alternative to conventional stem cell therapies is induced pluripotent stem cells (iPSCs), which have a multi-lineage potential comparable to conventionally acquired embryonic stem cells with the additional benefits of being less immunoreactive and avoiding many of the ethical concerns raised with the use of embryonic material. The ability to generate iPSCs from somatic cells provides tremendous promise for regenerative medicine. The breakthrough of iPSCs has raised the possibility that patient-specific iPSCs can provide autologous cells for cell therapy without the concern for immune rejection. iPSCs are also relevant tools for modeling human diseases and drugs screening. However, there are still several hurdles to overcome before iPSCs can be used for translational purposes. Here, we review the recent advances in somatic reprogramming and the challenges that must be overcome to move this strategy closer to clinical application. PMID:26805822

  1. Efficient generation of transgene-free human induced pluripotent stem cells (iPSCs) by temperature-sensitive Sendai virus vectors

    PubMed Central

    Ban, Hiroshi; Nishishita, Naoki; Fusaki, Noemi; Tabata, Toshiaki; Saeki, Koichi; Shikamura, Masayuki; Takada, Nozomi; Inoue, Makoto; Hasegawa, Mamoru; Kawamata, Shin; Nishikawa, Shin-Ichi

    2011-01-01

    After the first report of induced pluripotent stem cells (iPSCs), considerable efforts have been made to develop more efficient methods for generating iPSCs without foreign gene insertions. Here we show that Sendai virus vector, an RNA virus vector that carries no risk of integrating into the host genome, is a practical solution for the efficient generation of safer iPSCs. We improved the Sendai virus vectors by introducing temperature-sensitive mutations so that the vectors could be easily removed at nonpermissive temperatures. Using these vectors enabled the efficient production of viral/factor-free iPSCs from both human fibroblasts and CD34+ cord blood cells. Temperature-shift treatment was more effective in eliminating remaining viral vector-related genes. The resulting iPSCs expressed human embryonic stem cell markers and exhibited pluripotency. We suggest that generation of transgene-free iPSCs from cord blood cells should be an important step in providing allogeneic iPSC-derived therapy in the future. PMID:21821793

  2. Common genetic variation drives molecular heterogeneity in human iPSCs

    PubMed Central

    Leha, Andreas; Afzal, Vackar; Alasoo, Kaur; Ashford, Sofie; Bala, Sendu; Bensaddek, Dalila; Casale, Francesco Paolo; Culley, Oliver J; Danecek, Petr; Faulconbridge, Adam; Harrison, Peter W; Kathuria, Annie; McCarthy, Davis; McCarthy, Shane A; Meleckyte, Ruta; Memari, Yasin; Moens, Nathalie; Soares, Filipa; Mann, Alice; Streeter, Ian; Agu, Chukwuma A; Alderton, Alex; Nelson, Rachel; Harper, Sarah; Patel, Minal; White, Alistair; Patel, Sharad R; Clarke, Laura; Halai, Reena; Kirton, Christopher M; Kolb-Kokocinski, Anja; Beales, Philip; Birney, Ewan; Danovi, Davide; Lamond, Angus I; Ouwehand, Willem H; Vallier, Ludovic; Watt, Fiona M; Durbin, Richard

    2017-01-01

    Induced pluripotent stem cell (iPSC) technology has enormous potential to provide improved cellular models of human disease. However, variable genetic and phenotypic characterisation of many existing iPSC lines limits their potential use for research and therapy. Here, we describe the systematic generation, genotyping and phenotyping of 711 iPSC lines derived from 301 healthy individuals by the Human Induced Pluripotent Stem Cells Initiative (HipSci: http://www.hipsci.org). Our study outlines the major sources of genetic and phenotypic variation in iPSCs and establishes their suitability as models of complex human traits and cancer. Through genome-wide profiling we find that 5-46% of the variation in different iPSC phenotypes, including differentiation capacity and cellular morphology, arises from differences between individuals. Additionally, we assess the phenotypic consequences of rare, genomic copy number mutations that are repeatedly observed in iPSC reprogramming and present a comprehensive map of common regulatory variants affecting the transcriptome of human pluripotent cells. PMID:28489815

  3. Low incidence of DNA sequence variation in human induced pluripotent stem cells generated by non-integrating plasmid expression

    PubMed Central

    Cheng, Linzhao; Hansen, Nancy F.; Zhao, Ling; Du, Yutao; Zou, Chunlin; Donovan, Frank X.; Chou, Bin-Kuan; Zhou, Guangyu; Li, Shijie; Dowey, Sarah N.; Ye, Zhaohui; Chandrasekharappa, Settara C.; Yang, Huanming; Mullikin, James C.; Liu, P. Paul

    2012-01-01

    Summary The utility of induced pluripotent stem cells (iPSCs) as models to study diseases and as sources for cell therapy depends on the integrity of their genomes. Despite recent publications of DNA sequence variations in the iPSCs, the true scope of such changes for the entire genome is not clear. Here we report the whole-genome sequencing of three human iPSC lines derived from two cell types of an adult donor by episomal vectors. The vector sequence was undetectable in the deeply sequenced iPSC lines. We identified 1058–1808 heterozygous single nucleotide variants (SNVs), but no copy number variants, in each iPSC line. Six to twelve of these SNVs were within coding regions in each iPSC line, but ~50% of them are synonymous changes and the remaining are not selectively enriched for known genes associated with cancers. Our data thus suggest that episome-mediated reprogramming is not inherently mutagenic during integration-free iPSC induction. PMID:22385660

  4. 75 FR 21353 - Intel Corporation, Fab 20 Division, Including On-Site Leased Workers From Volt Technical...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-04-23

    ... DEPARTMENT OF LABOR Employment and Training Administration [TA-W-73,642] Intel Corporation, Fab 20... of Intel Corporation, Fab 20 Division, including on-site leased workers of Volt Technical Resources... Precision, Inc. were employed on-site at the Hillsboro, Oregon location of Intel Corporation, Fab 20...

  5. Reprogramming T cell Lymphocytes to Induced Pluripotent Stem Cells

    NASA Astrophysics Data System (ADS)

    Bared, Kalia

    The discovery of induced pluripotent stem cells (iPSC) provided a novel technology for the study of development and pharmacology and complement embryonic stem cells (ES) for cell therapy applications. Though iPSC are derived from adult tissue they are comparable to ES cells in their behavior; multi-lineage differentiation and self-renewal. This makes iPSC research appealing because they can be studied in great detail and expanded in culture broadly. Fibroblasts were the first cell type reprogrammed to an iPSC using a retrovirus vector, since then alternative cell types including lymphocytes have been used to generate iPSC. Different types of vectors have also been developed to enhance iPSC formation and quality. However, specific T lymphocyte subsets have not been shown to reprogram to a pluripotent state to date. Here, we proposed to derive iPSC from peripheral blood effector and central memory T cells, reasoning that the resultant iPSC will maintain the epigenetic memory of a T lymphocyte, including the T cell receptor (TCR) gene rearrangement. This epigenetic memory will enable the differentiation and expansion of T cell iPSC into professional T cells containing a specific TCR. These could then be used for cell therapy to target specific antigens, as well as to improve culture techniques to expand T cells in vitro. We studied different gene delivery methods to derive iPSC from different types of T lymphocytes. We assessed the viability of viral transduction using flow cytometry to detect green fluorescent marker contained in the viral construct and quantitative real time polymerase chain reaction (qRT-PCR) to detect Oct4, Klf4, Sox2, and c-Myc gene expression. Our results demonstrate that the Sendai virus construct is the most feasible platform to reprogram T lymphocytes. We anticipate that this platform will provide an efficient and safe approach to derive iPSC from different T cell subsets, including memory T cells.

  6. Rapamycin regulates autophagy and cell adhesion in induced pluripotent stem cells.

    PubMed

    Sotthibundhu, Areechun; McDonagh, Katya; von Kriegsheim, Alexander; Garcia-Munoz, Amaya; Klawiter, Agnieszka; Thompson, Kerry; Chauhan, Kapil Dev; Krawczyk, Janusz; McInerney, Veronica; Dockery, Peter; Devine, Michael J; Kunath, Tilo; Barry, Frank; O'Brien, Timothy; Shen, Sanbing

    2016-11-15

    Cellular reprogramming is a stressful process, which requires cells to engulf somatic features and produce and maintain stemness machineries. Autophagy is a process to degrade unwanted proteins and is required for the derivation of induced pluripotent stem cells (iPSCs). However, the role of autophagy during iPSC maintenance remains undefined. Human iPSCs were investigated by microscopy, immunofluorescence, and immunoblotting to detect autophagy machinery. Cells were treated with rapamycin to activate autophagy and with bafilomycin to block autophagy during iPSC maintenance. High concentrations of rapamycin treatment unexpectedly resulted in spontaneous formation of round floating spheres of uniform size, which were analyzed for differentiation into three germ layers. Mass spectrometry was deployed to reveal altered protein expression and pathways associated with rapamycin treatment. We demonstrate that human iPSCs express high basal levels of autophagy, including key components of APMKα, ULK1/2, BECLIN-1, ATG13, ATG101, ATG12, ATG3, ATG5, and LC3B. Block of autophagy by bafilomycin induces iPSC death and rapamycin attenuates the bafilomycin effect. Rapamycin treatment upregulates autophagy in iPSCs in a dose/time-dependent manner. High concentration of rapamycin reduces NANOG expression and induces spontaneous formation of round and uniformly sized embryoid bodies (EBs) with accelerated differentiation into three germ layers. Mass spectrometry analysis identifies actin cytoskeleton and adherens junctions as the major targets of rapamycin in mediating iPSC detachment and differentiation. High levels of basal autophagy activity are present during iPSC derivation and maintenance. Rapamycin alters expression of actin cytoskeleton and adherens junctions, induces uniform EB formation, and accelerates differentiation. IPSCs are sensitive to enzyme dissociation and require a lengthy differentiation time. The shape and size of EBs also play a role in the heterogeneity of end cell products. This research therefore highlights the potential of rapamycin in producing uniform EBs and in shortening iPSC differentiation duration.

  7. Instrumentation, performance visualization, and debugging tools for multiprocessors

    NASA Technical Reports Server (NTRS)

    Yan, Jerry C.; Fineman, Charles E.; Hontalas, Philip J.

    1991-01-01

    The need for computing power has forced a migration from serial computation on a single processor to parallel processing on multiprocessor architectures. However, without effective means to monitor (and visualize) program execution, debugging, and tuning parallel programs becomes intractably difficult as program complexity increases with the number of processors. Research on performance evaluation tools for multiprocessors is being carried out at ARC. Besides investigating new techniques for instrumenting, monitoring, and presenting the state of parallel program execution in a coherent and user-friendly manner, prototypes of software tools are being incorporated into the run-time environments of various hardware testbeds to evaluate their impact on user productivity. Our current tool set, the Ames Instrumentation Systems (AIMS), incorporates features from various software systems developed in academia and industry. The execution of FORTRAN programs on the Intel iPSC/860 can be automatically instrumented and monitored. Performance data collected in this manner can be displayed graphically on workstations supporting X-Windows. We have successfully compared various parallel algorithms for computational fluid dynamics (CFD) applications in collaboration with scientists from the Numerical Aerodynamic Simulation Systems Division. By performing these comparisons, we show that performance monitors and debuggers such as AIMS are practical and can illuminate the complex dynamics that occur within parallel programs.

  8. High Performance Distributed Computing in a Supercomputer Environment: Computational Services and Applications Issues

    NASA Technical Reports Server (NTRS)

    Kramer, Williams T. C.; Simon, Horst D.

    1994-01-01

    This tutorial proposes to be a practical guide for the uninitiated to the main topics and themes of high-performance computing (HPC), with particular emphasis to distributed computing. The intent is first to provide some guidance and directions in the rapidly increasing field of scientific computing using both massively parallel and traditional supercomputers. Because of their considerable potential computational power, loosely or tightly coupled clusters of workstations are increasingly considered as a third alternative to both the more conventional supercomputers based on a small number of powerful vector processors, as well as high massively parallel processors. Even though many research issues concerning the effective use of workstation clusters and their integration into a large scale production facility are still unresolved, such clusters are already used for production computing. In this tutorial we will utilize the unique experience made at the NAS facility at NASA Ames Research Center. Over the last five years at NAS massively parallel supercomputers such as the Connection Machines CM-2 and CM-5 from Thinking Machines Corporation and the iPSC/860 (Touchstone Gamma Machine) and Paragon Machines from Intel were used in a production supercomputer center alongside with traditional vector supercomputers such as the Cray Y-MP and C90.

  9. Real-time trajectory optimization on parallel processors

    NASA Technical Reports Server (NTRS)

    Psiaki, Mark L.

    1993-01-01

    A parallel algorithm has been developed for rapidly solving trajectory optimization problems. The goal of the work has been to develop an algorithm that is suitable to do real-time, on-line optimal guidance through repeated solution of a trajectory optimization problem. The algorithm has been developed on an INTEL iPSC/860 message passing parallel processor. It uses a zero-order-hold discretization of a continuous-time problem and solves the resulting nonlinear programming problem using a custom-designed augmented Lagrangian nonlinear programming algorithm. The algorithm achieves parallelism of function, derivative, and search direction calculations through the principle of domain decomposition applied along the time axis. It has been encoded and tested on 3 example problems, the Goddard problem, the acceleration-limited, planar minimum-time to the origin problem, and a National Aerospace Plane minimum-fuel ascent guidance problem. Execution times as fast as 118 sec of wall clock time have been achieved for a 128-stage Goddard problem solved on 32 processors. A 32-stage minimum-time problem has been solved in 151 sec on 32 processors. A 32-stage National Aerospace Plane problem required 2 hours when solved on 32 processors. A speed-up factor of 7.2 has been achieved by using 32-nodes instead of 1-node to solve a 64-stage Goddard problem.

  10. A compositional reservoir simulator on distributed memory parallel computers

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

    Rame, M.; Delshad, M.

    1995-12-31

    This paper presents the application of distributed memory parallel computes to field scale reservoir simulations using a parallel version of UTCHEM, The University of Texas Chemical Flooding Simulator. The model is a general purpose highly vectorized chemical compositional simulator that can simulate a wide range of displacement processes at both field and laboratory scales. The original simulator was modified to run on both distributed memory parallel machines (Intel iPSC/960 and Delta, Connection Machine 5, Kendall Square 1 and 2, and CRAY T3D) and a cluster of workstations. A domain decomposition approach has been taken towards parallelization of the code. Amore » portion of the discrete reservoir model is assigned to each processor by a set-up routine that attempts a data layout as even as possible from the load-balance standpoint. Each of these subdomains is extended so that data can be shared between adjacent processors for stencil computation. The added routines that make parallel execution possible are written in a modular fashion that makes the porting to new parallel platforms straight forward. Results of the distributed memory computing performance of Parallel simulator are presented for field scale applications such as tracer flood and polymer flood. A comparison of the wall-clock times for same problems on a vector supercomputer is also presented.« less

  11. Induced pluripotent stem cells and their implication for regenerative medicine.

    PubMed

    Csobonyeiova, Maria; Polak, Stefan; Koller, Jan; Danisovic, Lubos

    2015-06-01

    In 2006 Yamanaka's group showed that stem cells with properties similar to embryonic stem cells could be generated from mouse fibroblasts by introducing four genes. These cells were termed induced pluripotent stem cells (iPSCs). Because iPSCs avoid many of ethical concerns associated with the use of embryonic material, they have great potential in cell-based regenerative medicine. They are suitable also for other various purposes, including disease modelling, personalized cell therapy, drug or toxicity screening and basic research. Moreover, in the future, there might become possible to generate organs for human transplantation. Despite these progresses, several studies have raised the concern for genetic and epigenetic abnormalities of iPSCs that could contribute to immunogenicity of some cells differentiated from iPSCs. Recent methodological improvements are increasing the ease and efficacy of reprogramming, and reducing the genomic modification. However, to minimize or eliminate genetic alternations in the derived iPSC line creation, factor-free human iPSCs are necessary. In this review we discuss recent possibilities of using iPSCs for clinical applications and new advances in field of their reprogramming methods. The main goal of present article was to review the current knowledge about iPSCs and to discuss their potential for regenerative medicine.

  12. Implantation of Induced Pluripotent Stem Cell-Derived Tracheal Epithelial Cells.

    PubMed

    Ikeda, Masakazu; Imaizumi, Mitsuyoshi; Yoshie, Susumu; Nakamura, Ryosuke; Otsuki, Koshi; Murono, Shigeyuki; Omori, Koichi

    2017-07-01

    Compared with using autologous tissue, the use of artificial materials in the regeneration of tracheal defects is minimally invasive. However, this technique requires early epithelialization on the inner side of the artificial trachea. After differentiation from induced pluripotent stem cells (iPSCs), tracheal epithelial tissues may be used to produce artificial tracheas. Herein, we aimed to demonstrate that after differentiation from fluorescent protein-labeled iPSCs, tracheal epithelial tissues survived in nude rats with tracheal defects. Red fluorescent tdTomato protein was electroporated into mouse iPSCs to produce tdTomato-labeled iPSCs. Embryoid bodies derived from these iPSCs were then cultured in differentiation medium supplemented with growth factors, followed by culture on air-liquid interfaces for further differentiation into tracheal epithelium. The cells were implanted with artificial tracheas into nude rats with tracheal defects on day 26 of cultivation. On day 7 after implantation, the tracheas were exposed and examined histologically. Tracheal epithelial tissue derived from tdTomato-labeled iPSCs survived in the tracheal defects. Moreover, immunochemical analyses showed that differentiated tissues had epithelial structures similar to those of proximal tracheal tissues. After differentiation from iPSCs, tracheal epithelial tissues survived in rat bodies, warranting the use of iPSCs for epithelial regeneration in tracheal defects.

  13. Messenger RNA- versus retrovirus-based induced pluripotent stem cell reprogramming strategies: analysis of genomic integrity.

    PubMed

    Steichen, Clara; Luce, Eléanor; Maluenda, Jérôme; Tosca, Lucie; Moreno-Gimeno, Inmaculada; Desterke, Christophe; Dianat, Noushin; Goulinet-Mainot, Sylvie; Awan-Toor, Sarah; Burks, Deborah; Marie, Joëlle; Weber, Anne; Tachdjian, Gérard; Melki, Judith; Dubart-Kupperschmitt, Anne

    2014-06-01

    The use of synthetic messenger RNAs to generate human induced pluripotent stem cells (iPSCs) is particularly appealing for potential regenerative medicine applications, because it overcomes the common drawbacks of DNA-based or virus-based reprogramming strategies, including transgene integration in particular. We compared the genomic integrity of mRNA-derived iPSCs with that of retrovirus-derived iPSCs generated in strictly comparable conditions, by single-nucleotide polymorphism (SNP) and copy number variation (CNV) analyses. We showed that mRNA-derived iPSCs do not differ significantly from the parental fibroblasts in SNP analysis, whereas retrovirus-derived iPSCs do. We found that the number of CNVs seemed independent of the reprogramming method, instead appearing to be clone-dependent. Furthermore, differentiation studies indicated that mRNA-derived iPSCs differentiated efficiently into hepatoblasts and that these cells did not load additional CNVs during differentiation. The integration-free hepatoblasts that were generated constitute a new tool for the study of diseased hepatocytes derived from patients' iPSCs and their use in the context of stem cell-derived hepatocyte transplantation. Our findings also highlight the need to conduct careful studies on genome integrity for the selection of iPSC lines before using them for further applications. ©AlphaMed Press.

  14. Ten years of iPSC: clinical potential and advances in vitro hematopoietic differentiation.

    PubMed

    Paes, Bárbara Cristina Martins Fernandes; Moço, Pablo Diego; Pereira, Cristiano Gonçalves; Porto, Geciane Silveira; de Sousa Russo, Elisa Maria; Reis, Luiza Cunha Junqueira; Covas, Dimas Tadeu; Picanço-Castro, Virginia

    2017-06-01

    Ten years have passed since the first publication announcing the generation of induced pluripotent stem cells (iPSCs). Issues related to ethics, immune rejection, and cell availability seemed to be solved following this breakthrough. The development of iPSC technology allows advances in in vitro cell differentiation for cell therapy purpose and other clinical applications. This review provides a perspective on the iPSC potential for cell therapies, particularly for hematological applications. We discuss the advances in in vitro hematopoietic differentiation, the possibilities to employ iPSC in hematology studies, and their potential clinical application in hematologic diseases. The generation of red blood cells and functional T cells and the genome editing technology applied to mutation correction are also covered. We highlight some of the requirements and obstacles to be overcome before translating these cells from research to the clinic, for instance, iPSC variability, genotoxicity, the differentiation process, and engraftment. Also, we evaluate the patent landscape and compile the clinical trials in the field of pluripotent stem cells. Currently, we know much more about iPSC than in 2006, but there are still challenges that must be solved. A greater understanding of molecular mechanisms underlying the generation of hematopoietic stem cells is necessary to produce suitable and transplantable hematopoietic stem progenitor cells from iPSC.

  15. Using the Intel Math Kernel Library on Peregrine | High-Performance

    Science.gov Websites

    Computing | NREL the Intel Math Kernel Library on Peregrine Using the Intel Math Kernel Library on Peregrine Learn how to use the Intel Math Kernel Library (MKL) with Peregrine system software. MKL architectures. Core math functions in MKL include BLAS, LAPACK, ScaLAPACK, sparse solvers, fast Fourier

  16. Optimal cube-connected cube multiprocessors

    NASA Technical Reports Server (NTRS)

    Sun, Xian-He; Wu, Jie

    1993-01-01

    Many CFD (computational fluid dynamics) and other scientific applications can be partitioned into subproblems. However, in general the partitioned subproblems are very large. They demand high performance computing power themselves, and the solutions of the subproblems have to be combined at each time step. The cube-connect cube (CCCube) architecture is studied. The CCCube architecture is an extended hypercube structure with each node represented as a cube. It requires fewer physical links between nodes than the hypercube, and provides the same communication support as the hypercube does on many applications. The reduced physical links can be used to enhance the bandwidth of the remaining links and, therefore, enhance the overall performance. The concept and the method to obtain optimal CCCubes, which are the CCCubes with a minimum number of links under a given total number of nodes, are proposed. The superiority of optimal CCCubes over standard hypercubes was also shown in terms of the link usage in the embedding of a binomial tree. A useful computation structure based on a semi-binomial tree for divide-and-conquer type of parallel algorithms was identified. It was shown that this structure can be implemented in optimal CCCubes without performance degradation compared with regular hypercubes. The result presented should provide a useful approach to design of scientific parallel computers.

  17. Analysis of Induced Pluripotent Stem Cells from a BRCA1 Mutant Family

    PubMed Central

    Soyombo, Abigail A.; Wu, Yipin; Kolski, Lauren; Rios, Jonathan J.; Rakheja, Dinesh; Chen, Alice; Kehler, James; Hampel, Heather; Coughran, Alanna; Ross, Theodora S.

    2013-01-01

    Summary Understanding BRCA1 mutant cancers is hampered by difficulties in obtaining primary cells from patients. We therefore generated and characterized 24 induced pluripotent stem cell (iPSC) lines from fibroblasts of eight individuals from a BRCA1 5382insC mutant family. All BRCA1 5382insC heterozygous fibroblasts, iPSCs, and teratomas maintained equivalent expression of both wild-type and mutant BRCA1 transcripts. Although no difference in differentiation capacity was observed between BRCA1 wild-type and mutant iPSCs, there was elevated protein kinase C-theta (PKC-theta) in BRCA1 mutant iPSCs. Cancer cell lines with BRCA1 mutations and hormone-receptor-negative breast cancers also displayed elevated PKC-theta. Genome sequencing of the 24 iPSC lines showed a similar frequency of reprogramming-associated de novo mutations in BRCA1 mutant and wild-type iPSCs. These data indicate that iPSC lines can be derived from BRCA1 mutant fibroblasts to study the effects of the mutation on gene expression and genome stability. PMID:24319668

  18. Induced Pluripotent Stem Cells 10 Years Later: For Cardiac Applications.

    PubMed

    Yoshida, Yoshinori; Yamanaka, Shinya

    2017-06-09

    Induced pluripotent stem cells (iPSCs) are reprogrammed cells that have features similar to embryonic stem cells, such as the capacity of self-renewal and differentiation into many types of cells, including cardiac myocytes. Although initially the reprogramming efficiency was low, several improvements in reprogramming methods have achieved robust and efficient generation of iPSCs without genomic insertion of transgenes. iPSCs display clonal variations in epigenetic and genomic profiles and cellular behavior in differentiation. iPSC-derived cardiac myocytes (iPSC cardiac myocytes) recapitulate phenotypic differences caused by genetic variations, making them attractive human disease models, and are useful for drug discovery and toxicology testing. In addition, iPSC cardiac myocytes can help with patient stratification in regard to drug responsiveness. Furthermore, they can be used as source cells for cardiac regeneration in animal models. Here, we review recent progress in iPSC technology and its applications to cardiac diseases. © 2017 American Heart Association, Inc.

  19. Analysis OpenMP performance of AMD and Intel architecture for breaking waves simulation using MPS

    NASA Astrophysics Data System (ADS)

    Alamsyah, M. N. A.; Utomo, A.; Gunawan, P. H.

    2018-03-01

    Simulation of breaking waves by using Navier-Stokes equation via moving particle semi-implicit method (MPS) over close domain is given. The results show the parallel computing on multicore architecture using OpenMP platform can reduce the computational time almost half of the serial time. Here, the comparison using two computer architectures (AMD and Intel) are performed. The results using Intel architecture is shown better than AMD architecture in CPU time. However, in efficiency, the computer with AMD architecture gives slightly higher than the Intel. For the simulation by 1512 number of particles, the CPU time using Intel and AMD are 12662.47 and 28282.30 respectively. Moreover, the efficiency using similar number of particles, AMD obtains 50.09 % and Intel up to 49.42 %.

  20. The generation and functional characterization of induced pluripotent stem cells from human intervertebral disc nucleus pulposus cells.

    PubMed

    Zhu, Yanxia; Liang, Yuhong; Zhu, Hongxia; Lian, Cuihong; Wang, Liang; Wang, Yiwei; Gu, Hongsheng; Zhou, Guangqian; Yu, Xiaoping

    2017-06-27

    Disc degenerative disease (DDD) is believed to originate in the nucleus pulposus (NP) region therefore, it is important to obtain a greater number of active NP cells for the study and therapy of DDD. Human induced pluripotent stem cells (iPSCs) are a powerful tool for modeling the development of DDD in humans, and have the potential to be applied in regenerative medicine. NP cells were isolated from DDD patients following our improved method, and then the primary NP cells were reprogramed into iPSCs with Sendai virus vectors encoding 4 factors. Successful reprogramming of iPSCs was verified by the expression of surface markers and presence of teratoma. Differentiation of iPSCs into NP-like cells was performed in a culture plate or in hydrogel, whereby skin fibroblast derived-iPSCs were used as a control. Results demonstrated that iPSCs derived from NP cells displayed a normal karyotype, expressed pluripotency markers, and formed teratoma in nude mice. NP induction of iPSCs resulted in the expression of NP cell specific matrix proteins and related genes. Non-induced NP derived-iPSCs also showed some NP-like phenotype. Furthermore, NP-derived iPSCs differentiate much better in hydrogel than that in a culture plate. This is a novel method for the generation of iPSCs from NP cells of DDD patients, and we have successfully differentiated these iPSCs into NP-like cells in hydrogel. This method provides a novel treatment of DDD by using patient-specific NP cells in a relatively simple and straightforward manner.

  1. The European General Data Protection Regulation: challenges and considerations for iPSC researchers and biobanks

    PubMed Central

    Morrison, Michael; Bell, Jessica; George, Carol; Harmon, Shawn; Munsie, Megan; Kaye, Jane

    2017-01-01

    Increasingly, human induced pluripotent stem cells (iPSC) and their associated genetic and clinical information are being used in a wide range of applications, with large biobanks being established to support and increase their scientific use. The new European General Data Protection Regulations, which comes into effect in 2018, will have implications for biobanks that generate, store and allow research access to iPSC. This paper describes some of the challenges that iPSC biobanks face and suggests some points for the development of appropriate governance structures to address these new requirements. These suggestions also have implications for iPSC research in general. PMID:28976812

  2. High-speed mid-infrared hyperspectral imaging using quantum cascade lasers

    NASA Astrophysics Data System (ADS)

    Kelley, David B.; Goyal, Anish K.; Zhu, Ninghui; Wood, Derek A.; Myers, Travis R.; Kotidis, Petros; Murphy, Cara; Georgan, Chelsea; Raz, Gil; Maulini, Richard; Müller, Antoine

    2017-05-01

    We report on a standoff chemical detection system using widely tunable external-cavity quantum cascade lasers (ECQCLs) to illuminate target surfaces in the mid infrared (λ = 7.4 - 10.5 μm). Hyperspectral images (hypercubes) are acquired by synchronously operating the EC-QCLs with a LN2-cooled HgCdTe camera. The use of rapidly tunable lasers and a high-frame-rate camera enables the capture of hypercubes with 128 x 128 pixels and >100 wavelengths in <0.1 s. Furthermore, raster scanning of the laser illumination allowed imaging of a 100-cm2 area at 5-m standoff. Raw hypercubes are post-processed to generate a hypercube that represents the surface reflectance relative to that of a diffuse reflectance standard. Results will be shown for liquids (e.g., silicone oil) and solid particles (e.g., caffeine, acetaminophen) on a variety of surfaces (e.g., aluminum, plastic, glass). Signature spectra are obtained for particulate loadings of RDX on glass of <1 μg/cm2.

  3. A Novel Latin Hypercube Algorithm via Translational Propagation

    PubMed Central

    Pan, Guang; Ye, Pengcheng

    2014-01-01

    Metamodels have been widely used in engineering design to facilitate analysis and optimization of complex systems that involve computationally expensive simulation programs. The accuracy of metamodels is directly related to the experimental designs used. Optimal Latin hypercube designs are frequently used and have been shown to have good space-filling and projective properties. However, the high cost in constructing them limits their use. In this paper, a methodology for creating novel Latin hypercube designs via translational propagation and successive local enumeration algorithm (TPSLE) is developed without using formal optimization. TPSLE algorithm is based on the inspiration that a near optimal Latin Hypercube design can be constructed by a simple initial block with a few points generated by algorithm SLE as a building block. In fact, TPSLE algorithm offers a balanced trade-off between the efficiency and sampling performance. The proposed algorithm is compared to two existing algorithms and is found to be much more efficient in terms of the computation time and has acceptable space-filling and projective properties. PMID:25276844

  4. Engineering-derived approaches for iPSC preparation, expansion, differentiation and applications.

    PubMed

    Li, Yang; Li, Ling; Chen, Zhi-Nan; Gao, Ge; Yao, Rui; Sun, Wei

    2017-07-31

    Remarkable achievements have been made since induced pluripotent stem cells (iPSCs) were first introduced in 2006. Compared with non-pluripotent stem cells, iPSC research faces several additional complexities, such as the choice of extracellular matrix proteins, growth and differentiation factors, as well as technical challenges related to self-renewal and directed differentiation. Overcoming these challenges requires the integration of knowledge and technologies from multiple fields including cell biology, biomaterial science, engineering, physics and medicine. Here, engineering-derived iPSC approaches are reviewed according to three aspects of iPSC studies: preparation, expansion, differentiation and applications. Engineering strategies, such as 3D systems establishment, cell-matrix mechanics and the regulation of biophysical and biochemical cues, together with engineering techniques, such as 3D scaffolds, cell microspheres and bioreactors, have been applied to iPSC studies and have generated insightful results and even mini-organs such as retinas, livers and intestines. Specific results are given to demonstrate how these approaches impact iPSC behavior, and related mechanisms are discussed. In addition, cell printing technologies are presented as an advanced engineering-derived approach since they have been applied in both iPSC studies and the construction of diverse tissues and organs. Further development and possible innovations of cell printing technologies are presented in terms of creating complex and functional iPSC-derived living tissues and organs.

  5. Gene correction in patient-specific iPSCs for therapy development and disease modeling

    PubMed Central

    Jang, Yoon-Young

    2018-01-01

    The discovery that mature cells can be reprogrammed to become pluripotent and the development of engineered endonucleases for enhancing genome editing are two of the most exciting and impactful technology advances in modern medicine and science. Human pluripotent stem cells have the potential to establish new model systems for studying human developmental biology and disease mechanisms. Gene correction in patient-specific iPSCs can also provide a novel source for autologous cell therapy. Although historically challenging, precise genome editing in human iPSCs is becoming more feasible with the development of new genome-editing tools, including ZFNs, TALENs, and CRISPR. iPSCs derived from patients of a variety of diseases have been edited to correct disease-associated mutations and to generate isogenic cell lines. After directed differentiation, many of the corrected iPSCs showed restored functionality and demonstrated their potential in cell replacement therapy. Genome-wide analyses of gene-corrected iPSCs have collectively demonstrated a high fidelity of the engineered endonucleases. Remaining challenges in clinical translation of these technologies include maintaining genome integrity of the iPSC clones and the differentiated cells. Given the rapid advances in genome-editing technologies, gene correction is no longer the bottleneck in developing iPSC-based gene and cell therapies; generating functional and transplantable cell types from iPSCs remains the biggest challenge needing to be addressed by the research field. PMID:27256364

  6. Characterization of Induced Pluripotent Stem Cell Microvesicle Genesis, Morphology and Pluripotent Content

    PubMed Central

    Zhou, Jing; Ghoroghi, Shima; Benito-Martin, Alberto; Wu, Hao; Unachukwu, Uchenna John; Einbond, Linda Saxe; Guariglia, Sara; Peinado, Hector; Redenti, Stephen

    2016-01-01

    Microvesicles (MVs) are lipid bilayer-covered cell fragments that range in diameter from 30 nm–1uM and are released from all cell types. An increasing number of studies reveal that MVs contain microRNA, mRNA and protein that can be detected in the extracellular space. In this study, we characterized induced pluripotent stem cell (iPSC) MV genesis, content and fusion to retinal progenitor cells (RPCs) in vitro. Nanoparticle tracking revealed that iPSCs released approximately 2200 MVs cell/hour in the first 12 hrs with an average diameter of 122 nm. Electron and light microscopic analysis of iPSCs showed MV release via lipid bilayer budding. The mRNA content of iPSC MVs was characterized and revealed the presence of the transcription factors Oct-3/4, Nanog, Klf4, and C-Myc. The protein content of iPSCs MVs, detected by immunogold electron microscopy, revealed the presence of the Oct-3/4 and Nanog. Isolated iPSC MVs were shown to fuse with RPCs in vitro at multiple points along the plasma membrane. These findings demonstrate that the mRNA and protein cargo in iPSC MVs have established roles in maintenance of pluripotency. Building on this work, iPSC derived MVs may be shown to be involved in maintaining cellular pluripotency and may have application in regenerative strategies for neural tissue. PMID:26797168

  7. iPS Cells for Post-myocardial Infarction Repair: Remarkable Opportunities and Challenges

    PubMed Central

    Lalit, Pratik A.; Hei, Derek J.; Raval, Amish N.; Kamp, Timothy J.

    2014-01-01

    Coronary artery disease with associated myocardial infarction continues to be a major cause of death and morbidity around the world despite significant advances in therapy. Patients who suffer large myocardial infarctions are at highest risk for progressive heart failure and death, and cell-based therapies offer new hope for these patients. A recently discovered cell source for cardiac repair has emerged as a result of a breakthrough reprogramming somatic cells to induced pluripotent stem cells (iPSCs). The iPSCs can proliferate indefinitely in culture and can differentiate into cardiac lineages including cardiomyocytes, smooth muscle cells, endothelial cells, and cardiac progenitors. Thus large quantities of desired cell products can be generated without being limited by cellular senescence. The iPSCs can be obtained from patients to allow autologous therapy or, alternatively, banks of HLA diverse iPSCs are possible for allogeneic therapy. Preclinical animal studies using a variety of cell preparations generated from iPSCs have shown evidence of cardiac repair. Methodology for the production of clinical grade products from human iPSCs is in place. Ongoing studies of the safety of various iPSC preparations with regard to the risk of tumor formation, immune rejection, induction of arrhythmias, and formation of stable cardiac grafts are needed as the field advances toward the first in man trials of iPSCs post-MI. PMID:24723658

  8. Senescence-associated ultrastructural features of long-term cultures of induced pluripotent stem cells (iPSCs)

    PubMed Central

    Colasuonno, Fiorella; Borghi, Rossella; Niceforo, Alessia; Muzzi, Maurizio; Bertini, Enrico; Di Giulio, Andrea

    2017-01-01

    Induced pluripotent stem cells (iPSCs) hold great promise for developing personalized regenerative medicine, however characterization of their biological features is still incomplete. Moreover, changes occurring in long-term cultured iPSCs have been reported, suggesting these as a model of cellular aging. For this reason, we addressed the ultrastructural characterization of iPSCs, with a focus on possible time-dependent changes, involving specific cell compartments. To this aim, we comparatively analysed cultures at different timepoints, by an innovative electron microscopic technology (FIB/SEM). We observed progressive loss of cell-to-cell contacts, associated with increased occurrence of exosomes. Mitochondria gradually increased, while acquiring an elongated shape, with well-developed cristae. Such mitochondrial maturation was accompanied by their turnover, as assessed by the presence of autophagomes (undetectable in young iPSCs), some containing recognizable mitochondria. This finding was especially frequent in middle-aged iPSCs, while being occasional in aged cells, suggesting early autophagic activation followed by a decreased efficiency of the process with culturing time. Accordingly, confocal microscopy showed age-dependent alterations to the expression and distribution of autophagic markers. Interestingly, responsivity to rapamycin, highest in young iPSCs, was almost lost in aged cells. Overall, our results strongly support long-term cultured iPSCs as a model for studying relevant aspects of cellular senescence, involving intercellular communication, energy metabolism, and autophagy. PMID:29064821

  9. Experimental demonstration of the optical multi-mesh hypercube: scaleable interconnection network for multiprocessors and multicomputers.

    PubMed

    Louri, A; Furlonge, S; Neocleous, C

    1996-12-10

    A prototype of a novel topology for scaleable optical interconnection networks called the optical multi-mesh hypercube (OMMH) is experimentally demonstrated to as high as a 150-Mbit/s data rate (2(7) - 1 nonreturn-to-zero pseudo-random data pattern) at a bit error rate of 10(-13)/link by the use of commercially available devices. OMMH is a scaleable network [Appl. Opt. 33, 7558 (1994); J. Lightwave Technol. 12, 704 (1994)] architecture that combines the positive features of the hypercube (small diameter, connectivity, symmetry, simple routing, and fault tolerance) and the mesh (constant node degree and size scaleability). The optical implementation method is divided into two levels: high-density local connections for the hypercube modules, and high-bit-rate, low-density, long connections for the mesh links connecting the hypercube modules. Free-space imaging systems utilizing vertical-cavity surface-emitting laser (VCSEL) arrays, lenslet arrays, space-invariant holographic techniques, and photodiode arrays are demonstrated for the local connections. Optobus fiber interconnects from Motorola are used for the long-distance connections. The OMMH was optimized to operate at the data rate of Motorola's Optobus (10-bit-wide, VCSEL-based bidirectional data interconnects at 150 Mbits/s). Difficulties encountered included the varying fan-out efficiencies of the different orders of the hologram, misalignment sensitivity of the free-space links, low power (1 mW) of the individual VCSEL's, and noise.

  10. Comparative Analysis of Mouse-Induced Pluripotent Stem Cells and Mesenchymal Stem Cells During Osteogenic Differentiation In Vitro

    PubMed Central

    Kayashima, Hiroki; Miura, Jiro; Uraguchi, Shinya; Wang, Fangfang; Okawa, Hiroko; Sasaki, Jun-Ichi; Saeki, Makio; Matsumoto, Takuya; Yatani, Hirofumi

    2014-01-01

    Induced pluripotent stem cells (iPSCs) can differentiate into mineralizing cells and are, therefore, expected to be useful for bone regenerative medicine; however, the characteristics of iPSC-derived osteogenic cells remain unclear. Here, we provide a direct in vitro comparison of the osteogenic differentiation process in mesenchymal stem cells (MSCs) and iPSCs from adult C57BL/6J mice. After 30 days of culture in osteogenic medium, both MSCs and iPSCs produced robustly mineralized bone nodules that contained abundant calcium phosphate with hydroxyapatite crystal formation. Mineral deposition was significantly higher in iPSC cultures than in MSC cultures. Scanning electron microscopy revealed budding matrix vesicles in early osteogenic iPSCs; subsequently, the vesicles propagated to exhibit robust mineralization without rich fibrous structures. Early osteogenic MSCs showed deposition of many matrix vesicles in abundant collagen fibrils that became solid mineralized structures. Both cell types demonstrated increased expression of osteogenic marker genes, such as runx2, osterix, dlx5, bone sialoprotein (BSP), and osteocalcin, during osteogenesis; however, real-time reverse transcription–polymerase chain reaction array analysis revealed that osteogenesis-related genes encoding mineralization-associated molecules, bone morphogenetic proteins, and extracellular matrix collagens were differentially expressed between iPSCs and MSCs. These data suggest that iPSCs are capable of differentiation into mature osteoblasts whose associated hydroxyapatite has a crystal structure similar to that of MSC-associated hydroxyapatite; however, the transcriptional differences between iPSCs and MSCs could result in differences in the mineral and matrix environments of the bone nodules. Determining the biological mechanisms underlying cell-specific differences in mineralization during in vitro iPSC osteogenesis may facilitate the development of clinically effective engineered bone. PMID:24625139

  11. Production of Gene-Corrected Adult Beta Globin Protein in Human Erythrocytes Differentiated from Patient iPSCs After Genome Editing of the Sickle Point Mutation.

    PubMed

    Huang, Xiaosong; Wang, Ying; Yan, Wei; Smith, Cory; Ye, Zhaohui; Wang, Jing; Gao, Yongxing; Mendelsohn, Laurel; Cheng, Linzhao

    2015-05-01

    Human induced pluripotent stem cells (iPSCs) and genome editing provide a precise way to generate gene-corrected cells for disease modeling and cell therapies. Human iPSCs generated from sickle cell disease (SCD) patients have a homozygous missense point mutation in the HBB gene encoding adult β-globin proteins, and are used as a model system to improve strategies of human gene therapy. We demonstrate that the CRISPR/Cas9 system designer nuclease is much more efficient in stimulating gene targeting of the endogenous HBB locus near the SCD point mutation in human iPSCs than zinc finger nucleases and TALENs. Using a specific guide RNA and Cas9, we readily corrected one allele of the SCD HBB gene in human iPSCs by homologous recombination with a donor DNA template containing the wild-type HBB DNA and a selection cassette that was subsequently removed to avoid possible interference of HBB transcription and translation. We chose targeted iPSC clones that have one corrected and one disrupted SCD allele for erythroid differentiation assays, using an improved xeno-free and feeder-free culture condition we recently established. Erythrocytes from either the corrected or its parental (uncorrected) iPSC line were generated with similar efficiencies. Currently ∼6%-10% of these differentiated erythrocytes indeed lacked nuclei, characteristic of further matured erythrocytes called reticulocytes. We also detected the 16-kDa β-globin protein expressed from the corrected HBB allele in the erythrocytes differentiated from genome-edited iPSCs. Our results represent a significant step toward the clinical applications of genome editing using patient-derived iPSCs to generate disease-free cells for cell and gene therapies. Stem Cells 2015;33:1470-1479. © 2015 AlphaMed Press.

  12. Modeling neurological diseases with induced pluripotent cells reprogrammed from immortalized lymphoblastoid cell lines.

    PubMed

    Fujimori, Koki; Tezuka, Toshiki; Ishiura, Hiroyuki; Mitsui, Jun; Doi, Koichiro; Yoshimura, Jun; Tada, Hirobumi; Matsumoto, Takuya; Isoda, Miho; Hashimoto, Ryota; Hattori, Nubutaka; Takahashi, Takuya; Morishita, Shinichi; Tsuji, Shoji; Akamatsu, Wado; Okano, Hideyuki

    2016-10-03

    Patient-specific induced pluripotent stem cells (iPSCs) facilitate understanding of the etiology of diseases, discovery of new drugs and development of novel therapeutic interventions. A frequently used starting source of cells for generating iPSCs has been dermal fibroblasts (DFs) isolated from skin biopsies. However, there are also numerous repositories containing lymphoblastoid B-cell lines (LCLs) generated from a variety of patients. To date, this rich bioresource of LCLs has been underused for generating iPSCs, and its use would greatly expand the range of targeted diseases that could be studied by using patient-specific iPSCs. However, it remains unclear whether patient's LCL-derived iPSCs (LiPSCs) can function as a disease model. Therefore, we generated Parkinson's disease patient-specific LiPSCs and evaluated their utility as tools for modeling neurological diseases. We established iPSCs from two LCL clones, which were derived from a healthy donor and a patient carrying PARK2 mutations, by using existing non-integrating episomal protocols. Whole genome sequencing (WGS) and comparative genomic hybridization (CGH) analyses showed that the appearance of somatic variations in the genomes of the iPSCs did not vary substantially according to the original cell types (LCLs, T-cells and fibroblasts). Furthermore, LiPSCs could be differentiated into functional neurons by using the direct neurosphere conversion method (dNS method), and they showed several Parkinson's disease phenotypes that were similar to those of DF-iPSCs. These data indicate that the global LCL repositories can be used as a resource for generating iPSCs and disease models. Thus, LCLs are the powerful tools for generating iPSCs and modeling neurological diseases.

  13. Modulation of Human Allogeneic and Syngeneic Pluripotent Stem Cells and Immunological Implications for Transplantation

    PubMed Central

    Sackett, S.D.; Brown, M.E.; Tremmel, D.M.; Ellis, T.; Burlingham, W.J.; Odorico, J.S.

    2016-01-01

    Tissues derived from induced pluripotent stem cells (iPSCs) are a promising source of cells for building various regenerative medicine therapies; from simply transplanting cells to reseeding decellularized organs to reconstructing multicellular tissues. Although reprogramming strategies for producing iPSCs have improved, the clinical use of iPSCs is limited by the presence of unique human leukocyte antigen (HLA) genes, the main immunologic barrier to transplantation. In order to overcome the immunological hurdles associated with allogeneic tissues and organs, the generation of patient-histocompatible iPSCs (autologous or HLA-matched cells) provides an attractive platform for personalized medicine. However, concerns have been raised as to the fitness, safety and immunogenicity of iPSC derivatives because of variable differentiation potential of different lines and the identification of genetic and epigenetic aberrations that can occur during the reprogramming process. In addition, significant cost and regulatory barriers may deter commercialization of patient specific therapies in the short-term. Nonetheless, recent studies provide some evidence of immunological benefit for using autologous iPSCs. Yet, more studies are needed to evaluate the immunogenicity of various autologous and allogeneic human iPSC-derived cell types as well as test various methods to abrogate rejection. Here, we present perspectives of using allogeneic vs autologous iPSCs for transplantation therapies and the advantages and disadvantages of each related to differentiation potential, immunogenicity, genetic stability and tumorigenicity. We also review the current literature on the immunogenicity of syngeneic iPSCs and discuss evidence that questions the feasibility of HLA-matched iPSC banks. Finally, we will discuss emerging methods of abrogating or reducing host immune responses to PSC derivatives. PMID:26970668

  14. Generation and periodontal differentiation of human gingival fibroblasts-derived integration-free induced pluripotent stem cells

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

    Yin, Xiaohui; Peking University Stem Cell Research Center and Department of Cell Biology, School of Basic Medical Sciences, Peking University, 38 Xueyuan Road, Beijing 100191; Li, Yang

    Induced pluripotent stem cells (iPSCs) have been recognized as a promising cell source for periodontal tissue regeneration. However, the conventional virus-based reprogramming approach is associated with a high risk of genetic mutation and limits their therapeutic utility. Here, we successfully generated iPSCs from readily accessible human gingival fibroblasts (hGFs) through an integration-free and feeder-free approach via delivery of reprogramming factors of Oct4, Sox2, Klf4, L-myc, Lin28 and TP53 shRNA with episomal plasmid vectors. The iPSCs presented similar morphology and proliferation characteristics as embryonic stem cells (ESCs), and expressed pluripotent markers including Oct4, Tra181, Nanog and SSEA-4. Additionally, these cells maintainedmore » a normal karyotype and showed decreased CpG methylation ratio in the promoter regions of Oct4 and Nanog. In vivo teratoma formation assay revealed the development of tissues representative of three germ layers, confirming the acquisition of pluripotency. Furthermore, treatment of the iPSCs in vitro with enamel matrix derivative (EMD) or growth/differentiation factor-5 (GDF-5) significantly up-regulated the expression of periodontal tissue markers associated with bone, periodontal ligament and cementum respectively. Taken together, our data demonstrate that hGFs are a valuable cell source for generating integration-free iPSCs, which could be sequentially induced toward periodontal cells under the treatment of EMD and GDF-5. - Highlights: • Integration-free iPSCs are successfully generated from hGFs via an episomal approach. • EMD promotes differentiation of the hGFs-derived iPSCs toward periodontal cells. • GDF-5 promotes differentiation of the hGFs-derived iPSCs toward periodontal cells. • hGFs-derived iPSCs could be a promising cell source for periodontal regeneration.« less

  15. Modulation of human allogeneic and syngeneic pluripotent stem cells and immunological implications for transplantation.

    PubMed

    Sackett, S D; Brown, M E; Tremmel, D M; Ellis, T; Burlingham, W J; Odorico, J S

    2016-04-01

    Tissues derived from induced pluripotent stem cells (iPSCs) are a promising source of cells for building various regenerative medicine therapies; from simply transplanting cells to reseeding decellularized organs to reconstructing multicellular tissues. Although reprogramming strategies for producing iPSCs have improved, the clinical use of iPSCs is limited by the presence of unique human leukocyte antigen (HLA) genes, the main immunologic barrier to transplantation. In order to overcome the immunological hurdles associated with allogeneic tissues and organs, the generation of patient-histocompatible iPSCs (autologous or HLA-matched cells) provides an attractive platform for personalized medicine. However, concerns have been raised as to the fitness, safety and immunogenicity of iPSC derivatives because of variable differentiation potential of different lines and the identification of genetic and epigenetic aberrations that can occur during the reprogramming process. In addition, significant cost and regulatory barriers may deter commercialization of patient specific therapies in the short-term. Nonetheless, recent studies provide some evidence of immunological benefit for using autologous iPSCs. Yet, more studies are needed to evaluate the immunogenicity of various autologous and allogeneic human iPSC-derived cell types as well as test various methods to abrogate rejection. Here, we present perspectives of using allogeneic vs. autologous iPSCs for transplantation therapies and the advantages and disadvantages of each related to differentiation potential, immunogenicity, genetic stability and tumorigenicity. We also review the current literature on the immunogenicity of syngeneic iPSCs and discuss evidence that questions the feasibility of HLA-matched iPSC banks. Finally, we will discuss emerging methods of abrogating or reducing host immune responses to PSC derivatives. Copyright © 2016 Elsevier Inc. All rights reserved.

  16. Genetic Rescue of Mitochondrial and Skeletal Muscle Impairment in an Induced Pluripotent Stem Cells Model of Coenzyme Q10 Deficiency.

    PubMed

    Romero-Moya, Damià; Santos-Ocaña, Carlos; Castaño, Julio; Garrabou, Gloria; Rodríguez-Gómez, José A; Ruiz-Bonilla, Vanesa; Bueno, Clara; González-Rodríguez, Patricia; Giorgetti, Alessandra; Perdiguero, Eusebio; Prieto, Cristina; Moren-Nuñez, Constanza; Fernández-Ayala, Daniel J; Victoria Cascajo, Maria; Velasco, Iván; Canals, Josep Maria; Montero, Raquel; Yubero, Delia; Jou, Cristina; López-Barneo, José; Cardellach, Francesc; Muñoz-Cánoves, Pura; Artuch, Rafael; Navas, Plácido; Menendez, Pablo

    2017-07-01

    Coenzyme Q 10 (CoQ 10 ) plays a crucial role in mitochondria as an electron carrier within the mitochondrial respiratory chain (MRC) and is an essential antioxidant. Mutations in genes responsible for CoQ 10 biosynthesis (COQ genes) cause primary CoQ 10 deficiency, a rare and heterogeneous mitochondrial disorder with no clear genotype-phenotype association, mainly affecting tissues with high-energy demand including brain and skeletal muscle (SkM). Here, we report a four-year-old girl diagnosed with minor mental retardation and lethal rhabdomyolysis harboring a heterozygous mutation (c.483G > C (E161D)) in COQ4. The patient's fibroblasts showed a decrease in [CoQ 10 ], CoQ 10 biosynthesis, MRC activity affecting complexes I/II + III, and respiration defects. Bona fide induced pluripotent stem cell (iPSCs) lines carrying the COQ4 mutation (CQ4-iPSCs) were generated, characterized and genetically edited using the CRISPR-Cas9 system (CQ4 ed -iPSCs). Extensive differentiation and metabolic assays of control-iPSCs, CQ4-iPSCs and CQ4 ed -iPSCs demonstrated a genotype association, reproducing the disease phenotype. The COQ4 mutation in iPSC was associated with CoQ 10 deficiency, metabolic dysfunction, and respiration defects. iPSC differentiation into SkM was compromised, and the resulting SkM also displayed respiration defects. Remarkably, iPSC differentiation in dopaminergic or motor neurons was unaffected. This study offers an unprecedented iPSC model recapitulating CoQ 10 deficiency-associated functional and metabolic phenotypes caused by COQ4 mutation. Stem Cells 2017;35:1687-1703. © 2017 AlphaMed Press.

  17. Immortalized prairie vole-derived fibroblasts (VMF-K4DTs) can be transformed into pluripotent stem cells and provide a useful tool with which to determine optimal reprogramming conditions

    PubMed Central

    KATAYAMA, Masafumi; HIRAYAMA, Takashi; KIYONO, Tohru; ONUMA, Manabu; TANI, Tetsuya; TAKEDA, Satoru; NISHIMORI, Katsuhiko; FUKUDA, Tomokazu

    2017-01-01

    The cellular conditions required to establish induced pluripotent stem cells (iPSCs), such as the number of reprogramming factors and/or promoter selection, differ among species. The establishment of iPSCs derived from cells of previously unstudied species therefore requires the extensive optimization of programming conditions, including promoter selection and the optimal number of reprogramming factors, through a trial-and-error approach. While the four Yamanaka factors Oct3/4, Sox2, Klf4, and c-Myc are sufficient for iPSC establishment in mice, we reported previously that six reprogramming factors were necessary for the creation of iPSCs from primary prairie vole-derived cells. Further to this study, we now show detailed data describing the optimization protocol we developed in order to obtain iPSCs from immortalized prairie vole-derived fibroblasts. Immortalized cells can be very useful tools in the optimization of cellular reprogramming conditions, as cellular senescence is known to dramatically decrease the efficiency of iPSC establishment. The immortalized prairie vole cells used in this optimization were designated K4DT cells as they contained mutant forms of CDK4, cyclin D, and telomerase reverse transcriptase (TERT). We show that iPSCs derived from these immortalized cells exhibit the transcriptional silencing of exogenous reprogramming factors while maintaining pluripotent cell morphology. There were no observed differences between the iPSCs derived from primary and immortalized prairie vole fibroblasts. Our data suggest that cells that are immortalized with mutant CDK4, cyclin D, and TERT provide a useful tool for the determination of the optimal conditions for iPSC establishment. PMID:28331164

  18. Immortalized prairie vole-derived fibroblasts (VMF-K4DTs) can be transformed into pluripotent stem cells and provide a useful tool with which to determine optimal reprogramming conditions.

    PubMed

    Katayama, Masafumi; Hirayama, Takashi; Kiyono, Tohru; Onuma, Manabu; Tani, Tetsuya; Takeda, Satoru; Nishimori, Katsuhiko; Fukuda, Tomokazu

    2017-06-21

    The cellular conditions required to establish induced pluripotent stem cells (iPSCs), such as the number of reprogramming factors and/or promoter selection, differ among species. The establishment of iPSCs derived from cells of previously unstudied species therefore requires the extensive optimization of programming conditions, including promoter selection and the optimal number of reprogramming factors, through a trial-and-error approach. While the four Yamanaka factors Oct3/4, Sox2, Klf4, and c-Myc are sufficient for iPSC establishment in mice, we reported previously that six reprogramming factors were necessary for the creation of iPSCs from primary prairie vole-derived cells. Further to this study, we now show detailed data describing the optimization protocol we developed in order to obtain iPSCs from immortalized prairie vole-derived fibroblasts. Immortalized cells can be very useful tools in the optimization of cellular reprogramming conditions, as cellular senescence is known to dramatically decrease the efficiency of iPSC establishment. The immortalized prairie vole cells used in this optimization were designated K4DT cells as they contained mutant forms of CDK4, cyclin D, and telomerase reverse transcriptase (TERT). We show that iPSCs derived from these immortalized cells exhibit the transcriptional silencing of exogenous reprogramming factors while maintaining pluripotent cell morphology. There were no observed differences between the iPSCs derived from primary and immortalized prairie vole fibroblasts. Our data suggest that cells that are immortalized with mutant CDK4, cyclin D, and TERT provide a useful tool for the determination of the optimal conditions for iPSC establishment.

  19. Portable parallel stochastic optimization for the design of aeropropulsion components

    NASA Technical Reports Server (NTRS)

    Sues, Robert H.; Rhodes, G. S.

    1994-01-01

    This report presents the results of Phase 1 research to develop a methodology for performing large-scale Multi-disciplinary Stochastic Optimization (MSO) for the design of aerospace systems ranging from aeropropulsion components to complete aircraft configurations. The current research recognizes that such design optimization problems are computationally expensive, and require the use of either massively parallel or multiple-processor computers. The methodology also recognizes that many operational and performance parameters are uncertain, and that uncertainty must be considered explicitly to achieve optimum performance and cost. The objective of this Phase 1 research was to initialize the development of an MSO methodology that is portable to a wide variety of hardware platforms, while achieving efficient, large-scale parallelism when multiple processors are available. The first effort in the project was a literature review of available computer hardware, as well as review of portable, parallel programming environments. The first effort was to implement the MSO methodology for a problem using the portable parallel programming language, Parallel Virtual Machine (PVM). The third and final effort was to demonstrate the example on a variety of computers, including a distributed-memory multiprocessor, a distributed-memory network of workstations, and a single-processor workstation. Results indicate the MSO methodology can be well-applied towards large-scale aerospace design problems. Nearly perfect linear speedup was demonstrated for computation of optimization sensitivity coefficients on both a 128-node distributed-memory multiprocessor (the Intel iPSC/860) and a network of workstations (speedups of almost 19 times achieved for 20 workstations). Very high parallel efficiencies (75 percent for 31 processors and 60 percent for 50 processors) were also achieved for computation of aerodynamic influence coefficients on the Intel. Finally, the multi-level parallelization strategy that will be needed for large-scale MSO problems was demonstrated to be highly efficient. The same parallel code instructions were used on both platforms, demonstrating portability. There are many applications for which MSO can be applied, including NASA's High-Speed-Civil Transport, and advanced propulsion systems. The use of MSO will reduce design and development time and testing costs dramatically.

  20. Induced pluripotent stem cells (iPSCs) derived from different cell sources and their potential for regenerative and personalized medicine.

    PubMed

    Shtrichman, R; Germanguz, I; Itskovitz-Eldor, J

    2013-06-01

    Human induced pluripotent stem cells (hiPSCs) have great potential as a robust source of progenitors for regenerative medicine. The novel technology also enables the derivation of patient-specific cells for applications to personalized medicine, such as for personal drug screening and toxicology. However, the biological characteristics of iPSCs are not yet fully understood and their similarity to human embryonic stem cells (hESCs) is still unresolved. Variations among iPSCs, resulting from their original tissue or cell source, and from the experimental protocols used for their derivation, significantly affect epigenetic properties and differentiation potential. Here we review the potential of iPSCs for regenerative and personalized medicine, and assess their expression pattern, epigenetic memory and differentiation capabilities in relation to their parental tissue source. We also summarize the patient-specific iPSCs that have been derived for applications in biological research and drug discovery; and review risks that must be overcome in order to use iPSC technology for clinical applications.

  1. Is Human-induced Pluripotent Stem Cell the Best Optimal?

    PubMed

    Wang, Feng; Kong, Jie; Cui, Yi-Yao; Liu, Peng; Wen, Jian-Yan

    2018-04-05

    Since the advent of induced pluripotent stem cell (iPSC) technology a decade ago, enormous progress has been made in stem cell biology and regenerative medicine. Human iPSCs have been widely used for disease modeling, drug discovery, and cell therapy development. In this review, we discuss the progress in applications of iPSC technology that are particularly relevant to drug discovery and regenerative medicine, and consider the remaining challenges and the emerging opportunities in the field. Articles in this review were searched from PubMed database from January 2014 to December 2017. Original articles about iPSCs and cardiovascular diseases were included and analyzed. iPSC holds great promises for human disease modeling, drug discovery, and stem cell-based therapy, and this potential is only beginning to be realized. However, several important issues remain to be addressed. The recent availability of human cardiomyocytes derived from iPSCs opens new opportunities to build in vitro models of cardiac disease, screening for new drugs and patient-specific cardiac therapy.

  2. Advanced feeder-free generation of induced pluripotent stem cells directly from blood cells.

    PubMed

    Trokovic, Ras; Weltner, Jere; Nishimura, Ken; Ohtaka, Manami; Nakanishi, Mahito; Salomaa, Veikko; Jalanko, Anu; Otonkoski, Timo; Kyttälä, Aija

    2014-12-01

    Generation of validated human induced pluripotent stem cells (iPSCs) for biobanking is essential for exploring the full potential of iPSCs in disease modeling and drug discovery. Peripheral blood mononuclear cells (PBMCs) are attractive targets for reprogramming, because blood is collected by a routine clinical procedure and is a commonly stored material in biobanks. Generation of iPSCs from blood cells has previously been reported using integrative retroviruses, episomal Sendai viruses, and DNA plasmids. However, most of the published protocols require expansion and/or activation of a specific cell population from PBMCs. We have recently collected a PBMC cohort from the Finnish population containing more than 2,000 subjects. Here we report efficient generation of iPSCs directly from PBMCs in feeder-free conditions in approximately 2 weeks. The produced iPSC clones are pluripotent and transgene-free. Together, these properties make this novel method a powerful tool for large-scale reprogramming of PBMCs and for iPSC biobanking. ©AlphaMed Press.

  3. Integrity of Induced Pluripotent Stem Cell (iPSC) Derived Megakaryocytes as Assessed by Genetic and Transcriptomic Analysis

    PubMed Central

    Kammers, Kai; Taub, Margaret A.; Ruczinski, Ingo; Martin, Joshua; Yanek, Lisa R.; Frazee, Alyssa; Gao, Yongxing; Hoyle, Dixie; Faraday, Nauder; Becker, Diane M.; Cheng, Linzhao; Wang, Zack Z.; Leek, Jeff T.; Becker, Lewis C.; Mathias, Rasika A.

    2017-01-01

    Previously, we have described our feeder-free, xeno-free approach to generate megakaryocytes (MKs) in culture from human induced pluripotent stem cells (iPSCs). Here, we focus specifically on the integrity of these MKs using: (1) genotype discordance between parent cell DNA to iPSC cell DNA and onward to the differentiated MK DNA; (2) genomic structural integrity using copy number variation (CNV); and (3) transcriptomic signatures of the derived MK lines compared to the iPSC lines. We detected a very low rate of genotype discordance; estimates were 0.0001%-0.01%, well below the genotyping error rate for our assay (0.37%). No CNVs were generated in the iPSCs that were subsequently passed on to the MKs. Finally, we observed highly biologically relevant gene sets as being upregulated in MKs relative to the iPSCs: platelet activation, blood coagulation, megakaryocyte development, platelet formation, platelet degranulation, and platelet aggregation. These data strongly support the integrity of the derived MK lines. PMID:28107356

  4. Transgene-free iPSCs generated from small volume peripheral blood nonmobilized CD34+ cells

    PubMed Central

    Merling, Randall K.; Sweeney, Colin L.; Choi, Uimook; De Ravin, Suk See; Myers, Timothy G.; Otaizo-Carrasquero, Francisco; Pan, Jason; Linton, Gilda; Chen, Lifeng; Koontz, Sherry; Theobald, Narda L.; Malech, Harry L.

    2013-01-01

    A variety of somatic cells can be reprogrammed to induced pluripotent stem cells (iPSCs), but CD34+ hematopoietic stem cells (HSCs) present in nonmobilized peripheral blood (PB) would be a convenient target. We report a method for deriving iPSC from PB HSCs using immunobead purification and 2- to 4-day culture to enrich CD34+ HSCs to 80% ± 9%, followed by reprogramming with loxP-flanked polycistronic (human Oct4, Klf4, Sox2, and c-Myc) STEMCCA-loxP lentivector, or with Sendai vectors. Colonies arising with STEMCCA-loxP were invariably TRA-1-60+, yielding 5.3 ± 2.8 iPSC colonies per 20 mL PB (n = 17), where most colonies had single-copy STEMCCA-loxP easily excised by transient Cre expression. Colonies arising with Sendai were variably reprogrammed (10%-80% TRA-1-60+), with variable yield (6 to >500 TRA-1-60+ iPSC colonies per 10 mL blood; n = 6). Resultant iPSC clones expressed pluripotent cell markers and generated teratomas. Genomic methylation patterns of STEMCCA-loxP–reprogrammed clones closely matched embryonic stem cells. Furthermore, we showed that iPSCs are derived from the nonmobilized CD34+ HSCs enriched from PB rather than from any lymphocyte or monocyte contaminants because they lack somatic rearrangements typical of T or B lymphocytes and because purified CD14+ monocytes do not yield iPSC colonies under these reprogramming conditions. PMID:23386128

  5. 3D Bioprinting Human Induced Pluripotent Stem Cell Constructs for In Situ Cell Proliferation and Successive Multilineage Differentiation.

    PubMed

    Gu, Qi; Tomaskovic-Crook, Eva; Wallace, Gordon G; Crook, Jeremy M

    2017-09-01

    The ability to create 3D tissues from induced pluripotent stem cells (iPSCs) is poised to revolutionize stem cell research and regenerative medicine, including individualized, patient-specific stem cell-based treatments. There are, however, few examples of tissue engineering using iPSCs. Their culture and differentiation is predominantly planar for monolayer cell support or induction of self-organizing embryoids (EBs) and organoids. Bioprinting iPSCs with advanced biomaterials promises to augment efforts to develop 3D tissues, ideally comprising direct-write printing of cells for encapsulation, proliferation, and differentiation. Here, such a method, employing a clinically amenable polysaccharide-based bioink, is described as the first example of bioprinting human iPSCs for in situ expansion and sequential differentiation. Specifically, we have extrusion printed the bioink including iPSCs, alginate (Al; 5% weight/volume [w/v]), carboxymethyl-chitosan (5% w/v), and agarose (Ag; 1.5% w/v), crosslinked the bioink in calcium chloride for a stable and porous construct, proliferated the iPSCs within the construct and differentiated the same iPSCs into either EBs comprising cells of three germ lineages-endoderm, ectoderm, and mesoderm, or more homogeneous neural tissues containing functional migrating neurons and neuroglia. This defined, scalable, and versatile platform is envisaged being useful in iPSC research and translation for pharmaceuticals development and regenerative medicine. © 2017 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  6. Generation of Patient-Specific induced Pluripotent Stem Cell from Peripheral Blood Mononuclear Cells by Sendai Reprogramming Vectors.

    PubMed

    Quintana-Bustamante, Oscar; Segovia, Jose C

    2016-01-01

    Induced pluripotent stem cells (iPSC) technology has changed preclinical research since their generation was described by Shinya Yamanaka in 2006. iPSCs are derived from somatic cells after being reprogrammed back to an embryonic state by specific combination of reprogramming factors. These reprogrammed cells resemble all the characteristic of embryonic stem cells (ESC). The reprogramming technology is even more valuable to research diseases biology and treatment by opening gene and cell therapies in own patient's iPSC. Patient-specific iPSC can be generated from a large variety of patient cells by any of the myriad of reprogramming platforms described. Here, we describe the generation of patient-specific iPSC from patient peripheral blood mononuclear cells by Sendai Reprogramming vectors.

  7. Reprogramming Methods Do Not Affect Gene Expression Profile of Human Induced Pluripotent Stem Cells.

    PubMed

    Trevisan, Marta; Desole, Giovanna; Costanzi, Giulia; Lavezzo, Enrico; Palù, Giorgio; Barzon, Luisa

    2017-01-20

    Induced pluripotent stem cells (iPSCs) are pluripotent cells derived from adult somatic cells. After the pioneering work by Yamanaka, who first generated iPSCs by retroviral transduction of four reprogramming factors, several alternative methods to obtain iPSCs have been developed in order to increase the yield and safety of the process. However, the question remains open on whether the different reprogramming methods can influence the pluripotency features of the derived lines. In this study, three different strategies, based on retroviral vectors, episomal vectors, and Sendai virus vectors, were applied to derive iPSCs from human fibroblasts. The reprogramming efficiency of the methods based on episomal and Sendai virus vectors was higher than that of the retroviral vector-based approach. All human iPSC clones derived with the different methods showed the typical features of pluripotent stem cells, including the expression of alkaline phosphatase and stemness maker genes, and could give rise to the three germ layer derivatives upon embryoid bodies assay. Microarray analysis confirmed the presence of typical stem cell gene expression profiles in all iPSC clones and did not identify any significant difference among reprogramming methods. In conclusion, the use of different reprogramming methods is equivalent and does not affect gene expression profile of the derived human iPSCs.

  8. Generation of Induced Pluripotent Stem Cells from Frozen Buffy Coats using Non-integrating Episomal Plasmids.

    PubMed

    Meraviglia, Viviana; Zanon, Alessandra; Lavdas, Alexandros A; Schwienbacher, Christine; Silipigni, Rosamaria; Di Segni, Marina; Chen, Huei-Sheng Vincent; Pramstaller, Peter P; Hicks, Andrew A; Rossini, Alessandra

    2015-06-05

    Somatic cells can be reprogrammed into induced pluripotent stem cells (iPSCs) by forcing the expression of four transcription factors (Oct-4, Sox-2, Klf-4, and c-Myc), typically expressed by human embryonic stem cells (hESCs). Due to their similarity with hESCs, iPSCs have become an important tool for potential patient-specific regenerative medicine, avoiding ethical issues associated with hESCs. In order to obtain cells suitable for clinical application, transgene-free iPSCs need to be generated to avoid transgene reactivation, altered gene expression and misguided differentiation. Moreover, a highly efficient and inexpensive reprogramming method is necessary to derive sufficient iPSCs for therapeutic purposes. Given this need, an efficient non-integrating episomal plasmid approach is the preferable choice for iPSC derivation. Currently the most common cell type used for reprogramming purposes are fibroblasts, the isolation of which requires tissue biopsy, an invasive surgical procedure for the patient. Therefore, human peripheral blood represents the most accessible and least invasive tissue for iPSC generation. In this study, a cost-effective and viral-free protocol using non-integrating episomal plasmids is reported for the generation of iPSCs from human peripheral blood mononuclear cells (PBMNCs) obtained from frozen buffy coats after whole blood centrifugation and without density gradient separation.

  9. Glycinergic dysfunction in a subpopulation of dorsal horn interneurons in a rat model of neuropathic pain

    PubMed Central

    Imlach, Wendy L.; Bhola, Rebecca F.; Mohammadi, Sarasa A.; Christie, Macdonald J.

    2016-01-01

    The development of neuropathic pain involves persistent changes in signalling within pain pathways. Reduced inhibitory signalling in the spinal cord following nerve-injury has been used to explain sensory signs of neuropathic pain but specific circuits that lose inhibitory input have not been identified. This study shows a specific population of spinal cord interneurons, radial neurons, lose glycinergic inhibitory input in a rat partial sciatic nerve ligation (PNL) model of neuropathic pain. Radial neurons are excitatory neurons located in lamina II of the dorsal horn, and are readily identified by their morphology. The amplitude of electrically-evoked glycinergic inhibitory post-synaptic currents (eIPSCs) was greatly reduced in radial neurons following nerve-injury associated with increased paired-pulse ratio. There was also a reduction in frequency of spontaneous IPSCs (sIPSCs) and miniature IPSCs (mIPSC) in radial neurons without significantly affecting mIPSC amplitude. A subtype selective receptor antagonist and western blots established reversion to expression of the immature glycine receptor subunit GlyRα2 in radial neurons after PNL, consistent with slowed decay times of IPSCs. This study has important implications as it identifies a glycinergic synaptic connection in a specific population of dorsal horn neurons where loss of inhibitory signalling may contribute to signs of neuropathic pain. PMID:27841371

  10. CD44 Is a Negative Cell Surface Marker for Pluripotent Stem Cell Identification during Human Fibroblast Reprogramming

    PubMed Central

    Vaz, Candida; Tanavde, Vivek; Lakshmipathy, Uma

    2014-01-01

    Induced pluripotent stem cells (iPSCs) are promising tools for disease research and cell therapy. One of the critical steps in establishing iPSC lines is the early identification of fully reprogrammed colonies among unreprogrammed fibroblasts and partially reprogrammed intermediates. Currently, colony morphology and pluripotent stem cell surface markers are used to identify iPSC colonies. Through additional clonal characterization, we show that these tools fail to distinguish partially reprogrammed intermediates from fully reprogrammed iPSCs. Thus, they can lead to the selection of suboptimal clones for expansion. A subsequent global transcriptome analysis revealed that the cell adhesion protein CD44 is a marker that differentiates between partially and fully reprogrammed cells. Immunohistochemistry and flow cytometry confirmed that CD44 is highly expressed in the human parental fibroblasts used for the reprogramming experiments. It is gradually lost throughout the reprogramming process and is absent in fully established iPSCs. When used in conjunction with pluripotent cell markers, CD44 staining results in the clear identification of fully reprogrammed cells. This combination of positive and negative surface markers allows for easier and more accurate iPSC detection and selection, thus reducing the effort spent on suboptimal iPSC clones. PMID:24416407

  11. Generation of germ cells in vitro in the era of induced pluripotent stem cells.

    PubMed

    Imamura, Masanori; Hikabe, Orie; Lin, Zachary Yu-Ching; Okano, Hideyuki

    2014-01-01

    Induced pluripotent stem cells (iPSCs) are stem cells that can be artificially generated via "cellular reprogramming" using gene transduction in somatic cells. iPSCs have enormous potential in stem-cell biology as they can give rise to numerous cell lineages, including the three germ layers. An evaluation of germ-line competency by blastocyst injection or tetraploid complementation, however, is critical for determining the developmental potential of mouse iPSCs towards germ cells. Recent studies have demonstrated that primordial germ cells obtained by the in vitro differentiation of iPSCs produce functional gametes as well as healthy offspring. These findings illustrate not only that iPSCs are developmentally similar to embryonic stem cells (ESCs), but also that somatic cells from adult tissues can produce gametes in vitro, that is, if they are reprogrammed into iPSCs. In this review, we discuss past and recent advances in the in vitro differentiation of germ cells using pluripotent stem cells, with an emphasis on ESCs and iPSCs. While this field of research is still at a stage of infancy, it holds great promises for investigating the mechanisms of germ-cell development, especially in humans, and for advancing reproductive and developmental engineering technologies in the future. © 2013 Wiley Periodicals, Inc.

  12. Induced Pluripotent Stem Cells Can Be Used to Model the Genomic Imprinting Disorder Prader-Willi Syndrome*

    PubMed Central

    Yang, Jiayin; Cai, Jie; Zhang, Ya; Wang, Xianming; Li, Wen; Xu, Jianyong; Li, Feng; Guo, Xiangpeng; Deng, Kang; Zhong, Mei; Chen, Yonglong; Lai, Liangxue; Pei, Duanqing; Esteban, Miguel A.

    2010-01-01

    The recent discovery of induced pluripotent stem cell (iPSC) technology provides an invaluable tool for creating in vitro representations of human genetic conditions. This is particularly relevant for those diseases that lack adequate animal models or where the species comparison is difficult, e.g. imprinting diseases such as the neurogenetic disorder Prader-Willi syndrome (PWS). However, recent reports have unveiled transcriptional and functional differences between iPSCs and embryonic stem cells that in cases are attributable to imprinting errors. This has suggested that human iPSCs may not be useful to model genetic imprinting diseases. Here, we describe the generation of iPSCs from a patient with PWS bearing a partial translocation of the paternally expressed chromosome 15q11-q13 region to chromosome 4. The resulting iPSCs match all standard criteria of bona fide reprogramming and could be readily differentiated into tissues derived from the three germ layers, including neurons. Moreover, these iPSCs retain a high level of DNA methylation in the imprinting center of the maternal allele and show concomitant reduced expression of the disease-associated small nucleolar RNA HBII-85/SNORD116. These results indicate that iPSCs may be a useful tool to study PWS and perhaps other genetic imprinting diseases as well. PMID:20956530

  13. Barriers for Deriving Transgene-Free Pig iPS Cells with Episomal Vectors.

    PubMed

    Du, Xuguang; Feng, Tao; Yu, Dawei; Wu, Yuanyuan; Zou, Huiying; Ma, Shuangyu; Feng, Chong; Huang, Yongye; Ouyang, Hongsheng; Hu, Xiaoxiang; Pan, Dengke; Li, Ning; Wu, Sen

    2015-11-01

    To date no authentic embryonic stem cell (ESC) line or germline-competent-induced pluripotent stem cell (iPSC) line has been established for large animals. Despite this fact, there is an impression in the field that large animal ESCs or iPSCs are as good as mouse counterparts. Clarification of this issue is important for a healthy advancement of the stem cell field. Elucidation of the causes of this failure in obtaining high quality iPSCs/ESCs may offer essential clues for eventual establishment of authentic ESCs for large animals including humans. To this end, we first generated porcine iPSCs using nonintegrating replicating episomal plasmids. Although these porcine iPSCs met most pluripotency criteria, they could neither generate cloned piglets through nuclear transfer, nor contribute to later stage chimeras through morula injections or aggregations. We found that the reprogramming genes in iPSCs could not be removed even under negative selection, indicating they are required to maintain self-renewal. The persistent expression of these genes in porcine iPSCs in turn caused differentiation defects in vivo. Therefore, incomplete reprogramming manifested by a reliance on sustained expression of exogenous-reprogramming factors appears to be the main reason for the inability of porcine iPSCs to form iPSC-derived piglets. © 2015 AlphaMed Press.

  14. Non-random nature of spontaneous mIPSCs in mouse auditory brainstem neurons revealed by recurrence quantification analysis

    PubMed Central

    Leao, Richardson N; Leao, Fabricio N; Walmsley, Bruce

    2005-01-01

    A change in the spontaneous release of neurotransmitter is a useful indicator of processes occurring within presynaptic terminals. Linear techniques (e.g. Fourier transform) have been used to analyse spontaneous synaptic events in previous studies, but such methods are inappropriate if the timing pattern is complex. We have investigated spontaneous glycinergic miniature synaptic currents (mIPSCs) in principal cells of the medial nucleus of the trapezoid body. The random versus deterministic (or periodic) nature of mIPSCs was assessed using recurrence quantification analysis. Nonlinear methods were then used to quantify any detected determinism in spontaneous release, and to test for chaotic or fractal patterns. Modelling demonstrated that this procedure is much more sensitive in detecting periodicities than conventional techniques. mIPSCs were found to exhibit periodicities that were abolished by blockade of internal calcium stores with ryanodine, suggesting calcium oscillations in the presynaptic inhibitory terminals. Analysis indicated that mIPSC occurrences were chaotic in nature. Furthermore, periodicities were less evident in congenitally deaf mice than in normal mice, indicating that appropriate neural activity during development is necessary for the expression of deterministic chaos in mIPSC patterns. We suggest that chaotic oscillations of mIPSC occurrences play a physiological role in signal processing in the auditory brainstem. PMID:16271982

  15. Concurrent Image Processing Executive (CIPE)

    NASA Technical Reports Server (NTRS)

    Lee, Meemong; Cooper, Gregory T.; Groom, Steven L.; Mazer, Alan S.; Williams, Winifred I.

    1988-01-01

    The design and implementation of a Concurrent Image Processing Executive (CIPE), which is intended to become the support system software for a prototype high performance science analysis workstation are discussed. The target machine for this software is a JPL/Caltech Mark IIIfp Hypercube hosted by either a MASSCOMP 5600 or a Sun-3, Sun-4 workstation; however, the design will accommodate other concurrent machines of similar architecture, i.e., local memory, multiple-instruction-multiple-data (MIMD) machines. The CIPE system provides both a multimode user interface and an applications programmer interface, and has been designed around four loosely coupled modules; (1) user interface, (2) host-resident executive, (3) hypercube-resident executive, and (4) application functions. The loose coupling between modules allows modification of a particular module without significantly affecting the other modules in the system. In order to enhance hypercube memory utilization and to allow expansion of image processing capabilities, a specialized program management method, incremental loading, was devised. To minimize data transfer between host and hypercube a data management method which distributes, redistributes, and tracks data set information was implemented.

  16. Differentiation of human foreskin fibroblast-derived induced pluripotent stem cells into hepatocyte-like cells.

    PubMed

    Wang, Jianjun; Zhao, Ping; Wan, Zhihong; Jin, Xueyuan; Cheng, Yongqian; Yan, Tao; Qing, Song; Ding, Ning; Xin, Shaojie

    2016-10-01

    The aim of this study was to investigate the differentiation potential of induced pluripotent stem cells (iPSCs) derived from human foreskin fibroblasts (HFFs) into hepatocyte-like cells (HLCs). The iPSCs were firstly induced by transduction of OCT4, SOX2, KLF4, and c-MYC into HFFs using retrovirus. Afterwards, expressions of pluripotency factors were identified by semiquantitative reverse transcription-polymerase chain reaction and immunofluorescence staining, and karyotype, embryoid, and teratoma were observed by microscope. Then, iPSCs were gradually differentiated into endoderm cells, hepatic progenitor cells, and mature HLCs by special culture medium. During this process, differentiation efficiency into each kind of cells was evaluated by detecting SOX17, HNF4a, and ALB using flow cytometry, respectively. Besides, enzyme-linked immunosorbent assay was conducted to detect the secretion of ALB in iPSC-induced HLCs and quantitative reverse transcription-polymerase chain reaction was performed to detect the expression levels of hepatocyte-specific genes. The iPSCs were successfully induced by HFFs, which exhibited typical embryonic stem cells morphology, positive alkaline phosphatase staining, normal diploid karyotype, and positive expression of various pluripotency factors. Meanwhile, spherical embryoid and teratoma with 3 germ layers were formed by iPSCs. The iPSCs were consecutively induced into endoderm cells, hepatic progenitor cells and mature HLCs, and the differentiation efficiency was 55.7 ± 2.9%, 45.7 ± 4.8%, and 35.0 ± 3.9%, respectively. Besides, the secretion of ALB and expression of various hepatocyte-specific genes was highly detected in iPSC-induced HLCs. The iPSCs were successfully derived from HFFs and then differentiated into HLCs, which proved a new source for hepatocyte transplantation. HFFs were successfully induced into iPSCs by transduction of OCT4, SOX2, KLF4, and c-MYC. Positive expressions of various pluripotency factors were exhibited in HFFs-induced iPSCs. The iPSCs were consecutively induced into endoderm cells, hepatic progenitor cells, and mature HLCs. Various hepatocyte-specific genes were highly expressed in iPSC-induced HLCs. Copyright © 2016 John Wiley & Sons, Ltd.

  17. Nuclear Energy Advanced Modeling and Simulation (NEAMS) Waste Integrated Performance and Safety Codes (IPSC) : FY10 development and integration.

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

    Criscenti, Louise Jacqueline; Sassani, David Carl; Arguello, Jose Guadalupe, Jr.

    2011-02-01

    This report describes the progress in fiscal year 2010 in developing the Waste Integrated Performance and Safety Codes (IPSC) in support of the U.S. Department of Energy (DOE) Office of Nuclear Energy Advanced Modeling and Simulation (NEAMS) Campaign. The goal of the Waste IPSC is to develop an integrated suite of computational modeling and simulation capabilities to quantitatively assess the long-term performance of waste forms in the engineered and geologic environments of a radioactive waste storage or disposal system. The Waste IPSC will provide this simulation capability (1) for a range of disposal concepts, waste form types, engineered repository designs,more » and geologic settings, (2) for a range of time scales and distances, (3) with appropriate consideration of the inherent uncertainties, and (4) in accordance with robust verification, validation, and software quality requirements. Waste IPSC activities in fiscal year 2010 focused on specifying a challenge problem to demonstrate proof of concept, developing a verification and validation plan, and performing an initial gap analyses to identify candidate codes and tools to support the development and integration of the Waste IPSC. The current Waste IPSC strategy is to acquire and integrate the necessary Waste IPSC capabilities wherever feasible, and develop only those capabilities that cannot be acquired or suitably integrated, verified, or validated. This year-end progress report documents the FY10 status of acquisition, development, and integration of thermal-hydrologic-chemical-mechanical (THCM) code capabilities, frameworks, and enabling tools and infrastructure.« less

  18. Generation of induced pluripotent stem cells with high efficiency from human embryonic renal cortical cells.

    PubMed

    Yao, Ling; Chen, Ruifang; Wang, Pu; Zhang, Qi; Tang, Hailiang; Sun, Huaping

    2016-01-01

    Reprogramming of somatic cells into induced pluripotent stem cells (iPSCs) emerges as a prospective therapeutic angle in regenerative medicine and a tool for drug screening. Although increasing numbers of iPSCs from different sources have been generated, there has been limited progress in yield of iPSC. Here, we show that four Yamanaka factors Oct4, Sox2, Klf4 and c-Myc can convert human embryonic renal cortical cells (hERCCs) to pluripotent stem cells with a roughly 40-fold higher reprogramming efficiency compared with that of adult human dermal fibroblasts. These iPSCs show pluripotency in vitro and in vivo, as evidenced by expression of pluripotency associated genes, differentiation into three embryonic germ layers by teratoma tests, as well as neuronal fate specification by embryoid body formation. Moreover, the four exogenous genes are effectively silenced in these iPSCs. This study highlights the use of hERCCs to generate highly functional human iPSCs which may aid the study of genetic kidney diseases and accelerate the development of cell-based regenerative therapy.

  19. Induction of pluripotent stem cells transplantation therapy for ischemic stroke.

    PubMed

    Jiang, Mei; Lv, Lei; Ji, Haifeng; Yang, Xuelian; Zhu, Wei; Cai, Liying; Gu, Xiaju; Chai, Changfeng; Huang, Shu; Sun, Jian; Dong, Qiang

    2011-08-01

    Stroke can cause permanent neurological damage, complications, and even death. However, there is no treatment exists to restore its lost function. Human embryonic stems transplantation therapy was a novel and potential therapeutic approach for stroke. However, as we have seen, the ethical controversy pertains to embryonic stem cell research. Human induced pluripotent stem cells (iPSCs) are the latest generation of stem cells that may be a solution to the controversy of using embryonic cells. In our study, we generated iPSCs from adult human fibroblasts by introduction of four defined transcription factors (Oct4, Sox2, Nanog, and Lin-28). And then, we investigated the efficacy of iPSCs transplantation therapy for stroke on the animal models of middle cerebral artery occlusion. Surprisingly, we found that transplanted iPSCs migrated to injured brain areas, and differentiated into neuron-like cells successfully. After 4-16 days iPSCs grafting, sensorimotor function of rats has been improved significantly. In one word, we may prove that iPSCs therapy in stroke to be an effective form of treatment.

  20. A panel of induced pluripotent stem cells from chimpanzees: a resource for comparative functional genomics

    PubMed Central

    Gallego Romero, Irene; Pavlovic, Bryan J; Hernando-Herraez, Irene; Zhou, Xiang; Ward, Michelle C; Banovich, Nicholas E; Kagan, Courtney L; Burnett, Jonathan E; Huang, Constance H; Mitrano, Amy; Chavarria, Claudia I; Friedrich Ben-Nun, Inbar; Li, Yingchun; Sabatini, Karen; Leonardo, Trevor R; Parast, Mana; Marques-Bonet, Tomas; Laurent, Louise C; Loring, Jeanne F; Gilad, Yoav

    2015-01-01

    Comparative genomics studies in primates are restricted due to our limited access to samples. In order to gain better insight into the genetic processes that underlie variation in complex phenotypes in primates, we must have access to faithful model systems for a wide range of cell types. To facilitate this, we generated a panel of 7 fully characterized chimpanzee induced pluripotent stem cell (iPSC) lines derived from healthy donors. To demonstrate the utility of comparative iPSC panels, we collected RNA-sequencing and DNA methylation data from the chimpanzee iPSCs and the corresponding fibroblast lines, as well as from 7 human iPSCs and their source lines, which encompass multiple populations and cell types. We observe much less within-species variation in iPSCs than in somatic cells, indicating the reprogramming process erases many inter-individual differences. The low within-species regulatory variation in iPSCs allowed us to identify many novel inter-species regulatory differences of small magnitude. DOI: http://dx.doi.org/10.7554/eLife.07103.001 PMID:26102527

  1. Optimizing the updated Goddard shortwave radiation Weather Research and Forecasting (WRF) scheme for Intel Many Integrated Core (MIC) architecture

    NASA Astrophysics Data System (ADS)

    Mielikainen, Jarno; Huang, Bormin; Huang, Allen H.-L.

    2015-05-01

    Intel Many Integrated Core (MIC) ushers in a new era of supercomputing speed, performance, and compatibility. It allows the developers to run code at trillions of calculations per second using the familiar programming model. In this paper, we present our results of optimizing the updated Goddard shortwave radiation Weather Research and Forecasting (WRF) scheme on Intel Many Integrated Core Architecture (MIC) hardware. The Intel Xeon Phi coprocessor is the first product based on Intel MIC architecture, and it consists of up to 61 cores connected by a high performance on-die bidirectional interconnect. The co-processor supports all important Intel development tools. Thus, the development environment is familiar one to a vast number of CPU developers. Although, getting a maximum performance out of Xeon Phi will require using some novel optimization techniques. Those optimization techniques are discusses in this paper. The results show that the optimizations improved performance of the original code on Xeon Phi 7120P by a factor of 1.3x.

  2. Ten years of progress and promise of induced pluripotent stem cells: historical origins, characteristics, mechanisms, limitations, and potential applications.

    PubMed

    Omole, Adekunle Ebenezer; Fakoya, Adegbenro Omotuyi John

    2018-01-01

    The discovery of induced pluripotent stem cells (iPSCs) by Shinya Yamanaka in 2006 was heralded as a major breakthrough of the decade in stem cell research. The ability to reprogram human somatic cells to a pluripotent embryonic stem cell-like state through the ectopic expression of a combination of embryonic transcription factors was greeted with great excitement by scientists and bioethicists. The reprogramming technology offers the opportunity to generate patient-specific stem cells for modeling human diseases, drug development and screening, and individualized regenerative cell therapy. However, fundamental questions have been raised regarding the molecular mechanism of iPSCs generation, a process still poorly understood by scientists. The efficiency of reprogramming of iPSCs remains low due to the effect of various barriers to reprogramming. There is also the risk of chromosomal instability and oncogenic transformation associated with the use of viral vectors, such as retrovirus and lentivirus, which deliver the reprogramming transcription factors by integration in the host cell genome. These challenges can hinder the therapeutic prospects and promise of iPSCs and their clinical applications. Consequently, extensive studies have been done to elucidate the molecular mechanism of reprogramming and novel strategies have been identified which help to improve the efficiency of reprogramming methods and overcome the safety concerns linked with iPSC generation. Distinct barriers and enhancers of reprogramming have been elucidated, and non-integrating reprogramming methods have been reported. Here, we summarize the progress and the recent advances that have been made over the last 10 years in the iPSC field, with emphasis on the molecular mechanism of reprogramming, strategies to improve the efficiency of reprogramming, characteristics and limitations of iPSCs, and the progress made in the applications of iPSCs in the field of disease modelling, drug discovery and regenerative medicine. Additionally, this study appraises the role of genomic editing technology in the generation of healthy iPSCs.

  3. GABAB receptor-mediated responses in GABAergic projection neurones of rat nucleus reticularis thalami in vitro.

    PubMed

    Ulrich, D; Huguenard, J R

    1996-06-15

    1. Whole-cell voltage-clamp recordings were obtained from GABAergic neurones of rat nucleus reticularis thalami (NRT) in vitro to assess pre- and postsynaptic GABAB receptor-mediated responses. Presynaptic inhibition of GABA release was studied at terminals on local axon collaterals within NRT as well as on projection fibres in the somatosensory relay nuclei. 2. The GABAB receptor agonist (R)-baclofen (10 microM) reduced monosynaptically evoked GABAA-mediated inhibitory postsynaptic currents (IPSCs) in NRT and somatosensory relay cells to 11 and 12% of control, respectively. 3. Action potential-independent miniature IPSCs (mIPSCs) were observed in both cell types. Mean mIPSC amplitude was 20 pA in both NRT and relay cells at a holding potential of 0 mV. The mean mIPSC frequencies were 0.83 and 2.2 Hz in NRT and relay cells, respectively. Baclofen decreased mIPSP frequency by about half in each cell type without affecting amplitude. 4. Paired-burst inhibition of evoked IPSCs was studied in relay and NRT cells by applying pairs of 100 Hz stimulus bursts separated by 600 ms. The mean ratio of second to first peak IPSC amplitudes was 0.77. 5. In NRT cells baclofen induced a linear postsynaptic conductance increase of 0.82 nS with an associated reversal potential of -121 mV. A small (0.14 nS) GABAB component of the evoked IPSC was detected in only a minority of NRT cells (3 of 18). 6. All pre- and postsynaptic effects of baclofen, as well as PBI, were largely reversed by the specific GABAB receptor antagonist CGP 35348 (0.5 mM). 7. We conclude that activation of GABAB receptors in NRT leads to presynaptic autoinhibition of IPSCs in both NRT and relay cells, and to direct activation of a small linear K+ conductance. In addition our experiments suggest that reciprocal connectivity within NRT can be partially mediated by a small GABAB inhibitory event.

  4. Targeted genome engineering in human induced pluripotent stem cells from patients with hemophilia B using the CRISPR-Cas9 system.

    PubMed

    Lyu, Cuicui; Shen, Jun; Wang, Rui; Gu, Haihui; Zhang, Jianping; Xue, Feng; Liu, Xiaofan; Liu, Wei; Fu, Rongfeng; Zhang, Liyan; Li, Huiyuan; Zhang, Xiaobing; Cheng, Tao; Yang, Renchi; Zhang, Lei

    2018-04-06

    Replacement therapy for hemophilia remains a lifelong treatment. Only gene therapy can cure hemophilia at a fundamental level. The clustered regularly interspaced short palindromic repeats-CRISPR associated nuclease 9 (CRISPR-Cas9) system is a versatile and convenient genome editing tool which can be applied to gene therapy for hemophilia. A patient's induced pluripotent stem cells (iPSCs) were generated from their peripheral blood mononuclear cells (PBMNCs) using episomal vectors. The AAVS1-Cas9-sgRNA plasmid which targets the AAVS1 locus and the AAVS1-EF1α-F9 cDNA-puromycin donor plasmid were constructed, and they were electroporated into the iPSCs. When insertion of F9 cDNA into the AAVS1 locus was confirmed, whole genome sequencing (WGS) was carried out to detect the off-target issue. The iPSCs were then differentiated into hepatocytes, and human factor IX (hFIX) antigen and activity were measured in the culture supernatant. Finally, the hepatocytes were transplanted into non-obese diabetic/severe combined immunodeficiency disease (NOD/SCID) mice through splenic injection. The patient's iPSCs were generated from PBMNCs. Human full-length F9 cDNA was inserted into the AAVS1 locus of iPSCs of a hemophilia B patient using the CRISPR-Cas9 system. No off-target mutations were detected by WGS. The hepatocytes differentiated from the inserted iPSCs could secrete hFIX stably and had the ability to be transplanted into the NOD/SCID mice in the short term. PBMNCs are good somatic cell choices for generating iPSCs from hemophilia patients. The iPSC technique is a good tool for genetic therapy for human hereditary diseases. CRISPR-Cas9 is versatile, convenient, and safe to be used in iPSCs with low off-target effects. Our research offers new approaches for clinical gene therapy for hemophilia.

  5. Ten years of progress and promise of induced pluripotent stem cells: historical origins, characteristics, mechanisms, limitations, and potential applications

    PubMed Central

    2018-01-01

    The discovery of induced pluripotent stem cells (iPSCs) by Shinya Yamanaka in 2006 was heralded as a major breakthrough of the decade in stem cell research. The ability to reprogram human somatic cells to a pluripotent embryonic stem cell-like state through the ectopic expression of a combination of embryonic transcription factors was greeted with great excitement by scientists and bioethicists. The reprogramming technology offers the opportunity to generate patient-specific stem cells for modeling human diseases, drug development and screening, and individualized regenerative cell therapy. However, fundamental questions have been raised regarding the molecular mechanism of iPSCs generation, a process still poorly understood by scientists. The efficiency of reprogramming of iPSCs remains low due to the effect of various barriers to reprogramming. There is also the risk of chromosomal instability and oncogenic transformation associated with the use of viral vectors, such as retrovirus and lentivirus, which deliver the reprogramming transcription factors by integration in the host cell genome. These challenges can hinder the therapeutic prospects and promise of iPSCs and their clinical applications. Consequently, extensive studies have been done to elucidate the molecular mechanism of reprogramming and novel strategies have been identified which help to improve the efficiency of reprogramming methods and overcome the safety concerns linked with iPSC generation. Distinct barriers and enhancers of reprogramming have been elucidated, and non-integrating reprogramming methods have been reported. Here, we summarize the progress and the recent advances that have been made over the last 10 years in the iPSC field, with emphasis on the molecular mechanism of reprogramming, strategies to improve the efficiency of reprogramming, characteristics and limitations of iPSCs, and the progress made in the applications of iPSCs in the field of disease modelling, drug discovery and regenerative medicine. Additionally, this study appraises the role of genomic editing technology in the generation of healthy iPSCs. PMID:29770269

  6. Cell surface domain specific postsynaptic currents evoked by identified GABAergic neurones in rat hippocampus in vitro

    PubMed Central

    Maccaferri, Gianmaria; David, J; Roberts, B; Szucs, Peter; Cottingham, Carol A; Somogyi, Peter

    2000-01-01

    Inhibitory postsynaptic currents (IPSCs) evoked in CA1 pyramidal cells (n = 46) by identified interneurones (n = 43) located in str. oriens were recorded in order to compare their functional properties and to determine the effect of synapse location on the apparent IPSC kinetics as recorded using somatic voltage clamp at −70 mV and nearly symmetrical [Cl−]. Five types of visualised presynaptic interneurone, oriens-lacunosum moleculare (O-LMC), basket (BC), axo-axonic (AAC), bistratified (BiC) and oriens-bistratified (O-BiC) cells, were distinguished by immunocytochemistry and/or synapse location using light and electron microscopy. Somatostatin immunoreactive O-LMCs, innervating the most distal dendritic shafts and spines, evoked the smallest amplitude (26 ± 10 pA, s.e.m., n = 8) and slowest IPSCs (10–90 % rise time, 6.2 ± 0.6 ms; decay, 20.8 ± 1.7 ms, n = 8), with no paired-pulse modulation of the second IPSC (93 ± 4 %) at 100 ms interspike interval. In contrast, parvalbumin-positive AACs evoked larger amplitude (308 ± 103 pA, n = 7) and kinetically faster (rise time, 0.8 ± 0.1 ms; decay 11.2 ± 0.9 ms, n = 7) IPSCs showing paired-pulse depression (to 68 ± 5 %, n = 6). Parvalbumin- or CCK-positive BCs (n = 9) terminating on soma/dendrites, BiCs (n = 4) and O-BiCs (n = 7) innervating dendrites evoked IPSCs with intermediate kinetic parameters. The properties of IPSCs and sensitivity to bicuculline indicated that they were mediated by GABAA receptors. In three cases, kinetically complex, multiphasic IPSCs, evoked by an action potential in the recorded basket cells, suggested that coupled interneurones, possibly through electrotonic junctions, converged on the same postsynaptic neurone. The population of O-BiCs (4 of 4 somatostatin positive) characterised in this study had horizontal dendrites restricted to str. oriens/alveus and innervated stratum radiatum and oriens. Other BiCs had radial dendrites as described earlier. The parameters of IPSCs evoked by BiCs and O-BiCs showed the largest cell to cell variation, and a single interneurone could evoke both small and slow as well as large and relatively fast IPSCs. The kinetic properties of the somatically recorded postsynaptic current are correlated with the innervated cell surface domain. A significant correlation of rise and decay times for the overall population of unitary IPSCs suggests that electrotonic filtering of distal responses is a major factor for the location and cell type specific differences of unitary IPSCs, but molecular heterogeneity of postsynaptic GABAA receptors may also contribute to the observed kinetic differences. Furthermore, domain specific differences in the short-term plasticity of the postsynaptic response indicate a differentiation of interneurones in activity-dependent responses. PMID:10747186

  7. Natural and Synthetic Materials for Self-Renewal, Long-Term Maintenance, and Differentiation of Induced Pluripotent Stem Cells.

    PubMed

    Dzhoyashvili, Nina A; Shen, Sanbing; Rochev, Yury A

    2015-11-18

    Induced pluripotent stem cells (iPSCs) have attracted considerable attention from the public, clinicians, and scientists since their discovery in 2006, and raised huge expectations for regenerative medicine. One of the distinctive features of iPSCs is their propensity to differentiate into the cells of three germ lines in vitro and in vivo. The human iPSCs can be used to study the mechanisms underlying a disease and to monitor the disease progression, for testing drugs in vitro, and for cell therapy, avoiding many ethical and immunologic concerns. This technology offers the potential to take an individual approach to each patient and allows a more accurate diagnosis and specific treatment. However, there are several obstacles that impede the use of iPSCs. The derivation of fully reprogrammed iPSCs is expensive, time-consuming, and demands meticulous attention to many details. The use of biomaterials could increase the efficacy and safety while decreasing the cost of tissue engineering. The choice of a substrate utilized for iPSC culture is also important because cell-substrate contacts influence cellular behavior such as self-renewal, expansion, and differentiation. This Progress Report aims to summarize the advantages and drawbacks of natural and synthetic biomaterials, and to evaluate their role for maintenance and differentiation of iPSCs. © 2015 WILEY-VCH Verlag GmbH & Co. KGaA, Weinheim.

  8. Using induced pluripotent stem cells derived neurons to model brain diseases.

    PubMed

    McKinney, Cindy E

    2017-07-01

    The ability to use induced pluripotent stem cells (iPSC) to model brain diseases is a powerful tool for unraveling mechanistic alterations in these disorders. Rodent models of brain diseases have spurred understanding of pathology but the concern arises that they may not recapitulate the full spectrum of neuron disruptions associated with human neuropathology. iPSC derived neurons, or other neural cell types, provide the ability to access pathology in cells derived directly from a patient's blood sample or skin biopsy where availability of brain tissue is limiting. Thus, utilization of iPSC to study brain diseases provides an unlimited resource for disease modelling but may also be used for drug screening for effective therapies and may potentially be used to regenerate aged or damaged cells in the future. Many brain diseases across the spectrum of neurodevelopment, neurodegenerative and neuropsychiatric are being approached by iPSC models. The goal of an iPSC based disease model is to identify a cellular phenotype that discriminates the disease-bearing cells from the control cells. In this mini-review, the importance of iPSC cell models validated for pluripotency, germline competency and function assessments is discussed. Selected examples for the variety of brain diseases that are being approached by iPSC technology to discover or establish the molecular basis of the neuropathology are discussed.

  9. Patient-Derived iPSCs and iNs-Shedding New Light on the Cellular Etiology of Neurodegenerative Diseases.

    PubMed

    Tang, Bor Luen

    2018-05-08

    Induced pluripotent stem cells (iPSCs) and induced neuronal (iN) cells are very much touted in terms of their potential promises in therapeutics. However, from a more fundamental perspective, iPSCs and iNs are invaluable tools for the postnatal generation of specific diseased cell types from patients, which may offer insights into disease etiology that are otherwise unobtainable with available animal or human proxies. There are two good recent examples of such important insights with diseased neurons derived via either the iPSC or iN approaches. In one, induced motor neurons (iMNs) derived from iPSCs of Amyotrophic lateral sclerosis/Frontotemporal dementia (ALS/FTD) patients with a C9orf72 repeat expansion revealed a haploinsufficiency of protein function resulting from the intronic expansion and deficiencies in motor neuron vesicular trafficking and lysosomal biogenesis that were not previously obvious in knockout mouse models. In another, striatal medium spinal neurons (MSNs) derived directly from fibroblasts of Huntington’s disease (HD) patients recapitulated age-associated disease signatures of mutant Huntingtin (mHTT) aggregation and neurodegeneration that were not prominent in neurons differentiated indirectly via iPSCs from HD patients. These results attest to the tremendous potential for pathologically accurate and mechanistically revealing disease modelling with advances in the derivation of iPSCs and iNs.

  10. Improved hematopoietic differentiation efficiency of gene-corrected beta-thalassemia induced pluripotent stem cells by CRISPR/Cas9 system.

    PubMed

    Song, Bing; Fan, Yong; He, Wenyin; Zhu, Detu; Niu, Xiaohua; Wang, Ding; Ou, Zhanhui; Luo, Min; Sun, Xiaofang

    2015-05-01

    The generation of beta-thalassemia (β-Thal) patient-specific induced pluripotent stem cells (iPSCs), subsequent homologous recombination-based gene correction of disease-causing mutations/deletions in the β-globin gene (HBB), and their derived hematopoietic stem cell (HSC) transplantation offers an ideal therapeutic solution for treating this disease. However, the hematopoietic differentiation efficiency of gene-corrected β-Thal iPSCs has not been well evaluated in the previous studies. In this study, we used the latest gene-editing tool, clustered regularly interspaced short palindromic repeats (CRISPR)/CRISPR-associated 9 (Cas9), to correct β-Thal iPSCs; gene-corrected cells exhibit normal karyotypes and full pluripotency as human embryonic stem cells (hESCs) showed no off-targeting effects. Then, we evaluated the differentiation efficiency of the gene-corrected β-Thal iPSCs. We found that during hematopoietic differentiation, gene-corrected β-Thal iPSCs showed an increased embryoid body ratio and various hematopoietic progenitor cell percentages. More importantly, the gene-corrected β-Thal iPSC lines restored HBB expression and reduced reactive oxygen species production compared with the uncorrected group. Our study suggested that hematopoietic differentiation efficiency of β-Thal iPSCs was greatly improved once corrected by the CRISPR/Cas9 system, and the information gained from our study would greatly promote the clinical application of β-Thal iPSC-derived HSCs in transplantation.

  11. Reliable generation of induced pluripotent stem cells from human lymphoblastoid cell lines.

    PubMed

    Barrett, Robert; Ornelas, Loren; Yeager, Nicole; Mandefro, Berhan; Sahabian, Anais; Lenaeus, Lindsay; Targan, Stephan R; Svendsen, Clive N; Sareen, Dhruv

    2014-12-01

    Patient-specific induced pluripotent stem cells (iPSCs) hold great promise for many applications, including disease modeling to elucidate mechanisms involved in disease pathogenesis, drug screening, and ultimately regenerative medicine therapies. A frequently used starting source of cells for reprogramming has been dermal fibroblasts isolated from skin biopsies. However, numerous repositories containing lymphoblastoid cell lines (LCLs) generated from a wide array of patients also exist in abundance. To date, this rich bioresource has been severely underused for iPSC generation. We first attempted to create iPSCs from LCLs using two existing methods but were unsuccessful. Here we report a new and more reliable method for LCL reprogramming using episomal plasmids expressing pluripotency factors and p53 shRNA in combination with small molecules. The LCL-derived iPSCs (LCL-iPSCs) exhibited identical characteristics to fibroblast-derived iPSCs (fib-iPSCs), wherein they retained their genotype, exhibited a normal pluripotency profile, and readily differentiated into all three germ-layer cell types. As expected, they also maintained rearrangement of the heavy chain immunoglobulin locus. Importantly, we also show efficient iPSC generation from LCLs of patients with spinal muscular atrophy and inflammatory bowel disease. These LCL-iPSCs retained the disease mutation and could differentiate into neurons, spinal motor neurons, and intestinal organoids, all of which were virtually indistinguishable from differentiated cells derived from fib-iPSCs. This method for reliably deriving iPSCs from patient LCLs paves the way for using invaluable worldwide LCL repositories to generate new human iPSC lines, thus providing an enormous bioresource for disease modeling, drug discovery, and regenerative medicine applications. ©AlphaMed Press.

  12. Disease-specific induced pluripotent stem cells: a platform for human disease modeling and drug discovery.

    PubMed

    Jang, Jiho; Yoo, Jeong-Eun; Lee, Jeong-Ah; Lee, Dongjin R; Kim, Ji Young; Huh, Yong Jun; Kim, Dae-Sung; Park, Chul-Yong; Hwang, Dong-Youn; Kim, Han-Soo; Kang, Hoon-Chul; Kim, Dong-Wook

    2012-03-31

    The generation of disease-specific induced pluripotent stem cell (iPSC) lines from patients with incurable diseases is a promising approach for studying disease mechanisms and drug screening. Such innovation enables to obtain autologous cell sources in regenerative medicine. Herein, we report the generation and characterization of iPSCs from fibroblasts of patients with sporadic or familial diseases, including Parkinson's disease (PD), Alzheimer's disease (AD), juvenile-onset, type I diabetes mellitus (JDM), and Duchenne type muscular dystrophy (DMD), as well as from normal human fibroblasts (WT). As an example to modeling disease using disease-specific iPSCs, we also discuss the previously established childhood cerebral adrenoleukodystrophy (CCALD)- and adrenomyeloneuropathy (AMN)-iPSCs by our group. Through DNA fingerprinting analysis, the origins of generated disease-specific iPSC lines were identified. Each iPSC line exhibited an intense alkaline phosphatase activity, expression of pluripotent markers, and the potential to differentiate into all three embryonic germ layers: the ectoderm, endoderm, and mesoderm. Expression of endogenous pluripotent markers and downregulation of retrovirus-delivered transgenes [OCT4 (POU5F1), SOX2, KLF4, and c-MYC] were observed in the generated iPSCs. Collectively, our results demonstrated that disease-specific iPSC lines characteristically resembled hESC lines. Furthermore, we were able to differentiate PD-iPSCs, one of the disease-specific-iPSC lines we generated, into dopaminergic (DA) neurons, the cell type mostly affected by PD. These PD-specific DA neurons along with other examples of cell models derived from disease-specific iPSCs would provide a powerful platform for examining the pathophysiology of relevant diseases at the cellular and molecular levels and for developing new drugs and therapeutic regimens.

  13. Generation of Integration-Free Induced Pluripotent Stem Cells from Urine-Derived Cells Isolated from Individuals with Down Syndrome.

    PubMed

    M Lee, Young; Zampieri, Bruna L; Scott-McKean, Jonah J; Johnson, Mark W; Costa, Alberto C S

    2017-06-01

    Down syndrome (DS) is a genetic disorder caused by trisomy 21 (T21). Over the past two decades, the use of mouse models has led to significant advances in the understanding of mechanisms underlying various phenotypic features and comorbidities secondary to T21 and even informed the design of clinical trials aimed at enhancing the cognitive abilities of persons with DS. In spite of its success, this approach has been plagued by all the typical limitations of rodent modeling of human disorders and diseases. Recently, several laboratories have succeeded in producing T21 human induced pluripotent stem cells (T21-iPSCs) from individuals with DS, which is emerging as a promising complementary tool for the study of DS. Here, we describe the method by which we generated 10 T21-iPSC lines from epithelial cells in urine samples, presumably from kidney epithelial origin, using nonintegrating episomal vectors. We also show that these iPSCs maintain chromosomal stability for well over 20 passages and are more sensitive to proteotoxic stress than euploid iPSCs. Furthermore, these iPSC lines can be differentiated into glutamatergic neurons and cardiomyocytes. By culturing urine-derived cells and maximizing the efficiency of episomal vector transfection, we have been able to generate iPSCs noninvasively and effectively from participants with DS in an ongoing clinical trial, and thus address most shortcomings of previously generated T21-iPSC lines. These techniques should extend the application of iPSCs in modeling DS and other neurodevelopmental and neurodegenerative disorders, and may lead to future human cell-based platforms for high-throughput drug screening. Stem Cells Translational Medicine 2017;6:1465-1476. © 2017 The Authors Stem Cells Translational Medicine published by Wiley Periodicals, Inc. on behalf of AlphaMed Press.

  14. Unitary synaptic connections among substantia nigra pars reticulata neurons

    PubMed Central

    Wilson, Charles J.

    2016-01-01

    Neurons in substantia nigra pars reticulata (SNr) are synaptically coupled by local axon collaterals, providing a potential mechanism for local signal processing. Because SNr neurons fire spontaneously, these synapses are constantly active. To investigate their properties, we recorded spontaneous inhibitory postsynaptic currents (sIPSCs) from SNr neurons in brain slices, in which afferents from upstream nuclei are severed, and the cells fire rhythmically. The sIPSC trains contained a mixture of periodic and aperiodic events. Autocorrelation analysis of sIPSC trains showed that a majority of cells had one to four active unitary inputs. The properties of the unitary IPSCs (uIPSCs) were analyzed for cells with one unitary input, using a model of periodic presynaptic firing and stochastic synaptic transmission. The inferred presynaptic firing rates and coefficient of variation of interspike intervals (ISIs) corresponded well with direct measurements of spiking in SNr neurons. Methods were developed to estimate the success probability, amplitude distributions, and kinetics of the uIPSCs, while removing the contribution from aperiodic sIPSCs. The sIPSC amplitudes were not increased upon release from halorhodopsin silencing, suggesting that most synapses were not depressed at the spontaneous firing rate. Gramicidin perforated-patch recordings indicated that the average reversal potential of spontaneous inhibitory postsynaptic potentials was −64 mV. Because of the change in driving force across the ISI, the unitary inputs are predicted to have a larger postsynaptic impact when they arrive late in the ISI. Simulations of network activity suggest that this very sparse inhibitory coupling may act to desynchronize the activity of SNr neurons while having only a small effect on firing rate. PMID:26961101

  15. Mefloquine effects on ventral tegmental area dopamine and GABA neuron inhibition: a physiologic role for connexin-36 GAP junctions.

    PubMed

    Allison, David W; Wilcox, Rebecca S; Ellefsen, Kyle L; Askew, Caitlin E; Hansen, David M; Wilcox, Jeffrey D; Sandoval, Stephanie S; Eggett, Dennis L; Yanagawa, Yuchio; Steffensen, Scott C

    2011-08-01

    Connexin-36 (Cx36) gap junctions (GJs) appear to be involved in the synchronization of GABA interneurons in many brain areas. We have previously identified a population of Cx36-connected ventral tegmental area (VTA) GABA neurons that may regulate mesolimbic dopamine (DA) neurotransmission, a system implicated in reward from both natural behaviors and drugs of abuse. The aim of this study was to determine the effect mefloquine (MFQ) has on midbrain DA and GABA neuron inhibition, and the role Cx36 GJs play in regulating midbrain VTA DA neuron activity in mice. In brain slices from adolescent wild-type (WT) mice the Cx36-selective GJ blocker mefloquine (MFQ, 25 μM) increased VTA DA neuron sIPSC frequency sixfold, and mIPSC frequency threefold. However, in Cx36 KO mice, MFQ only increased sIPSC and mIPSC frequency threefold. The nonselective GJ blocker carbenoxolone (CBX, 100 μM) increased DA neuron sIPSC frequency twofold in WT mice, did not affect Cx36 KO mouse sIPSCs, and did not affect mIPSCs in WT or Cx36 KO mice. Interestingly, MFQ had no effect on VTA GABA neuron sIPSC frequency. We also examined MFQ effects on VTA DA neuron firing rate and current-evoked spiking in WT and Cx36 KO mice, and found that MFQ decreased WT DA neuron firing rate and current-evoked spiking, but did not alter these measures in Cx36 KO mice. Taken together these findings suggest that blocking Cx36 GJs increases VTA DA neuron inhibition, and that GJs play in key role in regulating inhibition of VTA DA neurons. Synapse, 2011. © 2011 Wiley-Liss, Inc. Copyright © 2011 Wiley-Liss, Inc.

  16. Dynamic regulation of glycinergic input to spinal dorsal horn neurones by muscarinic receptor subtypes in rats.

    PubMed

    Wang, Xiu-Li; Zhang, Hong-Mei; Li, De-Pei; Chen, Shao-Rui; Pan, Hui-Lin

    2006-03-01

    Activation of spinal muscarinic acetylcholine receptors (mAChRs) inhibits nociception. However, the cellular mechanisms of this action are not fully known. In this study, we determined the role of mAChR subtypes in regulation of synaptic glycine release in the spinal cord. Whole-cell voltage-clamp recordings were performed on lamina II neurones in the rat spinal cord slices. The mAChR agonist oxotremorine-M significantly increased the frequency of glycinergic sIPSCs but not mIPSCs. Surprisingly, the effect of oxotremorine-M on sIPSCs was largely attenuated at a higher concentration. On the other hand, 1-10 microm oxotremorine-M dose-dependently increased the frequency of sIPSCs in rats pretreated with intrathecal pertussis toxin. Furthermore, oxotremorine-M also dose-dependently increased the frequency of sIPSCs in the presence of himbacine (an M2/M4 mAChR antagonist) or AF-DX116 (an M2 mAChR antagonist). The M3 mAChR antagonist 4-DAMP abolished the stimulatory effect of oxotremorine-M on sIPSCs. Interestingly, the GABA(B) receptor antagonist CGP55845 potentiated the stimulatory effect of oxotremorine-M on sIPSCs. In the presence of CGP55845, both himbacine and AF-DX116 similarly reduced the potentiating effect of oxotremorine-M on sIPSCs. Collectively, these data suggest that the M3 subtype is present on the somatodendritic site of glycinergic neurones and is mainly responsible for muscarinic potentiation of glycinergic input to spinal dorsal horn neurones. Concurrent stimulation of mAChRs on adjacent GABAergic interneurones attenuates synaptic glycine release through presynaptic GABA(B) receptors on glycinergic interneurones. This study illustrates a complex dynamic interaction between GABAergic and glycinergic synapses in the spinal cord dorsal horn.

  17. Human pancreatic islet-derived extracellular vesicles modulate insulin expression in 3D-differentiating iPSC clusters

    PubMed Central

    Andersson, Eva-Marie; Heath, Nikki; Persson-kry, Anette; Collins, Richard; Hicks, Ryan; Dekker, Niek; Forslöw, Anna

    2017-01-01

    It has been suggested that extracellular vesicles (EVs) can mediate crosstalk between hormones and metabolites within pancreatic tissue. However, the possible effect of pancreatic EVs on stem cell differentiation into pancreatic lineages remains unknown. Herein, human islet-derived EVs (h-Islet-EVs) were isolated, characterized and subsequently added to human induced pluripotent stem cell (iPSC) clusters during pancreatic differentiation. The h-islet-EVs had a mean size of 117±7 nm and showed positive expression of CD63 and CD81 EV markers as measured by ELISA. The presence of key pancreatic transcription factor mRNA, such as NGN3, MAFA and PDX1, and pancreatic hormone proteins such as C-peptide and glucagon, were confirmed in h-Islet-EVs. iPSC clusters were differentiated in suspension and at the end stages of the differentiation protocol, the mRNA expression of the main pancreatic transcription factors and pancreatic hormones was increased. H-Islet-EVs were supplemented to the iPSC clusters in the later stages of differentiation. It was observed that h-Islet-EVs were able to up-regulate the intracellular levels of C-peptide in iPSC clusters in a concentration-dependent manner. The effect of h-Islet-EVs on the differentiation of iPSC clusters cultured in 3D-collagen hydrogels was also assessed. Although increased mRNA expression for pancreatic markers was observed when culturing the iPSC clusters in 3D-collagen hydrogels, delivery of EVs did not affect the insulin or C-peptide intracellular content. Our results provide new information on the role of h-Islet-EVs in the regulation of insulin expression in differentiating iPSC clusters, and are highly relevant for pancreatic tissue engineering applications. PMID:29117231

  18. Clinical Application of Induced Pluripotent Stem Cells in Cardiovascular Medicine.

    PubMed

    Chi, Hong-jie; Gao, Song; Yang, Xin-chun; Cai, Jun; Zhao, Wen-shu; Sun, Hao; Geng, Yong-Jian

    2015-01-01

    Induced pluripotent stem cells (iPSCs) are generated by reprogramming human somatic cells through the overexpression of four transcription factors: Oct4, Sox2, Klf4 and c-Myc. iPSCs are capable of indefinite self-renewal, and they can differentiate into almost any type of cell in the body. These cells therefore offer a highly valuable therapeutic strategy for tissue repair and regeneration. Recent experimental and preclinical research has revealed their potential for cardiovascular disease diagnosis, drug screening and cellular replacement therapy. Nevertheless, significant challenges remain in terms of the development and clinical application of human iPSCs. Here, we review current progress in research related to patient-specific iPSCs for ex vivo modeling of cardiovascular disorders and drug screening, and explore the potential of human iPSCs for use in the field of cardiovascular regenerative medicine. © 2015 S. Karger AG, Basel.

  19. Induced pluripotent stem cell technology: a decade of progress.

    PubMed

    Shi, Yanhong; Inoue, Haruhisa; Wu, Joseph C; Yamanaka, Shinya

    2017-02-01

    Since the advent of induced pluripotent stem cell (iPSC) technology a decade ago, enormous progress has been made in stem cell biology and regenerative medicine. Human iPSCs have been widely used for disease modelling, drug discovery and cell therapy development. Novel pathological mechanisms have been elucidated, new drugs originating from iPSC screens are in the pipeline and the first clinical trial using human iPSC-derived products has been initiated. In particular, the combination of human iPSC technology with recent developments in gene editing and 3D organoids makes iPSC-based platforms even more powerful in each area of their application, including precision medicine. In this Review, we discuss the progress in applications of iPSC technology that are particularly relevant to drug discovery and regenerative medicine, and consider the remaining challenges and the emerging opportunities in the field.

  20. Method for evaluation of human induced pluripotent stem cell quality using image analysis based on the biological morphology of cells.

    PubMed

    Wakui, Takashi; Matsumoto, Tsuyoshi; Matsubara, Kenta; Kawasaki, Tomoyuki; Yamaguchi, Hiroshi; Akutsu, Hidenori

    2017-10-01

    We propose an image analysis method for quality evaluation of human pluripotent stem cells based on biologically interpretable features. It is important to maintain the undifferentiated state of induced pluripotent stem cells (iPSCs) while culturing the cells during propagation. Cell culture experts visually select good quality cells exhibiting the morphological features characteristic of undifferentiated cells. Experts have empirically determined that these features comprise prominent and abundant nucleoli, less intercellular spacing, and fewer differentiating cellular nuclei. We quantified these features based on experts' visual inspection of phase contrast images of iPSCs and found that these features are effective for evaluating iPSC quality. We then developed an iPSC quality evaluation method using an image analysis technique. The method allowed accurate classification, equivalent to visual inspection by experts, of three iPSC cell lines.

  1. Fertile offspring from sterile sex chromosome trisomic mice§

    PubMed Central

    Hirota, Takayuki; Ohta, Hiroshi; Powell, Benjamin E.; Mahadevaiah, Shantha K.; Ojarikre, Obah A.; Saitou, Mitinori; Turner, James M. A.

    2017-01-01

    Having the correct number of chromosomes is vital for normal development and health. Sex chromosome trisomy (SCT) affects 0.1% of the human population and is associated with infertility. We show that during reprogramming to induced pluripotent stem cells (iPSC), fibroblasts from sterile trisomic XXY and XYY mice lose the extra sex chromosome, by a phenomenon we term trisomy-biased chromosome loss (TCL). Resulting euploid XY iPSCs can be differentiated into the male germ cell lineage and functional sperm that can be used in intracytoplasmic sperm injection to produce chromosomally normal, fertile offspring. Sex chromosome loss is comparatively infrequent during mouse XX and XY iPSC generation. TCL also applies to other chromosomes, generating euploid iPSCs from cells of a Down syndrome mouse model. It can also create euploid iPSCs from human trisomic patient fibroblasts. The findings have relevance to overcoming infertility and other trisomic phenotypes. PMID:28818972

  2. Progressive Sampling Technique for Efficient and Robust Uncertainty and Sensitivity Analysis of Environmental Systems Models: Stability and Convergence

    NASA Astrophysics Data System (ADS)

    Sheikholeslami, R.; Hosseini, N.; Razavi, S.

    2016-12-01

    Modern earth and environmental models are usually characterized by a large parameter space and high computational cost. These two features prevent effective implementation of sampling-based analysis such as sensitivity and uncertainty analysis, which require running these computationally expensive models several times to adequately explore the parameter/problem space. Therefore, developing efficient sampling techniques that scale with the size of the problem, computational budget, and users' needs is essential. In this presentation, we propose an efficient sequential sampling strategy, called Progressive Latin Hypercube Sampling (PLHS), which provides an increasingly improved coverage of the parameter space, while satisfying pre-defined requirements. The original Latin hypercube sampling (LHS) approach generates the entire sample set in one stage; on the contrary, PLHS generates a series of smaller sub-sets (also called `slices') while: (1) each sub-set is Latin hypercube and achieves maximum stratification in any one dimensional projection; (2) the progressive addition of sub-sets remains Latin hypercube; and thus (3) the entire sample set is Latin hypercube. Therefore, it has the capability to preserve the intended sampling properties throughout the sampling procedure. PLHS is deemed advantageous over the existing methods, particularly because it nearly avoids over- or under-sampling. Through different case studies, we show that PHLS has multiple advantages over the one-stage sampling approaches, including improved convergence and stability of the analysis results with fewer model runs. In addition, PLHS can help to minimize the total simulation time by only running the simulations necessary to achieve the desired level of quality (e.g., accuracy, and convergence rate).

  3. Regulation of the DNA Methylation Landscape in Human Somatic Cell Reprogramming by the miR-29 Family.

    PubMed

    Hysolli, Eriona; Tanaka, Yoshiaki; Su, Juan; Kim, Kun-Yong; Zhong, Tianyu; Janknecht, Ralf; Zhou, Xiao-Ling; Geng, Lin; Qiu, Caihong; Pan, Xinghua; Jung, Yong-Wook; Cheng, Jijun; Lu, Jun; Zhong, Mei; Weissman, Sherman M; Park, In-Hyun

    2016-07-12

    Reprogramming to pluripotency after overexpression of OCT4, SOX2, KLF4, and MYC is accompanied by global genomic and epigenomic changes. Histone modification and DNA methylation states in induced pluripotent stem cells (iPSCs) have been shown to be highly similar to embryonic stem cells (ESCs). However, epigenetic differences still exist between iPSCs and ESCs. In particular, aberrant DNA methylation states found in iPSCs are a major concern when using iPSCs in a clinical setting. Thus, it is critical to find factors that regulate DNA methylation states in reprogramming. Here, we found that the miR-29 family is an important epigenetic regulator during human somatic cell reprogramming. Our global DNA methylation and hydroxymethylation analysis shows that DNA demethylation is a major event mediated by miR-29a depletion during early reprogramming, and that iPSCs derived from miR-29a depletion are epigenetically closer to ESCs. Our findings uncover an important miRNA-based approach to generate clinically robust iPSCs. Copyright © 2016 The Author(s). Published by Elsevier Inc. All rights reserved.

  4. Age Is Relative-Impact of Donor Age on Induced Pluripotent Stem Cell-Derived Cell Functionality.

    PubMed

    Strässler, Elisabeth Tamara; Aalto-Setälä, Katriina; Kiamehr, Mostafa; Landmesser, Ulf; Kränkel, Nicolle

    2018-01-01

    Induced pluripotent stem cells (iPSCs) avoid many of the restrictions that hamper the application of human embryonic stem cells: limited availability of source material due to legal restrictions in some countries, immunogenic rejection and ethical concerns. Also, the donor's clinical phenotype is often known when working with iPSCs. Therefore, iPSCs seem ideal to tackle the two biggest tasks of regenerative medicine: degenerative diseases with genetic cause (e.g., Duchenne's muscular dystrophy) and organ replacement in age-related diseases (e.g., end-stage heart or renal failure), especially in combination with recently developed gene-editing tools. In the setting of autologous transplantation in elderly patients, donor age becomes a potentially relevant factor that needs to be assessed. Here, we review and critically discuss available data pertinent to the questions: How does donor age influence the reprogramming process and iPSC functionality? Would it even be possible to reprogram senescent somatic cells? How does donor age affect iPSC differentiation into specialised cells and their functionality? We also identify research needs, which might help resolve current unknowns. Until recently, most hallmarks of ageing were attributed to an accumulation of DNA damage over time, and it was thus expected that DNA damage from a somatic cell would accumulate in iPSCs and the cells derived from them. In line with this, a decreased lifespan of cloned organisms compared with the donor was also observed in early cloning experiments. Therefore, it was questioned for a time whether iPSC derived from an old individual's somatic cells would suffer from early senescence and, thus, may not be a viable option either for disease modelling nor future clinical applications. Instead, typical signs of cellular ageing are reverted in the process of iPSC reprogramming, and iPSCs from older donors do not show diminished differentiation potential nor do iPSC-derived cells from older donors suffer early senescence or show functional impairments when compared with those from younger donors. Thus, the data would suggest that donor age does not limit iPSC application for modelling genetic diseases nor regenerative therapies. However, open questions remain, e.g., regarding the potential tumourigenicity of iPSC-derived cells and the impact of epigenetic pattern retention.

  5. Hypercube technology

    NASA Technical Reports Server (NTRS)

    Parker, Jay W.; Cwik, Tom; Ferraro, Robert D.; Liewer, Paulett C.; Patterson, Jean E.

    1991-01-01

    The JPL designed MARKIII hypercube supercomputer has been in application service since June 1988 and has had successful application to a broad problem set including electromagnetic scattering, discrete event simulation, plasma transport, matrix algorithms, neural network simulation, image processing, and graphics. Currently, problems that are not homogeneous are being attempted, and, through this involvement with real world applications, the software is evolving to handle the heterogeneous class problems efficiently.

  6. Transgene Reactivation in Induced Pluripotent Stem Cell Derivatives and Reversion to Pluripotency of Induced Pluripotent Stem Cell-Derived Mesenchymal Stem Cells

    PubMed Central

    Galat, Yekaterina; Perepitchka, Mariana; Jennings, Lawrence J.; Iannaccone, Philip M.; Hendrix, Mary J.C.

    2016-01-01

    Induced pluripotent stem cells (iPSCs) have enormous potential in regenerative medicine and disease modeling. It is now felt that clinical trials should be performed with iPSCs derived with nonintegrative constructs. Numerous studies, however, including those describing disease models, are still being published using cells derived from iPSCs generated with integrative constructs. Our experimental work presents the first evidence of spontaneous transgene reactivation in vitro in several cellular types. Our results show that the transgenes were predominantly silent in parent iPSCs, but in mesenchymal and endothelial iPSC derivatives, the transgenes experienced random upregulation of Nanog and c-Myc. Additionally, we provide evidence of spontaneous secondary reprogramming and reversion to pluripotency in mesenchymal stem cells derived from iPSCs. These findings strongly suggest that the studies, which use cellular products derived from iPSCs generated with retro- or lentiviruses, should be evaluated with consideration of the possibility of transgene reactivation. The in vitro model described here provides insight into the earliest events of culture transformation and suggests the hypothesis that reversion to pluripotency may be responsible for the development of tumors in cell replacement experiments. The main goal of this work, however, is to communicate the possibility of transgene reactivation in retro- or lenti-iPSC derivatives and the associated loss of cellular fidelity in vitro, which may impact the outcomes of disease modeling and related experimentation. PMID:27193052

  7. Induced Pluripotent Stem Cells for Cardiovascular Disease Modeling and Precision Medicine: A Scientific Statement From the American Heart Association.

    PubMed

    Musunuru, Kiran; Sheikh, Farah; Gupta, Rajat M; Houser, Steven R; Maher, Kevin O; Milan, David J; Terzic, Andre; Wu, Joseph C

    2018-01-01

    Induced pluripotent stem cells (iPSCs) offer an unprece-dented opportunity to study human physiology and disease at the cellular level. They also have the potential to be leveraged in the practice of precision medicine, for example, personalized drug testing. This statement comprehensively describes the provenance of iPSC lines, their use for cardiovascular disease modeling, their use for precision medicine, and strategies through which to promote their wider use for biomedical applications. Human iPSCs exhibit properties that render them uniquely qualified as model systems for studying human diseases: they are of human origin, which means they carry human genomes; they are pluripotent, which means that in principle, they can be differentiated into any of the human body's somatic cell types; and they are stem cells, which means they can be expanded from a single cell into millions or even billions of cell progeny. iPSCs offer the opportunity to study cells that are genetically matched to individual patients, and genome-editing tools allow introduction or correction of genetic variants. Initial progress has been made in using iPSCs to better understand cardiomyopathies, rhythm disorders, valvular and vascular disorders, and metabolic risk factors for ischemic heart disease. This promising work is still in its infancy. Similarly, iPSCs are only just starting to be used to identify the optimal medications to be used in patients from whom the cells were derived. This statement is intended to (1) summarize the state of the science with respect to the use of iPSCs for modeling of cardiovascular traits and disorders and for therapeutic screening; (2) identify opportunities and challenges in the use of iPSCs for disease modeling and precision medicine; and (3) outline strategies that will facilitate the use of iPSCs for biomedical applications. This statement is not intended to address the use of stem cells as regenerative therapy, such as transplantation into the body to treat ischemic heart disease or heart failure. © 2018 American Heart Association, Inc.

  8. Intel Teach to the Future: A Partnership for Professional Development.

    ERIC Educational Resources Information Center

    Metcalf, Teri; Jolly, Deborah

    This paper describes a public/private partnership program designed to provide staff development to help classroom teachers integrate technology in the curriculum by using the train-the-trainer model. The Intel[R] Teach to the Future Project was developed by Intel[R] in collaboration with other public and private sector partners, and has been…

  9. Cognitive Medical Wireless Testbed System (COMWITS)

    DTIC Science & Technology

    2016-11-01

    Number: ...... ...... Sub Contractors (DD882) Names of other research staff Inventions (DD882) Scientific Progress This testbed merges two ARO grants...bit 64 bit CPU Intel Xeon Processor E5-1650v3 (6C, 3.5 GHz, Turbo, HT , 15M, 140W) Intel Core i7-3770 (3.4 GHz Quad Core, 77W) Dual Intel Xeon

  10. Pathological classification of human iPSC-derived neural stem/progenitor cells towards safety assessment of transplantation therapy for CNS diseases.

    PubMed

    Sugai, Keiko; Fukuzawa, Ryuji; Shofuda, Tomoko; Fukusumi, Hayato; Kawabata, Soya; Nishiyama, Yuichiro; Higuchi, Yuichiro; Kawai, Kenji; Isoda, Miho; Kanematsu, Daisuke; Hashimoto-Tamaoki, Tomoko; Kohyama, Jun; Iwanami, Akio; Suemizu, Hiroshi; Ikeda, Eiji; Matsumoto, Morio; Kanemura, Yonehiro; Nakamura, Masaya; Okano, Hideyuki

    2016-09-19

    The risk of tumorigenicity is a hurdle for regenerative medicine using induced pluripotent stem cells (iPSCs). Although teratoma formation is readily distinguishable, the malignant transformation of iPSC derivatives has not been clearly defined due to insufficient analysis of histology and phenotype. In the present study, we evaluated the histology of neural stem/progenitor cells (NSPCs) generated from integration-free human peripheral blood mononuclear cell (PBMC)-derived iPSCs (iPSC-NSPCs) following transplantation into central nervous system (CNS) of immunodeficient mice. We found that transplanted iPSC-NSPCs produced differentiation patterns resembling those in embryonic CNS development, and that the microenvironment of the final site of migration affected their maturational stage. Genomic instability of iPSCs correlated with increased proliferation of transplants, although no carcinogenesis was evident. The histological classifications presented here may provide cues for addressing potential safety issues confronting regenerative medicine involving iPSCs.

  11. Induced Pluripotent Stem Cells in Huntington's Disease Research: Progress and Opportunity.

    PubMed

    Tousley, Adelaide; Kegel-Gleason, Kimberly B

    2016-06-28

    Induced pluripotent stem cells (iPSCs) derived from controls and patients can act as a starting point for in vitro differentiation into human brain cells for discovery of novel targets and treatments for human disease without the same ethical limitations posed by embryonic stem cells. Numerous groups have successfully produced and characterized Huntington's disease (HD) iPSCs with different CAG repeat lengths, including cells from patients with one or two HD alleles. HD iPSCs and the neural cell types derived from them recapitulate some disease phenotypes found in both human patients and animal models. Although these discoveries are encouraging, the use of iPSCs for cutting edge and reproducible research has been limited due to some of the inherent problems with cell lines and the technological differences in the way laboratories use them. The goal of this review is to summarize the current state of the HD iPSC field, and to highlight some of the issues that need to be addressed to maximize their potential as research tools.

  12. Induced pluripotent stem cells for regenerative cardiovascular therapies and biomedical discovery.

    PubMed

    Nsair, Ali; MacLellan, W Robb

    2011-04-30

    The discovery of induced pluripotent stem cells (iPSC) has, in the short time since their discovery, revolutionized the field of stem cell biology. This technology allows the generation of a virtually unlimited supply of cells with pluripotent potential similar to that of embryonic stem cells (ESC). However, in contrast to ESC, iPSC are not subject to the same ethical concerns and can be easily generated from living individuals. For the first time, patient-specific iPSC can be generated and offer a supply of genetically identical cells that can be differentiated into all somatic cell types for potential use in regenerative therapies or drug screening and testing. As the techniques for generation of iPSC lines are constantly evolving, new uses for human iPSC are emerging from in-vitro disease modeling to high throughput drug discovery and screening. This technology promises to revolutionize the field of medicine and offers new hope for understanding and treatment of numerous diseases. Copyright © 2011 Elsevier B.V. All rights reserved.

  13. High Glutathione and Glutathione Peroxidase-2 Levels Mediate Cell-Type-Specific DNA Damage Protection in Human Induced Pluripotent Stem Cells

    PubMed Central

    Dannenmann, Benjamin; Lehle, Simon; Hildebrand, Dominic G.; Kübler, Ayline; Grondona, Paula; Schmid, Vera; Holzer, Katharina; Fröschl, Mirjam; Essmann, Frank; Rothfuss, Oliver; Schulze-Osthoff, Klaus

    2015-01-01

    Summary Pluripotent stem cells must strictly maintain genomic integrity to prevent transmission of mutations. In human induced pluripotent stem cells (iPSCs), we found that genome surveillance is achieved via two ways, namely, a hypersensitivity to apoptosis and a very low accumulation of DNA lesions. The low apoptosis threshold was mediated by constitutive p53 expression and a marked upregulation of proapoptotic p53 target genes of the BCL-2 family, ensuring the efficient iPSC removal upon genotoxic insults. Intriguingly, despite the elevated apoptosis sensitivity, both mitochondrial and nuclear DNA lesions induced by genotoxins were less frequent in iPSCs compared to fibroblasts. Gene profiling identified that mRNA expression of several antioxidant proteins was considerably upregulated in iPSCs. Knockdown of glutathione peroxidase-2 and depletion of glutathione impaired protection against DNA lesions. Thus, iPSCs ensure genomic integrity through enhanced apoptosis induction and increased antioxidant defense, contributing to protection against DNA damage. PMID:25937369

  14. CD30 Receptor-Targeted Lentiviral Vectors for Human Induced Pluripotent Stem Cell-Specific Gene Modification.

    PubMed

    Friedel, Thorsten; Jung-Klawitter, Sabine; Sebe, Attila; Schenk, Franziska; Modlich, Ute; Ivics, Zoltán; Schumann, Gerald G; Buchholz, Christian J; Schneider, Irene C

    2016-05-01

    Cultures of induced pluripotent stem cells (iPSCs) often contain cells of varying grades of pluripotency. We present novel lentiviral vectors targeted to the surface receptor CD30 (CD30-LV) to transfer genes into iPSCs that are truly pluripotent as demonstrated by marker gene expression. We demonstrate that CD30 expression is restricted to SSEA4(high) cells of human iPSC cultures and a human embryonic stem cell line. When CD30-LV was added to iPSCs during routine cultivation, efficient and exclusive transduction of cells positive for the pluripotency marker Oct-4 was achieved, while retaining their pluripotency. When added during the reprogramming process, CD30-LV solely transduced cells that became fully reprogrammed iPSCs as confirmed by co-expression of endogenous Nanog and the reporter gene. Thus, CD30-LV may serve as novel tool for the selective gene transfer into PSCs with broad applications in basic and therapeutic research.

  15. Effective regeneration of dystrophic muscle using autologous iPSC-derived progenitors with CRISPR-Cas9 mediated precise correction.

    PubMed

    Hagan, Mackenzie; Ashraf, Muhammad; Kim, Il-Man; Weintraub, Neal L; Tang, Yaoliang

    2018-01-01

    Duchenne muscular dystrophy (DMD) is a lethal muscle wasting disease caused by a lack of dystrophin, which eventually leads to apoptosis of muscle cells and impaired muscle contractility. Clustered Regularly Interspaced Short Palindromic Repeats/CRISPR associated protein 9 (CRISPR/Cas9) gene editing of induced pluripotent stem cells (IPSC) offers the potential to correct the DMD gene defect and create healthy IPSC for autologous cell transplantation without causing immune activation. However, IPSC carry a risk of tumor formation, which can potentially be mitigated by differentiation of IPSC into myogenic progenitor cells (MPC). We hypothesize that precise genetic editing in IPSC using CRISPR-Cas9 technology, coupled with MPC differentiation and autologous transplantation, can lead to safe and effective muscle repair. With future research, our hypothesis may provide an optimal autologous stem cell-based approach to treat the dystrophic pathology and improve the quality of life for patients with DMD. Copyright © 2017 Elsevier Ltd. All rights reserved.

  16. Generation of Viable Mice from Induced Pluripotent Stem Cells (iPSCs) Through Tetraploid Complementation.

    PubMed

    Kang, Lan; Gao, Shaorong

    2015-01-01

    Tetraploid complementation assay is the most rigorous criteria for pluripotency characterization of pluripotent stem cells including embryonic stem cells (ESCs) and induced pluripotent stem cells (iPSCs). Pluripotent stem cells could complement the developmental deficiency of tetraploid embryos and thus support the full-term mice development. Here we describe the protocol for tetraploid complementation using iPSCs to produce viable all-iPSC mice.

  17. The Novel μ-Opioid Receptor Antagonist, [N-Allyl-Dmt1]Endomorphin-2, Attenuates the Enhancement of GABAergic Neurotransmission by Ethanol

    PubMed Central

    Li, Qiang; Okada, Yoshio; Marczak, Ewa; Wilson, Wilkie A.; Lazarus, Lawrence H.; Swartzwelder, H. S.

    2009-01-01

    Aims: We investigated the effects of [N-allyl-Dmt1]endomorphin-2 (TL-319), a novel and highly potent μ-opioid receptor antagonist, on ethanol (EtOH)-induced enhancement of GABAA receptor-mediated synaptic activity in the hippocampus. Methods: Evoked and spontaneous inhibitory postsynaptic currents (eIPSCs and sIPSCs) were isolated from CA1 pyramidal cells from brain slices of male rats using whole-cell patch-clamp techniques. Results: TL-319 had no effect on the baseline amplitude of eIPSCs or the frequency of sIPSCs. However, it induced a dose-dependent suppression of an ethanol-induced increase of sIPSC frequency with full reversal at concentrations of 500 nM and higher. The non-specific competitive opioid receptor antagonist naltrexone also suppressed EtOH-induced increases in sIPSC frequency but only at a concentration of 60 μM. Conclusion: These data indicate that blockade of μ-opioid receptors by low concentrations of [N-allyl-Dmt1]endomorphin-2 can reverse ethanol-induced increases in GABAergic neurotransmission and possibly alter its anxiolytic or sedative effects. This suggests the possibility that high potency opioid antagonists may emerge as possible candidate compounds for the treatment of ethanol addiction. PMID:18971291

  18. Precision Medicine: Genetic Repair of Retinitis Pigmentosa in Patient-Derived Stem Cells.

    PubMed

    Bassuk, Alexander G; Zheng, Andrew; Li, Yao; Tsang, Stephen H; Mahajan, Vinit B

    2016-01-27

    Induced pluripotent stem cells (iPSCs) generated from patient fibroblasts could potentially be used as a source of autologous cells for transplantation in retinal disease. Patient-derived iPSCs, however, would still harbor disease-causing mutations. To generate healthy patient-derived cells, mutations might be repaired with new gene-editing technology based on the bacterial system of clustered regularly interspersed short palindromic repeats (CRISPR)/Cas9, thereby yielding grafts that require no patient immunosuppression. We tested whether CRISPR/Cas9 could be used in patient-specific iPSCs to precisely repair an RPGR point mutation that causes X-linked retinitis pigmentosa (XLRP). Fibroblasts cultured from a skin-punch biopsy of an XLRP patient were transduced to produce iPSCs carrying the patient's c.3070G > T mutation. The iPSCs were transduced with CRISPR guide RNAs, Cas9 endonuclease, and a donor homology template. Despite the gene's repetitive and GC-rich sequences, 13% of RPGR gene copies showed mutation correction and conversion to the wild-type allele. This is the first report using CRISPR to correct a pathogenic mutation in iPSCs derived from a patient with photoreceptor degeneration. This important proof-of-concept finding supports the development of personalized iPSC-based transplantation therapies for retinal disease.

  19. Generation and genetic modification of induced pluripotent stem cells.

    PubMed

    Schambach, Axel; Cantz, Tobias; Baum, Christopher; Cathomen, Toni

    2010-07-01

    The generation of induced pluripotent stem cells (iPSCs) enabled by exogenous expression of the canonical Oct4, Sox2, Klf4 and c-Myc reprogramming factors has opened new ways to create patient- or disease-specific pluripotent cells. iPSCs represent an almost inexhaustible source of cells for targeted differentiation into somatic effector cells and hence are likely to be invaluable for therapeutic applications and disease-related research. After an introduction on the biology of reprogramming we cover emerging technological advances, including new reprogramming approaches, small-molecule compounds and tailored genetic modification, and give an outlook towards potential clinical applications of iPSCs. Although this field is progressing rapidly, reprogramming is still an inefficient process. The reader will learn about innovative tools to generate patient-specific iPSCs and how to modify these established lines in a safe way. Ideally, the disease-causing mutation is edited directly in the genome using novel technologies based on artificial nucleases, such as zinc-finger nucleases. Human iPSCs create fascinating options with regard to disease modeling, drug testing, developmental studies and therapeutic applications. However, important hurdles have to be taken and more efficient protocols to be established to achieve the ambitious goal of bringing iPSCs into clinical use.

  20. Thinking outside the liver: Induced pluripotent stem cells for hepatic applications

    PubMed Central

    Subba Rao, Mekala; Sasikala, Mitnala; Reddy, D Nageshwar

    2013-01-01

    The discovery of induced pluripotent stem cells (iPSCs) unraveled a mystery in stem cell research, after identification of four re-programming factors for generating pluripotent stem cells without the need of embryos. This breakthrough in generating iPSCs from somatic cells has overcome the ethical issues and immune rejection involved in the use of human embryonic stem cells. Hence, iPSCs form a great potential source for developing disease models, drug toxicity screening and cell-based therapies. These cells have the potential to differentiate into desired cell types, including hepatocytes, under in vitro as well as under in vivo conditions given the proper microenvironment. iPSC-derived hepatocytes could be useful as an unlimited source, which can be utilized in disease modeling, drug toxicity testing and producing autologous cell therapies that would avoid immune rejection and enable correction of gene defects prior to cell transplantation. In this review, we discuss the induction methods, role of reprogramming factors, and characterization of iPSCs, along with hepatocyte differentiation from iPSCs and potential applications. Further, we discuss the location and detection of liver stem cells and their role in liver regeneration. Although tumor formation and genetic mutations are a cause of concern, iPSCs still form a promising source for clinical applications. PMID:23801830

  1. Genetic correction of β-thalassemia patient-specific iPS cells and its use in improving hemoglobin production in irradiated SCID mice.

    PubMed

    Wang, Yixuan; Zheng, Chen-Guang; Jiang, Yonghua; Zhang, Jiqin; Chen, Jiayu; Yao, Chao; Zhao, Qingguo; Liu, Sheng; Chen, Ke; Du, Juan; Yang, Ze; Gao, Shaorong

    2012-04-01

    The generation of induced pluripotent stem cells (iPSCs) from differentiated somatic cells by over-expression of several transcription factors has the potential to cure many genetic and degenerative diseases currently recalcitrant to traditional clinical approaches. One such genetic disease is β-thalassemia major (Cooley's anemia). This disease is caused by either a point mutation or the deletion of several nucleotides in the β-globin gene, and it threatens the lives of millions of people in China. In the present study, we successfully generated iPSCs from fibroblasts collected from a 2-year-old patient who was diagnosed with a homozygous 41/42 deletion in his β-globin gene. More importantly, we successfully corrected this genetic mutation in the β-thalassemia iPSCs by homologous recombination. Furthermore, transplantation of the genetically corrected iPSCs-derived hematopoietic progenitors into sub-lethally irradiated immune deficient SCID mice showed improved hemoglobin production compared with the uncorrected iPSCs. Moreover, the generation of human β-globin could be detected in the mice transplanted with corrected iPSCs-derived hematopietic progenitors. Our study provides strong evidence that iPSCs generated from a patient with a genetic disease can be corrected by homologous recombination and that the corrected iPSCs have potential clinical uses.

  2. Thinking outside the liver: induced pluripotent stem cells for hepatic applications.

    PubMed

    Subba Rao, Mekala; Sasikala, Mitnala; Nageshwar Reddy, D

    2013-06-14

    The discovery of induced pluripotent stem cells (iPSCs) unraveled a mystery in stem cell research, after identification of four re-programming factors for generating pluripotent stem cells without the need of embryos. This breakthrough in generating iPSCs from somatic cells has overcome the ethical issues and immune rejection involved in the use of human embryonic stem cells. Hence, iPSCs form a great potential source for developing disease models, drug toxicity screening and cell-based therapies. These cells have the potential to differentiate into desired cell types, including hepatocytes, under in vitro as well as under in vivo conditions given the proper microenvironment. iPSC-derived hepatocytes could be useful as an unlimited source, which can be utilized in disease modeling, drug toxicity testing and producing autologous cell therapies that would avoid immune rejection and enable correction of gene defects prior to cell transplantation. In this review, we discuss the induction methods, role of reprogramming factors, and characterization of iPSCs, along with hepatocyte differentiation from iPSCs and potential applications. Further, we discuss the location and detection of liver stem cells and their role in liver regeneration. Although tumor formation and genetic mutations are a cause of concern, iPSCs still form a promising source for clinical applications.

  3. The novel micro-opioid receptor antagonist, [N-allyl-Dmt(1)]endomorphin-2, attenuates the enhancement of GABAergic neurotransmission by ethanol.

    PubMed

    Li, Qiang; Okada, Yoshio; Marczak, Ewa; Wilson, Wilkie A; Lazarus, Lawrence H; Swartzwelder, H S

    2009-01-01

    We investigated the effects of [N-allyl-Dmt(1)]endomorphin-2 (TL-319), a novel and highly potent micro-opioid receptor antagonist, on ethanol (EtOH)-induced enhancement of GABA(A) receptor-mediated synaptic activity in the hippocampus. Evoked and spontaneous inhibitory postsynaptic currents (eIPSCs and sIPSCs) were isolated from CA1 pyramidal cells from brain slices of male rats using whole-cell patch-clamp techniques. TL-319 had no effect on the baseline amplitude of eIPSCs or the frequency of sIPSCs. However, it induced a dose-dependent suppression of an ethanol-induced increase of sIPSC frequency with full reversal at concentrations of 500 nM and higher. The non-specific competitive opioid receptor antagonist naltrexone also suppressed EtOH-induced increases in sIPSC frequency but only at a concentration of 60 microM. These data indicate that blockade of micro-opioid receptors by low concentrations of [N-allyl-Dmt(1)]endomorphin-2 can reverse ethanol-induced increases in GABAergic neurotransmission and possibly alter its anxiolytic or sedative effects. This suggests the possibility that high potency opioid antagonists may emerge as possible candidate compounds for the treatment of ethanol addiction.

  4. Efficient generation of induced pluripotent stem cells from human bone marrow mesenchymal stem cells.

    PubMed

    Yulin, X; Lizhen, L; Lifei, Z; Shan, F; Ru, L; Kaimin, H; Huang, H

    2012-01-01

    Ectopic expression of defined sets of genetic factors can reprogramme somatic cells to induced pluripotent stem cells (iPSCs) that closely resemble embryonic stem cells. However, the low reprogramming efficiency is a significant handicap for mechanistic studies and potential clinical application. In this study, we used human bone marrow-derived mesenchymal stem cells (hBMMSCs) as target cells for reprogramming and investigated efficient iPSC generation from hBMMSCs using the compounds of p53 siRNA, valproic acid (VPA) and vitamin C (Vc) with four transcription factors OCT4, SOX2, KLF4, and c-MYC (compound induction system). The synergetic mechanism of the compounds was studied. Our results showed that the compound induction system could efficiently reprogramme hBMMSCs to iPSCs. hBMMSC-derived iPSC populations expressed pluripotent markers and had multi-potential to differentiate into three germ layer-derived cells. p53 siRNA, VPA and Vc had a synergetic effect on cell reprogramming and the combinatorial use of these substances greatly improved the efficiency of iPSC generation by suppressing the expression of p53, decreasing cell apoptosis, up-regulating the expression of the pluripotent gene OCT4 and modifying the cell cycle. Therefore, our study highlights a straightforward method for improving the speed and efficiency of iPSC generation and provides versatile tools for investigating early developmental processes such as haemopoiesis and relevant diseases. In addition, this study provides a paradigm for the combinatorial use of genetic factors and molecules to improve the efficiency of iPSC generation.

  5. Acute fasting increases somatodendritic dopamine release in the ventral tegmental area

    PubMed Central

    2015-01-01

    Fasting and food restriction alter the activity of the mesolimbic dopamine system to affect multiple reward-related behaviors. Food restriction decreases baseline dopamine levels in efferent target sites and enhances dopamine release in response to rewards such as food and drugs. In addition to releasing dopamine from axon terminals, dopamine neurons in the ventral tegmental area (VTA) also release dopamine from their soma and dendrites, and this somatodendritic dopamine release acts as an autoinhibitory signal to inhibit neighboring VTA dopamine neurons. It is unknown whether acute fasting also affects dopamine release, including the local inhibitory somatodendritic dopamine release in the VTA. In these studies, I have tested whether fasting affects the inhibitory somatodendritic dopamine release within the VTA by examining whether an acute 24-h fast affects the inhibitory postsynaptic current mediated by evoked somatodendritic dopamine release (D2R IPSC). Fasting increased the contribution of the first action potential to the overall D2R IPSC and increased the ratio of repeated D2R IPSCs evoked at short intervals. Fasting also reduced the effect of forskolin on the D2R IPSC and led to a significantly bigger decrease in the D2R IPSC in low extracellular calcium. Finally, fasting resulted in an increase in the D2R IPSCs when a more physiologically relevant train of D2R IPSCs was used. Taken together, these results indicate that fasting caused a change in the properties of somatodendritic dopamine release, possibly by increasing dopamine release, and that this increased release can be sustained under conditions where dopamine neurons are highly active. PMID:26084913

  6. Induced pluripotent stem cells from goat fibroblasts.

    PubMed

    Song, Hui; Li, Hui; Huang, Mingrui; Xu, Dan; Gu, Chenghao; Wang, Ziyu; Dong, Fulu; Wang, Feng

    2013-12-01

    Embryonic stem cells (ESCs) are a powerful model for genetic engineering, studying developmental biology, and modeling disease. To date, ESCs have been established from the mouse (Evans and Kaufman, 1981, Nature 292:154-156), non-human primates (Thomson et al., , Proc Nat Acad Sci USA 92:7844-7848), humans (Thomson et al., 1998, Science 282:1145-1147), and rats (Buehr et al., , Cell 135:1287-1298); however, the derivation of ESCs from domesticated ungulates such as goats, sheep, cattle, and pigs have not been successful. Alternatively, induced pluripotent stem cells (iPSCs) can be generated by reprogramming somatic cells with several combinations of genes encoding transcription factors (OCT3/4, SOX2, KLF4, cMYC, LIN28, and NANOG). To date, iPSCs have been isolated from various species, but only limited information is available regarding goat iPSCs (Ren et al., 2011, Cell Res 21:849-853). The objectives of this study were to generate goat iPSCs from fetal goat primary ear fibroblasts using lentiviral transduction of four human transcription factors: OCT4, SOX2, KLF4, and cMYC. The goat iPSCs were successfully generated by co-culture with mitomycin C-treated mouse embryonic fibroblasts using medium supplemented with knockout serum replacement and human basic fibroblast growth factor. The goat iPSCs colonies are flat, compact, and closely resemble human iPSCs. They have a normal karyotype; stain positive for alkaline phosphatase, OCT4, and NANOG; express endogenous pluripotency genes (OCT4, SOX2, cMYC, and NANOG); and can spontaneously differentiate into three germ layers in vitro and in vivo. © 2013 Wiley Periodicals, Inc.

  7. Huntington disease iPSCs show early molecular changes in intracellular signaling, the expression of oxidative stress proteins and the p53 pathway

    PubMed Central

    Szlachcic, Wojciech J.; Switonski, Pawel M.; Krzyzosiak, Wlodzimierz J.; Figlerowicz, Marek; Figiel, Maciej

    2015-01-01

    ABSTRACT Huntington disease (HD) is a brain disorder characterized by the late onset of motor and cognitive symptoms, even though the neurons in the brain begin to suffer dysfunction and degeneration long before symptoms appear. There is currently no cure. Several molecular and developmental effects of HD have been identified using neural stem cells (NSCs) and differentiated cells, such as neurons and astrocytes. Still, little is known regarding the molecular pathogenesis of HD in pluripotent cells, such as embryonic stem cells (ESCs) and induced pluripotent stem cells (iPSCs). Therefore, we examined putative signaling pathways and processes involved in HD pathogenesis in pluripotent cells. We tested naïve mouse HD YAC128 iPSCs and two types of human HD iPSC that were generated from HD and juvenile-HD patients. Surprisingly, we found that a number of changes affecting cellular processes in HD were also present in undifferentiated pluripotent HD iPSCs, including the dysregulation of the MAPK and Wnt signaling pathways and the dysregulation of the expression of genes related to oxidative stress, such as Sod1. Interestingly, a common protein interactor of the huntingtin protein and the proteins in the above pathways is p53, and the expression of p53 was dysregulated in HD YAC128 iPSCs and human HD iPSCs. In summary, our findings demonstrate that multiple molecular pathways that are characteristically dysregulated in HD are already altered in undifferentiated pluripotent cells and that the pathogenesis of HD might begin during the early stages of life. PMID:26092128

  8. Tumor-Free Transplantation of Patient-Derived Induced Pluripotent Stem Cell Progeny for Customized Islet Regeneration.

    PubMed

    El Khatib, Moustafa M; Ohmine, Seiga; Jacobus, Egon J; Tonne, Jason M; Morsy, Salma G; Holditch, Sara J; Schreiber, Claire A; Uetsuka, Koji; Fusaki, Noemi; Wigle, Dennis A; Terzic, Andre; Kudva, Yogish C; Ikeda, Yasuhiro

    2016-05-01

    Human induced pluripotent stem cells (iPSCs) and derived progeny provide invaluable regenerative platforms, yet their clinical translation has been compromised by their biosafety concern. Here, we assessed the safety of transplanting patient-derived iPSC-generated pancreatic endoderm/progenitor cells. Transplantation of progenitors from iPSCs reprogrammed by lentiviral vectors (LV-iPSCs) led to the formation of invasive teratocarcinoma-like tumors in more than 90% of immunodeficient mice. Moreover, removal of primary tumors from LV-iPSC progeny-transplanted hosts generated secondary and metastatic tumors. Combined transgene-free (TGF) reprogramming and elimination of residual pluripotent cells by enzymatic dissociation ensured tumor-free transplantation, ultimately enabling regeneration of type 1 diabetes-specific human islet structures in vivo. The incidence of tumor formation in TGF-iPSCs was titratable, depending on the oncogenic load, with reintegration of the cMYC expressing vector abolishing tumor-free transplantation. Thus, transgene-free cMYC-independent reprogramming and elimination of residual pluripotent cells are mandatory steps in achieving transplantation of iPSC progeny for customized and safe islet regeneration in vivo. Pluripotent stem cell therapy for diabetes relies on the safety as well as the quality of derived insulin-producing cells. Data from this study highlight prominent tumorigenic risks of induced pluripotent stem cell (iPSC) products, especially when reprogrammed with integrating vectors. Two major underlying mechanisms in iPSC tumorigenicity are residual pluripotent cells and cMYC overload by vector integration. This study also demonstrated that combined transgene-free reprogramming and enzymatic dissociation allows teratoma-free transplantation of iPSC progeny in the mouse model in testing the tumorigenicity of iPSC products. Further safety assessment and improvement in iPSC specification into a mature β cell phenotype would lead to safe islet replacement therapy for diabetes. ©AlphaMed Press.

  9. Differentiation of Mouse Induced Pluripotent Stem Cells (iPSCs) into Nucleus Pulposus-Like Cells In Vitro

    PubMed Central

    Chen, Jun; Lee, Esther J.; Jing, Liufang; Christoforou, Nicolas; Leong, Kam W.; Setton, Lori A.

    2013-01-01

    A large percentage of the population may be expected to experience painful symptoms or disability associated with intervertebral disc (IVD) degeneration – a condition characterized by diminished integrity of tissue components. Great interest exists in the use of autologous or allogeneic cells delivered to the degenerated IVD to promote matrix regeneration. Induced pluripotent stem cells (iPSCs), derived from a patient’s own somatic cells, have demonstrated their capacity to differentiate into various cell types although their potential to differentiate into an IVD cell has not yet been demonstrated. The overall objective of this study was to assess the possibility of generating iPSC-derived nucleus pulposus (NP) cells in a mouse model, a cell population that is entirely derived from notochord. This study employed magnetic activated cell sorting (MACS) to isolate a CD24+ iPSC subpopulation. Notochordal cell-related gene expression was analyzed in this CD24+ cell fraction via real time RT-PCR. CD24+ iPSCs were then cultured in a laminin-rich culture system for up to 28 days, and the mouse NP phenotype was assessed by immunostaining. This study also focused on producing a more conducive environment for NP differentiation of mouse iPSCs with addition of low oxygen tension and notochordal cell conditioned medium (NCCM) to the culture platform. iPSCs were evaluated for an ability to adopt an NP-like phenotype through a combination of immunostaining and biochemical assays. Results demonstrated that a CD24+ fraction of mouse iPSCs could be retrieved and differentiated into a population that could synthesize matrix components similar to that in native NP. Likewise, the addition of a hypoxic environment and NCCM induced a similar phenotypic result. In conclusion, this study suggests that mouse iPSCs have the potential to differentiate into NP-like cells and suggests the possibility that they may be used as a novel cell source for cellular therapy in the IVD. PMID:24086564

  10. A user's guide to Sandia's latin hypercube sampling software : LHS UNIX library/standalone version.

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

    Swiler, Laura Painton; Wyss, Gregory Dane

    2004-07-01

    This document is a reference guide for the UNIX Library/Standalone version of the Latin Hypercube Sampling Software. This software has been developed to generate Latin hypercube multivariate samples. This version runs on Linux or UNIX platforms. This manual covers the use of the LHS code in a UNIX environment, run either as a standalone program or as a callable library. The underlying code in the UNIX Library/Standalone version of LHS is almost identical to the updated Windows version of LHS released in 1998 (SAND98-0210). However, some modifications were made to customize it for a UNIX environment and as a librarymore » that is called from the DAKOTA environment. This manual covers the use of the LHS code as a library and in the standalone mode under UNIX.« less

  11. RISC-type microprocessors may revolutionize aerospace simulation

    NASA Astrophysics Data System (ADS)

    Jackson, Albert S.

    The author explores the application of RISC (reduced instruction set computer) processors in massively parallel computer (MPC) designs for aerospace simulation. The MPC approach is shown to be well adapted to the needs of aerospace simulation. It is shown that any of the three common types of interconnection schemes used with MPCs are effective for general-purpose simulation, although the bus-or switch-oriented machines are somewhat easier to use. For partial differential equation models, the hypercube approach at first glance appears more efficient because the nearest-neighbor connections required for three-dimensional models are hardwired in a hypercube machine. However, the data broadcast ability of a bus system, combined with the fact that data can be transmitted over a bus as soon as it has been updated, makes the bus approach very competitive with the hypercube approach even for these types of models.

  12. Generalized hypercube structures and hyperswitch communication network

    NASA Technical Reports Server (NTRS)

    Young, Steven D.

    1992-01-01

    This paper discusses an ongoing study that uses a recent development in communication control technology to implement hybrid hypercube structures. These architectures are similar to binary hypercubes, but they also provide added connectivity between the processors. This added connectivity increases communication reliability while decreasing the latency of interprocessor message passing. Because these factors directly determine the speed that can be obtained by multiprocessor systems, these architectures are attractive for applications such as remote exploration and experimentation, where high performance and ultrareliability are required. This paper describes and enumerates these architectures and discusses how they can be implemented with a modified version of the hyperswitch communication network (HCN). The HCN is analyzed because it has three attractive features that enable these architectures to be effective: speed, fault tolerance, and the ability to pass multiple messages simultaneously through the same hyperswitch controller.

  13. Concurrent Image Processing Executive (CIPE). Volume 1: Design overview

    NASA Technical Reports Server (NTRS)

    Lee, Meemong; Groom, Steven L.; Mazer, Alan S.; Williams, Winifred I.

    1990-01-01

    The design and implementation of a Concurrent Image Processing Executive (CIPE), which is intended to become the support system software for a prototype high performance science analysis workstation are described. The target machine for this software is a JPL/Caltech Mark 3fp Hypercube hosted by either a MASSCOMP 5600 or a Sun-3, Sun-4 workstation; however, the design will accommodate other concurrent machines of similar architecture, i.e., local memory, multiple-instruction-multiple-data (MIMD) machines. The CIPE system provides both a multimode user interface and an applications programmer interface, and has been designed around four loosely coupled modules: user interface, host-resident executive, hypercube-resident executive, and application functions. The loose coupling between modules allows modification of a particular module without significantly affecting the other modules in the system. In order to enhance hypercube memory utilization and to allow expansion of image processing capabilities, a specialized program management method, incremental loading, was devised. To minimize data transfer between host and hypercube, a data management method which distributes, redistributes, and tracks data set information was implemented. The data management also allows data sharing among application programs. The CIPE software architecture provides a flexible environment for scientific analysis of complex remote sensing image data, such as planetary data and imaging spectrometry, utilizing state-of-the-art concurrent computation capabilities.

  14. Induced Accelerated Aging in Induced Pluripotent Stem Cell Lines from Patients with Parkinson’s Disease

    DTIC Science & Technology

    2013-11-01

    clones . Western blot analysis will be used to detect the protein expression after selection. 2. Differentiation into oligoprecursor cells (OPCs... monkey and mouse which will be tested in iPSC derived neurons aged with progerin. 13 Key Research Accomplishments: • Milestone 1 (month 1-2...iPSC clones with drug-inducible progerin construct we established the plasmid transfection for iPSC induced neural stem cells, the retroviral

  15. Current reprogramming systems in regenerative medicine: from somatic cells to induced pluripotent stem cells.

    PubMed

    Hu, Chenxia; Li, Lanjuan

    2016-01-01

    Induced pluripotent stem cells (iPSCs) paved the way for research fields including cell therapy, drug screening, disease modeling and the mechanism of embryonic development. Although iPSC technology has been improved by various delivery systems, direct transduction and small molecule regulation, low reprogramming efficiency and genomic modification steps still inhibit its clinical use. Improvements in current vectors and the exploration of novel vectors are required to balance efficiency and genomic modification for reprogramming. Herein, we set out a comprehensive analysis of current reprogramming systems for the generation of iPSCs from somatic cells. By clarifying advantages and disadvantages of the current reprogramming systems, we are striding toward an effective route to generate clinical grade iPSCs.

  16. Induced pluripotent stem cell models of Zellweger spectrum disorder show impaired peroxisome assembly and cell type-specific lipid abnormalities.

    PubMed

    Wang, Xiao-Ming; Yik, Wing Yan; Zhang, Peilin; Lu, Wange; Huang, Ning; Kim, Bo Ram; Shibata, Darryl; Zitting, Madison; Chow, Robert H; Moser, Ann B; Steinberg, Steven J; Hacia, Joseph G

    2015-08-29

    Zellweger spectrum disorder (PBD-ZSD) is a disease continuum caused by mutations in a subset of PEX genes required for normal peroxisome assembly and function. They highlight the importance of peroxisomes in the development and functions of the central nervous system, liver, and other organs. To date, the underlying bases for the cell-type specificity of disease are not fully elucidated. Primary skin fibroblasts from seven PBD-ZSD patients with biallelic PEX1, PEX10, PEX12, or PEX26 mutations and three healthy donors were transduced with retroviral vectors expressing Yamanaka reprogramming factors. Candidate induced pluripotent stem cells (iPSCs) were subject to global gene expression, DNA methylation, copy number variation, genotyping, in vitro differentiation and teratoma formation assays. Confirmed iPSCs were differentiated into neural progenitor cells (NPCs), neurons, oligodendrocyte precursor cells (OPCs), and hepatocyte-like cell cultures with peroxisome assembly evaluated by microscopy. Saturated very long chain fatty acid (sVLCFA) and plasmalogen levels were determined in primary fibroblasts and their derivatives. iPSCs were derived from seven PBD-ZSD patient-derived fibroblasts with mild to severe peroxisome assembly defects. Although patient and control skin fibroblasts had similar gene expression profiles, genes related to mitochondrial functions and organelle cross-talk were differentially expressed among corresponding iPSCs. Mitochondrial DNA levels were consistent among patient and control fibroblasts, but varied among all iPSCs. Relative to matching controls, sVLCFA levels were elevated in patient-derived fibroblasts, reduced in patient-derived iPSCs, and not significantly different in patient-derived NPCs. All cell types derived from donors with biallelic null mutations in a PEX gene showed plasmalogen deficiencies. Reporter gene assays compatible with high content screening (HCS) indicated patient-derived OPC and hepatocyte-like cell cultures had impaired peroxisome assembly. Normal peroxisome activity levels are not required for cellular reprogramming of skin fibroblasts. Patient iPSC gene expression profiles were consistent with hypotheses highlighting the role of altered mitochondrial activities and organelle cross-talk in PBD-ZSD pathogenesis. sVLCFA abnormalities dramatically differed among patient cell types, similar to observations made in iPSC models of X-linked adrenoleukodystrophy. We propose that iPSCs could assist investigations into the cell type-specificity of peroxisomal activities, toxicology studies, and in HCS for targeted therapies for peroxisome-related disorders.

  17. Correction of Hirschsprung-Associated Mutations in Human Induced Pluripotent Stem Cells Via Clustered Regularly Interspaced Short Palindromic Repeats/Cas9, Restores Neural Crest Cell Function.

    PubMed

    Lai, Frank Pui-Ling; Lau, Sin-Ting; Wong, John Kwong-Leong; Gui, Hongsheng; Wang, Reeson Xu; Zhou, Tingwen; Lai, Wing Hon; Tse, Hung-Fat; Tam, Paul Kwong-Hang; Garcia-Barcelo, Maria-Mercedes; Ngan, Elly Sau-Wai

    2017-07-01

    Hirschsprung disease is caused by failure of enteric neural crest cells (ENCCs) to fully colonize the bowel, leading to bowel obstruction and megacolon. Heterozygous mutations in the coding region of the RET gene cause a severe form of Hirschsprung disease (total colonic aganglionosis). However, 80% of HSCR patients have short-segment Hirschsprung disease (S-HSCR), which has not been associated with genetic factors. We sought to identify mutations associated with S-HSCR, and used the clustered regularly interspaced short palindromic repeats (CRISPR)/Cas9 gene editing system to determine how mutations affect ENCC function. We created induced pluripotent stem cell (iPSC) lines from 1 patient with total colonic aganglionosis (with the G731del mutation in RET) and from 2 patients with S-HSCR (without a RET mutation), as well as RET +/- and RET -/- iPSCs. IMR90-iPSC cells were used as the control cell line. Migration and differentiation capacities of iPSC-derived ENCCs were analyzed in differentiation and migration assays. We searched for mutation(s) associated with S-HSCR by combining genetic and transcriptome data from patient blood- and iPSC-derived ENCCs, respectively. Mutations in the iPSCs were corrected using the CRISPR/Cas9 system. ENCCs derived from all iPSC lines, but not control iPSCs, had defects in migration and neuronal lineage differentiation. RET mutations were associated with differentiation and migration defects of ENCCs in vitro. Genetic and transcriptome analyses associated a mutation in the vinculin gene (VCL M209L) with S-HSCR. CRISPR/Cas9 correction of the RET G731del and VCL M209L mutations in iPSCs restored the differentiation and migration capacities of ENCCs. We identified mutations in VCL associated with S-HSCR. Correction of this mutation in iPSC using CRISPR/Cas9 editing, as well as the RET G731del mutation that causes Hirschsprung disease with total colonic aganglionosis, restored ENCC function. Our study demonstrates how human iPSCs can be used to identify disease-associated mutations and determine how they affect cell functions and contribute to pathogenesis. Copyright © 2017 AGA Institute. Published by Elsevier Inc. All rights reserved.

  18. Generating autologous hematopoietic cells from human-induced pluripotent stem cells through ectopic expression of transcription factors.

    PubMed

    Hwang, Yongsung; Broxmeyer, Hal E; Lee, Man Ryul

    2017-07-01

    Hematopoietic cell transplantation (HCT) is a successful treatment modality for patients with malignant and nonmalignant disorders, usually when no other treatment option is available. The cells supporting long-term reconstitution after HCT are the hematopoietic stem cells (HSCs), which can be limited in numbers. Moreover, finding an appropriate human leukocyte antigen-matched donor can be problematic. If HSCs can be stably produced in large numbers from autologous or allogeneic cell sources, it would benefit HCT. Induced pluripotent stem cells (iPSCs) established from patients' own somatic cells can be differentiated into hematopoietic cells in vitro. This review will highlight recent methods for regulating human (h) iPSC production of HSCs and more mature blood cells. Advancements in transcription factor-mediated regulation of the developmental stages of in-vivo hematopoietic lineage commitment have begun to provide an understanding of the molecular mechanism of hematopoiesis. Such studies involve not only directed differentiation in which transcription factors, specifically expressed in hematopoietic lineage-specific cells, are overexpressed in iPSCs, but also direct conversion in which transcription factors are introduced into patient-derived somatic cells which are dedifferentiated to hematopoietic cells. As iPSCs derived from patients suffering from genetically mutated diseases would express the same mutated genetic information, CRISPR-Cas9 gene editing has been utilized to differentiate genetically corrected iPSCs into normal hematopoietic cells. IPSCs provide a model for molecular understanding of disease, and also may function as a cell population for therapy. Efficient differentiation of patient-specific iPSCs into HSCs and progenitor cells is a potential means to overcome limitations of such cells for HCT, as well as for providing in-vitro drug screening templates as tissue-on-a-chip models.

  19. Mitophagy-driven mitochondrial rejuvenation regulates stem cell fate

    PubMed Central

    Vazquez-Martin, Alejandro; Van den Haute, Chris; Cufí, Sílvia; Corominas-Faja, Bruna; Cuyàs, Elisabet; Lopez-Bonet, Eugeni; Rodriguez-Gallego, Esther; Fernández-Arroyo, Salvador; Joven, Jorge; Baekelandt, Veerle; Menendez, Javier A.

    2016-01-01

    Our understanding on how selective mitochondrial autophagy, or mitophagy, can sustain the archetypal properties of stem cells is incomplete. PTEN-induced putative kinase 1 (PINK1) plays a key role in the maintenance of mitochondrial morphology and function and in the selective degradation of damaged mitochondria by mitophagy. Here, using embryonic fibroblasts from PINK1 gene-knockout (KO) mice, we evaluated whether mitophagy is a causal mechanism for the control of cell-fate plasticity and maintenance of pluripotency. Loss of PINK1-dependent mitophagy was sufficient to dramatically decrease the speed and efficiency of induced pluripotent stem cell (iPSC) reprogramming. Mitophagy-deficient iPSC colonies, which were characterized by a mixture of mature and immature mitochondria, seemed unstable, with a strong tendency to spontaneously differentiate and form heterogeneous populations of cells. Although mitophagy-deficient iPSC colonies normally expressed pluripotent markers, functional monitoring of cellular bioenergetics revealed an attenuated glycolysis in mitophagy-deficient iPSC cells. Targeted metabolomics showed a notable alteration in numerous glycolysis- and TCA-related metabolites in mitophagy-deficient iPSC cells, including a significant decrease in the intracellular levels of α-ketoglutarate -a key suppressor of the differentiation path in stem cells. Mitophagy-deficient iPSC colonies exhibited a notably reduced teratoma-initiating capacity, but fully retained their pluripotency and multi-germ layer differentiation capacity in vivo. PINK1-dependent mitophagy pathway is an important mitochondrial switch that determines the efficiency and quality of somatic reprogramming. Mitophagy-driven mitochondrial rejuvenation might contribute to the ability of iPSCs to suppress differentiation by directing bioenergetic transition and metabolome remodeling traits. These findings provide new insights into how mitophagy might influence the stem cell decisions to retain pluripotency or differentiate in tissue regeneration and aging, tumor growth, and regenerative medicine. PMID:27295498

  20. Nucleosome organizations in induced pluripotent stem cells reprogrammed from somatic cells belonging to three different germ layers.

    PubMed

    Tao, Yu; Zheng, Weisheng; Jiang, Yonghua; Ding, Guitao; Hou, Xinfeng; Tang, Yitao; Li, Yueying; Gao, Shuai; Chang, Gang; Zhang, Xiaobai; Liu, Wenqiang; Kou, Xiaochen; Wang, Hong; Jiang, Cizhong; Gao, Shaorong

    2014-12-21

    Nucleosome organization determines the chromatin state, which in turn controls gene expression or silencing. Nucleosome remodeling occurs during somatic cell reprogramming, but it is still unclear to what degree the re-established nucleosome organization of induced pluripotent stem cells (iPSCs) resembles embryonic stem cells (ESCs), and whether the iPSCs inherit some residual gene expression from the parental fibroblast cells. We generated genome-wide nucleosome maps in mouse ESCs and in iPSCs reprogrammed from somatic cells belonging to three different germ layers using a secondary reprogramming system. Pairwise comparisons showed that the nucleosome organizations in the iPSCs, regardless of the iPSCs' tissue of origin, were nearly identical to the ESCs, but distinct from mouse embryonic fibroblasts (MEF). There is a canonical nucleosome arrangement of -1, nucleosome depletion region, +1, +2, +3, and so on nucleosomes around the transcription start sites of active genes whereas only a nucleosome occupies silent transcriptional units. Transcription factor binding sites possessed characteristic nucleosomal architecture, such that their access was governed by the rotational and translational settings of the nucleosome. Interestingly, the tissue-specific genes were highly expressed only in the parental somatic cells of the corresponding iPS cell line before reprogramming, but had a similar expression level in all the resultant iPSCs and ESCs. The re-established nucleosome landscape during nuclear reprogramming provides a conserved setting for accessibility of DNA sequences in mouse pluripotent stem cells. No persistent residual expression program or nucleosome positioning of the parental somatic cells that reflected their tissue of origin was passed on to the resulting mouse iPSCs.

  1. Translational Control in Bone Marrow Failure

    DTIC Science & Technology

    2016-07-01

    been made in using new tools to model granulopoiesis, including generation of patient-derived iPSC and CRISPR -Cas9 genome-editing technology to...in cell lines in patient-derived iPSC gene models, including using CRISPR genome editing, as overall described in Tidwell et al. 2014 and Nayak et...proxy for neutropenia in this cellular model system. 3h. Use patient-derived iPSC models and CRISPR /Cas9 genome-editing to generate a range of ELANE

  2. Modeling TSC and LAM Using Patient Derived Induced Pluripotent Stem Cells

    DTIC Science & Technology

    2016-10-01

    lentiviral knockdown, and CRISPR /Cas9 genome editing in embryonic stem cells (ESCs). We have characterized the iPSCs extensively and found that they display...induced pluripotent stem cells (iPSCs) embryonic stem cells (ESCs) reprogramming CRISPR /Cas9 genome editing neural stem cells (NSCs) neural crest... CRISPR /cas9 in two additional human pluripotent stem cell lines (WA07 (H7) – female cell line registry #0061; and a control male iPSC lines generated

  3. Ribosomal and hematopoietic defects in induced pluripotent stem cells derived from Diamond Blackfan anemia patients

    PubMed Central

    Garçon, Loïc; Ge, Jingping; Manjunath, Shwetha H.; Mills, Jason A.; Apicella, Marisa; Parikh, Shefali; Sullivan, Lisa M.; Podsakoff, Gregory M.; Gadue, Paul; French, Deborah L.; Mason, Philip J.; Bessler, Monica

    2013-01-01

    Diamond Blackfan anemia (DBA) is a congenital disorder with erythroid (Ery) hypoplasia and tissue morphogenic abnormalities. Most DBA cases are caused by heterozygous null mutations in genes encoding ribosomal proteins. Understanding how haploinsufficiency of these ubiquitous proteins causes DBA is hampered by limited availability of tissues from affected patients. We generated induced pluripotent stem cells (iPSCs) from fibroblasts of DBA patients carrying mutations in RPS19 and RPL5. Compared with controls, DBA fibroblasts formed iPSCs inefficiently, although we obtained 1 stable clone from each fibroblast line. RPS19-mutated iPSCs exhibited defects in 40S (small) ribosomal subunit assembly and production of 18S ribosomal RNA (rRNA). Upon induced differentiation, the mutant clone exhibited globally impaired hematopoiesis, with the Ery lineage affected most profoundly. RPL5-mutated iPSCs exhibited defective 60S (large) ribosomal subunit assembly, accumulation of 12S pre-rRNA, and impaired erythropoiesis. In both mutant iPSC lines, genetic correction of ribosomal protein deficiency via complementary DNA transfer into the “safe harbor” AAVS1 locus alleviated abnormalities in ribosome biogenesis and hematopoiesis. Our studies show that pathological features of DBA are recapitulated by iPSCs, provide a renewable source of cells to model various tissue defects, and demonstrate proof of principle for genetic correction strategies in patient stem cells. PMID:23744582

  4. Ribosomal and hematopoietic defects in induced pluripotent stem cells derived from Diamond Blackfan anemia patients.

    PubMed

    Garçon, Loïc; Ge, Jingping; Manjunath, Shwetha H; Mills, Jason A; Apicella, Marisa; Parikh, Shefali; Sullivan, Lisa M; Podsakoff, Gregory M; Gadue, Paul; French, Deborah L; Mason, Philip J; Bessler, Monica; Weiss, Mitchell J

    2013-08-08

    Diamond Blackfan anemia (DBA) is a congenital disorder with erythroid (Ery) hypoplasia and tissue morphogenic abnormalities. Most DBA cases are caused by heterozygous null mutations in genes encoding ribosomal proteins. Understanding how haploinsufficiency of these ubiquitous proteins causes DBA is hampered by limited availability of tissues from affected patients. We generated induced pluripotent stem cells (iPSCs) from fibroblasts of DBA patients carrying mutations in RPS19 and RPL5. Compared with controls, DBA fibroblasts formed iPSCs inefficiently, although we obtained 1 stable clone from each fibroblast line. RPS19-mutated iPSCs exhibited defects in 40S (small) ribosomal subunit assembly and production of 18S ribosomal RNA (rRNA). Upon induced differentiation, the mutant clone exhibited globally impaired hematopoiesis, with the Ery lineage affected most profoundly. RPL5-mutated iPSCs exhibited defective 60S (large) ribosomal subunit assembly, accumulation of 12S pre-rRNA, and impaired erythropoiesis. In both mutant iPSC lines, genetic correction of ribosomal protein deficiency via complementary DNA transfer into the "safe harbor" AAVS1 locus alleviated abnormalities in ribosome biogenesis and hematopoiesis. Our studies show that pathological features of DBA are recapitulated by iPSCs, provide a renewable source of cells to model various tissue defects, and demonstrate proof of principle for genetic correction strategies in patient stem cells.

  5. Porcine induced pluripotent stem cells produce chimeric offspring.

    PubMed

    West, Franklin D; Terlouw, Steve L; Kwon, Dae Jin; Mumaw, Jennifer L; Dhara, Sujoy K; Hasneen, Kowser; Dobrinsky, John R; Stice, Steven L

    2010-08-01

    Ethical and moral issues rule out the use of human induced pluripotent stem cells (iPSCs) in chimera studies that would determine the full extent of their reprogrammed state, instead relying on less rigorous assays such as teratoma formation and differentiated cell types. To date, only mouse iPSC lines are known to be truly pluripotent. However, initial mouse iPSC lines failed to form chimeric offspring, but did generate teratomas and differentiated embryoid bodies, and thus these specific iPSC lines were not completely reprogrammed or truly pluripotent. Therefore, there is a need to address whether the reprogramming factors and process used eventually to generate chimeric mice are universal and sufficient to generate reprogrammed iPSC that contribute to chimeric offspring in additional species. Here we show that porcine mesenchymal stem cells transduced with 6 human reprogramming factors (POU5F1, SOX2, NANOG, KLF4, LIN28, and C-MYC) injected into preimplantation-stage embryos contributed to multiple tissue types spanning all 3 germ layers in 8 of 10 fetuses. The chimerism rate was high, 85.3% or 29 of 34 live offspring were chimeras based on skin and tail biopsies harvested from 2- to 5-day-old pigs. The creation of pluripotent porcine iPSCs capable of generating chimeric offspring introduces numerous opportunities to study the facets significantly affecting cell therapies, genetic engineering, and other aspects of stem cell and developmental biology.

  6. IntellEditS: intelligent learning-based editor of segmentations.

    PubMed

    Harrison, Adam P; Birkbeck, Neil; Sofka, Michal

    2013-01-01

    Automatic segmentation techniques, despite demonstrating excellent overall accuracy, can often produce inaccuracies in local regions. As a result, correcting segmentations remains an important task that is often laborious, especially when done manually for 3D datasets. This work presents a powerful tool called Intelligent Learning-Based Editor of Segmentations (IntellEditS) that minimizes user effort and further improves segmentation accuracy. The tool partners interactive learning with an energy-minimization approach to editing. Based on interactive user input, a discriminative classifier is trained and applied to the edited 3D region to produce soft voxel labeling. The labels are integrated into a novel energy functional along with the existing segmentation and image data. Unlike the state of the art, IntellEditS is designed to correct segmentation results represented not only as masks but also as meshes. In addition, IntellEditS accepts intuitive boundary-based user interactions. The versatility and performance of IntellEditS are demonstrated on both MRI and CT datasets consisting of varied anatomical structures and resolutions.

  7. Optimizing the method for generation of integration-free induced pluripotent stem cells from human peripheral blood.

    PubMed

    Gu, Haihui; Huang, Xia; Xu, Jing; Song, Lili; Liu, Shuping; Zhang, Xiao-Bing; Yuan, Weiping; Li, Yanxin

    2018-06-15

    Generation of induced pluripotent stem cells (iPSCs) from human peripheral blood provides a convenient and low-invasive way to obtain patient-specific iPSCs. The episomal vector is one of the best approaches for reprogramming somatic cells to pluripotent status because of its simplicity and affordability. However, the efficiency of episomal vector reprogramming of adult peripheral blood cells is relatively low compared with cord blood and bone marrow cells. In the present study, integration-free human iPSCs derived from peripheral blood were established via episomal technology. We optimized mononuclear cell isolation and cultivation, episomal vector promoters, and a combination of transcriptional factors to improve reprogramming efficiency. Here, we improved the generation efficiency of integration-free iPSCs from human peripheral blood mononuclear cells by optimizing the method of isolating mononuclear cells from peripheral blood, by modifying the integration of culture medium, and by adjusting the duration of culture time and the combination of different episomal vectors. With this optimized protocol, a valuable asset for banking patient-specific iPSCs has been established.

  8. Rapid Generation of Human Genetic Loss-of-Function iPSC Lines by Simultaneous Reprogramming and Gene Editing.

    PubMed

    Tidball, Andrew M; Dang, Louis T; Glenn, Trevor W; Kilbane, Emma G; Klarr, Daniel J; Margolis, Joshua L; Uhler, Michael D; Parent, Jack M

    2017-09-12

    Specifically ablating genes in human induced pluripotent stem cells (iPSCs) allows for studies of gene function as well as disease mechanisms in disorders caused by loss-of-function (LOF) mutations. While techniques exist for engineering such lines, we have developed and rigorously validated a method of simultaneous iPSC reprogramming while generating CRISPR/Cas9-dependent insertions/deletions (indels). This approach allows for the efficient and rapid formation of genetic LOF human disease cell models with isogenic controls. The rate of mutagenized lines was strikingly consistent across experiments targeting four different human epileptic encephalopathy genes and a metabolic enzyme-encoding gene, and was more efficient and consistent than using CRISPR gene editing of established iPSC lines. The ability of our streamlined method to reproducibly generate heterozygous and homozygous LOF iPSC lines with passage-matched isogenic controls in a single step provides for the rapid development of LOF disease models with ideal control lines, even in the absence of patient tissue. Copyright © 2017 The Author(s). Published by Elsevier Inc. All rights reserved.

  9. Generation of 3D Skin Equivalents Fully Reconstituted from Human Induced Pluripotent Stem Cells (iPSCs)

    PubMed Central

    Guo, Zongyou; Liu, Liang; Higgins, Claire A.; Christiano, Angela M.

    2013-01-01

    Recent generation of patient-specific induced pluripotent stem cells (PS-iPSCs) provides significant advantages for cell- and gene-based therapy. Establishment of iPSC-based therapy for skin diseases requires efficient methodology for differentiating iPSCs into both keratinocytes and fibroblasts, the major cellular components of the skin, as well as the reconstruction of skin structures using these iPSC-derived skin components. We previously reported generation of keratinocytes from human iPSCs for use in the treatment of recessive dystrophic epidermolysis bullosa (RDEB) caused by mutations in the COL7A1 gene. Here, we developed a protocol for differentiating iPSCs into dermal fibroblasts, which also produce type VII collagen and therefore also have the potential to treat RDEB. Moreover, we generated in vitro 3D skin equivalents composed exclusively human iPSC-derived keratinocytes and fibroblasts for disease models and regenerative therapies for skin diseases, first demonstrating that iPSCs can provide the basis for modeling a human organ derived entirely from two different types of iPSC-derived cells. PMID:24147053

  10. Self-Organized Cerebellar Tissue from Human Pluripotent Stem Cells and Disease Modeling with Patient-Derived iPSCs.

    PubMed

    Muguruma, Keiko

    2018-02-01

    Recent advances in the techniques that differentiate induced pluripotent stem cells (iPSCs) into specific types of cells enabled us to establish in vitro cell-based models as a platform for drug discovery. iPSC-derived disease models are advantageous to generation of a large number of cells required for high-throughput screening. Furthermore, disease-relevant cells differentiated from patient-derived iPSCs are expected to recapitulate the disorder-specific pathogenesis and physiology in vitro. Such disease-relevant cells will be useful for developing effective therapies. We demonstrated that cerebellar tissues are generated from human PSCs (hPSCs) in 3D culture systems that recapitulate the in vivo microenvironments associated with the isthmic organizer. Recently, we have succeeded in generation of spinocerebellar ataxia (SCA) patient-derived Purkinje cells by combining the iPSC technology and the self-organizing stem cell 3D culture technology. We demonstrated that SCA6-derived Purkinje cells exhibit vulnerability to triiodothyronine depletion, which is suppressed by treatment with thyrotropin-releasing hormone and Riluzole. We further discuss applications of patient-specific iPSCs to intractable cerebellar disease.

  11. Generation of Arbas Cashmere Goat Induced Pluripotent Stem Cells Through Fibroblast Reprogramming.

    PubMed

    Tai, Dapeng; Liu, Pengxia; Gao, Jing; Jin, Muzi; Xu, Teng; Zuo, Yongchun; Liang, Hao; Liu, Dongjun

    2015-08-01

    Various factors affect the process of obtaining stable Arbas cashmere goat embryonic stem cells (ESCs), for example, the difficulty in isolating cells at the appropriate stage of embryonic development, the in vitro culture environment, and passage methods. With the emergence of induced pluripotent stem cell (iPSC) technology, it has become possible to use specific genes to induce somatic cell differentiation in PSCs. We transferred OCT4, SOX2, c-MYC, and KLF4 into Arbas cashmere goat fetal fibroblasts, then induced and cultured them using a drug-inducible system to obtain Arbas goat iPSCs that morphologically resembled mouse iPSCs. After identification, the obtained goat iPSCs expressed ESC markers, had a normal karyotype, could differentiate into embryoid bodies in vitro, and could differentiate into three germ layer cell types and form teratomas in vivo. We used microarray gene expression profile analysis to elucidate the reprogramming process. Our results provide the experimental basis for establishing cashmere goat iPSC lines and for future in-depth studies on molecular mechanism of cashmere goat somatic cell reprogramming.

  12. Cellular trajectories and molecular mechanisms of iPSC reprogramming.

    PubMed

    Apostolou, Effie; Stadtfeld, Matthias

    2018-06-16

    The discovery of induced pluripotent stem cells (iPSCs) has solidified the concept of transcription factors as major players in controlling cell identity and provided a tractable tool to study how somatic cell identity can be dismantled and pluripotency established. A number of landmark studies have established hallmarks and roadmaps of iPSC formation by describing relative kinetics of transcriptional, protein and epigenetic changes, including alterations in DNA methylation and histone modifications. Recently, technological advancements such as single-cell analyses, high-resolution genome-wide chromatin assays and more efficient reprogramming systems have been used to challenge and refine our understanding of the reprogramming process. Here, we will outline novel insights into the molecular mechanisms underlying iPSC formation, focusing on how the core reprogramming factors OCT4, KLF4, SOX2 and MYC (OKSM) drive changes in gene expression, chromatin state and 3D genome topology. In addition, we will discuss unexpected consequences of reprogramming factor expression in in vitro and in vivo systems that may point towards new applications of iPSC technology. Copyright © 2018 The Authors. Published by Elsevier Ltd.. All rights reserved.

  13. The Histone Acetyltransferase MOF Promotes Induces Generation of Pluripotent Stem Cells.

    PubMed

    Mu, Xupeng; Yan, Shaohua; Fu, Changhao; Wei, Anhui

    2015-08-01

    Histone modification plays an important role in maintaining pluripotency and self-renewal of embryonic stem cells (ESCs). The histone acetyltransferase MOF is a key regulator of ESCs; however, the role of MOF in the process of reprogramming back to induced pluripotent stem cells (iPSCs) remains unclear. In this study, we investigated the function of MOF on the generation of iPSCs. We show that iPSCs contain high levels of MOF mRNA, and the expression level of MOF protein is dramatically upregulated following reprogramming. Most importantly, overexpression of MOF improves reprogramming efficiency and facilitates the formation of iPSCs, whereas small hairpin RNA (shRNA)-mediated knockdown of MOF impairs iPSCs generation during reprogramming. Further investigation reveals that MOF interacts with the H3K4 methyltransferase Wdr5 to promote endogenous Oct4 expression during the reprogramming process. Knockdown of MOF reduces H4K16ac and H3K4me3 modification at the Oct4 promoter. In conclusion, our data indicate that MOF is an important epigenetic regulator that is critical for efficient reprogramming.

  14. Concurrent electromagnetic scattering analysis

    NASA Technical Reports Server (NTRS)

    Patterson, Jean E.; Cwik, Tom; Ferraro, Robert D.; Jacobi, Nathan; Liewer, Paulett C.; Lockhart, Thomas G.; Lyzenga, Gregory A.; Parker, Jay

    1989-01-01

    The computational power of the hypercube parallel computing architecture is applied to the solution of large-scale electromagnetic scattering and radiation problems. Three analysis codes have been implemented. A Hypercube Electromagnetic Interactive Analysis Workstation was developed to aid in the design and analysis of metallic structures such as antennas and to facilitate the use of these analysis codes. The workstation provides a general user environment for specification of the structure to be analyzed and graphical representations of the results.

  15. Asynchronous Communication Scheme For Hypercube Computer

    NASA Technical Reports Server (NTRS)

    Madan, Herb S.

    1988-01-01

    Scheme devised for asynchronous-message communication system for Mark III hypercube concurrent-processor network. Network consists of up to 1,024 processing elements connected electrically as though were at corners of 10-dimensional cube. Each node contains two Motorola 68020 processors along with Motorola 68881 floating-point processor utilizing up to 4 megabytes of shared dynamic random-access memory. Scheme intended to support applications requiring passage of both polled or solicited and unsolicited messages.

  16. Image-Processing Software For A Hypercube Computer

    NASA Technical Reports Server (NTRS)

    Lee, Meemong; Mazer, Alan S.; Groom, Steven L.; Williams, Winifred I.

    1992-01-01

    Concurrent Image Processing Executive (CIPE) is software system intended to develop and use image-processing application programs on concurrent computing environment. Designed to shield programmer from complexities of concurrent-system architecture, it provides interactive image-processing environment for end user. CIPE utilizes architectural characteristics of particular concurrent system to maximize efficiency while preserving architectural independence from user and programmer. CIPE runs on Mark-IIIfp 8-node hypercube computer and associated SUN-4 host computer.

  17. Virtual time and time warp on the JPL hypercube. [operating system implementation for distributed simulation

    NASA Technical Reports Server (NTRS)

    Jefferson, David; Beckman, Brian

    1986-01-01

    This paper describes the concept of virtual time and its implementation in the Time Warp Operating System at the Jet Propulsion Laboratory. Virtual time is a distributed synchronization paradigm that is appropriate for distributed simulation, database concurrency control, real time systems, and coordination of replicated processes. The Time Warp Operating System is targeted toward the distributed simulation application and runs on a 32-node JPL Mark II Hypercube.

  18. Electrooptical adaptive switching network for the hypercube computer

    NASA Technical Reports Server (NTRS)

    Chow, E.; Peterson, J.

    1988-01-01

    An all-optical network design for the hyperswitch network using regular free-space interconnects between electronic processor nodes is presented. The adaptive routing model used is described, and an adaptive routing control example is presented. The design demonstrates that existing electrooptical techniques are sufficient for implementing efficient parallel architectures without the need for more complex means of implementing arbitrary interconnection schemes. The electrooptical hyperswitch network significantly improves the communication performance of the hypercube computer.

  19. Novel snapshot hyperspectral imager for fluorescence imaging

    NASA Astrophysics Data System (ADS)

    Chandler, Lynn; Chandler, Andrea; Periasamy, Ammasi

    2018-02-01

    Hyperspectral imaging has emerged as a new technique for the identification and classification of biological tissue1. Benefitting recent developments in sensor technology, the new class of hyperspectral imagers can capture entire hypercubes with single shot operation and it shows great potential for real-time imaging in biomedical sciences. This paper explores the use of a SnapShot imager in fluorescence imaging via microscope for the very first time. Utilizing the latest imaging sensor, the Snapshot imager is both compact and attachable via C-mount to any commercially available light microscope. Using this setup, fluorescence hypercubes of several cells were generated, containing both spatial and spectral information. The fluorescence images were acquired with one shot operation for all the emission range from visible to near infrared (VIS-IR). The paper will present the hypercubes obtained images from example tissues (475-630nm). This study demonstrates the potential of application in cell biology or biomedical applications for real time monitoring.

  20. Inferring patterns in mitochondrial DNA sequences through hypercube independent spanning trees.

    PubMed

    Silva, Eduardo Sant Ana da; Pedrini, Helio

    2016-03-01

    Given a graph G, a set of spanning trees rooted at a vertex r of G is said vertex/edge independent if, for each vertex v of G, v≠r, the paths of r to v in any pair of trees are vertex/edge disjoint. Independent spanning trees (ISTs) provide a number of advantages in data broadcasting due to their fault tolerant properties. For this reason, some studies have addressed the issue by providing mechanisms for constructing independent spanning trees efficiently. In this work, we investigate how to construct independent spanning trees on hypercubes, which are generated based upon spanning binomial trees, and how to use them to predict mitochondrial DNA sequence parts through paths on the hypercube. The prediction works both for inferring mitochondrial DNA sequences comprised of six bases as well as infer anomalies that probably should not belong to the mitochondrial DNA standard. Copyright © 2016 Elsevier Ltd. All rights reserved.

  1. Multi-Kepler GPU vs. multi-Intel MIC for spin systems simulations

    NASA Astrophysics Data System (ADS)

    Bernaschi, M.; Bisson, M.; Salvadore, F.

    2014-10-01

    We present and compare the performances of two many-core architectures: the Nvidia Kepler and the Intel MIC both in a single system and in cluster configuration for the simulation of spin systems. As a benchmark we consider the time required to update a single spin of the 3D Heisenberg spin glass model by using the Over-relaxation algorithm. We present data also for a traditional high-end multi-core architecture: the Intel Sandy Bridge. The results show that although on the two Intel architectures it is possible to use basically the same code, the performances of a Intel MIC change dramatically depending on (apparently) minor details. Another issue is that to obtain a reasonable scalability with the Intel Phi coprocessor (Phi is the coprocessor that implements the MIC architecture) in a cluster configuration it is necessary to use the so-called offload mode which reduces the performances of the single system. As to the GPU, the Kepler architecture offers a clear advantage with respect to the previous Fermi architecture maintaining exactly the same source code. Scalability of the multi-GPU implementation remains very good by using the CPU as a communication co-processor of the GPU. All source codes are provided for inspection and for double-checking the results.

  2. Optimizing Performance of Combustion Chemistry Solvers on Intel's Many Integrated Core (MIC) Architectures

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

    Sitaraman, Hariswaran; Grout, Ray W

    This work investigates novel algorithm designs and optimization techniques for restructuring chemistry integrators in zero and multidimensional combustion solvers, which can then be effectively used on the emerging generation of Intel's Many Integrated Core/Xeon Phi processors. These processors offer increased computing performance via large number of lightweight cores at relatively lower clock speeds compared to traditional processors (e.g. Intel Sandybridge/Ivybridge) used in current supercomputers. This style of processor can be productively used for chemistry integrators that form a costly part of computational combustion codes, in spite of their relatively lower clock speeds. Performance commensurate with traditional processors is achieved heremore » through the combination of careful memory layout, exposing multiple levels of fine grain parallelism and through extensive use of vendor supported libraries (Cilk Plus and Math Kernel Libraries). Important optimization techniques for efficient memory usage and vectorization have been identified and quantified. These optimizations resulted in a factor of ~ 3 speed-up using Intel 2013 compiler and ~ 1.5 using Intel 2017 compiler for large chemical mechanisms compared to the unoptimized version on the Intel Xeon Phi. The strategies, especially with respect to memory usage and vectorization, should also be beneficial for general purpose computational fluid dynamics codes.« less

  3. Revisiting Intel Xeon Phi optimization of Thompson cloud microphysics scheme in Weather Research and Forecasting (WRF) model

    NASA Astrophysics Data System (ADS)

    Mielikainen, Jarno; Huang, Bormin; Huang, Allen

    2015-10-01

    The Thompson cloud microphysics scheme is a sophisticated cloud microphysics scheme in the Weather Research and Forecasting (WRF) model. The scheme is very suitable for massively parallel computation as there are no interactions among horizontal grid points. Compared to the earlier microphysics schemes, the Thompson scheme incorporates a large number of improvements. Thus, we have optimized the speed of this important part of WRF. Intel Many Integrated Core (MIC) ushers in a new era of supercomputing speed, performance, and compatibility. It allows the developers to run code at trillions of calculations per second using the familiar programming model. In this paper, we present our results of optimizing the Thompson microphysics scheme on Intel Many Integrated Core Architecture (MIC) hardware. The Intel Xeon Phi coprocessor is the first product based on Intel MIC architecture, and it consists of up to 61 cores connected by a high performance on-die bidirectional interconnect. The coprocessor supports all important Intel development tools. Thus, the development environment is familiar one to a vast number of CPU developers. Although, getting a maximum performance out of MICs will require using some novel optimization techniques. New optimizations for an updated Thompson scheme are discusses in this paper. The optimizations improved the performance of the original Thompson code on Xeon Phi 7120P by a factor of 1.8x. Furthermore, the same optimizations improved the performance of the Thompson on a dual socket configuration of eight core Intel Xeon E5-2670 CPUs by a factor of 1.8x compared to the original Thompson code.

  4. Genetic Correction of Induced Pluripotent Stem Cells From a Deaf Patient With MYO7A Mutation Results in Morphologic and Functional Recovery of the Derived Hair Cell-Like Cells.

    PubMed

    Tang, Zi-Hua; Chen, Jia-Rong; Zheng, Jing; Shi, Hao-Song; Ding, Jie; Qian, Xiao-Dan; Zhang, Cui; Chen, Jian-Ling; Wang, Cui-Cui; Li, Liang; Chen, Jun-Zhen; Yin, Shan-Kai; Huang, Tao-Sheng; Chen, Ping; Guan, Min-Xin; Wang, Jin-Fu

    2016-05-01

    The genetic correction of induced pluripotent stem cells (iPSCs) induced from somatic cells of patients with sensorineural hearing loss (caused by hereditary factors) is a promising method for its treatment. The correction of gene mutations in iPSCs could restore the normal function of cells and provide a rich source of cells for transplantation. In the present study, iPSCs were generated from a deaf patient with compound heterozygous MYO7A mutations (c.1184G>A and c.4118C>T; P-iPSCs), the asymptomatic father of the patient (MYO7A c.1184G>A mutation; CF-iPSCs), and a normal donor (MYO7A(WT/WT); C-iPSCs). One of MYO7A mutation sites (c.4118C>T) in the P-iPSCs was corrected using CRISPR/Cas9. The corrected iPSCs (CP-iPSCs) retained cell pluripotency and normal karyotypes. Hair cell-like cells induced from CP-iPSCs showed restored organization of stereocilia-like protrusions; moreover, the electrophysiological function of these cells was similar to that of cells induced from C-iPSCs and CF-iPSCs. These results might facilitate the development of iPSC-based gene therapy for genetic disorders. Induced pluripotent stem cells (iPSCs) were generated from a deaf patient with compound heterozygous MYO7A mutations (c.1184G>A and c.4118C>T). One of the MYO7A mutation sites (c.4118C>T) in the iPSCs was corrected using CRISPR/Cas9. The genetic correction of MYO7A mutation resulted in morphologic and functional recovery of hair cell-like cells derived from iPSCs. These findings confirm the hypothesis that MYO7A plays an important role in the assembly of stereocilia into stereociliary bundles. Thus, the present study might provide further insight into the pathogenesis of sensorineural hearing loss and facilitate the development of therapeutic strategies against monogenic disease through the genetic repair of patient-specific iPSCs. ©AlphaMed Press.

  5. Genetic Correction of Induced Pluripotent Stem Cells From a Deaf Patient With MYO7A Mutation Results in Morphologic and Functional Recovery of the Derived Hair Cell-Like Cells

    PubMed Central

    Tang, Zi-Hua; Chen, Jia-Rong; Zheng, Jing; Shi, Hao-Song; Ding, Jie; Qian, Xiao-Dan; Zhang, Cui; Chen, Jian-Ling; Wang, Cui-Cui; Li, Liang; Chen, Jun-Zhen; Yin, Shan-Kai; Huang, Tao-Sheng; Chen, Ping; Guan, Min-Xin

    2016-01-01

    The genetic correction of induced pluripotent stem cells (iPSCs) induced from somatic cells of patients with sensorineural hearing loss (caused by hereditary factors) is a promising method for its treatment. The correction of gene mutations in iPSCs could restore the normal function of cells and provide a rich source of cells for transplantation. In the present study, iPSCs were generated from a deaf patient with compound heterozygous MYO7A mutations (c.1184G>A and c.4118C>T; P-iPSCs), the asymptomatic father of the patient (MYO7A c.1184G>A mutation; CF-iPSCs), and a normal donor (MYO7AWT/WT; C-iPSCs). One of MYO7A mutation sites (c.4118C>T) in the P-iPSCs was corrected using CRISPR/Cas9. The corrected iPSCs (CP-iPSCs) retained cell pluripotency and normal karyotypes. Hair cell-like cells induced from CP-iPSCs showed restored organization of stereocilia-like protrusions; moreover, the electrophysiological function of these cells was similar to that of cells induced from C-iPSCs and CF-iPSCs. These results might facilitate the development of iPSC-based gene therapy for genetic disorders. Significance Induced pluripotent stem cells (iPSCs) were generated from a deaf patient with compound heterozygous MYO7A mutations (c.1184G>A and c.4118C>T). One of the MYO7A mutation sites (c.4118C>T) in the iPSCs was corrected using CRISPR/Cas9. The genetic correction of MYO7A mutation resulted in morphologic and functional recovery of hair cell-like cells derived from iPSCs. These findings confirm the hypothesis that MYO7A plays an important role in the assembly of stereocilia into stereociliary bundles. Thus, the present study might provide further insight into the pathogenesis of sensorineural hearing loss and facilitate the development of therapeutic strategies against monogenic disease through the genetic repair of patient-specific iPSCs. PMID:27013738

  6. Implementation of ADI: Schemes on MIMD parallel computers

    NASA Technical Reports Server (NTRS)

    Vanderwijngaart, Rob F.

    1993-01-01

    In order to simulate the effects of the impingement of hot exhaust jets of High Performance Aircraft on landing surfaces a multi-disciplinary computation coupling flow dynamics to heat conduction in the runway needs to be carried out. Such simulations, which are essentially unsteady, require very large computational power in order to be completed within a reasonable time frame of the order of an hour. Such power can be furnished by the latest generation of massively parallel computers. These remove the bottleneck of ever more congested data paths to one or a few highly specialized central processing units (CPU's) by having many off-the-shelf CPU's work independently on their own data, and exchange information only when needed. During the past year the first phase of this project was completed, in which the optimal strategy for mapping an ADI-algorithm for the three dimensional unsteady heat equation to a MIMD parallel computer was identified. This was done by implementing and comparing three different domain decomposition techniques that define the tasks for the CPU's in the parallel machine. These implementations were done for a Cartesian grid and Dirichlet boundary conditions. The most promising technique was then used to implement the heat equation solver on a general curvilinear grid with a suite of nontrivial boundary conditions. Finally, this technique was also used to implement the Scalar Penta-diagonal (SP) benchmark, which was taken from the NAS Parallel Benchmarks report. All implementations were done in the programming language C on the Intel iPSC/860 computer.

  7. Portability and Cross-Platform Performance of an MPI-Based Parallel Polygon Renderer

    NASA Technical Reports Server (NTRS)

    Crockett, Thomas W.

    1999-01-01

    Visualizing the results of computations performed on large-scale parallel computers is a challenging problem, due to the size of the datasets involved. One approach is to perform the visualization and graphics operations in place, exploiting the available parallelism to obtain the necessary rendering performance. Over the past several years, we have been developing algorithms and software to support visualization applications on NASA's parallel supercomputers. Our results have been incorporated into a parallel polygon rendering system called PGL. PGL was initially developed on tightly-coupled distributed-memory message-passing systems, including Intel's iPSC/860 and Paragon, and IBM's SP2. Over the past year, we have ported it to a variety of additional platforms, including the HP Exemplar, SGI Origin2OOO, Cray T3E, and clusters of Sun workstations. In implementing PGL, we have had two primary goals: cross-platform portability and high performance. Portability is important because (1) our manpower resources are limited, making it difficult to develop and maintain multiple versions of the code, and (2) NASA's complement of parallel computing platforms is diverse and subject to frequent change. Performance is important in delivering adequate rendering rates for complex scenes and ensuring that parallel computing resources are used effectively. Unfortunately, these two goals are often at odds. In this paper we report on our experiences with portability and performance of the PGL polygon renderer across a range of parallel computing platforms.

  8. Revolution or evolution? An analysis of E-health innovation and impact using a hypercube model.

    PubMed

    Wu, Jen-Her; Huang, An-Sheng; Hisa, Tzyh-Lih; Tsai, Hsien-Tang

    2006-01-01

    This study utilises a hypercube innovation model to analyse the changes in both healthcare informatics and medical related delivery models based on the innovations from Tele-healthcare, electronic healthcare (E-healthcare), to mobile healthcare (M-healthcare). Further, the critical impacts of these E-health innovations on the stakeholders: healthcare customers, hospitals, healthcare complementary providers and healthcare regulators are identified. Thereafter, the critical capabilities for adopting each innovation are discussed.

  9. Generation of human iPSCs from an essential thrombocythemia patient carrying a V501L mutation in the MPL gene.

    PubMed

    Liu, Senquan; Ye, Zhaohui; Gao, Yongxing; He, Chaoxia; Williams, Donna W; Moliterno, Alison; Spivak, Jerry; Huang, He; Cheng, Linzhao

    2017-01-01

    Activating point mutations in the MPL gene encoding the thrombopoietin receptor are found in 3%-10% of essential thrombocythemia (ET) and myelofibrosis patients. Here, we report the derivation of induced pluripotent stem cells (iPSCs) from an ET patient with a heterozygous MPL V501L mutation. Peripheral blood CD34 + progenitor cells were reprogrammed by transient plasmid expression of OCT4, SOX2, KLF4, c-MYC plus BCL2L1 (BCL-xL) genes. The derived line M494 carries a MPL V501L mutation, displays typical iPSC morphology and characteristics, are pluripotent and karyotypically normal. Upon differentiation, the iPSCs are able to differentiate into cells derived from three germ layers. Copyright © 2016 The Authors. Published by Elsevier B.V. All rights reserved.

  10. Induced pluripotent stem cells derived from a patient with autosomal dominant familial neurohypophyseal diabetes insipidus caused by a variant in the AVP gene.

    PubMed

    Toustrup, Lise Bols; Zhou, Yan; Kvistgaard, Helene; Gregersen, Niels; Rittig, Søren; Aagaard, Lars; Corydon, Thomas Juhl; Luo, Yonglun; Christensen, Jane H

    2017-03-01

    Autosomal dominant familial neurohypophyseal diabetes insipidus (adFNDI) is caused by variants in the arginine vasopressin (AVP) gene. Here we report the generation of induced pluripotent stem cells (iPSCs) from a 42-year-old man carrying an adFNDI causing variant in exon 1 of the AVP gene using lentivirus-mediated nuclear reprogramming. The iPSCs carried the expected variant in the AVP gene. Furthermore, the iPSCs expressed pluripotency markers; displayed in vitro differentiation potential to the three germ layers and had a normal karyotype consistent with the original fibroblasts. This iPSC line is useful in future studies focusing on the pathogenesis of adFNDI. Copyright © 2016 The Authors. Published by Elsevier B.V. All rights reserved.

  11. CRISPR/Cas9-mediated targeted gene correction in amyotrophic lateral sclerosis patient iPSCs.

    PubMed

    Wang, Lixia; Yi, Fei; Fu, Lina; Yang, Jiping; Wang, Si; Wang, Zhaoxia; Suzuki, Keiichiro; Sun, Liang; Xu, Xiuling; Yu, Yang; Qiao, Jie; Belmonte, Juan Carlos Izpisua; Yang, Ze; Yuan, Yun; Qu, Jing; Liu, Guang-Hui

    2017-05-01

    Amyotrophic lateral sclerosis (ALS) is a complex neurodegenerative disease with cellular and molecular mechanisms yet to be fully described. Mutations in a number of genes including SOD1 and FUS are associated with familial ALS. Here we report the generation of induced pluripotent stem cells (iPSCs) from fibroblasts of familial ALS patients bearing SOD1 +/A272C and FUS +/G1566A mutations, respectively. We further generated gene corrected ALS iPSCs using CRISPR/Cas9 system. Genome-wide RNA sequencing (RNA-seq) analysis of motor neurons derived from SOD1 +/A272C and corrected iPSCs revealed 899 aberrant transcripts. Our work may shed light on discovery of early biomarkers and pathways dysregulated in ALS, as well as provide a basis for novel therapeutic strategies to treat ALS.

  12. Efficient method to create integration-free, virus-free, Myc and Lin28-free human induced pluripotent stem cells from adherent cells.

    PubMed

    Kamath, Anant; Ternes, Sara; McGowan, Stephen; English, Anthony; Mallampalli, Rama; Moy, Alan B

    2017-08-01

    Nonviral induced pluripotent stem cell (IPSC) reprogramming is not efficient without the oncogenes, Myc and Lin28 . We describe a robust Myc and Lin28 -free IPSC reprogramming approach using reprogramming molecules. IPSC colony formation was compared in the presence and absence of Myc and Lin28 by the mixture of reprogramming molecules and episomal vectors. While more colonies were observed in cultures transfected with the aforementioned oncogenes, the Myc and Lin28 -free method achieved the same reprogramming efficiency as reports that used these oncogenes. Further, all colonies were fully reprogrammed based on expression of SSEA4, even in the absence of Myc and Lin28 . This approach satisfies an important regulatory pathway for developing IPSC cell therapies with lower clinical risk.

  13. Flexible adaptation of male germ cells from female iPSCs of endangered Tokudaia osimensis.

    PubMed

    Honda, Arata; Choijookhuu, Narantsog; Izu, Haruna; Kawano, Yoshihiro; Inokuchi, Mizuho; Honsho, Kimiko; Lee, Ah-Reum; Nabekura, Hiroki; Ohta, Hiroshi; Tsukiyama, Tomoyuki; Ohinata, Yasuhide; Kuroiwa, Asato; Hishikawa, Yoshitaka; Saitou, Mitinori; Jogahara, Takamichi; Koshimoto, Chihiro

    2017-05-01

    In mammals, the Y chromosome strictly influences the maintenance of male germ cells. Almost all mammalian species require genetic contributors to generate testes. An endangered species, Tokudaia osimensis , has a unique sex chromosome composition XO/XO, and genetic differences between males and females have not been confirmed. Although a distinctive sex-determining mechanism may exist in T. osimensis , it has been difficult to examine thoroughly in this rare animal species. To elucidate the discriminative sex-determining mechanism in T. osimensis and to find a strategy to prevent its possible extinction, we have established induced pluripotent stem cells (iPSCs) and derived interspecific chimeras using mice as the hosts and recipients. Generated iPSCs are considered to be in the so-called "true naïve" state, and T. osimensis iPSCs may contribute as interspecific chimeras to several different tissues and cells in live animals. Surprisingly, female T. osimensis iPSCs not only contributed to the female germ line in the interspecific mouse ovary but also differentiated into spermatocytes and spermatids that survived in the adult interspecific mouse testes. Thus, T. osimensis cells have high sexual plasticity through which female somatic cells can be converted to male germline cells. These findings suggest flexibility in T. osimensis cells, which can adapt their germ cell sex to the gonadal niche. The probable reduction of the extinction risk of an endangered species through the use of iPSCs is indicated by this study.

  14. Flexible adaptation of male germ cells from female iPSCs of endangered Tokudaia osimensis

    PubMed Central

    Honda, Arata; Choijookhuu, Narantsog; Izu, Haruna; Kawano, Yoshihiro; Inokuchi, Mizuho; Honsho, Kimiko; Lee, Ah-Reum; Nabekura, Hiroki; Ohta, Hiroshi; Tsukiyama, Tomoyuki; Ohinata, Yasuhide; Kuroiwa, Asato; Hishikawa, Yoshitaka; Saitou, Mitinori; Jogahara, Takamichi; Koshimoto, Chihiro

    2017-01-01

    In mammals, the Y chromosome strictly influences the maintenance of male germ cells. Almost all mammalian species require genetic contributors to generate testes. An endangered species, Tokudaia osimensis, has a unique sex chromosome composition XO/XO, and genetic differences between males and females have not been confirmed. Although a distinctive sex-determining mechanism may exist in T. osimensis, it has been difficult to examine thoroughly in this rare animal species. To elucidate the discriminative sex-determining mechanism in T. osimensis and to find a strategy to prevent its possible extinction, we have established induced pluripotent stem cells (iPSCs) and derived interspecific chimeras using mice as the hosts and recipients. Generated iPSCs are considered to be in the so-called “true naïve” state, and T. osimensis iPSCs may contribute as interspecific chimeras to several different tissues and cells in live animals. Surprisingly, female T. osimensis iPSCs not only contributed to the female germ line in the interspecific mouse ovary but also differentiated into spermatocytes and spermatids that survived in the adult interspecific mouse testes. Thus, T. osimensis cells have high sexual plasticity through which female somatic cells can be converted to male germline cells. These findings suggest flexibility in T. osimensis cells, which can adapt their germ cell sex to the gonadal niche. The probable reduction of the extinction risk of an endangered species through the use of iPSCs is indicated by this study. PMID:28508054

  15. Lipid Supplement in the Cultural Condition Facilitates the Porcine iPSC Derivation through cAMP/PKA/CREB Signal Pathway

    PubMed Central

    Zhang, Wei; Wang, Hanning; Zhang, Shaopeng; Zhong, Liang; Wang, Yanliang; Pei, Yangli; Cao, Suying

    2018-01-01

    Large numbers of lipids exist in the porcine oocytes and early embryos and have the positive effects on their development, suggesting that the lipids may play an important role in pluripotency establishment and maintenance in pigs. However, the effects of lipids and their metabolites, such as fatty acids on reprogramming and the pluripotency gene expression of porcine-induced pluripotent stem cells (iPSCs), are unclear. Here, we generated the porcine iPSCs that resemble the mouse embryonic stem cells (ESCs) under lipid and fatty-acid-enriched cultural conditions (supplement of AlbuMAX). These porcine iPSCs show positive for the ESCs pluripotency markers and have the differentiation abilities to all three germ layers, and importantly, have the capability of aggregation into the inner cell mass (ICM) of porcine blastocysts. We further confirmed that lipid and fatty acid enriched condition can promote the cell proliferation and improve reprogramming efficiency by elevating cAMP levels. Interestingly, this lipids supplement promotes mesenchymal–epithelial transition (MET) through the cAMP/PKA/CREB signal pathway and upregulates the E-cadherin expression during porcine somatic cell reprogramming. The lipids supplement also makes a contribution to lipid droplets accumulation in the porcine iPSCs that resemble porcine preimplantation embryos. These findings may facilitate understanding of the lipid metabolism in porcine iPSCs and lay the foundation of bona fide porcine embryonic stem cell derivation. PMID:29419748

  16. Intel Many Integrated Core (MIC) architecture optimization strategies for a memory-bound Weather Research and Forecasting (WRF) Goddard microphysics scheme

    NASA Astrophysics Data System (ADS)

    Mielikainen, Jarno; Huang, Bormin; Huang, Allen H.

    2014-10-01

    The Goddard cloud microphysics scheme is a sophisticated cloud microphysics scheme in the Weather Research and Forecasting (WRF) model. The WRF is a widely used weather prediction system in the world. It development is a done in collaborative around the globe. The Goddard microphysics scheme is very suitable for massively parallel computation as there are no interactions among horizontal grid points. Compared to the earlier microphysics schemes, the Goddard scheme incorporates a large number of improvements. Thus, we have optimized the code of this important part of WRF. In this paper, we present our results of optimizing the Goddard microphysics scheme on Intel Many Integrated Core Architecture (MIC) hardware. The Intel Xeon Phi coprocessor is the first product based on Intel MIC architecture, and it consists of up to 61 cores connected by a high performance on-die bidirectional interconnect. The Intel MIC is capable of executing a full operating system and entire programs rather than just kernels as the GPU do. The MIC coprocessor supports all important Intel development tools. Thus, the development environment is familiar one to a vast number of CPU developers. Although, getting a maximum performance out of MICs will require using some novel optimization techniques. Those optimization techniques are discusses in this paper. The results show that the optimizations improved performance of the original code on Xeon Phi 7120P by a factor of 4.7x. Furthermore, the same optimizations improved performance on a dual socket Intel Xeon E5-2670 system by a factor of 2.8x compared to the original code.

  17. Next-generation sequencing traces human induced pluripotent stem cell lines clonally generated from heterogeneous cancer tissue.

    PubMed

    Ishikawa, Tetsuya

    2017-05-26

    To investigate genotype variation among induced pluripotent stem cell (iPSC) lines that were clonally generated from heterogeneous colon cancer tissues using next-generation sequencing. Human iPSC lines were clonally established by selecting independent single colonies expanded from heterogeneous primary cells of S-shaped colon cancer tissues by retroviral gene transfer ( OCT3/4 , SOX2 , and KLF4 ). The ten iPSC lines, their starting cancer tissues, and the matched adjacent non-cancerous tissues were analyzed using next-generation sequencing and bioinformatics analysis using the human reference genome hg19. Non-synonymous single-nucleotide variants (SNVs) (missense, nonsense, and read-through) were identified within the target region of 612 genes related to cancer and the human kinome. All SNVs were annotated using dbSNP135, CCDS, RefSeq, GENCODE, and 1000 Genomes. The SNVs of the iPSC lines were compared with the genotypes of the cancerous and non-cancerous tissues. The putative genotypes were validated using allelic depth and genotype quality. For final confirmation, mutated genotypes were manually curated using the Integrative Genomics Viewer. In eight of the ten iPSC lines, one or two non-synonymous SNVs in EIF2AK2 , TTN , ULK4 , TSSK1B , FLT4 , STK19 , STK31 , TRRAP , WNK1 , PLK1 or PIK3R5 were identified as novel SNVs and were not identical to the genotypes found in the cancer and non-cancerous tissues. This result suggests that the SNVs were de novo or pre-existing mutations that originated from minor populations, such as multifocal pre-cancer (stem) cells or pre-metastatic cancer cells from multiple, different clonal evolutions, present within the heterogeneous cancer tissue. The genotypes of all ten iPSC lines were different from the mutated ERBB2 and MKNK2 genotypes of the cancer tissues and were identical to those of the non-cancerous tissues and that found in the human reference genome hg19. Furthermore, two of the ten iPSC lines did not have any confirmed mutated genotypes, despite being derived from cancerous tissue. These results suggest that the traceability and preference of the starting single cells being derived from pre-cancer (stem) cells, stroma cells such as cancer-associated fibroblasts, and immune cells that co-existed in the tissues along with the mature cancer cells. The genotypes of iPSC lines derived from heterogeneous cancer tissues can provide information on the type of starting cell that the iPSC line was generated from.

  18. Optimization of reprogramming culture conditions for the generation of induced pluripotent stem cells from Col1a1 4F2A-Oct4-GFP mice with high efficiency.

    PubMed

    Lin, Po-Ying; Hsu, Sheng-Chieh; Chen, Hung-Chi; Len, Wen-Bin; Hsiao, Fang-Chi; Liu, Mei-Chun; Pan, Pei-Ling; Lin, Tsai-Chen; Lee, Ying-Hsuan; Meir, Yaa-Jyuhn James

    2018-05-01

    A reprogrammable transgenic mouse strain, called Col1a1 4F2A-Oct4-GFP, was bred for the present study. Because the somatic cells of this mouse strain contain only two copies of each Yamanaka factor, these animals are inefficient at producing induced pluripotent stem cells (iPSCs; approx. 0.005%) under traditional culture conditions. With an optimized culture condition, the iPSC production rate of mouse embryonic fibroblasts (MEFs) of Col1a1 4F2A-Oct4-GFP mice (MEF C ol1a1 4F2A-Oct4- GFP ) was increased to approximately 8%. Further, promotion of cell proliferation by serum supplementation did not enhance iPSC production. Inhibition of transforming growth factor β (TGF-β) in the serum by SB431542 neither affected the growth rate of MEF C ol1a1 4F2A-Oct4- GFP nor promoted iPSC production. However, the use of the gamma-irradiated STO-NEO-LIF (γSNL) cells to serve as feeders for iPSC production resulted in a 5-fold higher rate of iPSC production than the use of γMEF ICR feeders. Interestingly, the use of SB431542 with the γMEF ICR -adopted system could eliminate this difference. RT-PCR-based comparative analysis further demonstrated that TGF-β expression was 10-fold higher in γMEF ICR than in γSNL cells. Consistent with previous reports, mesenchymal to epithelial transition was found to participate in the initial steps of reprogramming in the specific context of MEF C ol1a1 4F2A-Oct4- GFP . Moreover, we found that the initial seeding density is one of the pivotal factors for determining a high efficiency of iPSC generation. The iPSCs efficiently generated from our MEF C ol1a1 4F2A-Oct4- GFP resembled mouse embryonic stem cells (mESCs) in aspects of teratoma formation and germline transmission. Depending on the culture conditions, our Col1a1 4F2A-Oct4-GFP mouse system can generate bona fide iPSCs with variable efficiencies, which can serve as a tool for interrogating the route taken by cells during somatic reprogramming. © 2018 Federation of European Biochemical Societies.

  19. WinHPC System Configuration | High-Performance Computing | NREL

    Science.gov Websites

    CPUs with 48GB of memory. Node 04 has dual Intel Xeon E5530 CPUs with 24GB of memory. Nodes 05-20 have dual AMD Opteron 2374 HE CPUs with 16GB of memory. Nodes 21-30 have been decommissioned. Nodes 31-35 have dual Intel Xeon X5675 CPUs with 48GB of memory. Nodes 36-37 have dual Intel Xeon E5-2680 CPUs with

  20. Efficient generation of dopaminergic-like neurons by overexpression of Nurr1 and Pitx3 in mouse induced Pluripotent Stem Cells.

    PubMed

    Salemi, Salemeh; Baktash, Parvaneh; Rajaei, Bahareh; Noori, Mehri; Amini, Hossein; Shamsara, Mehdi; Massumi, Mohammad

    2016-07-28

    Parkinson's disease (PD) is a neurodegenerative disorder, in which the nigro-striatal Dopaminergic (DAergic) neurons are selectively lost. Treatment of neurodegenerative diseases with Pluripotent Stem Cells (PSCs) is a big interest in cell therapy. Here, we used induced Pluripotent Stem Cells (iPSCs) expressing two master Dopaminergic (DAergic) transcription factors, i.e. Nurr1 and Pitx3, to generate functional in vitro DAergic-like neurons. After establishment and characterization of Doxycycline-inducible iPSCs from mouse fibroblasts, the cells were transduced by NURR1- and PITX3-harboring lentiviruses. The Nurr1/Pitx3 -iPSCs were differentiated through a five-stage protocol to generate DAergic-like neurons. The results confirmed the efficient expression of DAergic neuron markers in the end of protocol. Beside, the generated cells could exclusively synthesize and secrete Dopamine in response to secretagogues. In conclusion, overexpression of Nurr1 and Pitx3 in iPSCs could efficiently program iPSCs into functional DAergic-like neurons. This finding may have an impact on future stem cell therapy of PD. Copyright © 2016 Elsevier Ireland Ltd. All rights reserved.

  1. Induced pluripotent stem cells in Alzheimer's disease: applications for disease modeling and cell-replacement therapy.

    PubMed

    Yang, Juan; Li, Song; He, Xi-Biao; Cheng, Cheng; Le, Weidong

    2016-05-17

    Alzheimer's disease (AD) is the most common cause of dementia in those over the age of 65. While a numerous of disease-causing genes and risk factors have been identified, the exact etiological mechanisms of AD are not yet completely understood, due to the inability to test theoretical hypotheses on non-postmortem and patient-specific research systems. The use of recently developed and optimized induced pluripotent stem cells (iPSCs) technology may provide a promising platform to create reliable models, not only for better understanding the etiopathological process of AD, but also for efficient anti-AD drugs screening. More importantly, human-sourced iPSCs may also provide a beneficial tool for cell-replacement therapy against AD. Although considerable progress has been achieved, a number of key challenges still require to be addressed in iPSCs research, including the identification of robust disease phenotypes in AD modeling and the clinical availabilities of iPSCs-based cell-replacement therapy in human. In this review, we highlight recent progresses of iPSCs research and discuss the translational challenges of AD patients-derived iPSCs in disease modeling and cell-replacement therapy.

  2. Significant differences in genotoxicity induced by retrovirus integration in human T cells and induced pluripotent stem cells.

    PubMed

    Zheng, Weiyan; Wang, Yingjia; Chang, Tammy; Huang, He; Yee, Jiing-Kuan

    2013-04-25

    Retrovirus is frequently used in the genetic modification of mammalian cells and the establishment of induced pluripotent stem cells (iPSCs) via cell reprogramming. Vector-induced genotoxicity could induce profound effect on the physiology and function of these stem cells and their differentiated progeny. We analyzed retrovirus-induced genotoxicity in somatic cell Jurkat and two iPSC lines. In Jurkat cells, retrovirus frequently activated host gene expression and gene activation was not dependent on the distance between the integration site and the transcription start site of the host gene. In contrast, retrovirus frequently down-regulated host gene expression in iPSCs, possibly due to the action of chromatin silencing that spreads from the provirus to the nearby host gene promoter. Our data raises the issue that some of the phenotypic variability observed among iPSC clones derived from the same parental cell line may be caused by retrovirus-induced gene expression changes rather than by the reprogramming process itself. It also underscores the importance of characterizing retrovirus integration and carrying out risk assessment of iPSCs before they can be applied in basic research and clinics. Copyright © 2013 Elsevier B.V. All rights reserved.

  3. High Efficient Differentiation of Functional Hepatocytes from Porcine Induced Pluripotent Stem Cells

    PubMed Central

    Ao, Ying; Mich-Basso, Jocelyn Danielle; Lin, Bo; Yang, Lei

    2014-01-01

    Hepatocyte transplantation is considered to be a promising therapy for patients with liver diseases. Induced pluripotent stem cells (iPSCs) provide an unlimited source for the generation of functional hepatocytes. In this study, we generated iPSCs from porcine ear fibroblasts (PEFs) by overexpressing Sox2, Klf4, Oct4, and c-Myc (SKOM), and developed a novel strategy for the efficient differentiation of hepatocyte-like cells from porcine iPSCs by following the processes of early liver development. The differentiated cells displayed the phenotypes of hepatocytes, exhibited classic hepatocyte-associated bio-functions, such as LDL uptake, glycogen storage and urea secretion, as well as possessed the metabolic activities of cytochrome P-450 (CYP) 3A and 2C. Furthermore, we compared the hepatocyte differentiation efficacy of our protocol with another published method, and the results demonstrated that our differentiation strategy could significantly improve the generation of morphological and functional hepatocyte-like cells from porcine iPSCs. In conclusion, this study establishes an efficient method for in vitro generation of functional hepatocytes from porcine iPSCs, which could represent a promising cell source for preclinical testing of cell-based therapeutics for liver failure and for pharmacological applications. PMID:24949734

  4. Patient-Specific Pluripotent Stem Cells in Neurological Diseases

    PubMed Central

    Durnaoglu, Serpen; Genc, Sermin; Genc, Kursad

    2011-01-01

    Many human neurological diseases are not currently curable and result in devastating neurologic sequelae. The increasing availability of induced pluripotent stem cells (iPSCs) derived from adult human somatic cells provides new prospects for cellreplacement strategies and disease-related basic research in a broad spectrum of human neurologic diseases. Patient-specific iPSC-based modeling of neurogenetic and neurodegenerative diseases is an emerging efficient tool for in vitro modeling to understand disease and to screen for genes and drugs that modify the disease process. With the exponential increase in iPSC research in recent years, human iPSCs have been successfully derived with different technologies and from various cell types. Although there remain a great deal to learn about patient-specific iPSC safety, the reprogramming mechanisms, better ways to direct a specific reprogramming, ideal cell source for cellular grafts, and the mechanisms by which transplanted stem cells lead to an enhanced functional recovery and structural reorganization, the discovery of the therapeutic potential of iPSCs offers new opportunities for the treatment of incurable neurologic diseases. However, iPSC-based therapeutic strategies need to be thoroughly evaluated in preclinical animal models of neurological diseases before they can be applied in a clinical setting. PMID:21776279

  5. Blood Cell-Derived Induced Pluripotent Stem Cells Free of Reprogramming Factors Generated by Sendai Viral Vectors

    PubMed Central

    Muench, Marcus O.; Fusaki, Noemi; Beyer, Ashley I.; Wang, Jiaming; Qi, Zhongxia; Yu, Jingwei

    2013-01-01

    The discovery of induced pluripotent stem cells (iPSCs) holds great promise for regenerative medicine since it is possible to produce patient-specific pluripotent stem cells from affected individuals for potential autologous treatment. Using nonintegrating cytoplasmic Sendai viral vectors, we generated iPSCs efficiently from adult mobilized CD34+ and peripheral blood mononuclear cells. After 5–8 passages, the Sendai viral genome could not be detected by real-time quantitative reverse transcription-polymerase chain reaction. Using the spin embryoid body method, we showed that these blood cell-derived iPSCs could efficiently be differentiated into hematopoietic stem and progenitor cells without the need of coculture with either mouse or human stromal cells. We obtained up to 40% CD34+ of which ∼25% were CD34+/CD43+ hematopoietic precursors that could readily be differentiated into mature blood cells. Our study demonstrated a reproducible protocol for reprogramming blood cells into transgene-free iPSCs by the Sendai viral vector method. Maintenance of the genomic integrity of iPSCs without integration of exogenous DNA should allow the development of therapeutic-grade stem cells for regenerative medicine. PMID:23847002

  6. Implementation and Performance Analysis of Parallel Assignment Algorithms on a Hypercube Computer.

    DTIC Science & Technology

    1987-12-01

    coupled pro- cessors because of the degree of interaction between processors imposed by the global memory [HwB84]. Another sub-class of MIMD... interaction between the individual processors [MuA87]. Many of the commercial MIMD computers available today are loosely coupled [HwB84]. 2.1.3 The Hypercube...Alpha-beta is a method usually employed in the solution of two-person zero-sum games like chess and checkers [Qui87]. The ha sic approach of the alpha

  7. Decrement of GABAA receptor-mediated inhibitory postsynaptic currents in dentate granule cells in epileptic hippocampus.

    PubMed

    Isokawa, M

    1996-05-01

    1. Inhibitory postsynaptic currents (IPSCs) were studied in hippocampal dentate granule cells (DGCs) in the pilocarpine model and human temporal lobe epilepsy, with the use of the whole cell patch-clamp recording technique in slice preparations. 2. In the pilocarpine model, hippocampal slices were prepared from rats that were allowed to experience spontaneous seizures for 2 mo. Human hippocampal specimens were obtained from epileptic patients who underwent surgical treatment for medically intractable seizures. 3. IPSCs were generated by single perforant path stimulation and recorded at a membrane potential (Vm) of 0 mV near the reversal potential of glutamate excitatory postsynaptic currents in the voltage-clamp recording. IPSCs were pharmacologically identified as gamma-aminobutyric acid-A (GABAA) IPSCs by 10 microM bicuculline methiodide. 4. During low-frequency stimulation, IPSCs were not different in amplitude among non-seizure-experienced rat hippocampi, human nonsclerotic hippocampi, seizure-experienced rat hippocampi, and human sclerotic hippocampi. In the last two groups of DGCs, current-clamp recordings indicated the presence of prolonged excitatory postsynaptic potentials (EPSPs) mediated by the N-methyl-D-aspartate (NMDA) receptor. 5. High-frequency stimulation, administered at Vm = -30 mV to activate NMDA currents, reduced GABAA IPSC amplitude specifically in seizure-experienced rat hippocampi (t = 2.5, P < 0.03) and human sclerotic hippocampi (t = 7.7, P < 0.01). This reduction was blocked by an NMDA receptor antagonist, 2-amino-5-phosphonovaleric acid (APV) (50 microM). The time for GABAA IPSCs to recover to their original amplitude was also shortened by the application of APV. 6. I conclude that, when intensively activated, NMDA receptor-mediated excitatory transmission may interact with GABAergic synaptic inhibition in DGCs in seizure-experienced hippocampus to transiently reduce GABA(A) receptor-channel function. Such interactions may contribute to give rise to epileptic excitation in chronically seizure-prone hippocampus.

  8. Cell-free extract from porcine induced pluripotent stem cells can affect porcine somatic cell nuclear reprogramming.

    PubMed

    No, Jin-Gu; Choi, Mi-Kyung; Kwon, Dae-Jin; Yoo, Jae Gyu; Yang, Byoung-Chul; Park, Jin-Ki; Kim, Dong-Hoon

    2015-01-01

    Pretreatment of somatic cells with undifferentiated cell extracts, such as embryonic stem cells and mammalian oocytes, is an attractive alternative method for reprogramming control. The properties of induced pluripotent stem cells (iPSCs) are similar to those of embryonic stem cells; however, no studies have reported somatic cell nuclear reprogramming using iPSC extracts. Therefore, this study aimed to evaluate the effects of porcine iPSC extracts treatment on porcine ear fibroblasts and early development of porcine cloned embryos produced from porcine ear skin fibroblasts pretreated with the porcine iPSC extracts. The Chariot(TM) reagent system was used to deliver the iPSC extracts into cultured porcine ear skin fibroblasts. The iPSC extracts-treated cells (iPSC-treated cells) were cultured for 3 days and used for analyzing histone modification and somatic cell nuclear transfer. Compared to the results for nontreated cells, the trimethylation status of histone H3 lysine residue 9 (H3K9) in the iPSC-treated cells significantly decreased. The expression of Jmjd2b, the H3K9 trimethylation-specific demethylase gene, significantly increased in the iPSC-treated cells; conversely, the expression of the proapoptotic genes, Bax and p53, significantly decreased. When the iPSC-treated cells were transferred into enucleated porcine oocytes, no differences were observed in blastocyst development and total cell number in blastocysts compared with the results for control cells. However, H3K9 trimethylation of pronuclear-stage-cloned embryos significantly decreased in the iPSC-treated cells. Additionally, Bax and p53 gene expression in the blastocysts was significantly lower in iPSC-treated cells than in control cells. To our knowledge, this study is the first to show that an extracts of porcine iPSCs can affect histone modification and gene expression in porcine ear skin fibroblasts and cloned embryos.

  9. Humanity in a Dish: Population Genetics with iPSCs.

    PubMed

    Warren, Curtis R; Cowan, Chad A

    2018-01-01

    Induced pluripotent stem cells (iPSCs) are powerful tools for investigating the relationship between genotype and phenotype. Recent publications have described iPSC cohort studies of common genetic variants and their effects on gene expression and cellular phenotypes. These in vitro quantitative trait locus (QTL) studies are the first experiments in a new paradigm with great potential: iPSC-based functional population genetic studies. iPSC collections from large cohorts are currently under development to facilitate the next wave of these studies, which have the potential to discover the effects of common genetic variants on cellular phenotypes and to uncover the molecular basis of common genetic diseases. Here, we describe the recent advances in this developing field, and provide a road map for future in vitro functional population genetic studies and trial-in-a-dish experiments. Copyright © 2017 Elsevier Ltd. All rights reserved.

  10. Modeling human diseases with induced pluripotent stem cells: from 2D to 3D and beyond.

    PubMed

    Liu, Chun; Oikonomopoulos, Angelos; Sayed, Nazish; Wu, Joseph C

    2018-03-08

    The advent of human induced pluripotent stem cells (iPSCs) presents unprecedented opportunities to model human diseases. Differentiated cells derived from iPSCs in two-dimensional (2D) monolayers have proven to be a relatively simple tool for exploring disease pathogenesis and underlying mechanisms. In this Spotlight article, we discuss the progress and limitations of the current 2D iPSC disease-modeling platform, as well as recent advancements in the development of human iPSC models that mimic in vivo tissues and organs at the three-dimensional (3D) level. Recent bioengineering approaches have begun to combine different 3D organoid types into a single '4D multi-organ system'. We summarize the advantages of this approach and speculate on the future role of 4D multi-organ systems in human disease modeling. © 2018. Published by The Company of Biologists Ltd.

  11. Generation of gene-corrected iPSC line from Parkinson's disease patient iPSC line with alpha-SNCA A53T mutation.

    PubMed

    Lee, Seo-Young; Jeong, SangKyun; Kim, Janghwan; Chung, Sun-Ku

    2018-06-09

    Parkinson's disease (PD) is the second most common age-related neurodegenerative disorder. PD can result from a mutation of alpha-synuclein (α-SNCA), such as α-SNCA A53T. Using episomal vectors, induced pluripotent stem cells (iPSCs) were generated from skin fibroblasts with the α-SNCA A53T mutation. A huge bacterial artificial chromosome (BAC) harboring the normal α-SNCA gene successfully corrected the α-SNCA A53T-mutant iPSCs. Melting curve analysis for allelic composition indicated that the BAC DNA was precisely targeted to the α-SNCA A53T mutation allele, without random integration. The corrected PD-iPSCs displayed the normal karyotype and pluripotency, with the capability to differentiate to any cell type. Copyright © 2018 The Author(s). Published by Elsevier B.V. All rights reserved.

  12. Lymphoblast-derived integration-free iPSC line AD-TREM2-3 from a 74 year-old Alzheimer's disease patient expressing the TREM2 p.R47H variant.

    PubMed

    Martins, Soraia; Yigit, Hatice; Bohndorf, Martina; Graffmann, Nina; Fiszl, Aurelian Robert; Wruck, Wasco; Sleegers, Kristel; Van Broeckhoven, Christine; Adjaye, James

    2018-06-01

    Human lymphoblast cells from a male diagnosed with Alzheimer's disease (AD) expressing the TREM2 p.R47H variant were used to generate integration-free induced pluripotent stem cells (iPSCs) by over-expressing episomal-based plasmids harbouring OCT4, SOX2, KLF4, LIN28, L-MYC and p53 shRNA. The derived iPSC line - AD-TREM2-3 was defined as pluripotent based on (i) expression of pluripotency-associated markers (ii) embryoid body-based differentiation into cell types representative of the three germ layers and (iii) the similarity between the transcriptome of the iPSC line and the human embryonic stem cell line H1 with a Pearson correlation of 0.940. Copyright © 2018. Published by Elsevier B.V.

  13. Derivation of an induced pluripotent stem cell line (MUSIi004-A) from dermal fibroblasts of a 48-year-old spinocerebellar ataxia type 3 patient.

    PubMed

    Ritthaphai, Alisa; Wattanapanitch, Methichit; Pithukpakorn, Manop; Heepchantree, Worapa; Soi-Ampornkul, Rungtip; Mahaisavariya, Panchalee; Triwongwaranat, Daranporn; Pattanapanyasat, Kovit; Vatanashevanopakorn, Chinnavuth

    2018-05-21

    Dermal fibroblasts were obtained from a 48-year-old female patient with spinocerebellar ataxia type 3 (SCA3). Fibroblasts were reprogrammed by nucleofection with episomal plasmids, carrying L-MYC, LIN28, OCT4, SOX2, KLF4, EBNA-1 and shRNA against p53. The SCA3 patient-specific iPSC line, MUSIi004-A, was characterized by immunofluorescence staining to verify the expression of pluripotent markers. The iPSC line exhibited an ability to differentiate into three germ layers by embryoid body (EB) formation. Karyotypic analysis of the MUSIi004-A line was normal. The mutant allele was still present in the iPSC line. This iPSC line represents a useful tool for studying neurodegeneration in SCA3. Copyright © 2018 The Authors. Published by Elsevier B.V. All rights reserved.

  14. Derivation and Characterization of Induced Pluripotent Stem Cells from Equine Fibroblasts

    PubMed Central

    Breton, Amandine; Sharma, Ruchi; Diaz, Andrea Catalina; Parham, Alea Gillian; Graham, Audrey; Neil, Claire; Whitelaw, Christopher Bruce; Milne, Elspeth

    2013-01-01

    Pluripotent stem cells offer unprecedented potential not only for human medicine but also for veterinary medicine, particularly in relation to the horse. Induced pluripotent stem cells (iPSCs) are particularly promising, as they are functionally similar to embryonic stem cells and can be generated in vitro in a patient-specific manner. In this study, we report the generation of equine iPSCs from skin fibroblasts obtained from a foal and reprogrammed using viral vectors coding for murine Oct4, Sox2, c-Myc, and Klf4 sequences. The reprogrammed cell lines were morphologically similar to iPSCs reported from other species and could be stably maintained over more than 30 passages. Immunostaining and polymerase chain reaction analyses revealed that these cell lines expressed an array of endogenous markers associated with pluripotency, including OCT4, SOX2, NANOG, REX1, LIN28, SSEA1, SSEA4, and TRA1-60. Furthermore, under the appropriate conditions, the equine iPSCs readily formed embryoid bodies and differentiated in vitro into cells expressing markers of ectoderm, mesoderm, and endoderm, and when injected into immunodeficient mice, gave raise to tumors containing differentiated derivatives of the 3 germ layers. Finally, we also reprogrammed fibroblasts from a 2-year-old horse. The reprogrammed cells were similar to iPSCs derived from neonatal fibroblasts in terms of morphology, expression of pluripotency markers, and differentiation ability. The generation of these novel cell lines constitutes an important step toward the understanding of pluripotency in the horse, and paves the way for iPSC technology to potentially become a powerful research and clinical tool in veterinary biomedicine. PMID:22897112

  15. Ovine induced pluripotent stem cells are resistant to reprogramming after nuclear transfer.

    PubMed

    German, Sergio D; Campbell, Keith H S; Thornton, Elisabeth; McLachlan, Gerry; Sweetman, Dylan; Alberio, Ramiro

    2015-02-01

    Induced pluripotent stem cells (iPSCs) share similar characteristics of indefinite in vitro growth with embryonic stem cells (ESCs) and may therefore serve as a useful tool for the targeted genetic modification of farm animals via nuclear transfer (NT). Derivation of stable ESC lines from farm animals has not been possible, therefore, it is important to determine whether iPSCs can be used as substitutes for ESCs in generating genetically modified cloned farm animals. We generated ovine iPSCs by conventional retroviral transduction using the four Yamanaka factors. These cells were basic fibroblast growth factor (bFGF)- and activin A-dependent, showed persistent expression of the transgenes, acquired chromosomal abnormalities, and failed to activate endogenous NANOG. Nonetheless, iPSCs could differentiate into the three somatic germ layers in vitro. Because cloning of farm animals is best achieved with diploid cells (G1/G0), we synchronized the iPSCs in G1 prior to NT. Despite the cell cycle synchronization, preimplantation development of iPSC-NT embryos was lower than with somatic cells (2% vs. 10% blastocysts, p<0.01). Furthermore, analysis of the blastocysts produced demonstrated persistent expression of the transgenes, aberrant expression of endogenous SOX2, and a failure to activate NANOG consistently. In contrast, gene expression in blastocysts produced with the parental fetal fibroblasts was similar to those generated by in vitro fertilization. Taken together, our data suggest that the persistent expression of the exogenous factors and the acquisition of chromosomal abnormalities are incompatible with normal development of NT embryos produced with iPSCs.

  16. CCR5 Disruption in Induced Pluripotent Stem Cells Using CRISPR/Cas9 Provides Selective Resistance of Immune Cells to CCR5-tropic HIV-1 Virus.

    PubMed

    Kang, HyunJun; Minder, Petra; Park, Mi Ae; Mesquitta, Walatta-Tseyon; Torbett, Bruce E; Slukvin, Igor I

    2015-12-15

    The chemokine (C-C motif) receptor 5 (CCR5) serves as an HIV-1 co-receptor and is essential for cell infection with CCR5-tropic viruses. Loss of functional receptor protects against HIV infection. Here, we report the successful targeting of CCR5 in GFP-marked human induced pluripotent stem cells (iPSCs) using CRISPR/Cas9 with single and dual guide RNAs (gRNAs). Following CRISPER/Cas9-mediated gene editing using a single gRNA, 12.5% of cell colonies demonstrated CCR5 editing, of which 22.2% showed biallelic editing as determined by a Surveyor nuclease assay and direct sequencing. The use of dual gRNAs significantly increased the efficacy of CCR5 editing to 27% with a biallelic gene alteration frequency of 41%. To ensure the homogeneity of gene editing within cells, we used single cell sorting to establish clonal iPSC lines. Single cell-derived iPSC lines with homozygous CCR5 mutations displayed the typical characteristics of pluripotent stem cells and differentiated efficiently into hematopoietic cells, including macrophages. Although macrophages from both wild-type and CCR5-edited iPSCs supported CXCR4-tropic virus replication, macrophages from CCR5-edited iPSCs were uniquely resistant to CCR5-tropic virus challenge. This study demonstrates the feasibility of applying iPSC technology for the study of the role of CCR5 in HIV infection in vitro, and generation of HIV-resistant cells for potential therapeutic applications.

  17. Genetic and pharmacological correction of aberrant dopamine synthesis using patient iPSCs with BH4 metabolism disorders.

    PubMed

    Ishikawa, Taizo; Imamura, Keiko; Kondo, Takayuki; Koshiba, Yasushi; Hara, Satoshi; Ichinose, Hiroshi; Furujo, Mahoko; Kinoshita, Masako; Oeda, Tomoko; Takahashi, Jun; Takahashi, Ryosuke; Inoue, Haruhisa

    2016-12-01

    Dopamine (DA) is a neurotransmitter in the brain, playing a central role in several disease conditions, including tetrahydrobiopterin (BH4) metabolism disorders and Parkinson's disease (PD). BH4 metabolism disorders present a variety of clinical manifestations including motor disturbance via altered DA metabolism, since BH4 is a cofactor for tyrosine hydroxylase (TH), a rate-limiting enzyme for DA synthesis. Genetically, BH4 metabolism disorders are, in an autosomal recessive pattern, caused by a variant in genes encoding enzymes for BH4 synthesis or recycling, including 6-pyruvoyltetrahydropterin synthase (PTPS) or dihydropteridine reductase (DHPR), respectively. Although BH4 metabolism disorders and its metabolisms have been studied, it is unclear how gene variants cause aberrant DA synthesis in patient neurons. Here, we generated induced pluripotent stem cells (iPSCs) from BH4 metabolism disorder patients with PTPS or DHPR variants, corrected the gene variant in the iPSCs using the CRISPR/Cas9 system, and differentiated the BH4 metabolism disorder patient- and isogenic control iPSCs into midbrain DA neurons. We found that by the gene correction, the BH4 amount, TH protein level and extracellular DA level were restored in DA neuronal culture using PTPS deficiency iPSCs. Furthermore, the pharmacological correction by BH4 precursor sepiapterin treatment also improved the phenotypes of PTPS deficiency. These results suggest that patient iPSCs with BH4 metabolism disorders provide an opportunity for screening substances for treating aberrant DA synthesis-related disorders. © The Author 2016. Published by Oxford University Press.

  18. A critical role for AID in the initiation of reprogramming to induced pluripotent stem cells

    PubMed Central

    Bhutani, Nidhi; Decker, Matthew N.; Brady, Jennifer J.; Bussat, Rose T.; Burns, David M.; Corbel, Stephane Y.; Blau, Helen M.

    2013-01-01

    Mechanistic insights into the reprogramming of fibroblasts to induced pluripotent stem cells (iPSCs) are limited, particularly for early acting molecular regulators. Here we use an acute loss of function approach to demonstrate that activation-induced deaminase (AID) activity is necessary for the initiation of reprogramming to iPSCs. While AID is well known for antibody diversification, it has also recently been shown to have a role in active DNA demethylation in reprogramming toward pluripotency and development. These findings suggested a potential role for AID in iPSC generation, yet, iPSC yield from AID-knockout mouse fibroblasts was similar to that of wild-type (WT) fibroblasts. We reasoned that an acute loss of AID function might reveal effects masked by compensatory mechanisms during development, as reported for other proteins. Accordingly, we induced an acute reduction (>50%) in AID levels using 4 different shRNAs and determined that reprogramming to iPSCs was significantly impaired by 79 ± 7%. The deaminase activity of AID was critical, as coexpression of WT but not a catalytic mutant AID rescued reprogramming. Notably, AID was required only during a 72-h time window at the onset of iPSC reprogramming. Our findings show a critical role for AID activity in the initiation of reprogramming to iPSCs.—Bhutani, N., Decker, M. N., Brady, J. J., Bussat, R. T., Burns, D. M., Corbel, S. Y., Blau, H. M. A critical role for AID in the initiation of reprogramming to induced pluripotent stem cells. PMID:23212122

  19. Reprogramming somatic cells into iPS cells activates LINE-1 retroelement mobility

    PubMed Central

    Wissing, Silke; Muñoz-Lopez, Martin; Macia, Angela; Yang, Zhiyuan; Montano, Mauricio; Collins, William; Garcia-Perez, Jose Luis; Moran, John V.; Greene, Warner C.

    2012-01-01

    Long interspersed element-1 (LINE-1 or L1) retrotransposons account for nearly 17% of human genomic DNA and represent a major evolutionary force that has reshaped the structure and function of the human genome. However, questions remain concerning both the frequency and the developmental timing of L1 retrotransposition in vivo and whether the mobility of these retroelements commonly results in insertional and post-insertional mechanisms of genomic injury. Cells exhibiting high rates of L1 retrotransposition might be especially at risk for such injury. We assessed L1 mRNA expression and L1 retrotransposition in two biologically relevant cell types, human embryonic stem cells (hESCs) and induced pluripotent stem cells (iPSCs), as well as in control parental human dermal fibroblasts (HDFs). Full-length L1 mRNA and the L1 open reading frame 1-encoded protein (ORF1p) were readily detected in hESCs and iPSCs, but not in HDFs. Sequencing analysis proved the expression of human-specific L1 element mRNAs in iPSCs. Bisulfite sequencing revealed that the increased L1 expression observed in iPSCs correlates with an overall decrease in CpG methylation in the L1 promoter region. Finally, retrotransposition of an engineered human L1 element was ∼10-fold more efficient in iPSCs than in parental HDFs. These findings indicate that somatic cell reprogramming is associated with marked increases in L1 expression and perhaps increases in endogenous L1 retrotransposition, which could potentially impact the genomic integrity of the resultant iPSCs. PMID:21989055

  20. Targeted reversion of induced pluripotent stem cells from patients with human cleidocranial dysplasia improves bone regeneration in a rat calvarial bone defect model.

    PubMed

    Saito, Akiko; Ooki, Akio; Nakamura, Takashi; Onodera, Shoko; Hayashi, Kamichika; Hasegawa, Daigo; Okudaira, Takahito; Watanabe, Katsuhito; Kato, Hiroshi; Onda, Takeshi; Watanabe, Akira; Kosaki, Kenjiro; Nishimura, Ken; Ohtaka, Manami; Nakanishi, Mahito; Sakamoto, Teruo; Yamaguchi, Akira; Sueishi, Kenji; Azuma, Toshifumi

    2018-01-22

    Runt-related transcription factor 2 (RUNX2) haploinsufficiency causes cleidocranial dysplasia (CCD) which is characterized by supernumerary teeth, short stature, clavicular dysplasia, and osteoporosis. At present, as a therapeutic strategy for osteoporosis, mesenchymal stem cell (MSC) transplantation therapy is performed in addition to drug therapy. However, MSC-based therapy for osteoporosis in CCD patients is difficult due to a reduction in the ability of MSCs to differentiate into osteoblasts resulting from impaired RUNX2 function. Here, we investigated whether induced pluripotent stem cells (iPSCs) properly differentiate into osteoblasts after repairing the RUNX2 mutation in iPSCs derived from CCD patients to establish normal iPSCs, and whether engraftment of osteoblasts derived from properly reverted iPSCs results in better regeneration in immunodeficient rat calvarial bone defect models. Two cases of CCD patient-derived induced pluripotent stem cells (CCD-iPSCs) were generated using retroviral vectors (OCT3/4, SOX2, KLF4, and c-MYC) or a Sendai virus SeVdp vector (KOSM302L). Reverted iPSCs were established using programmable nucleases, clustered regularly interspaced short palindromic repeats (CRISPR)/Cas-derived RNA-guided endonucleases, to correct mutations in CCD-iPSCs. The mRNA expressions of osteoblast-specific markers were analyzed using quantitative reverse-transcriptase polymerase chain reaction. iPSCs-derived osteoblasts were transplanted into rat calvarial bone defects, and bone regeneration was evaluated using microcomputed tomography analysis and histological analysis. Mutation analysis showed that both contained nonsense mutations: one at the very beginning of exon 1 and the other at the initial position of the nuclear matrix-targeting signal. The osteoblasts derived from CCD-iPSCs (CCD-OBs) expressed low levels of several osteoblast differentiation markers, and transplantation of these osteoblasts into calvarial bone defects created in rats with severe combined immunodeficiency showed poor regeneration. However, reverted iPSCs improved the abnormal osteoblast differentiation which resulted in much better engraftment into the rat calvarial bone defect. Taken together, these results demonstrate that patient-specific iPSC technology can not only provide a useful disease model to elucidate the role of RUNX2 in osteoblastic differentiation but also raises the tantalizing prospect that reverted iPSCs might provide a practical medical treatment for CCD.

  1. Parallel Decomposition of the Fictitious Lagrangian Algorithm and its Accuracy for Molecular Dynamics Simulations of Semiconductors.

    NASA Astrophysics Data System (ADS)

    Yeh, Mei-Ling

    We have performed a parallel decomposition of the fictitious Lagrangian method for molecular dynamics with tight-binding total energy expression into the hypercube computer. This is the first time in literature that the dynamical simulation of semiconducting systems containing more than 512 silicon atoms has become possible with the electrons treated as quantum particles. With the utilization of the Intel Paragon system, our timing analysis predicts that our code is expected to perform realistic simulations on very large systems consisting of thousands of atoms with time requirements of the order of tens of hours. Timing results and performance analysis of our parallel code are presented in terms of calculation time, communication time, and setup time. The accuracy of the fictitious Lagrangian method in molecular dynamics simulation is also investigated, especially the energy conservation of the total energy of ions. We find that the accuracy of the fictitious Lagrangian scheme in small silicon cluster and very large silicon system simulations is good for as long as the simulations proceed, even though we quench the electronic coordinates to the Born-Oppenheimer surface only in the beginning of the run. The kinetic energy of electrons does not increase as time goes on, and the energy conservation of the ionic subsystem remains very good. This means that, as far as the ionic subsystem is concerned, the electrons are on the average in the true quantum ground states. We also tie up some odds and ends regarding a few remaining questions about the fictitious Lagrangian method, such as the difference between the results obtained from the Gram-Schmidt and SHAKE method of orthonormalization, and differences between simulations where the electrons are quenched to the Born -Oppenheimer surface only once compared with periodic quenching.

  2. Present and future challenges of induced pluripotent stem cells.

    PubMed

    Ohnuki, Mari; Takahashi, Kazutoshi

    2015-10-19

    Growing old is our destiny. However, the mature differentiated cells making up our body can be rejuvenated to an embryo-like fate called pluripotency which is an ability to differentiate into all cell types by enforced expression of defined transcription factors. The discovery of this induced pluripotent stem cell (iPSC) technology has opened up unprecedented opportunities in regenerative medicine, disease modelling and drug discovery. In this review, we introduce the applications and future perspectives of human iPSCs and we also show how iPSC technology has evolved along the way. © 2015 The Author(s).

  3. Somatic cell reprogramming informed by the oocyte.

    PubMed

    Gonzalez-Munoz, Elena; Cibelli, Jose B

    2018-05-08

    The successful production of animals and embryonic stem cells (ESCs) using somatic cell nuclear transfer (SCNT) has demonstrated the unmatched nuclear reprogramming capacity of the oocyte and helped prove the degree of plasticity of differentiated cells. The introduction of transcription factors to generate induced pluripotent stem cells (iPSCs) displaced SCNT and, due to its ease of implementation, became the method of choice for cell reprogramming. Nonetheless, iPSC derivation remains inefficient and stochastic. This review article focuses on using the oocyte as a source of reprogramming factors, comparing the SCNT and iPSC mechanisms for remodeling chromatin and acquiring pluripotency.

  4. Applications of patient-specific induced pluripotent stem cells; focused on disease modeling, drug screening and therapeutic potentials for liver disease.

    PubMed

    Chun, Yong Soon; Chaudhari, Pooja; Jang, Yoon-Young

    2010-12-14

    The recent advances in the induced pluripotent stem cell (iPSC) research have significantly changed our perspectives on regenerative medicine by providing researchers with a unique tool to derive disease-specific stem cells for study. In this review, we describe the human iPSC generation from developmentally diverse origins (i.e. endoderm-, mesoderm-, and ectoderm- tissue derived human iPSCs) and multistage hepatic differentiation protocols, and discuss both basic and clinical applications of these cells including disease modeling, drug toxicity screening/drug discovery, gene therapy and cell replacement therapy.

  5. Donor cell type can influence the epigenome and differentiation potential of human induced pluripotent stem cells

    PubMed Central

    Kim, Kitai; Zhao, Rui; Doi, Akiko; Ng, Kitwa; Unternaehrer, Juli; Cahan, Patrick; Hongguang, Huo; Loh, Yuin-Han; Aryee, Martin J.; Lensch, M. William; Li, Hu; Collins, James J.; Feinberg, Andrew P.; Daley, George Q.

    2012-01-01

    We compared bona-fide human induced pluripotent stem cells (iPSC) derived from umbilical cord blood (CB) and neonatal keratinocytes (K). As a consequence of both incomplete erasure of tissue-specific methylation and aberrant de novo methylation, CB-iPSC and K-iPSC are distinct in genome-wide DNA methylation profiles and differentiation potential. Extended passage of some iPSC clones in culture didn't improve their epigenetic resemblance to ESC, implying that some human iPSC retain a residual “epigenetic memory” of their tissue of origin. PMID:22119740

  6. Reprogrammed mouse astrocytes retain a "memory" of tissue origin and possess more tendencies for neuronal differentiation than reprogrammed mouse embryonic fibroblasts.

    PubMed

    Tian, Changhai; Wang, Yongxiang; Sun, Lijun; Ma, Kangmu; Zheng, Jialin C

    2011-02-01

    Direct reprogramming of a variety of somatic cells with the transcription factors Oct4 (also called Pou5f1), Sox2 with either Klf4 and Myc or Lin28 and Nanog generates the induced pluripotent stem cells (iPSCs) with marker similarity to embryonic stem cells. However, the difference between iPSCs derived from different origins is unclear. In this study, we hypothesized that reprogrammed cells retain a "memory" of their origins and possess additional potential of related tissue differentiation. We reprogrammed primary mouse astrocytes via ectopic retroviral expression of OCT3/4, Sox2, Klf4 and Myc and found the iPSCs from mouse astrocytes expressed stem cell markers and formed teratomas in SCID mice containing derivatives of all three germ layers similar to mouse embryonic stem cells besides semblable morphologies. To test our hypothesis, we compared embryonic bodies (EBs) formation and neuronal differentiation between iPSCs from mouse embryonic fibroblasts (MEFsiPSCs) and iPSCs from mouse astrocytes (mAsiPSCs). We found that mAsiPSCs grew slower and possessed more potential for neuronal differentiation compared to MEFsiPSCs. Our results suggest that mAsiPSCs retain a "memory" of the central nervous system, which confers additional potential upon neuronal differentiation.

  7. Establishment of a translational endothelial cell model using directed differentiation of induced pluripotent stem cells from Cynomolgus monkey.

    PubMed

    Thoma, Eva C; Heckel, Tobias; Keller, David; Giroud, Nicolas; Leonard, Brian; Christensen, Klaus; Roth, Adrian; Bertinetti-Lapatki, Cristina; Graf, Martin; Patsch, Christoph

    2016-10-25

    Due to their broad differentiation potential, pluripotent stem cells (PSCs) offer a promising approach for generating relevant cellular models for various applications. While human PSC-based cellular models are already advanced, similar systems for non-human primates (NHPs) are still lacking. However, as NHPs are the most appropriate animals for evaluating the safety of many novel pharmaceuticals, the availability of in vitro systems would be extremely useful to bridge the gap between cellular and animal models. Here, we present a NHP in vitro endothelial cell system using induced pluripotent stem cells (IPSCs) from Cynomolgus monkey (Macaca fascicularis). Based on an adapted protocol for human IPSCs, we directly differentiated macaque IPSCs into endothelial cells under chemically defined conditions. The resulting endothelial cells can be enriched using immuno-magnetic cell sorting and display endothelial marker expression and function. RNA sequencing revealed that the differentiation process closely resembled vasculogenesis. Moreover, we showed that endothelial cells derived from macaque and human IPSCs are highly similar with respect to gene expression patterns and key endothelial functions, such as inflammatory responses. These data demonstrate the power of IPSC differentiation technology to generate defined cell types for use as translational in vitro models to compare cell type-specific responses across species.

  8. Cloning and expansion of antigen-specific T cells using iPS cell technology: development of "off-the-shelf" T cells for the use in allogeneic transfusion settings.

    PubMed

    Kawamoto, Hiroshi; Masuda, Kyoko; Nagano, Seiji; Maeda, Takuya

    2018-03-01

    Recent advances in adoptive immunotherapy using cytotoxic T lymphocytes (CTLs) have led to moderate therapeutic anti-cancer effects in clinical trials. However, a critical issue, namely that CTLs collected from patients are easily exhausted during expansion culture, has yet to be solved. To address this issue, we have been developing a strategy which utilizes induced pluripotent stem cell (iPSC) technology. This strategy is based on the idea that when iPSCs are produced from antigen-specific CTLs, CTLs regenerated from such iPSCs should show the same antigen specificity as the original CTLs. Pursuing this idea, we previously succeeded in regenerating melanoma antigen MART1-specific CTLs, and more recently in producing potent CTLs expressing CD8αβ heterodimer. We are now developing a novel method by which non-T derived iPSCs are transduced with exogenous T cell receptor genes. If this method is applied to Human Leukocyte Antigen (HLA) haplotype-homozygous iPSC stock, it will be possible to prepare "off-the-shelf" T cells. As a first-in-human trial, we are planning to apply our strategy to relapsed acute myeloid leukemia patients by targeting the WT1 antigen.

  9. The potential of induced pluripotent stem cells as a tool to study skeletal dysplasias and cartilage-related pathologic conditions.

    PubMed

    Liu, H; Yang, L; Yu, F F; Wang, S; Wu, C; Qu, C; Lammi, M J; Guo, X

    2017-05-01

    The development of induced pluripotent stem cells (iPSCs) technology has opened up new horizons for development of new research tools especially for skeletal dysplasias, which often lack human disease models. Regenerative medicine and tissue engineering could be the next areas to benefit from refinement of iPSC methods to repair focal cartilage defects, while applications for osteoarthritis (OA) and drug screening have evolved rather slowly. Although the advances in iPSC research of skeletal dysplasias and repair of focal cartilage lesions are not directly relevant to OA, they can be considered to pave the way to future prospects and solutions to OA research, too. The same problems which face the present cell-based treatments of cartilage injuries concern also the iPSC-based ones. However, established iPSC lines, which have no genomic aberrations and which efficiently differentiate into extracellular matrix secreting chondrocytes, could be an invaluable cell source for cell transplantations in the future. The safety issues concerning the recipient risks of teratoma formation and immune response still have to be solved before the potential use of iPSCs in cartilage repair of focal cartilage defects and OA. Copyright © 2016 Osteoarthritis Research Society International. Published by Elsevier Ltd. All rights reserved.

  10. A high-content platform to characterise human induced pluripotent stem cell lines.

    PubMed

    Leha, Andreas; Moens, Nathalie; Meleckyte, Ruta; Culley, Oliver J; Gervasio, Mia K; Kerz, Maximilian; Reimer, Andreas; Cain, Stuart A; Streeter, Ian; Folarin, Amos; Stegle, Oliver; Kielty, Cay M; Durbin, Richard; Watt, Fiona M; Danovi, Davide

    2016-03-01

    Induced pluripotent stem cells (iPSCs) provide invaluable opportunities for future cell therapies as well as for studying human development, modelling diseases and discovering therapeutics. In order to realise the potential of iPSCs, it is crucial to comprehensively characterise cells generated from large cohorts of healthy and diseased individuals. The human iPSC initiative (HipSci) is assessing a large panel of cell lines to define cell phenotypes, dissect inter- and intra-line and donor variability and identify its key determinant components. Here we report the establishment of a high-content platform for phenotypic analysis of human iPSC lines. In the described assay, cells are dissociated and seeded as single cells onto 96-well plates coated with fibronectin at three different concentrations. This method allows assessment of cell number, proliferation, morphology and intercellular adhesion. Altogether, our strategy delivers robust quantification of phenotypic diversity within complex cell populations facilitating future identification of the genetic, biological and technical determinants of variance. Approaches such as the one described can be used to benchmark iPSCs from multiple donors and create novel platforms that can readily be tailored for disease modelling and drug discovery. Copyright © 2016 The Authors. Published by Elsevier Inc. All rights reserved.

  11. Effects of mechanical stimulation on the reprogramming of somatic cells into human-induced pluripotent stem cells.

    PubMed

    Kim, Young Mi; Kang, Yun Gyeong; Park, So Hee; Han, Myung-Kwan; Kim, Jae Ho; Shin, Ji Won; Shin, Jung-Woog

    2017-06-08

    Mechanical stimuli play important roles in the proliferation and differentiation of adult stem cells. However, few studies on their effects on induced pluripotent stem cells (iPSCs) have been published. Human dermal fibroblasts were seeded onto flexible membrane-bottom plates, and infected with retrovirus expressing the four reprogramming factors OCT4, SOX2, KLF, and c-MYC (OSKM). The cells were subjected to equiaxial stretching (3% or 8% for 2, 4, or 7 days) and seeded on feeder cells (STO). The reprogramming into iPSCs was evaluated by the expression of pluripotent markers, in vitro differentiation into three germ layers, and teratoma formation. Equiaxial stretching enhanced reprogramming efficiency without affecting the viral transduction rate. iPSCs induced by transduction of four reprogramming factors and application of equiaxial stretching had characteristics typical of iPSCs in terms of pluripotency and differentiation potentials. This is the first study to show that mechanical stimuli can increase reprogramming efficiency. However, it did not enhance the infection rate, indicating that mechanical stimuli, defined as stretching in this study, have positive effects on reprogramming rather than on infection. Additional studies should evaluate the mechanism underlying the modulation of reprogramming of somatic cells into iPSCs.

  12. Combining Single Strand Oligodeoxynucleotides and CRISPR/Cas9 to Correct Gene Mutations in β-Thalassemia-induced Pluripotent Stem Cells.

    PubMed

    Niu, Xiaohua; He, Wenyin; Song, Bing; Ou, Zhanhui; Fan, Di; Chen, Yuchang; Fan, Yong; Sun, Xiaofang

    2016-08-05

    β-Thalassemia (β-Thal) is one of the most common genetic diseases in the world. The generation of patient-specific β-Thal-induced pluripotent stem cells (iPSCs), correction of the disease-causing mutations in those cells, and then differentiation into hematopoietic stem cells offers a new therapeutic strategy for this disease. Here, we designed a CRISPR/Cas9 to specifically target the Homo sapiens hemoglobin β (HBB) gene CD41/42(-CTTT) mutation. We demonstrated that the combination of single strand oligodeoxynucleotides with CRISPR/Cas9 was capable of correcting the HBB gene CD41/42 mutation in β-Thal iPSCs. After applying a correction-specific PCR assay to purify the corrected clones followed by sequencing to confirm mutation correction, we verified that the purified clones retained full pluripotency and exhibited normal karyotyping. Additionally, whole-exome sequencing showed that the mutation load to the exomes was minimal after CRISPR/Cas9 targeting. Furthermore, the corrected iPSCs were selected for erythroblast differentiation and restored the expression of HBB protein compared with the parental iPSCs. This method provides an efficient and safe strategy to correct the HBB gene mutation in β-Thal iPSCs. © 2016 by The American Society for Biochemistry and Molecular Biology, Inc.

  13. Harnessing the Potential of Human Pluripotent Stem Cells and Gene Editing for the Treatment of Retinal Degeneration.

    PubMed

    Ovando-Roche, Patrick; Georgiadis, Anastasios; Smith, Alexander J; Pearson, Rachael A; Ali, Robin R

    2017-01-01

    A major cause of visual disorders is dysfunction and/or loss of the light-sensitive cells of the retina, the photoreceptors. To develop better treatments for patients, we need to understand how inherited retinal disease mutations result in the dysfunction of photoreceptors. New advances in the field of stem cell and gene editing research offer novel ways to model retinal dystrophies in vitro and present opportunities to translate basic biological insights into therapies. This brief review will discuss some of the issues that should be taken into account when carrying out disease modelling and gene editing of retinal cells. We will discuss (i) the use of human induced pluripotent stem cells (iPSCs) for disease modelling and cell therapy; (ii) the importance of using isogenic iPSC lines as controls; (iii) CRISPR/Cas9 gene editing of iPSCs; and (iv) in vivo gene editing using AAV vectors. Ground-breaking advances in differentiation of iPSCs into retinal organoids and methods to derive mature light sensitive photoreceptors from iPSCs. Furthermore, single AAV systems for in vivo gene editing have been developed which makes retinal in vivo gene editing therapy a real prospect. Genome editing is becoming a valuable tool for disease modelling and in vivo gene editing in the retina.

  14. Aged induced pluripotent stem cell (iPSCs) as a new cellular model for studying premature aging.

    PubMed

    Petrini, Stefania; Borghi, Rossella; D'Oria, Valentina; Restaldi, Fabrizia; Moreno, Sandra; Novelli, Antonio; Bertini, Enrico; Compagnucci, Claudia

    2017-05-31

    Nuclear integrity and mechanical stability of the nuclear envelope (NE) are conferred by the nuclear lamina, a meshwork of intermediate filaments composed of A- and B-type lamins, supporting the inner nuclear membrane and playing a pivotal role in chromatin organization and epigenetic regulation. During cell senescence, nuclear alterations also involving NE architecture are widely described. In the present study, we utilized induced pluripotent stem cells (iPSCs) upon prolonged in vitro culture as a model to study aging and investigated the organization and expression pattern of NE major constituents. Confocal and four-dimensional imaging combined with molecular analyses, showed that aged iPSCs are characterized by nuclear dysmorphisms, nucleoskeletal components (lamin A/C-prelamin isoforms, lamin B1, emerin, and nesprin-2) imbalance, leading to impaired nucleo-cytoplasmic MKL1 shuttling, actin polymerization defects, mitochondrial dysfunctions, SIRT7 downregulation and NF-kBp65 hyperactivation. The observed age-related NE features of iPSCs closely resemble those reported for premature aging syndromes (e.g., Hutchinson-Gilford progeria syndrome) and for somatic cell senescence. These findings validate the use of aged iPSCs as a suitable cellular model to study senescence and for investigating therapeutic strategies aimed to treat premature aging.

  15. Reprogramming of Melanoma Tumor-Infiltrating Lymphocytes to Induced Pluripotent Stem Cells

    PubMed Central

    Saito, Hidehito; Okita, Keisuke; Fusaki, Noemi; Sabel, Michael S.; Chang, Alfred E.; Ito, Fumito

    2016-01-01

    Induced pluripotent stem cells (iPSCs) derived from somatic cells of patients hold great promise for autologous cell therapies. One of the possible applications of iPSCs is to use them as a cell source for producing autologous lymphocytes for cell-based therapy against cancer. Tumor-infiltrating lymphocytes (TILs) that express programmed cell death protein-1 (PD-1) are tumor-reactive T cells, and adoptive cell therapy with autologous TILs has been found to achieve durable complete response in selected patients with metastatic melanoma. Here, we describe the derivation of human iPSCs from melanoma TILs expressing high level of PD-1 by Sendai virus-mediated transduction of the four transcription factors, OCT3/4, SOX2, KLF4, and c-MYC. TIL-derived iPSCs display embryonic stem cell-like morphology, have normal karyotype, express stem cell-specific surface antigens and pluripotency-associated transcription factors, and have the capacity to differentiate in vitro and in vivo. A wide variety of T cell receptor gene rearrangement patterns in TIL-derived iPSCs confirmed the heterogeneity of T cells infiltrating melanomas. The ability to reprogram TILs containing patient-specific tumor-reactive repertoire might allow the generation of patient- and tumor-specific polyclonal T cells for cancer immunotherapy. PMID:27057178

  16. Striking Similarity in the Gene Expression Levels of Individual Myc Module Members among ESCs, EpiSCs, and Partial iPSCs

    PubMed Central

    Hirasaki, Masataka; Hiraki-Kamon, Keiko; Kamon, Masayoshi; Suzuki, Ayumu; Katano, Miyuki; Nishimoto, Masazumi; Okuda, Akihiko

    2013-01-01

    Predominant transcriptional subnetworks called Core, Myc, and PRC modules have been shown to participate in preservation of the pluripotency and self-renewality of embryonic stem cells (ESCs). Epiblast stem cells (EpiSCs) are another cell type that possesses pluripotency and self-renewality. However, the roles of these modules in EpiSCs have not been systematically examined to date. Here, we compared the average expression levels of Core, Myc, and PRC module genes between ESCs and EpiSCs. EpiSCs showed substantially higher and lower expression levels of PRC and Core module genes, respectively, compared with those in ESCs, while Myc module members showed almost equivalent levels of average gene expression. Subsequent analyses revealed that the similarity in gene expression levels of the Myc module between these two cell types was not just overall, but striking similarities were evident even when comparing the expression of individual genes. We also observed equivalent levels of similarity in the expression of individual Myc module genes between induced pluripotent stem cells (iPSCs) and partial iPSCs that are an unwanted byproduct generated during iPSC induction. Moreover, our data demonstrate that partial iPSCs depend on a high level of c-Myc expression for their self-renewal properties. PMID:24386274

  17. Aged induced pluripotent stem cell (iPSCs) as a new cellular model for studying premature aging

    PubMed Central

    D'Oria, Valentina; Restaldi, Fabrizia; Moreno, Sandra; Novelli, Antonio; Bertini, Enrico; Compagnucci, Claudia

    2017-01-01

    Nuclear integrity and mechanical stability of the nuclear envelope (NE) are conferred by the nuclear lamina, a meshwork of intermediate filaments composed of A- and B-type lamins, supporting the inner nuclear membrane and playing a pivotal role in chromatin organization and epigenetic regulation. During cell senescence, nuclear alterations also involving NE architecture are widely described. In the present study, we utilized induced pluripotent stem cells (iPSCs) upon prolonged in vitro culture as a model to study aging and investigated the organization and expression pattern of NE major constituents. Confocal and four-dimensional imaging combined with molecular analyses, showed that aged iPSCs are characterized by nuclear dysmorphisms, nucleoskeletal components (lamin A/C-prelamin isoforms, lamin B1, emerin, and nesprin-2) imbalance, leading to impaired nucleo-cytoplasmic MKL1 shuttling, actin polymerization defects, mitochondrial dysfunctions, SIRT7 downregulation and NF-kBp65 hyperactivation. The observed age-related NE features of iPSCs closely resemble those reported for premature aging syndromes (e.g., Hutchinson-Gilford progeria syndrome) and for somatic cell senescence. These findings validate the use of aged iPSCs as a suitable cellular model to study senescence and for investigating therapeutic strategies aimed to treat premature aging. PMID:28562315

  18. Extension of the AMBER molecular dynamics software to Intel's Many Integrated Core (MIC) architecture

    NASA Astrophysics Data System (ADS)

    Needham, Perri J.; Bhuiyan, Ashraf; Walker, Ross C.

    2016-04-01

    We present an implementation of explicit solvent particle mesh Ewald (PME) classical molecular dynamics (MD) within the PMEMD molecular dynamics engine, that forms part of the AMBER v14 MD software package, that makes use of Intel Xeon Phi coprocessors by offloading portions of the PME direct summation and neighbor list build to the coprocessor. We refer to this implementation as pmemd MIC offload and in this paper present the technical details of the algorithm, including basic models for MPI and OpenMP configuration, and analyze the resultant performance. The algorithm provides the best performance improvement for large systems (>400,000 atoms), achieving a ∼35% performance improvement for satellite tobacco mosaic virus (1,067,095 atoms) when 2 Intel E5-2697 v2 processors (2 ×12 cores, 30M cache, 2.7 GHz) are coupled to an Intel Xeon Phi coprocessor (Model 7120P-1.238/1.333 GHz, 61 cores). The implementation utilizes a two-fold decomposition strategy: spatial decomposition using an MPI library and thread-based decomposition using OpenMP. We also present compiler optimization settings that improve the performance on Intel Xeon processors, while retaining simulation accuracy.

  19. Evaluating the transport layer of the ALFA framework for the Intel® Xeon Phi™ Coprocessor

    NASA Astrophysics Data System (ADS)

    Santogidis, Aram; Hirstius, Andreas; Lalis, Spyros

    2015-12-01

    The ALFA framework supports the software development of major High Energy Physics experiments. As part of our research effort to optimize the transport layer of ALFA, we focus on profiling its data transfer performance for inter-node communication on the Intel Xeon Phi Coprocessor. In this article we present the collected performance measurements with the related analysis of the results. The optimization opportunities that are discovered, help us to formulate the future plans of enabling high performance data transfer for ALFA on the Intel Xeon Phi architecture.

  20. Intel Xeon Phi accelerated Weather Research and Forecasting (WRF) Goddard microphysics scheme

    NASA Astrophysics Data System (ADS)

    Mielikainen, J.; Huang, B.; Huang, A. H.-L.

    2014-12-01

    The Weather Research and Forecasting (WRF) model is a numerical weather prediction system designed to serve both atmospheric research and operational forecasting needs. The WRF development is a done in collaboration around the globe. Furthermore, the WRF is used by academic atmospheric scientists, weather forecasters at the operational centers and so on. The WRF contains several physics components. The most time consuming one is the microphysics. One microphysics scheme is the Goddard cloud microphysics scheme. It is a sophisticated cloud microphysics scheme in the Weather Research and Forecasting (WRF) model. The Goddard microphysics scheme is very suitable for massively parallel computation as there are no interactions among horizontal grid points. Compared to the earlier microphysics schemes, the Goddard scheme incorporates a large number of improvements. Thus, we have optimized the Goddard scheme code. In this paper, we present our results of optimizing the Goddard microphysics scheme on Intel Many Integrated Core Architecture (MIC) hardware. The Intel Xeon Phi coprocessor is the first product based on Intel MIC architecture, and it consists of up to 61 cores connected by a high performance on-die bidirectional interconnect. The Intel MIC is capable of executing a full operating system and entire programs rather than just kernels as the GPU does. The MIC coprocessor supports all important Intel development tools. Thus, the development environment is one familiar to a vast number of CPU developers. Although, getting a maximum performance out of MICs will require using some novel optimization techniques. Those optimization techniques are discussed in this paper. The results show that the optimizations improved performance of Goddard microphysics scheme on Xeon Phi 7120P by a factor of 4.7×. In addition, the optimizations reduced the Goddard microphysics scheme's share of the total WRF processing time from 20.0 to 7.5%. Furthermore, the same optimizations improved performance on Intel Xeon E5-2670 by a factor of 2.8× compared to the original code.

  1. Identification of stochastic interactions in nonlinear models of structural mechanics

    NASA Astrophysics Data System (ADS)

    Kala, Zdeněk

    2017-07-01

    In the paper, the polynomial approximation is presented by which the Sobol sensitivity analysis can be evaluated with all sensitivity indices. The nonlinear FEM model is approximated. The input area is mapped using simulations runs of Latin Hypercube Sampling method. The domain of the approximation polynomial is chosen so that it were possible to apply large number of simulation runs of Latin Hypercube Sampling method. The method presented also makes possible to evaluate higher-order sensitivity indices, which could not be identified in case of nonlinear FEM.

  2. Urine-derived induced pluripotent stem cells as a modeling tool to study rare human diseases

    PubMed Central

    Shi, Liang; Cui, Yazhou; Luan, Jing; Zhou, Xiaoyan; Han, Jinxiang

    2016-01-01

    Summary Rare diseases with a low prevalence are a key public health issue because the causes of those diseases are difficult to determine and those diseases lack a clearly established or curative treatment. Thus, investigating the molecular mechanisms that underlie the pathology of rare diseases and facilitating the development of novel therapies using disease models is crucial. Human induced pluripotent stem cells (iPSCs) are well suited to modeling rare diseases since they have the capacity for self-renewal and pluripotency. In addition, iPSC technology provides a valuable tool to generate patient-specific iPSCs. These cells can be differentiated into cell types that have been affected by a disease. These cells would circumvent ethical concerns and avoid immunological rejection, so they could be used in cell replacement therapy or regenerative medicine. To date, human iPSCs could have been generated from multiple donor sources, such as skin, adipose tissue, and peripheral blood. However, these cells are obtained via invasive procedures. In contrast, several groups of researchers have found that urine may be a better source for producing iPSCs from normal individuals or patients. This review discusses urinary iPSC (UiPSC) as a candidate for modeling rare diseases. Cells obtained from urine have overwhelming advantages compared to other donor sources since they are safely, affordably, and frequently obtained and they are readily obtained from patients. The use of iPSC-based models is also discussed. UiPSCs may prove to be a key means of modeling rare diseases and they may facilitate the treatment of those diseases in the future. PMID:27672542

  3. Nucleolar molecular signature of pluripotent stem cells.

    PubMed

    Pliss, Artem; Kuzmin, Andrey N; Kachynski, Aliaksandr V; Jiang, Houbo; Hu, Zhixing; Ren, Yong; Feng, Jian; Prasad, Paras N

    2013-04-02

    Induced pluripotent stem cells (iPSC) are generated by reprogramming somatic cells to the pluripotent state. Identification and quantitative characterization of changes in the molecular organization of the cell during the process of cellular reprogramming is valuable for stem cell research and advancement of its therapeutic applications. Here we employ quantitative Raman microspectroscopy and biomolecular component analysis (BCA) for a comparative analysis of the molecular composition of nucleoli in skin fibroblasts and iPSC derived from them. We report that the cultured fibroblasts obtained from different human subjects, share comparable concentrations of proteins, RNA, DNA, and lipids in the molecular composition of nucleoli. The nucleolar molecular environment is drastically changed in the corresponding iPSC. We measured that the transition from skin fibroblasts to iPSC is accompanied by a statistically significant increase in protein concentrations ~1.3-fold, RNA concentrations ~1.3-fold, and DNA concentrations ~1.4-fold, while no statistically significant difference was found for the lipid concentrations. The analysis of molecular vibrations associated with diverse aminoacids and protein conformations indicates that nucleoli of skin fibroblasts contain similar subsets of proteins, with prevalence of tyrosine. In iPSC, we observed a higher signal from tryptophan with an increase in the random coil and α helix protein conformations, indicating changes in the subset of nucleolar proteins during cell reprogramming. At the same time, the concentrations of major types of macromolecules and protein conformations in the nucleoli of iPSC and human embryonic stem cells (hESC) were found to be similar. We discuss these results in the context of nucleolar function and conclude that the nucleolar molecular content is correlated with the cellular differentiation status. The approach described here shows the potential for spectroscopically monitoring changes in macromolecular organization of the cell at different stages of reprogramming.

  4. In situ genetic correction of the sickle cell anemia mutation in human induced pluripotent stem cells using engineered zinc finger nucleases.

    PubMed

    Sebastiano, Vittorio; Maeder, Morgan L; Angstman, James F; Haddad, Bahareh; Khayter, Cyd; Yeo, Dana T; Goodwin, Mathew J; Hawkins, John S; Ramirez, Cherie L; Batista, Luis F Z; Artandi, Steven E; Wernig, Marius; Joung, J Keith

    2011-11-01

    The combination of induced pluripotent stem cell (iPSC) technology and targeted gene modification by homologous recombination (HR) represents a promising new approach to generate genetically corrected, patient-derived cells that could be used for autologous transplantation therapies. This strategy has several potential advantages over conventional gene therapy including eliminating the need for immunosuppression, avoiding the risk of insertional mutagenesis by therapeutic vectors, and maintaining expression of the corrected gene by endogenous control elements rather than a constitutive promoter. However, gene targeting in human pluripotent cells has remained challenging and inefficient. Recently, engineered zinc finger nucleases (ZFNs) have been shown to substantially increase HR frequencies in human iPSCs, raising the prospect of using this technology to correct disease causing mutations. Here, we describe the generation of iPSC lines from sickle cell anemia patients and in situ correction of the disease causing mutation using three ZFN pairs made by the publicly available oligomerized pool engineering method (OPEN). Gene-corrected cells retained full pluripotency and a normal karyotype following removal of reprogramming factor and drug-resistance genes. By testing various conditions, we also demonstrated that HR events in human iPSCs can occur as far as 82 bps from a ZFN-induced break. Our approach delineates a roadmap for using ZFNs made by an open-source method to achieve efficient, transgene-free correction of monogenic disease mutations in patient-derived iPSCs. Our results provide an important proof of principle that ZFNs can be used to produce gene-corrected human iPSCs that could be used for therapeutic applications. Copyright © 2011 AlphaMed Press.

  5. Species differences in somatodendritic dopamine transmission determine D2-autoreceptor mediated inhibition of ventral tegmental area neuron firing

    PubMed Central

    Courtney, Nicholas A; Mamaligas, Aphroditi A; Ford, Christopher P

    2012-01-01

    The somatodendritic release of dopamine within the ventral tegmental area (VTA) and substantia nigra pars compacta (SNc) activates inhibitory post-synaptic D2-receptors on dopaminergic neurons. The proposed mechanisms that regulate this form of transmission differ between electrochemical studies using rats and guinea pigs and electrophysiological studies using mice. This study examines the release and resulting dopamine D2-autoreceptor mediated inhibitory post-synaptic currents (D2-IPSCs) in the VTA of mouse, rat and guinea pig. Robust D2-IPSCs were observed in all recordings from neurons in slices taken from mouse, whereas in rat and guinea pig D2-IPSCs were observed less frequently and were significantly smaller in amplitude. In slices taken from guinea pig, dopamine release was more persistent under conditions of reduced extracellular calcium. The decline in the concentration of dopamine was also prolonged and not as sensitive to inhibition of reuptake by cocaine. This resulted in an increased duration of D2-IPSCs in the guinea pig. Therefore, unlike the mouse or the rat, the time course of dopamine in the extracellular space of the guinea pig determined the duration the D2-IPSC. Functionally, differences in D2-IPSCs resulted in inhibition of dopamine neuron firing only in slices from mouse. The results suggest that the mechanisms and functional consequences of somatodendritic dopamine transmission in the VTA vary among species. This highlights the complexity that underlies dopamine dependent transmission in one brain area. Differences in somatodendritic transmission would be expected in vivo to affect the downstream activity of the mesocorticolimbic dopamine system and subsequent terminal release. PMID:23015441

  6. Disease-causing mitochondrial heteroplasmy segregated within induced pluripotent stem cell clones derived from a patient with MELAS.

    PubMed

    Folmes, Clifford D L; Martinez-Fernandez, Almudena; Perales-Clemente, Ester; Li, Xing; McDonald, Amber; Oglesbee, Devin; Hrstka, Sybil C; Perez-Terzic, Carmen; Terzic, Andre; Nelson, Timothy J

    2013-07-01

    Mitochondrial diseases display pathological phenotypes according to the mixture of mutant versus wild-type mitochondrial DNA (mtDNA), known as heteroplasmy. We herein examined the impact of nuclear reprogramming and clonal isolation of induced pluripotent stem cells (iPSC) on mitochondrial heteroplasmy. Patient-derived dermal fibroblasts with a prototypical mitochondrial deficiency diagnosed as mitochondrial encephalomyopathy with lactic acidosis and stroke-like episodes (MELAS) demonstrated mitochondrial dysfunction with reduced oxidative reserve due to heteroplasmy at position G13513A in the ND5 subunit of complex I. Bioengineered iPSC clones acquired pluripotency with multilineage differentiation capacity and demonstrated reduction in mitochondrial density and oxygen consumption distinguishing them from the somatic source. Consistent with the cellular mosaicism of the original patient-derived fibroblasts, the MELAS-iPSC clones contained a similar range of mtDNA heteroplasmy of the disease-causing mutation with identical profiles in the remaining mtDNA. High-heteroplasmy iPSC clones were used to demonstrate that extended stem cell passaging was sufficient to purge mutant mtDNA, resulting in isogenic iPSC subclones with various degrees of disease-causing genotypes. On comparative differentiation of iPSC clones, improved cardiogenic yield was associated with iPSC clones containing lower heteroplasmy compared with isogenic clones with high heteroplasmy. Thus, mtDNA heteroplasmic segregation within patient-derived stem cell lines enables direct comparison of genotype/phenotype relationships in progenitor cells and lineage-restricted progeny, and indicates that cell fate decisions are regulated as a function of mtDNA mutation load. The novel nuclear reprogramming-based model system introduces a disease-in-a-dish tool to examine the impact of mutant genotypes for MELAS patients in bioengineered tissues and a cellular probe for molecular features of individual mitochondrial diseases. Copyright © 2013 AlphaMed Press.

  7. Early exposure to general anesthesia with isoflurane downregulates inhibitory synaptic neurotransmission in the rat thalamus

    PubMed Central

    Joksovic, Pavle M.; Lunardi, Nadia; Jevtovic-Todorovic, Vesna; Todorovic, Slobodan M.

    2015-01-01

    Recent evidence supports the idea that common general anesthetics (GAs) such as isoflurane (Iso) and nitrous oxide (N2O; laughing gas) are neurotoxic and may harm the developing mammalian brain, including the thalamus; however, to date very little is known about how developmental exposure to GAs may affect synaptic transmission in the thalamus which, in turn, controls the function of thalamocortical circuitry. To address this issue we used in vitro patch-clamp recordings of evoked inhibitory postsynaptic currents (eIPSCs) from intact neurons of the nucleus reticularis thalami (nRT) in brain slices from rat pups (postnatal age P10-P18) exposed at age of P7 to clinically relevant GA combinations of Iso and N2O. We found that rats exposed to a combination of 0.75% Iso and 75% N2O display lasting reduction in the amplitude and faster decays of eIPSCs. Exposure to sub-anesthetic concentrations of 75% N2O alone or 0.75% Iso alone at P7 did not affect the amplitude of eIPSCs; however, Iso alone, but not N2O, significantly accelerated decay of eIPSCs. Anesthesia with 1.5% Iso alone decreased amplitudes, caused faster decay and decreased the paired-pulse ratio of eIPSCs. We conclude that anesthesia at P7 with Iso alone or in combination with N2O causes plasticity of eIPSCs in nRT neurons by both presynaptic and postsynaptic mechanisms. We hypothesize that changes in inhibitory synaptic transmission in the thalamus induced by GAs may contribute to altered neuronal excitability and consequently abnormal thalamocortical oscillations later in life. PMID:26048671

  8. Generation of Functional Human Hepatic Endoderm from Human iPS cells

    PubMed Central

    Sullivan, Gareth J.; Hay, David C.; Park, In-Hyun; Fletcher, Judy; Hannoun, Zara; Payne, Catherine M.; Dalgetty, Donna; Black, James R.; Ross, James A.; Samuel, Kay; Wang, Gang; Daley, George Q.; Lee, Je-Hyuk; Church, George M.; Forbes, Stuart J.; Iredale, John P.; Wilmut, Ian

    2009-01-01

    With the advent of induced pluripotent stem cell (iPSC) technology, it is now feasible to generate iPSCs with a defined genotype or disease state. When coupled with direct differentiation of defined lineage, such as hepatic endoderm (HE). iPSC would revolutionise the way we study human liver biology and generate efficient “off the shelf” models of human liver disease. Here we show the `proof of concept' that iPSC lines representing both male and female sexes and two ethnic origins can be differentiated to HE at efficiencies of between 70–90%, using a method mimicking a physiological condition. iPSC-derived HE exhibited hepatic morphology, and expressed the hepatic markers, Albumin and E-Cadherin as assessed by immuno-histochemistry. They also expressed alpha fetal protein (AFP), HNF4a, and a metabolic marker, Cyp7A1, demonstrating a definitive endodermal lineage differentiation. Furthermore, iPSC-derived hepatocytes produced and secreted the plasma proteins, fibrinogen, fibronectin, transthyretin (TTR) and AFP, an essential feature for functional HE. Additionally iPSC-derived HE supported both CYP1A2 and 3A4 metabolism, which is essential for drug and toxicology testing. Conclusion This work is first to demonstrate the efficient generation of hepatic endodermal lineage from human iPSC that exhibits key attributes of hepatocytes, and the potential application of iPSC-derived HE in studying human liver biology. In particular, iPSC from individuals representing highly polymorphic variants in metabolic genes and different ethnic groups will provide pharmaceutical development and toxicology studies a unique opportunity to revolutionise predictive drug toxicology assays and allow the creation of in vitro hepatic disease models. PMID:19877180

  9. A practical and efficient cellular substrate for the generation of induced pluripotent stem cells from adults: blood-derived endothelial progenitor cells.

    PubMed

    Geti, Imbisaat; Ormiston, Mark L; Rouhani, Foad; Toshner, Mark; Movassagh, Mehregan; Nichols, Jennifer; Mansfield, William; Southwood, Mark; Bradley, Allan; Rana, Amer Ahmed; Vallier, Ludovic; Morrell, Nicholas W

    2012-12-01

    Induced pluripotent stem cells (iPSCs) have the potential to generate patient-specific tissues for disease modeling and regenerative medicine applications. However, before iPSC technology can progress to the translational phase, several obstacles must be overcome. These include uncertainty regarding the ideal somatic cell type for reprogramming, the low kinetics and efficiency of reprogramming, and karyotype discrepancies between iPSCs and their somatic precursors. Here we describe the use of late-outgrowth endothelial progenitor cells (L-EPCs), which possess several favorable characteristics, as a cellular substrate for the generation of iPSCs. We have developed a protocol that allows the reliable isolation of L-EPCs from peripheral blood mononuclear cell preparations, including frozen samples. As a proof-of-principle for clinical applications we generated EPC-iPSCs from both healthy individuals and patients with heritable and idiopathic forms of pulmonary arterial hypertension. L-EPCs grew clonally; were highly proliferative, passageable, and bankable; and displayed higher reprogramming kinetics and efficiencies compared with dermal fibroblasts. Unlike fibroblasts, the high efficiency of L-EPC reprogramming allowed for the reliable generation of iPSCs in a 96-well format, which is compatible with high-throughput platforms. Array comparative genome hybridization analysis of L-EPCs versus donor-matched circulating monocytes demonstrated that L-EPCs have normal karyotypes compared with their subject's reference genome. In addition, >80% of EPC-iPSC lines tested did not acquire any copy number variations during reprogramming compared with their parent L-EPC line. This work identifies L-EPCs as a practical and efficient cellular substrate for iPSC generation, with the potential to address many of the factors currently limiting the translation of this technology.

  10. Nucleus reticularis neurons mediate diverse inhibitory effects in thalamus.

    PubMed

    Cox, C L; Huguenard, J R; Prince, D A

    1997-08-05

    Detailed information regarding the contribution of individual gamma-aminobutyric acid (GABA)-containing inhibitory neurons to the overall synaptic activity of single postsynaptic cells is essential to our understanding of fundamental elements of synaptic integration and operation of neuronal circuits. For example, GABA-containing cells in the thalamic reticular nucleus (nRt) provide major inhibitory innervation of thalamic relay nuclei that is critical to thalamocortical rhythm generation. To investigate the contribution of individual nRt neurons to the strength of this internuclear inhibition, we obtained whole-cell recordings of unitary inhibitory postsynaptic currents (IPSCs) evoked in ventrobasal thalamocortical (VB) neurons by stimulation of single nRt cells in rat thalamic slices, in conjunction with intracellular biocytin labeling. Two types of monosynaptic IPSCs could be distinguished. "Weak" inhibitory connections were characterized by a significant number of postsynaptic failures in response to presynaptic nRt action potentials and relatively small IPSCs. In contrast, "strong" inhibition was characterized by the absence of postsynaptic failures and significantly larger unitary IPSCs. By using miniature IPSC amplitudes to infer quantal size, we estimated that unitary IPSCs associated with weak inhibition resulted from activation of 1-3 release sites, whereas stronger inhibition would require simultaneous activation of 5-70 release sites. The inhibitory strengths were positively correlated with the density of axonal swellings of the presynaptic nRt neurons, an indicator that characterizes different nRt axonal arborization patterns. These results demonstrate that there is a heterogeneity of inhibitory interactions between nRt and VB neurons, and that variations in gross morphological features of axonal arbors in the central nervous system can be associated with significant differences in postsynaptic response characteristics.

  11. Heme oxygenase-1 affects generation and spontaneous cardiac differentiation of induced pluripotent stem cells.

    PubMed

    Stepniewski, Jacek; Pacholczak, Tomasz; Skrzypczyk, Aniela; Ciesla, Maciej; Szade, Agata; Szade, Krzysztof; Bidanel, Romain; Langrzyk, Agnieszka; Grochowski, Radoslaw; Vandermeeren, Felix; Kachamakova-Trojanowska, Neli; Jez, Mateusz; Drabik, Grazyna; Nakanishi, Mahito; Jozkowicz, Alicja; Dulak, Jozef

    2018-02-01

    Cellular stress can influence efficiency of iPSCs generation and their differentiation. However, the role of intracellular cytoprotective factors in these processes is still not well known. Therefore, we investigated the effect of HO-1 (Hmox1) or Nrf2 (Nfe2l2), two major cytoprotective genes. Hmox1 -/- fibroblasts demonstrated decreased reprogramming efficiency in comparison to Hmox1 +/+ cells. Reversely, pharmacological enhancement of HO-1 resulted in higher number of iPSCs colonies. Importantly, elevated level of both p53 and p53-regulated miR-34a and 14-3-3σ was observed in HO-1-deficient fibroblasts whereas downregulation of p53 in these cells markedly increased their reprogramming efficiency. In human fibroblasts HO-1 silencing also induced p53 expression and affected reprogramming outcome. Hmox1 +/+ and Hmox1 -/- iPSCs similarly differentiated in vitro to cells originating from three germ layers, however, lower number of contracting cells was observed during this process in HO-1-deficient cells indicating attenuated cardiac differentiation. Importantly, silencing of Hmox1 in murine ESC using CRISPR/Cas-9 editing also impaired their spontaneous cardiac differentiation. Decreased reprogramming efficiency was also observed in Nrf2-lacking fibroblasts. Reversely, sulforaphane, a Nrf2 activator, increased the number of iPSCs colonies. However, both Nfe2l2 +/+ and Nfe2l2 -/- iPSCs showed similar pluripotency and differentiation capacity. These results indicate that regulation of HO-1 expression can further optimize generation and cardiac differentiation of iPSCs. © 2018 IUBMB Life, 70(2):129-142, 2018. © 2018 International Union of Biochemistry and Molecular Biology.

  12. Efficient Generation and Editing of Feeder-free IPSCs from Human Pancreatic Cells Using the CRISPR-Cas9 System.

    PubMed

    Nandal, Anjali; Mallon, Barbara; Telugu, Bhanu P

    2017-11-08

    Embryonic and induced pluripotent stem cells can self-renew and differentiate into multiple cell types of the body. The pluripotent cells are thus coveted for research in regenerative medicine and are currently in clinical trials for eye diseases, diabetes, heart diseases, and other disorders. The potential to differentiate into specialized cell types coupled with the recent advances in genome editing technologies including the CRISPR/Cas system have provided additional opportunities for tailoring the genome of iPSC for varied applications including disease modeling, gene therapy, and biasing pathways of differentiation, to name a few. Among the available editing technologies, the CRISPR/Cas9 from Streptococcus pyogenes has emerged as a tool of choice for site-specific editing of the eukaryotic genome. The CRISPRs are easily accessible, inexpensive, and highly efficient in engineering targeted edits. The system requires a Cas9 nuclease and a guide sequence (20-mer) specific to the genomic target abutting a 3-nucleotide "NGG" protospacer-adjacent-motif (PAM) for targeting Cas9 to the desired genomic locus, alongside a universal Cas9 binding tracer RNA (together called single guide RNA or sgRNA). Here we present a step-by-step protocol for efficient generation of feeder-independent and footprint-free iPSC and describe methodologies for genome editing of iPSC using the Cas9 ribonucleoprotein (RNP) complexes. The genome editing protocol is effective and can be easily multiplexed by pre-complexing sgRNAs for more than one target with the Cas9 protein and simultaneously delivering into the cells. Finally, we describe a simplified approach for identification and characterization of iPSCs with desired edits. Taken together, the outlined strategies are expected to streamline generation and editing of iPSC for manifold applications.

  13. One-step genetic correction of hemoglobin E/beta-thalassemia patient-derived iPSCs by the CRISPR/Cas9 system.

    PubMed

    Wattanapanitch, Methichit; Damkham, Nattaya; Potirat, Ponthip; Trakarnsanga, Kongtana; Janan, Montira; U-Pratya, Yaowalak; Kheolamai, Pakpoom; Klincumhom, Nuttha; Issaragrisil, Surapol

    2018-02-26

    Thalassemia is the most common genetic disease worldwide; those with severe disease require lifelong blood transfusion and iron chelation therapy. The definitive cure for thalassemia is allogeneic hematopoietic stem cell transplantation, which is limited due to lack of HLA-matched donors and the risk of post-transplant complications. Induced pluripotent stem cell (iPSC) technology offers prospects for autologous cell-based therapy which could avoid the immunological problems. We now report genetic correction of the beta hemoglobin (HBB) gene in iPSCs derived from a patient with a double heterozygote for hemoglobin E and β-thalassemia (HbE/β-thalassemia), the most common thalassemia syndrome in Thailand and Southeast Asia. We used the CRISPR/Cas9 system to target the hemoglobin E mutation from one allele of the HBB gene by homology-directed repair with a single-stranded DNA oligonucleotide template. DNA sequences of the corrected iPSCs were validated by Sanger sequencing. The corrected clones were differentiated into hematopoietic progenitor and erythroid cells to confirm their multilineage differentiation potential and hemoglobin expression. The hemoglobin E mutation of HbE/β-thalassemia iPSCs was seamlessly corrected by the CRISPR/Cas9 system. The corrected clones were differentiated into hematopoietic progenitor cells under feeder-free and OP9 coculture systems. These progenitor cells were further expanded in erythroid liquid culture system and developed into erythroid cells that expressed mature HBB gene and HBB protein. Our study provides a strategy to correct hemoglobin E mutation in one step and these corrected iPSCs can be differentiated into hematopoietic stem cells to be used for autologous transplantation in patients with HbE/β-thalassemia in the future.

  14. Control of glycinergic input to spinal dorsal horn neurons by distinct muscarinic receptor subtypes revealed using knockout mice.

    PubMed

    Zhang, Hong-Mei; Zhou, Hong-Yi; Chen, Shao-Rui; Gautam, Dinesh; Wess, Jürgen; Pan, Hui-Lin

    2007-12-01

    Muscarinic acetylcholine receptors (mAChRs) play an important role in the tonic regulation of nociceptive transmission in the spinal cord. However, how mAChR subtypes contribute to the regulation of synaptic glycine release is unknown. To determine their role, glycinergic spontaneous inhibitory postsynaptic currents (sIPSCs) were recorded in lamina II neurons by using whole-cell recordings in spinal cord slices of wild-type (WT) and mAChR subtype knockout (KO) mice. In WT mice, the mAChR agonist oxotremorine-M dose-dependently decreased the frequency of sIPSCs in most neurons, but it had variable effects in other neurons. In contrast, in M3-KO mice, oxotremorine-M consistently decreased the glycinergic sIPSC frequency in all neurons tested, and in M2/M4 double-KO mice, it always increased the sIPSC frequency. In M2/M4 double-KO mice, the potentiating effect of oxotremorine-M was attenuated by higher concentrations in some neurons through activation of GABA(B) receptors. In pertussis toxin-treated WT mice, oxotremorine-M also consistently increased the sIPSC frequency. In M2-KO and M4-KO mice, the effect of oxotremorine-M on sIPSCs was divergent because of the opposing functions of the M3 subtype and the M2 and M4 subtypes. This study demonstrates that stimulation of the M2 and M4 subtypes inhibits glycinergic inputs to spinal dorsal horn neurons of mice, whereas stimulation of the M3 subtype potentiates synaptic glycine release. Furthermore, GABA(B) receptors are involved in the feedback regulation of glycinergic synaptic transmission in the spinal cord. This study revealed distinct functions of mAChR subtypes in controlling glycinergic input to spinal dorsal horn neurons.

  15. ZSCAN10 expression corrects the genomic instability of iPSCs from aged donors.

    PubMed

    Skamagki, Maria; Correia, Cristina; Yeung, Percy; Baslan, Timour; Beck, Samuel; Zhang, Cheng; Ross, Christian A; Dang, Lam; Liu, Zhong; Giunta, Simona; Chang, Tzu-Pei; Wang, Joye; Ananthanarayanan, Aparna; Bohndorf, Martina; Bosbach, Benedikt; Adjaye, James; Funabiki, Hironori; Kim, Jonghwan; Lowe, Scott; Collins, James J; Lu, Chi-Wei; Li, Hu; Zhao, Rui; Kim, Kitai

    2017-09-01

    Induced pluripotent stem cells (iPSCs), which are used to produce transplantable tissues, may particularly benefit older patients, who are more likely to suffer from degenerative diseases. However, iPSCs generated from aged donors (A-iPSCs) exhibit higher genomic instability, defects in apoptosis and a blunted DNA damage response compared with iPSCs generated from younger donors. We demonstrated that A-iPSCs exhibit excessive glutathione-mediated reactive oxygen species (ROS) scavenging activity, which blocks the DNA damage response and apoptosis and permits survival of cells with genomic instability. We found that the pluripotency factor ZSCAN10 is poorly expressed in A-iPSCs and addition of ZSCAN10 to the four Yamanaka factors (OCT4, SOX2, KLF4 and c-MYC) during A-iPSC reprogramming normalizes ROS-glutathione homeostasis and the DNA damage response, and recovers genomic stability. Correcting the genomic instability of A-iPSCs will ultimately enhance our ability to produce histocompatible functional tissues from older patients' own cells that are safe for transplantation.

  16. Investigation of Rett syndrome using pluripotent stem cells.

    PubMed

    Dajani, Rana; Koo, Sung-Eun; Sullivan, Gareth J; Park, In-Hyun

    2013-11-01

    Rett syndrome (RTT) is one of most prevalent female neurodevelopmental disorders. De novo mutations in X-linked MECP2 are mostly responsible for RTT. Since the identification of MeCP2 as the underlying cause of RTT, murine models have contributed to understanding the pathophysiology of RTT and function of MeCP2. Reprogramming is a procedure to produce induced pluripotent stem cells (iPSCs) by overexpression of four transcription factors. iPSCs obtain similar features as embryonic stem cells and are capable of self-renewing and differentiating into cells of all three layers. iPSCs have been utilized in modeling human diseases in vitro. Neurons differentiated from RTT-iPSCs showed the recapitulation of RTT phenotypes. Despite the early success, genetic and epigenetic instability upon reprogramming and ensuing maintenance of iPSCs raise concerns in using RTT-iPSCs as an accurate in vitro model. Here, we update the current iPSC-based RTT modeling, and its concerns and challenges. © 2013 Wiley Periodicals, Inc.

  17. High-Throughput and Cost-Effective Characterization of Induced Pluripotent Stem Cells.

    PubMed

    D'Antonio, Matteo; Woodruff, Grace; Nathanson, Jason L; D'Antonio-Chronowska, Agnieszka; Arias, Angelo; Matsui, Hiroko; Williams, Roy; Herrera, Cheryl; Reyna, Sol M; Yeo, Gene W; Goldstein, Lawrence S B; Panopoulos, Athanasia D; Frazer, Kelly A

    2017-04-11

    Reprogramming somatic cells to induced pluripotent stem cells (iPSCs) offers the possibility of studying the molecular mechanisms underlying human diseases in cell types difficult to extract from living patients, such as neurons and cardiomyocytes. To date, studies have been published that use small panels of iPSC-derived cell lines to study monogenic diseases. However, to study complex diseases, where the genetic variation underlying the disorder is unknown, a sizable number of patient-specific iPSC lines and controls need to be generated. Currently the methods for deriving and characterizing iPSCs are time consuming, expensive, and, in some cases, descriptive but not quantitative. Here we set out to develop a set of simple methods that reduce cost and increase throughput in the characterization of iPSC lines. Specifically, we outline methods for high-throughput quantification of surface markers, gene expression analysis of in vitro differentiation potential, and evaluation of karyotype with markedly reduced cost. Published by Elsevier Inc.

  18. Fetal Therapy Model of Myelomeningocele with Three-Dimensional Skin Using Amniotic Fluid Cell-Derived Induced Pluripotent Stem Cells.

    PubMed

    Kajiwara, Kazuhiro; Tanemoto, Tomohiro; Wada, Seiji; Karibe, Jurii; Ihara, Norimasa; Ikemoto, Yu; Kawasaki, Tomoyuki; Oishi, Yoshie; Samura, Osamu; Okamura, Kohji; Takada, Shuji; Akutsu, Hidenori; Sago, Haruhiko; Okamoto, Aikou; Umezawa, Akihiro

    2017-06-06

    Myelomeningocele (MMC) is a congenital disease without genetic abnormalities. Neurological symptoms are irreversibly impaired after birth, and no effective treatment has been reported to date. Only surgical repairs have been reported so far. In this study, we performed antenatal treatment of MMC with an artificial skin using induced pluripotent stem cells (iPSCs) generated from a patient with Down syndrome (AF-T21-iPSCs) and twin-twin transfusion syndrome (AF-TTTS-iPSCs) to a rat model. We manufactured three-dimensional skin with epidermis generated from keratinocytes derived from AF-T21-iPSCs and AF-TTTS-iPSCs and dermis of human fibroblasts and collagen type I. For generation of epidermis, we developed a protocol using Y-27632 and epidermal growth factor. The artificial skin was successfully covered over MMC defect sites during pregnancy, implying a possible antenatal surgical treatment with iPSC technology. Copyright © 2017 The Authors. Published by Elsevier Inc. All rights reserved.

  19. Induced Pluripotent Stem Cells for Disease Modeling and Drug Discovery in Neurodegenerative Diseases.

    PubMed

    Cao, Lei; Tan, Lan; Jiang, Teng; Zhu, Xi-Chen; Yu, Jin-Tai

    2015-08-01

    Although most neurodegenerative diseases have been closely related to aberrant accumulation of aggregation-prone proteins in neurons, understanding their pathogenesis remains incomplete, and there is no treatment to delay the onset or slow the progression of many neurodegenerative diseases. The availability of induced pluripotent stem cells (iPSCs) in recapitulating the phenotypes of several late-onset neurodegenerative diseases marks the new era in in vitro modeling. The iPSC collection represents a unique and well-characterized resource to elucidate disease mechanisms in these diseases and provides a novel human stem cell platform for screening new candidate therapeutics. Modeling human diseases using iPSCs has created novel opportunities for both mechanistic studies as well as for the discovery of new disease therapies. In this review, we introduce iPSC-based disease modeling in neurodegenerative diseases, such as Alzheimer's disease, Parkinson's disease, Huntington's disease, and amyotrophic lateral sclerosis. In addition, we discuss the implementation of iPSCs in drug discovery associated with some new techniques.

  20. NRF2 Orchestrates the Metabolic Shift during Induced Pluripotent Stem Cell Reprogramming

    PubMed Central

    Hawkins, Kate E.; Joy, Shona; Delhove, Juliette M.K.M.; Kotiadis, Vassilios N.; Fernandez, Emilio; Fitzpatrick, Lorna M.; Whiteford, James R.; King, Peter J.; Bolanos, Juan P.; Duchen, Michael R.; Waddington, Simon N.; McKay, Tristan R.

    2016-01-01

    Summary The potential of induced pluripotent stem cells (iPSCs) in disease modeling and regenerative medicine is vast, but current methodologies remain inefficient. Understanding the cellular mechanisms underlying iPSC reprogramming, such as the metabolic shift from oxidative to glycolytic energy production, is key to improving its efficiency. We have developed a lentiviral reporter system to assay longitudinal changes in cell signaling and transcription factor activity in living cells throughout iPSC reprogramming of human dermal fibroblasts. We reveal early NF-κB, AP-1, and NRF2 transcription factor activation prior to a temporal peak in hypoxia inducible factor α (HIFα) activity. Mechanistically, we show that an early burst in oxidative phosphorylation and elevated reactive oxygen species generation mediates increased NRF2 activity, which in turn initiates the HIFα-mediated glycolytic shift and may modulate glucose redistribution to the pentose phosphate pathway. Critically, inhibition of NRF2 by KEAP1 overexpression compromises metabolic reprogramming and results in reduced efficiency of iPSC colony formation. PMID:26904936

  1. Scalable Generation of Universal Platelets from Human Induced Pluripotent Stem Cells

    PubMed Central

    Feng, Qiang; Shabrani, Namrata; Thon, Jonathan N.; Huo, Hongguang; Thiel, Austin; Machlus, Kellie R.; Kim, Kyungho; Brooks, Julie; Li, Feng; Luo, Chenmei; Kimbrel, Erin A.; Wang, Jiwu; Kim, Kwang-Soo; Italiano, Joseph; Cho, Jaehyung; Lu, Shi-Jiang; Lanza, Robert

    2014-01-01

    Summary Human induced pluripotent stem cells (iPSCs) provide a potentially replenishable source for the production of transfusable platelets. Here, we describe a method to generate megakaryocytes (MKs) and functional platelets from iPSCs in a scalable manner under serum/feeder-free conditions. The method also permits the cryopreservation of MK progenitors, enabling a rapid “surge” capacity when large numbers of platelets are needed. Ultrastructural/morphological analyses show no major differences between iPSC platelets and human blood platelets. iPSC platelets form aggregates, lamellipodia, and filopodia after activation and circulate in macrophage-depleted animals and incorporate into developing mouse thrombi in a manner identical to human platelets. By knocking out the β2-microglobulin gene, we have generated platelets that are negative for the major histocompatibility antigens. The scalable generation of HLA-ABC-negative platelets from a renewable cell source represents an important step toward generating universal platelets for transfusion as well as a potential strategy for the management of platelet refractoriness. PMID:25418726

  2. Scalable generation of universal platelets from human induced pluripotent stem cells.

    PubMed

    Feng, Qiang; Shabrani, Namrata; Thon, Jonathan N; Huo, Hongguang; Thiel, Austin; Machlus, Kellie R; Kim, Kyungho; Brooks, Julie; Li, Feng; Luo, Chenmei; Kimbrel, Erin A; Wang, Jiwu; Kim, Kwang-Soo; Italiano, Joseph; Cho, Jaehyung; Lu, Shi-Jiang; Lanza, Robert

    2014-11-11

    Human induced pluripotent stem cells (iPSCs) provide a potentially replenishable source for the production of transfusable platelets. Here, we describe a method to generate megakaryocytes (MKs) and functional platelets from iPSCs in a scalable manner under serum/feeder-free conditions. The method also permits the cryopreservation of MK progenitors, enabling a rapid "surge" capacity when large numbers of platelets are needed. Ultrastructural/morphological analyses show no major differences between iPSC platelets and human blood platelets. iPSC platelets form aggregates, lamellipodia, and filopodia after activation and circulate in macrophage-depleted animals and incorporate into developing mouse thrombi in a manner identical to human platelets. By knocking out the β2-microglobulin gene, we have generated platelets that are negative for the major histocompatibility antigens. The scalable generation of HLA-ABC-negative platelets from a renewable cell source represents an important step toward generating universal platelets for transfusion as well as a potential strategy for the management of platelet refractoriness.

  3. Normal Collagen and Bone Production by Gene-targeted Human Osteogenesis Imperfecta iPSCs

    PubMed Central

    Deyle, David R; Khan, Iram F; Ren, Gaoying; Wang, Pei-Rong; Kho, Jordan; Schwarze, Ulrike; Russell, David W

    2012-01-01

    Osteogenesis imperfecta (OI) is caused by dominant mutations in the type I collagen genes. In principle, the skeletal abnormalities of OI could be treated by transplantation of patient-specific, bone-forming cells that no longer express the mutant gene. Here, we develop this approach by isolating mesenchymal cells from OI patients, inactivating their mutant collagen genes by adeno-associated virus (AAV)-mediated gene targeting, and deriving induced pluripotent stem cells (iPSCs) that were expanded and differentiated into mesenchymal stem cells (iMSCs). Gene-targeted iMSCs produced normal collagen and formed bone in vivo, but were less senescent and proliferated more than bone-derived MSCs. To generate iPSCs that would be more appropriate for clinical use, the reprogramming and selectable marker transgenes were removed by Cre recombinase. These results demonstrate that the combination of gene targeting and iPSC derivation can be used to produce potentially therapeutic cells from patients with genetic disease. PMID:22031238

  4. Single event effect testing of the Intel 80386 family and the 80486 microprocessor

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

    Moran, A.; LaBel, K.; Gates, M.

    The authors present single event effect test results for the Intel 80386 microprocessor, the 80387 coprocessor, the 82380 peripheral device, and on the 80486 microprocessor. Both single event upset and latchup conditions were monitored.

  5. Spatiotemporal PET Imaging of Dynamic Metabolic Changes After Therapeutic Approaches of Induced Pluripotent Stem Cells, Neuronal Stem Cells, and a Chinese Patent Medicine in Stroke.

    PubMed

    Zhang, Hong; Song, Fahuan; Xu, Caiyun; Liu, Hao; Wang, Zefeng; Li, Jinhui; Wu, Shuang; YehuaShen; Chen, Yao; Zhu, Yunqi; Du, Ruili; Tian, Mei

    2015-11-01

    This study aimed to use spatiotemporal PET imaging to investigate the dynamic metabolic changes after a combined therapeutic approach of induced pluripotent stem cells (iPSCs), neuronal stem cells (NSCs), and Chinese patent medicine in a rat model of cerebral ischemia-reperfusion injury. Cerebral ischemia was established by the middle cerebral artery occlusion approach. Thirty-six male rats were randomly assigned to 1 of the 6 groups: control phosphate-buffered saline (PBS), Chinese patent medicine (Qing-kai-ling [QKL]), induced pluripotent stem cells (iPSCs), combination of iPSCs and QKL, neuronal stem cells (NSCs), and combination of NSCs and QKL. Serial (18)F-FDG small-animal PET imaging and neurofunctional tests were performed weekly. Autoradiographic imaging and immunohistochemical and immunofluorescent analyses were performed at 4 wk after stem cell transplantation. Compared with the PBS control group, significantly higher (18)F-FDG accumulations in the ipsilateral cerebral infarction were observed in 5 treatment groups from weeks 1-4. Interestingly, the most intensive (18)F-FDG accumulation was found in the NSCs + QKL group at week 1 but in the iPSCs + QKL group at week 4. The neurofunctional scores in the 5 treatment groups were significantly higher than that of the PBS group from week 3 to 4. In addition, there was a significant correlation between the PET imaging findings and neurofunctional recovery (P < 0.05) or glucose transporter-1 expression (P < 0.01). Immunohistochemical and immunofluorescence studies found that transplanted iPSCs survived and migrated to the ischemic region and expressed protein markers for cells of interest. Spatiotemporal PET imaging with (18)F-FDG demonstrated dynamic metabolic and functional recovery after iPSCs or NSCs combined with QKL in a rat model of cerebral ischemia-reperfusion injury. iPSCs or NSCs combined with Chinese medicine QKL seemed to be a better therapeutic approach than these stem cells used individually. © 2015 by the Society of Nuclear Medicine and Molecular Imaging, Inc.

  6. Glutamate spillover modulates GABAergic synaptic transmission in the rat midbrain periaqueductal grey via metabotropic glutamate receptors and endocannabinoid signaling.

    PubMed

    Drew, Geoffrey M; Mitchell, Vanessa A; Vaughan, Christopher W

    2008-01-23

    Glutamate spillover regulates GABAergic synaptic transmission at several CNS synapses via presynaptic ionotropic and metabotropic glutamate receptors (mGluRs). We have previously demonstrated that activation of group I-III mGluRs inhibits GABAergic transmission in the midbrain periaqueductal gray (PAG), a region involved in organizing behavioral responses to threat, stress, and pain. Here, we examined the role of glutamate spillover in the modulation of GABAergic transmission in the PAG. Using whole-cell recordings from rat PAG slices, we found that evoked IPSCs were reduced by the nonspecific glutamate transport blockers DL-threo-beta-benzyloxyaspartic acid (TBOA) and L-trans-pyrrolidine-2,4-dicarboxylic acid, but not by the glial GLT1-specific blocker dihydrokainate. In contrast, TBOA had no effect on evoked IPSCs when glutamate uptake into the postsynaptic neuron was selectively impaired. TBOA increased the paired-pulse ratio of evoked IPSCs and reduced the rate but not the amplitude of spontaneous miniature IPSCs. The effect of TBOA on evoked IPSCs was abolished by the broad-spectrum mGluR antagonist (2S)-2-amino-2-[(1S,2S)-2-carboxycycloprop-1-yl]-3-(xanth-9-yl) propanoic acid (100 microM), reduced by the mGluR5-specific antagonist 2-methyl-6-(phenylethynyl)pyridine hydrochloride (MPEP) and mimicked by the mGluR1/5 agonist (RS)-3,5-dihydroxyphenylglycine (DHPG). Furthermore, the effects of both TBOA and DHPG were reduced by the cannabinoid CB1 receptor antagonist 1-(2,4-dichlorophenyl)-5-(4-iodophenyl)-4-methyl-N-1-piperidinyl-1H-pyrazole-3-carboxamide (AM251). Finally, although MPEP and AM251 had no effect on single evoked IPSCs, they increased evoked IPSCs during repetitive stimulation. These results indicate that neuronal glutamate transporters limit mGluR5 activation and endocannabinoid signaling, but may be overwhelmed during conditions of elevated glutamate release. Thus, neuronal glutamate transporters play a key role in regulating endocannabinoid-mediated cross talk between glutamatergic and GABAergic synapses within the PAG.

  7. Generation of Induced Pluripotent Stem Cells and Neural Stem/Progenitor Cells from Newborns with Spina Bifida Aperta.

    PubMed

    Bamba, Yohei; Nonaka, Masahiro; Sasaki, Natsu; Shofuda, Tomoko; Kanematsu, Daisuke; Suemizu, Hiroshi; Higuchi, Yuichiro; Pooh, Ritsuko K; Kanemura, Yonehiro; Okano, Hideyuki; Yamasaki, Mami

    2017-12-01

    We established induced pluripotent stem cells (iPSCs) and neural stem/progenitor cells (NSPCs) from three newborns with spina bifida aperta (SBa) using clinically practical methods. We aimed to develop stem cell lines derived from newborns with SBa for future therapeutic use. SBa is a common congenital spinal cord abnormality that causes defects in neurological and urological functions. Stem cell transplantation therapies are predicted to provide beneficial effects for patients with SBa. However, the availability of appropriate cell sources is inadequate for clinical use because of their limited accessibility and expandability, as well as ethical issues. Fibroblast cultures were established from small fragments of skin obtained from newborns with SBa during SBa repair surgery. The cultured cells were transfected with episomal plasmid vectors encoding reprogramming factors necessary for generating iPSCs. These cells were then differentiated into NSPCs by chemical compound treatment, and NSPCs were expanded using neurosphere technology. We successfully generated iPSC lines from the neonatal dermal fibroblasts of three newborns with SBa. We confirmed that these lines exhibited the characteristics of human pluripotent stem cells. We successfully generated NSPCs from all SBa newborn-derived iPSCs with a combination of neural induction and neurosphere technology. We successfully generated iPSCs and iPSC-NSPCs from surgical samples obtained from newborns with SBa with the goal of future clinical use in patients with SBa.

  8. Quantitative Proteomic Analysis of Mouse Embryonic Fibroblasts and Induced Pluripotent Stem Cells Using 16O /18O labeling

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

    Huang, Xin; Tian, Changhai; Liu, Miao

    2012-04-06

    Induced pluripotent stem cells (iPSC) hold great promise for regenerative medicine as well as for investigations into the pathogenesis and treatment of various diseases. Understanding of key intracellular signaling pathways and protein targets that control development of iPSC from somatic cells is essential for designing new approaches to improve reprogramming efficiency. Here we report the development and application of an integrated quantitative proteomics platform for investigating differences in protein expressions between mouse embryonic fibroblasts (MEF) and MEF-derived iPSC. This platform consists of 16O/18O labeling, multidimensional peptide separation coupled with tandem mass spectrometry, and data analysis with UNiquant software. Using thismore » platform a total of 2,481 proteins were identified and quantified from the 16O/18O-labeled MEF-iPSC proteome mixtures with a false discovery rate of 0.01. Among them, 218 proteins were significantly upregulated, while 247 proteins were significantly downregulated in iPSC compared to MEF. Many nuclear proteins, including Hdac1, Dnmt1, Pcna, Ccnd1, Smarcc1, and subunits in DNA replication and RNA polymerase II complex were found to be enhanced in iPSC. Protein network analysis revealed that Pcna functions as a hub orchestrating complicated mechanisms including DNA replication, epigenetic inheritance (Dnmt1) and chromatin remodeling (Smarcc1) to reprogram MEF and maintain stemness of iPSC.« less

  9. FastLane: An Agile Congestion Signaling Mechanism for Improving Datacenter Performance

    DTIC Science & Technology

    2013-05-20

    Cloudera, Ericsson, Facebook, General Electric, Hortonworks, Huawei , Intel, Microsoft, NetApp, Oracle, Quanta, Samsung, Splunk, VMware and Yahoo...Web Services, Google, SAP, Blue Goji, Cisco, Clearstory Data, Cloud- era, Ericsson, Facebook, General Electric, Hortonworks, Huawei , Intel, Microsoft

  10. 76 FR 32372 - Notice of Receipt of Complaint; Solicitation of Comments Relating to the Public Interest

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-06-06

    ... Rica S.A. of Costa Rica, Intel Malaysia Sdn. Bhd of Malaysia, Intel (Philippines) of the Philippines... any public health, safety, or welfare concerns in the United States relating to the potential orders...

  11. Energies and radial distributions of Bs mesons - the effect of hypercubic blocking

    NASA Astrophysics Data System (ADS)

    Koponen, Jonna

    2006-12-01

    This is a follow-up to our earlier work for the energies and the charge (vector) and matter (scalar) distributions for S-wave states in a heavy-light meson, where the heavy quark is static and the light quark has a mass about that of the strange quark. We study the radial distributions of higher angular momentum states, namely P- and D-wave states, using a "fuzzy" static quark. A new improvement is the use of hypercubic blocking in the time direction, which effectively constrains the heavy quark to move within a 2a hypercube (a is the lattice spacing). The calculation is carried out with dynamical fermions on a 163 × 32 lattice with a ≈ 0.10 fm generated using the non-perturbatively improved clover action. The configurations were gener- ated by the UKQCD Collaboration using lattice action parameters β = 5.2, c SW = 2.0171 and κ = 0.1350. In nature the closest equivalent of this heavy-light system is the Bs meson. Attempts are now being made to understand these results in terms of the Dirac equation.

  12. Physically motivated correlation formalism in hyperspectral imaging

    NASA Astrophysics Data System (ADS)

    Roy, Ankita; Rafert, J. Bruce

    2004-05-01

    Most remote sensing data-sets contain a limiting number of independent spatial and spectral measurements, beyond which no effective increase in information is achieved. This paper presents a Physically Motivated Correlation Formalism (PMCF) ,which places both Spatial and Spectral data on an equivalent mathematical footing in the context of a specific Kernel, such that, optimal combinations of independent data can be selected from the entire Hypercube via the method of "Correlation Moments". We present an experimental and computational analysis of Hyperspectral data sets using the Michigan Tech VFTHSI [Visible Fourier Transform Hyperspectral Imager] based on a Sagnac Interferometer, adjusted to obtain high SNR levels. The captured Signal Interferograms of different targets - aerial snaps of Houghton and lab-based data (white light , He-Ne laser , discharge tube sources) with the provision of customized scan of targets with the same exposures are processed using inverse imaging transformations and filtering techniques to obtain the Spectral profiles and generate Hypercubes to compute Spectral/Spatial/Cross Moments. PMCF answers the question of how optimally the entire hypercube should be sampled and finds how many spatial-spectral pixels are required for a particular target recognition.

  13. SiRen: Leveraging Similar Regions for Efficient and Accurate Variant Calling

    DTIC Science & Technology

    2015-05-30

    Cloudera, EMC2, Ericsson, Facebook, Guavus, HP, Huawei, Informatica , Intel, Microsoft, NetApp, Pivotal, Samsung, Schlumberger, Splunk, Virdata and VMware...EMC2, Ericsson, Facebook, Guavus, HP, Huawei, Informatica , Intel, Microsoft, NetApp, Pivotal, Samsung, Schlumberger, Splunk, Virdata and VMware

  14. How Managers' everyday decisions create or destroy your company's strategy.

    PubMed

    Bower, Joseph L; Gilbert, Clark G

    2007-02-01

    Senior executives have long been frustrated by the disconnection between the plans and strategies they devise and the actual behavior of the managers throughout the company. This article approaches the problem from the ground up, recognizing that every time a manager allocates resources, that decision moves the company either into or out of alignment with its announced strategy. A well-known story--Intel's exit from the memory business--illustrates this point. When discussing what businesses Intel should be in, Andy Grove asked Gordon Moore what they would do if Intel were a company that they had just acquired. When Moore answered, "Get out of memory," they decided to do just that. It turned out, though, that Intel's revenues from memory were by this time only 4% of total sales. Intel's lower-level managers had already exited the business. What Intel hadn't done was to shut down the flow of research funding into memory (which was still eating up one-third of all research expenditures); nor had the company announced its exit to the outside world. Because divisional and operating managers-as well as customers and capital markets-have such a powerful impact on the realized strategy of the firm, senior management might consider focusing less on the company's formal strategy and more on the processes by which the company allocates resources. Top managers must know the track record of the people who are making resource allocation proposals; recognize the strategic issues at stake; reach down to operational managers to work across division lines; frame resource questions to reflect the corporate perspective, especially when large sums of money are involved and conditions are highly uncertain; and create a new context that allows top executives to circumvent the regular resource allocation process when necessary.

  15. Performance tuning Weather Research and Forecasting (WRF) Goddard longwave radiative transfer scheme on Intel Xeon Phi

    NASA Astrophysics Data System (ADS)

    Mielikainen, Jarno; Huang, Bormin; Huang, Allen H.

    2015-10-01

    Next-generation mesoscale numerical weather prediction system, the Weather Research and Forecasting (WRF) model, is a designed for dual use for forecasting and research. WRF offers multiple physics options that can be combined in any way. One of the physics options is radiance computation. The major source for energy for the earth's climate is solar radiation. Thus, it is imperative to accurately model horizontal and vertical distribution of the heating. Goddard solar radiative transfer model includes the absorption duo to water vapor,ozone, ozygen, carbon dioxide, clouds and aerosols. The model computes the interactions among the absorption and scattering by clouds, aerosols, molecules and surface. Finally, fluxes are integrated over the entire longwave spectrum.In this paper, we present our results of optimizing the Goddard longwave radiative transfer scheme on Intel Many Integrated Core Architecture (MIC) hardware. The Intel Xeon Phi coprocessor is the first product based on Intel MIC architecture, and it consists of up to 61 cores connected by a high performance on-die bidirectional interconnect. The coprocessor supports all important Intel development tools. Thus, the development environment is familiar one to a vast number of CPU developers. Although, getting a maximum performance out of MICs will require using some novel optimization techniques. Those optimization techniques are discusses in this paper. The optimizations improved the performance of the original Goddard longwave radiative transfer scheme on Xeon Phi 7120P by a factor of 2.2x. Furthermore, the same optimizations improved the performance of the Goddard longwave radiative transfer scheme on a dual socket configuration of eight core Intel Xeon E5-2670 CPUs by a factor of 2.1x compared to the original Goddard longwave radiative transfer scheme code.

  16. Optimization of the computational load of a hypercube supercomputer onboard a mobile robot.

    PubMed

    Barhen, J; Toomarian, N; Protopopescu, V

    1987-12-01

    A combinatorial optimization methodology is developed, which enables the efficient use of hypercube multiprocessors onboard mobile intelligent robots dedicated to time-critical missions. The methodology is implemented in terms of large-scale concurrent algorithms based either on fast simulated annealing, or on nonlinear asynchronous neural networks. In particular, analytic expressions are given for the effect of singleneuron perturbations on the systems' configuration energy. Compact neuromorphic data structures are used to model effects such as prec xdence constraints, processor idling times, and task-schedule overlaps. Results for a typical robot-dynamics benchmark are presented.

  17. Optimization of the computational load of a hypercube supercomputer onboard a mobile robot

    NASA Technical Reports Server (NTRS)

    Barhen, Jacob; Toomarian, N.; Protopopescu, V.

    1987-01-01

    A combinatorial optimization methodology is developed, which enables the efficient use of hypercube multiprocessors onboard mobile intelligent robots dedicated to time-critical missions. The methodology is implemented in terms of large-scale concurrent algorithms based either on fast simulated annealing, or on nonlinear asynchronous neural networks. In particular, analytic expressions are given for the effect of single-neuron perturbations on the systems' configuration energy. Compact neuromorphic data structures are used to model effects such as precedence constraints, processor idling times, and task-schedule overlaps. Results for a typical robot-dynamics benchmark are presented.

  18. Maximum Torque and Momentum Envelopes for Reaction Wheel Arrays

    NASA Technical Reports Server (NTRS)

    Reynolds, R. G.; Markley, F. Landis

    2001-01-01

    Spacecraft reaction wheel maneuvers are limited by the maximum torque and/or angular momentum which the wheels can provide. For an n-wheel configuration, the torque or momentum envelope can be obtained by projecting the n-dimensional hypercube, representing the domain boundary of individual wheel torques or momenta, into three dimensional space via the 3xn matrix of wheel axes. In this paper, the properties of the projected hypercube are discussed, and algorithms are proposed for determining this maximal torque or momentum envelope for general wheel configurations. Practical implementation strategies for specific wheel configurations are also considered.

  19. Long Range Strategy v3.2

    DTIC Science & Technology

    2010-01-12

    Feed into Palantir Increased intelligence from Population Feed into Palantir OOB, DOCTEMP, SITTEMP, created and validated ANSF integrated into S2 intel...connected from sensor to C2/executor All assets input intel into Palantir to ID the enemy; prioritize: 1) Zabul, 2) Kandahar; sub-prioritize

  20. Multisystemic Disease Modeling of Liver-Derived Protein Folding Disorders Using Induced Pluripotent Stem Cells (iPSCs).

    PubMed

    Leung, Amy; Murphy, George J

    2016-01-01

    Familial transthyretin amyloidosis (ATTR) is an autosomal dominant protein-folding disorder caused by over 100 distinct mutations in the transthyretin (TTR) gene. In ATTR, protein secreted from the liver aggregates and forms fibrils in target organs, chiefly the heart and peripheral nervous system, highlighting the need for a model capable of recapitulating the multisystem complexity of this clinically variable disease. Here, we describe detailed methodologies for the directed differentiation of protein folding disease-specific iPSCs into hepatocytes that produce mutant protein, and neural-lineage cells often targeted in disease. Methodologies are also described for the construction of multisystem models and drug screening using iPSCs.

  1. Generation of a human induced pluripotent stem cell line from urinary cells of a healthy donor using integration free Sendai virus technology.

    PubMed

    Rossbach, Bella; Hildebrand, Laura; El-Ahmad, Linda; Stachelscheid, Harald; Reinke, Petra; Kurtz, Andreas

    2017-05-01

    We have generated a human induced pluripotent stem cell (iPSC) line derived from urinary cells of a 28year old healthy female donor. The cells were reprogrammed using a non-integrating viral vector and have shown full differentiation potential. Together with the iPSC line, the donor provided blood cells for the study of immunological effects of the iPSC line and its derivatives in autologous and allogeneic settings. The line is available and registered in the human pluripotent stem cell registry as BCRTi005-A. Copyright © 2016 The Authors. Published by Elsevier B.V. All rights reserved.

  2. New lessons learned from disease modeling with induced Pluripotent Stem Cells

    PubMed Central

    Onder, Tamer T.; Daley, George Q.

    2012-01-01

    Cellular reprogramming and generation of induced pluripotent stem cells (iPSCs) from adult cell types has enabled the creation of patient-specific stem cells for use in disease modeling. To date, many iPSC lines have been generated from a variety of disorders, which have then been differentiated into disease-relevant cell types. When a disease-specific phenotype is detectable in such differentiated cells, the reprogramming technology provides a new opportunity to identify aberrant disease-associated pathways and drugs that can block them. Here, we highlight recent progress as well as limitations in the use of iPSCs to recapitulate disease phenotypes and to screen for therapeutics in vitro. PMID:22749051

  3. ZSCAN10 expression corrects the genomic instability of iPSCs from aged donors

    PubMed Central

    Skamagki, Maria; Correia, Cristina; Yeung, Percy; Baslan, Timour; Beck, Samuel; Zhang, Cheng; Ross, Christian A.; Dang, Lam; Liu, Zhong; Giunta, Simona; Chang, Tzu-Pei; Wang, Joye; Ananthanarayanan, Aparna; Bohndorf, Martina; Bosbach, Benedikt; Adjaye, James; Funabiki, Hironori; Kim, Jonghwan; Lowe, Scott; Collins, James J.; Lu, Chi-Wei; Li, Hu; Zhao, Rui; Kim, Kitai

    2018-01-01

    Induced pluripotent stem cells (iPSCs), which are used to produce transplantable tissues, may particularly benefit older patients, who are more likely to suffer from degenerative diseases. However, iPSCs generated from aged donors (A-iPSCs) exhibit higher genomic instability, defects in apoptosis and a blunted DNA damage response compared with iPSCs generated from younger donors. We demonstrated that A-iPSCs exhibit excessive glutathione-mediated reactive oxygen species (ROS) scavenging activity, which blocks the DNA damage response and apoptosis and permits survival of cells with genomic instability. We found that the pluripotency factor ZSCAN10 is poorly expressed in A-iPSCs and addition of ZSCAN10 to the four Yamanaka factors (OCT4, SOX2, KLF4 and c-MYC) during A-iPSC reprogramming normalizes ROS–glutathione homeostasis and the DNA damage response, and recovers genomic stability. Correcting the genomic instability of A-iPSCs will ultimately enhance our ability to produce histocompatible functional tissues from older patients’ own cells that are safe for transplantation. PMID:28846095

  4. Introduction to thematic minireview series: Development of human therapeutics based on induced pluripotent stem cell (iPSC) technology.

    PubMed

    Rao, Mahendra; Gottesfeld, Joel M

    2014-02-21

    With the advent of human induced pluripotent stem cell (hiPSC) technology, it is now possible to derive patient-specific cell lines that are of great potential in both basic research and the development of new therapeutics for human diseases. Not only do hiPSCs offer unprecedented opportunities to study cellular differentiation and model human diseases, but the differentiated cell types obtained from iPSCs may become therapeutics themselves. These cells can also be used in the screening of therapeutics and in toxicology assays for potential liabilities of therapeutic agents. The remarkable achievement of transcription factor reprogramming to generate iPSCs was recognized by the award of the Nobel Prize in Medicine to Shinya Yamanaka in 2012, just 6 years after the first publication of reprogramming methods to generate hiPSCs (Takahashi, K., Tanabe, K., Ohnuki, M., Narita, M., Ichisaka, T., Tomoda, K., and Yamanaka, S. (2007) Cell 131, 861-872). This minireview series highlights both the promises and challenges of using iPSC technology for disease modeling, drug screening, and the development of stem cell therapeutics.

  5. Application of induced pluripotent stem cells to understand neurobiological basis of bipolar disorder and schizophrenia.

    PubMed

    Liu, Yao-Nan; Lu, Si-Yao; Yao, Jun

    2017-09-01

    The etiology of neuropsychiatric disorders, such as schizophrenia and bipolar disorder, usually involves complex combinations of genetic defects/variations and environmental impacts, which hindered, for a long time, research efforts based on animal models and patients' non-neuronal cells or post-mortem tissues. However, the development of human induced pluripotent stem cell (iPSC) technology by the Yamanaka group was immediately applied to establish cell research models for neuronal disorders. Since then, techniques to achieve highly efficient differentiation of different types of neural cells following iPSC modeling have made much progress. The fast-growing iPSC and neural differentiation techniques have brought valuable insights into the pathology and neurobiology of neuropsychiatric disorders. In this article, we first review the application of iPSC technology in modeling neuronal disorders and discuss the progress in the accompanying neural differentiation. Then, we summarize the progress in iPSC-based research that has been accomplished so far regarding schizophrenia and bipolar disorder. © 2017 The Authors. Psychiatry and Clinical Neurosciences © 2017 Japanese Society of Psychiatry and Neurology.

  6. From iPSC towards cardiac tissue-a road under construction.

    PubMed

    Peischard, Stefan; Piccini, Ilaria; Strutz-Seebohm, Nathalie; Greber, Boris; Seebohm, Guiscard

    2017-10-01

    The possibility to generate induced pluripotent stem cells (iPSC) opens the way to generate virtually all cell types of our human body. In combination with modern gene editing techniques like CRISPR/CAS, a new set of powerful tools becomes available for life science. Scientific fields like genotype and cell type-specific pharmacology, disease modeling, stem cell biology, and developmental biology have been dramatically fostered and their faces have been changed. However, as golden as the age of iPSC-derived cells and their manipulation has started, the shine begins to tarnish. Researchers face more and more practical problems intrinsic to the system. These problems are related to the specific culturing conditions which are not yet sufficient to mimic the natural environment of native stem cells differentiating towards adult cells. However, researchers work hard to uncover these factors. Here, we review a common standard approach to generate iPSCs and transduce these to iPSC cardiomyocytes. Further, we review recent achievements and discuss their current limitations and future perspectives. We are on track, but the road is still under construction.

  7. Phase-Locked Inhibition, but Not Excitation, Underlies Hippocampal Ripple Oscillations in Awake Mice In Vivo.

    PubMed

    Gan, Jian; Weng, Shih-Ming; Pernía-Andrade, Alejandro J; Csicsvari, Jozsef; Jonas, Peter

    2017-01-18

    Sharp wave-ripple (SWR) oscillations play a key role in memory consolidation during non-rapid eye movement sleep, immobility, and consummatory behavior. However, whether temporally modulated synaptic excitation or inhibition underlies the ripples is controversial. To address this question, we performed simultaneous recordings of excitatory and inhibitory postsynaptic currents (EPSCs and IPSCs) and local field potentials (LFPs) in the CA1 region of awake mice in vivo. During SWRs, inhibition dominated over excitation, with a peak conductance ratio of 4.1 ± 0.5. Furthermore, the amplitude of SWR-associated IPSCs was positively correlated with SWR magnitude, whereas that of EPSCs was not. Finally, phase analysis indicated that IPSCs were phase-locked to individual ripple cycles, whereas EPSCs were uniformly distributed in phase space. Optogenetic inhibition indicated that PV + interneurons provided a major contribution to SWR-associated IPSCs. Thus, phasic inhibition, but not excitation, shapes SWR oscillations in the hippocampal CA1 region in vivo. Copyright © 2017 The Author(s). Published by Elsevier Inc. All rights reserved.

  8. Connecting Effective Instruction and Technology. Intel-elebration: Safari.

    ERIC Educational Resources Information Center

    Burton, Larry D.; Prest, Sharon

    Intel-ebration is an attempt to integrate the following research-based instructional frameworks and strategies: (1) dimensions of learning; (2) multiple intelligences; (3) thematic instruction; (4) cooperative learning; (5) project-based learning; and (6) instructional technology. This paper presents a thematic unit on safari, using the…

  9. Proton Irradiation of the 16GB Intel Optane SSD

    NASA Technical Reports Server (NTRS)

    Wyrwas, E. J.

    2017-01-01

    The purpose of this test is to assess the single event effects (SEE) and radiation susceptibility of the Intel Optane Memory device (SSD) containing the 3D Xpoint phase change memory (PCM) technology. This test is supported by the NASA Electronics Parts and Packaging Program (NEPP).

  10. Both TALENs and CRISPR/Cas9 directly target the HBB IVS2–654 (C > T) mutation in β-thalassemia-derived iPSCs

    PubMed Central

    Xu, Peng; Tong, Ying; Liu, Xiu-zhen; Wang, Ting-ting; Cheng, Li; Wang, Bo-yu; Lv, Xiang; Huang, Yue; Liu, De-pei

    2015-01-01

    β-Thalassemia is one of the most common genetic blood diseases and is caused by either point mutations or deletions in the β-globin (HBB) gene. The generation of patient-specific induced pluripotent stem cells (iPSCs) and subsequent correction of the disease-causing mutations may be a potential therapeutic strategy for this disease. Due to the low efficiency of typical homologous recombination, endonucleases, including TALENs and CRISPR/Cas9, have been widely used to enhance the gene correction efficiency in patient-derived iPSCs. Here, we designed TALENs and CRISPR/Cas9 to directly target the intron2 mutation site IVS2-654 in the globin gene. We observed different frequencies of double-strand breaks (DSBs) at IVS2-654 loci using TALENs and CRISPR/Cas9, and TALENs mediated a higher homologous gene targeting efficiency compared to CRISPR/Cas9 when combined with the piggyBac transposon donor. In addition, more obvious off-target events were observed for CRISPR/Cas9 compared to TALENs. Finally, TALENs-corrected iPSC clones were selected for erythroblast differentiation using the OP9 co-culture system and detected relatively higher transcription of HBB than the uncorrected cells. This comparison of using TALENs or CRISPR/Cas9 to correct specific HBB mutations in patient-derived iPSCs will guide future applications of TALENs- or CRISPR/Cas9-based gene therapies in monogenic diseases. PMID:26156589

  11. Large field of view quantitative phase imaging of induced pluripotent stem cells and optical pathlength reference materials

    NASA Astrophysics Data System (ADS)

    Kwee, Edward; Peterson, Alexander; Stinson, Jeffrey; Halter, Michael; Yu, Liya; Majurski, Michael; Chalfoun, Joe; Bajcsy, Peter; Elliott, John

    2018-02-01

    Induced pluripotent stem cells (iPSCs) are reprogrammed cells that can have heterogeneous biological potential. Quality assurance metrics of reprogrammed iPSCs will be critical to ensure reliable use in cell therapies and personalized diagnostic tests. We present a quantitative phase imaging (QPI) workflow which includes acquisition, processing, and stitching multiple adjacent image tiles across a large field of view (LFOV) of a culture vessel. Low magnification image tiles (10x) were acquired with a Phasics SID4BIO camera on a Zeiss microscope. iPSC cultures were maintained using a custom stage incubator on an automated stage. We implement an image acquisition strategy that compensates for non-flat illumination wavefronts to enable imaging of an entire well plate, including the meniscus region normally obscured in Zernike phase contrast imaging. Polynomial fitting and background mode correction was implemented to enable comparability and stitching between multiple tiles. LFOV imaging of reference materials indicated that image acquisition and processing strategies did not affect quantitative phase measurements across the LFOV. Analysis of iPSC colony images demonstrated mass doubling time was significantly different than area doubling time. These measurements were benchmarked with prototype microsphere beads and etched-glass gratings with specified spatial dimensions designed to be QPI reference materials with optical pathlength shifts suitable for cell microscopy. This QPI workflow and the use of reference materials can provide non-destructive traceable imaging method for novel iPSC heterogeneity characterization.

  12. Intraglomerular inhibition shapes the strength and temporal structure of glomerular output

    PubMed Central

    Shao, Zuoyi; Puche, Adam C.; Liu, Shaolin

    2012-01-01

    Odor signals are transmitted to the olfactory bulb by olfactory nerve (ON) synapses onto mitral/tufted cells (MCs) and external tufted cells (ETCs). ETCs, in turn, provide feedforward excitatory input to MCs. MC and ETCs are also regulated by inhibition: intraglomerular and interglomerular inhibitory circuits act at MC and ETC apical dendrites; granule cells (GCs) inhibit MC lateral dendrites via the MC→GC→MC circuit. We investigated the contribution of intraglomerular inhibition to MC and ETCs responses to ON input. ON input evokes initial excitation followed by early, strongly summating inhibitory postsynaptic currents (IPSCs) in MCs; this is followed by prolonged, intermittent IPSCs. The N-methyl-d-aspartate receptor antagonist dl-amino-5-phosphovaleric acid, known to suppress GABA release by GCs, reduced late IPSCs but had no effect on early IPSCs. In contrast, selective intraglomerular block of GABAA receptors eliminated all early IPSCs and caused a 5-fold increase in ON-evoked MC spiking and a 10-fold increase in response duration. ETCs also receive intraglomerular inhibition; blockade of inhibition doubled ETC spike responses. By reducing ETC excitatory drive and directly inhibiting MCs, intraglomerular inhibition is a key factor shaping the strength and temporal structure of MC responses to sensory input. Sensory input generates an intraglomerular excitation-inhibition sequence that limits MC spike output to a brief temporal window. Glomerular circuits may dynamically regulate this input-output window to optimize MC encoding across sniff-sampled inputs. PMID:22592311

  13. Intraglomerular inhibition shapes the strength and temporal structure of glomerular output.

    PubMed

    Shao, Zuoyi; Puche, Adam C; Liu, Shaolin; Shipley, Michael T

    2012-08-01

    Odor signals are transmitted to the olfactory bulb by olfactory nerve (ON) synapses onto mitral/tufted cells (MCs) and external tufted cells (ETCs). ETCs, in turn, provide feedforward excitatory input to MCs. MC and ETCs are also regulated by inhibition: intraglomerular and interglomerular inhibitory circuits act at MC and ETC apical dendrites; granule cells (GCs) inhibit MC lateral dendrites via the MC→GC→MC circuit. We investigated the contribution of intraglomerular inhibition to MC and ETCs responses to ON input. ON input evokes initial excitation followed by early, strongly summating inhibitory postsynaptic currents (IPSCs) in MCs; this is followed by prolonged, intermittent IPSCs. The N-methyl-d-aspartate receptor antagonist dl-amino-5-phosphovaleric acid, known to suppress GABA release by GCs, reduced late IPSCs but had no effect on early IPSCs. In contrast, selective intraglomerular block of GABA(A) receptors eliminated all early IPSCs and caused a 5-fold increase in ON-evoked MC spiking and a 10-fold increase in response duration. ETCs also receive intraglomerular inhibition; blockade of inhibition doubled ETC spike responses. By reducing ETC excitatory drive and directly inhibiting MCs, intraglomerular inhibition is a key factor shaping the strength and temporal structure of MC responses to sensory input. Sensory input generates an intraglomerular excitation-inhibition sequence that limits MC spike output to a brief temporal window. Glomerular circuits may dynamically regulate this input-output window to optimize MC encoding across sniff-sampled inputs.

  14. Rho/ROCK pathway is essential to the expansion, differentiation, and morphological rearrangements of human neural stem/progenitor cells induced by lysophosphatidic acid.

    PubMed

    Frisca, Frisca; Crombie, Duncan E; Dottori, Mirella; Goldshmit, Yona; Pébay, Alice

    2013-05-01

    We previously reported that lysophosphatidic acid (LPA) inhibits the neuronal differentiation of human embryonic stem cells (hESC). We extended these studies by analyzing LPA's effects on the expansion of neural stem/progenitor cells (NS/PC) derived from hESCs and human induced pluripotent stem cells (iPSC), and we assessed whether data obtained on the neural differentiation of hESCs were relevant to iPSCs. We showed that hESCs and iPSCs exhibited comparable mRNA expression profiles of LPA receptors and producing enzymes upon neural differentiation. We demonstrated that LPA inhibited the expansion of NS/PCs of both origins, mainly by increased apoptosis in a Rho/Rho-associated kinase (ROCK)-dependent mechanism. Furthermore, LPA inhibited the neuronal differentiation of iPSCs. Lastly, LPA induced neurite retraction of NS/PC-derived early neurons through Rho/ROCK, which was accompanied by myosin light chain (MLC) phosphorylation. Our data demonstrate the consistency of LPA effects across various sources of human NS/PCs, rendering hESCs and iPSCs valuable models for studying lysophospholipid signaling in human neural cells. Our data also highlight the importance of the Rho/ROCK pathway in human NS/PCs. As LPA levels are increased in the central nervous system (CNS) following injury, LPA-mediated effects on NS/PCs and early neurons could contribute to the poor neurogenesis observed in the CNS following injury.

  15. Both TALENs and CRISPR/Cas9 directly target the HBB IVS2-654 (C > T) mutation in β-thalassemia-derived iPSCs.

    PubMed

    Xu, Peng; Tong, Ying; Liu, Xiu-zhen; Wang, Ting-ting; Cheng, Li; Wang, Bo-yu; Lv, Xiang; Huang, Yue; Liu, De-pei

    2015-07-09

    β-Thalassemia is one of the most common genetic blood diseases and is caused by either point mutations or deletions in the β-globin (HBB) gene. The generation of patient-specific induced pluripotent stem cells (iPSCs) and subsequent correction of the disease-causing mutations may be a potential therapeutic strategy for this disease. Due to the low efficiency of typical homologous recombination, endonucleases, including TALENs and CRISPR/Cas9, have been widely used to enhance the gene correction efficiency in patient-derived iPSCs. Here, we designed TALENs and CRISPR/Cas9 to directly target the intron2 mutation site IVS2-654 in the globin gene. We observed different frequencies of double-strand breaks (DSBs) at IVS2-654 loci using TALENs and CRISPR/Cas9, and TALENs mediated a higher homologous gene targeting efficiency compared to CRISPR/Cas9 when combined with the piggyBac transposon donor. In addition, more obvious off-target events were observed for CRISPR/Cas9 compared to TALENs. Finally, TALENs-corrected iPSC clones were selected for erythroblast differentiation using the OP9 co-culture system and detected relatively higher transcription of HBB than the uncorrected cells. This comparison of using TALENs or CRISPR/Cas9 to correct specific HBB mutations in patient-derived iPSCs will guide future applications of TALENs- or CRISPR/Cas9-based gene therapies in monogenic diseases.

  16. Seamless Genetic Conversion of SMN2 to SMN1 via CRISPR/Cpf1 and Single-Stranded Oligodeoxynucleotides in Spinal Muscular Atrophy Patient-Specific Induced Pluripotent Stem Cells.

    PubMed

    Zhou, Miaojin; Hu, Zhiqing; Qiu, Liyan; Zhou, Tao; Feng, Mai; Hu, Qian; Zeng, Baitao; Li, Zhuo; Sun, Qianru; Wu, Yong; Liu, Xionghao; Wu, Lingqian; Liang, Desheng

    2018-05-09

    Spinal muscular atrophy (SMA) is a kind of neuromuscular disease characterized by progressive motor neuron loss in the spinal cord. It is caused by mutations in the survival motor neuron 1 (SMN1) gene. SMN1 has a paralogous gene, survival motor neuron 2 (SMN2), in humans that is present in almost all SMA patients. The generation and genetic correction of SMA patient-specific induced pluripotent stem cells (iPSCs) is a viable, autologous therapeutic strategy for the disease. Here, c-Myc-free and non-integrating iPSCs were generated from the urine cells of an SMA patient using an episomal iPSC reprogramming vector, and a unique crRNA was designed that does not have similar sequences (≤3 mismatches) anywhere in the human reference genome. In situ gene conversion of the SMN2 gene to an SMN1-like gene in SMA-iPSCs was achieved using CRISPR/Cpf1 and single-stranded oligodeoxynucleotide with a high efficiency of 4/36. Seamlessly gene-converted iPSC lines contained no exogenous sequences and retained a normal karyotype. Significantly, the SMN expression and gems localization were rescued in the gene-converted iPSCs and their derived motor neurons. This is the first report of an efficient gene conversion mediated by Cpf1 homology-directed repair in human cells and may provide a universal gene therapeutic approach for most SMA patients.

  17. Precise Correction of Disease Mutations in Induced Pluripotent Stem Cells Derived From Patients With Limb Girdle Muscular Dystrophy.

    PubMed

    Turan, Soeren; Farruggio, Alfonso P; Srifa, Waracharee; Day, John W; Calos, Michele P

    2016-04-01

    Limb girdle muscular dystrophies types 2B (LGMD2B) and 2D (LGMD2D) are degenerative muscle diseases caused by mutations in the dysferlin and alpha-sarcoglycan genes, respectively. Using patient-derived induced pluripotent stem cells (iPSC), we corrected the dysferlin nonsense mutation c.5713C>T; p.R1905X and the most common alpha-sarcoglycan mutation, missense c.229C>T; p.R77C, by single-stranded oligonucleotide-mediated gene editing, using the CRISPR/Cas9 gene-editing system to enhance the frequency of homology-directed repair. We demonstrated seamless, allele-specific correction at efficiencies of 0.7-1.5%. As an alternative, we also carried out precise gene addition strategies for correction of the LGMD2B iPSC by integration of wild-type dysferlin cDNA into the H11 safe harbor locus on chromosome 22, using dual integrase cassette exchange (DICE) or TALEN-assisted homologous recombination for insertion precise (THRIP). These methods employed TALENs and homologous recombination, and DICE also utilized site-specific recombinases. With DICE and THRIP, we obtained targeting efficiencies after selection of ~20%. We purified iPSC corrected by all methods and verified rescue of appropriate levels of dysferlin and alpha-sarcoglycan protein expression and correct localization, as shown by immunoblot and immunocytochemistry. In summary, we demonstrate for the first time precise correction of LGMD iPSC and validation of expression, opening the possibility of cell therapy utilizing these corrected iPSC.

  18. Ethanol increases GABAergic transmission at both pre- and postsynaptic sites in rat central amygdala neurons

    PubMed Central

    Roberto, Marisa; Madamba, Samuel G.; Moore, Scott D.; Tallent, Melanie K.; Siggins, George R.

    2003-01-01

    We examined the interaction of ethanol with the γ-aminobutyric acid (GABA)ergic system in neurons of slices of the rat central amygdala nucleus (CeA), a brain region thought to be critical for the reinforcing effects of ethanol. Brief superfusion of 11–66 mM ethanol significantly increased GABA type A (GABAA) receptor-mediated inhibitory postsynaptic potentials (IPSPs) and currents (IPSCs) in most CeA neurons, with a low apparent EC50 of 20 mM. Acute superfusion of 44 mM ethanol increased the amplitude of evoked GABAA IPSPs and IPSCs in 70% of CeA neurons. The ethanol enhancement of IPSPs and IPSCs occurred to a similar extent in the presence of the GABA type B (GABAB) receptor antagonist CGP 55845A, suggesting that this receptor is not involved in the ethanol effect on CeA neurons. Ethanol superfusion also decreased paired-pulse facilitation of evoked GABAA IPSPs and IPSCs and always increased the frequency and sometimes the amplitude of spontaneous miniature GABAA IPSCs as well as responses to local GABA application, indicating both presynaptic and postsynaptic sites of action for ethanol. Thus, the CeA is the first brain region to reveal, without conditional treatments such as GABAB antagonists, consistent, low-dose ethanol enhancement of GABAergic transmission at both pre- and postsynaptic sites. These findings add further support to the contention that the ethanol–GABA interaction in CeA plays an important role in the reinforcing effects of ethanol. PMID:12566570

  19. Fibrinogen Induces RUNX2 Activity and Osteogenic Development from Human Pluripotent Stem Cells

    PubMed Central

    Kidwai, Fahad; Edwards, Jessica; Zou, Li; Kaufman, Dan S.

    2016-01-01

    Pluripotent stem cells, both human embryonic stem cells (hESC) and induced pluripotent stem cells (iPSC), provide an important resource to produce specialized cells such as osteogenic cells for therapeutic applications such as repair or replacement of injured, diseased or damaged bone. hESCs and iPSCs can also be used to better define basic cellular and genetic mechanisms that regulate the earliest stages of human bone development. However, current strategies to mediate osteogenic differentiation of hESC and iPSC are typically limited by the use of xenogeneic components such as fetal bovine serum (FBS) that make defining specific agents that mediate human osteogenesis difficult. Runt-related transcription factor 2 (RUNX2) is a key regulator required for osteogenic differentiation. Here, we used a RUNX2-YFP reporter system to characterize the novel ability of fibrinogen to mediate human osteogenic development from hESC and iPSC in defined (serum-free) conditions. These studies demonstrate that fibrinogen mediates significant osteo-induction potential. Specifically, fibrinogen binds to the surface integrin (α9β1) to mediate RUNX2 gene expression through the SMAD1/5/8 signaling pathway. Additional studies characterize the fibrinogen-induced hESC/iPSC-derived osteogenic cells to demonstrate these osteogenic cells retain the capacity to express typical mature osteoblastic markers. Together, these studies define a novel fibrinogen-α9β1-SMAD1/5/8-RUNX2 signaling axis can efficiently induce osteogenic differentiation from hESCs and iPSCs. PMID:27331788

  20. Induced pluripotent stem cells with NOTCH1 gene mutation show impaired differentiation into smooth muscle and endothelial cells: Implications for bicuspid aortic valve-related aortopathy.

    PubMed

    Jiao, Jiao; Tian, Weihua; Qiu, Ping; Norton, Elizabeth L; Wang, Michael M; Chen, Y Eugene; Yang, Bo

    2018-03-12

    The NOTCH1 gene mutation has been identified in bicuspid aortic valve patients. We developed an in vitro model with human induced pluripotent stem cells (iPSCs) to evaluate the role of NOTCH1 in smooth muscle and endothelial cell (EC) differentiation. The iPSCs were derived from a patient with a normal tricuspid aortic valve and aorta. The NOTCH1 gene was targeted in iPSCs with the Clustered Regularly Interspaced Short Palindromic Repeats/CRISPR-associated protein 9 nuclease (Cas9) system. The NOTCH1 -/- (NOTCH1 homozygous knockout) and isogenic control iPSCs (wild type) were differentiated into neural crest stem cells (NCSCs) and into cardiovascular progenitor cells (CVPCs). The NCSCs were differentiated into smooth muscle cells (SMCs). The CVPCs were differentiated into ECs. The differentiations of SMCs and ECs were compared between NOTCH1 -/- and wild type cells. The expression of NCSC markers (SRY-related HMG-box 10 and transcription factor AP-2 alpha) was significantly lower in NOTCH1 -/- NCSCs than in wild type NCSCs. The SMCs derived from NOTCH1 -/- NCSCs showed immature morphology with smaller size and decreased expression of all SMC-specific contractile proteins. In NOTCH1 -/- CVPCs, the expression of ISL1, NKX2.5, and MYOCD was significantly lower than that in isogenic control CVPCs, indicating impaired differentiation from iPSCs to CVPCs. The NOTCH1 -/- ECs derived from CVPCs showed significantly lower expression of cluster of differentiation 105 and cluster of differentiation 31 mRNA and protein, indicating a defective differentiation process. NOTCH1 is critical in SMC and EC differentiation of iPSCs through NCSCs and CVPCs, respectively. NOTCH1 gene mutations might potentially contribute to the development of thoracic aortic aneurysms by affecting SMC differentiation in some patients with bicuspid aortic valve. Copyright © 2018 The American Association for Thoracic Surgery. Published by Elsevier Inc. All rights reserved.

  1. Synaptic adaptations to chronic ethanol intake in male rhesus monkey dorsal striatum depend on age of drinking onset.

    PubMed

    Cuzon Carlson, Verginia C; Grant, Kathleen A; Lovinger, David M

    2018-03-15

    One in 12 adults suffer with alcohol use disorder (AUD). Studies suggest the younger the age in which alcohol consumption begins the higher the probability of being diagnosed with AUD. Binge/excessive alcohol drinking involves a transition from flexible to inflexible behavior likely involving the dorsal striatum (caudate and putamen nuclei). A major focus of this study was to examine the effect of age of drinking onset on subsequent chronic, voluntary ethanol intake and dorsal striatal circuitry. Data from rhesus monkeys (n = 45) that started drinking as adolescents, young adults or mature adults confirms an age-related risk for heavy drinking. Striatal neuroadaptations were examined using whole-cell patch clamp electrophysiology to record AMPA receptor-mediated miniature excitatory postsynaptic currents (mEPSCs) and GABA A receptor-mediated miniature inhibitory postsynaptic currents (mIPSCs) from medium-sized spiny projection neurons located in the caudate or putamen nuclei. In controls, greater GABAergic transmission (mIPSC frequency and amplitude) was observed in the putamen compared to the caudate. With advancing age, in the absence of ethanol, an increase in mIPSC frequency concomitant with changes in mIPSC amplitude was observed in both regions. Chronic ethanol drinking decreased mIPSC frequency in the putamen regardless of age of onset. In the caudate, an ethanol drinking-induced increase in mIPSC frequency was only observed in monkeys that began drinking as young adults. Glutamatergic transmission did not differ between the dorsal striatal subregions in controls. With chronic ethanol drinking there was a decrease in the postsynaptic characteristics of rise time and area of mEPSCs in the putamen but an increase in mEPSC frequency in the caudate. Together, the observed changes in striatal physiology indicate a combined disinhibition due to youth and ethanol leading to abnormally strong activation of the putamen that could contribute to the increased risk for problem drinking in younger drinkers. Published by Elsevier Ltd.

  2. Signaling mechanisms mediating muscarinic enhancement of GABAergic synaptic transmission in the spinal cord.

    PubMed

    Zhang, H-M; Chen, S-R; Cai, Y-Q; Richardson, T E; Driver, L C; Lopez-Berestein, G; Pan, H-L

    2009-02-18

    Activation of muscarinic acetylcholine receptors (mAChRs) inhibits spinal nociceptive transmission by potentiation of GABAergic tone through M(2), M(3), and M(4) subtypes. To study the signaling mechanisms involved in this unique mAChR action, GABAergic spontaneous inhibitory postsynaptic currents (sIPSCs) of lamina II neurons were recorded using whole-cell patch clamp techniques in rat spinal cord slices. The mAChR agonist oxotremorine-M caused a profound increase in the frequency of GABAergic sIPSCs, which was abolished in the Ca(2+)-free solution. Inhibition of voltage-gated Ca(2+) channels with Cd(2+) and Ni(2+) largely reduced the effect of oxotremorine-M on sIPSCs. Blocking nonselective cation channels (NSCCs) with SKF96365 or 2-APB also largely attenuated the effect of oxotremorine-M. However, the KCNQ channel blocker XE991 and the adenylyl cyclase inhibitor MDL12330A had no significant effect on oxotremorine-M-induced increases in sIPSCs. Furthermore, the phosphoinositide-3-kinase (PI3K) inhibitor wortmannin or LY294002 significantly reduced the potentiating effect of oxotremorine-M on sIPSCs. In the spinal cord in which the M(3) subtype was specifically knocked down by intrathecal small interfering RNA (siRNA) treatment, SKF96365 and wortmannin still significantly attenuated the effect of oxotremorine-M. In contrast, SKF96365 and wortmannin both failed to alter the effect of oxotremorine-M on sIPSCs when the M(2)/M(4) mAChRs were blocked. Therefore, our study provides new evidence that activation of mAChRs increases synaptic GABA release through Ca(2+) influx and voltage-gated Ca(2+) channels. The PI3K-NSCC signaling cascade is primarily involved in the excitation of GABAergic interneurons by the M(2)/M(4) mAChRs in the spinal dorsal horn.

  3. WinHPC System Programming | High-Performance Computing | NREL

    Science.gov Websites

    Programming WinHPC System Programming Learn how to build and run an MPI (message passing interface (mpi.h) and library (msmpi.lib) are. To build from the command line, run... Start > Intel Software Development Tools > Intel C++ Compiler Professional... > C++ Build Environment for applications running

  4. Rats, cats, and elephants, but still no unicorn: induced pluripotent stem cells from new species.

    PubMed

    Trounson, Alan

    2009-01-09

    Two independent studies in this issue of Cell Stem Cell (Liao et al., 2009; Li et al., 2009) derive rat induced pluripotent stem cells (iPSCs). In one report, the method used results in rat and human iPSCs that exhibit phenotypic traits similar to mouse embryonic stem cells.

  5. Cloning Mice and Men: Prohibiting the Use of iPS Cells for Human Reproductive Cloning

    PubMed Central

    Lo, Bernard; Parham, Lindsay; Alvarez-Buylla, Arturo; Cedars, Marcelle; Conklin, Bruce; Fisher, Susan; Gates, Elena; Giudice, Linda; Halme, Dina Gould; Hershon, William; Kriegstein, Arnold; Kwok, Pui-Yan; Wagner, Richard

    2014-01-01

    The use of iPSCs and tetraploid complementation for human reproductive cloning would raise profound ethical objections. Professional standards and laws that ban human reproductive cloning by somatic cell nuclear transfer should be revised to also forbid it by other methods, such as iPSCs via tetraploid complementation. PMID:20085739

  6. Human Neural Cell-Based Biosensor

    DTIC Science & Technology

    2011-03-11

    following areas: (1) neural progenitor isolation from induced pluripotent stem cells , (2) directed differentiation of progenitors into dopaminergic...from induced pluripotent stem cells , (2) directed differentiation of progenitors into dopaminergic neurons, motoneurons and astrocytes using defined...progenitors from mixed populations, such as induced pluripotent stem cells (iPSCs). We also developed lentiviral based methods to generate iPSCs in

  7. Generation of induced pluripotent stem cells from a patient with Best Dystrophy carrying 11q12.3 (BEST1 (VMD2)) mutation.

    PubMed

    Hsu, Chih-Chien; Lu, Huai-En; Chuang, Jen-Hua; Ko, Yu-Ling; Tsai, Yi-Ching; Tai, Hsiao-Yun; Yarmishyn, Aliaksandr A; Hwang, De-Kuang; Wang, Mong-Lien; Yang, Yi-Ping; Chen, Shih-Jen; Peng, Chi-Hsien; Chiou, Shih-Hwa; Lin, Tai-Chi

    2018-04-03

    Best disease (BD), also termed Best vitelliform macular dystrophy (BVMD), is a juvenile-onset form of macular degeneration and central visual loss. In this report, we generated an induced pluripotent stem cell (iPSC) line, TVGH-iPSC-012-04, from the peripheral blood mononuclear cells of a female patient with BD by using the Sendai virus delivery system. The resulting iPSCs retained the disease-causing DNA mutation, expressed pluripotent markers and could differentiate into three germ layers. We believe that BD patient-specific iPSCs provide a powerful in vitro model for evaluating the pathological phenotypes of the disease. Copyright © 2018. Published by Elsevier B.V.

  8. The Effect of Traumatic Stress on Multiple Aminergic Systems in the Basolateral Amygdala and Hypothalamus: Specific Impairment of Serotonin 5-HT2a Receptor Signaling and its Pathophysiological Role in an Animal Model of Post Traumatic Stress Disorder

    DTIC Science & Technology

    2007-02-27

    intervals and amplitude of sIPSCs, in baseline conditions and during !-Methyl- 5- HT application (same cell as in the top trace). (C) Up trace: effects of...Methyl-5- HT (15 #M) on sIPSCs recorded from a BLA pyramidal cell of a stressed rat (holding potential is -70 mV); the effect of !-Methyl-5- HT (15...dysfunctions in rats. Chapter 2–Figure 1— Effect of 5- HT on sIPSCs in the basolateral amygdala. Chapter 2-Figure 2— The 5-HT2 receptor agonist !-Methyl

  9. Feasibility of Induced Pluripotent Stem Cell Therapies for Treatment of Type 1 Diabetes.

    PubMed

    Duffy, Caden; Prugue, Cesar; Glew, Rachel; Smith, Taryn; Howell, Calvin; Choi, Gina; Cook, Alonzo David

    2018-06-27

    Despite their potential for treating type 1 diabetes (T1D), induced pluripotent stem cells (iPSCs) have not yet been used successfully in the clinic. In this paper, advances in iPSC therapies are reviewed and compared to current methods of treating T1D. Encapsulation of iPSCs is being pursued to address such safety concerns as the possibility of immune rejection or teratoma formation, and provide for retrievability. Issues of material selection, cell differentiation, size of islet aggregates, sites of implantation, animal models, and vascularization are also being addressed. Clinical trials are being conducted to test a variety of new devices with the hope of providing additional therapies for T1D.

  10. In vivo differentiation of induced pluripotent stem cells into neural stem cells by chimera formation.

    PubMed

    Choi, Hyun Woo; Hong, Yean Ju; Kim, Jong Soo; Song, Hyuk; Cho, Ssang Gu; Bae, Hojae; Kim, Changsung; Byun, Sung June; Do, Jeong Tae

    2017-01-01

    Like embryonic stem cells, induced pluripotent stem cells (iPSCs) can differentiate into all three germ layers in an in vitro system. Here, we developed a new technology for obtaining neural stem cells (NSCs) from iPSCs through chimera formation, in an in vivo environment. iPSCs contributed to the neural lineage in the chimera, which could be efficiently purified and directly cultured as NSCs in vitro. The iPSC-derived, in vivo-differentiated NSCs expressed NSC markers, and their gene-expression pattern more closely resembled that of fetal brain-derived NSCs than in vitro-differentiated NSCs. This system could be applied for differentiating pluripotent stem cells into specialized cell types whose differentiation protocols are not well established.

  11. Combining Induced Pluripotent Stem Cells and Genome Editing Technologies for Clinical Applications.

    PubMed

    Chang, Chia-Yu; Ting, Hsiao-Chien; Su, Hong-Lin; Jeng, Jing-Ren

    2018-01-01

    In this review, we introduce current developments in induced pluripotent stem cells (iPSCs), site-specific nuclease (SSN)-mediated genome editing tools, and the combined application of these two novel technologies in biomedical research and therapeutic trials. The sustainable pluripotent property of iPSCs in vitro not only provides unlimited cell sources for basic research but also benefits precision medicines for human diseases. In addition, rapidly evolving SSN tools efficiently tailor genetic manipulations for exploring gene functions and can be utilized to correct genetic defects of congenital diseases in the near future. Combining iPSC and SSN technologies will create new reliable human disease models with isogenic backgrounds in vitro and provide new solutions for cell replacement and precise therapies.

  12. Extension of latin hypercube samples with correlated variables.

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

    Hora, Stephen Curtis; Helton, Jon Craig; Sallaberry, Cedric J. PhD.

    2006-11-01

    A procedure for extending the size of a Latin hypercube sample (LHS) with rank correlated variables is described and illustrated. The extension procedure starts with an LHS of size m and associated rank correlation matrix C and constructs a new LHS of size 2m that contains the elements of the original LHS and has a rank correlation matrix that is close to the original rank correlation matrix C. The procedure is intended for use in conjunction with uncertainty and sensitivity analysis of computationally demanding models in which it is important to make efficient use of a necessarily limited number ofmore » model evaluations.« less

  13. Model Based Predictive Control of Multivariable Hammerstein Processes with Fuzzy Logic Hypercube Interpolated Models

    PubMed Central

    Coelho, Antonio Augusto Rodrigues

    2016-01-01

    This paper introduces the Fuzzy Logic Hypercube Interpolator (FLHI) and demonstrates applications in control of multiple-input single-output (MISO) and multiple-input multiple-output (MIMO) processes with Hammerstein nonlinearities. FLHI consists of a Takagi-Sugeno fuzzy inference system where membership functions act as kernel functions of an interpolator. Conjunction of membership functions in an unitary hypercube space enables multivariable interpolation of N-dimensions. Membership functions act as interpolation kernels, such that choice of membership functions determines interpolation characteristics, allowing FLHI to behave as a nearest-neighbor, linear, cubic, spline or Lanczos interpolator, to name a few. The proposed interpolator is presented as a solution to the modeling problem of static nonlinearities since it is capable of modeling both a function and its inverse function. Three study cases from literature are presented, a single-input single-output (SISO) system, a MISO and a MIMO system. Good results are obtained regarding performance metrics such as set-point tracking, control variation and robustness. Results demonstrate applicability of the proposed method in modeling Hammerstein nonlinearities and their inverse functions for implementation of an output compensator with Model Based Predictive Control (MBPC), in particular Dynamic Matrix Control (DMC). PMID:27657723

  14. Implementation of High-Order Multireference Coupled-Cluster Methods on Intel Many Integrated Core Architecture.

    PubMed

    Aprà, E; Kowalski, K

    2016-03-08

    In this paper we discuss the implementation of multireference coupled-cluster formalism with singles, doubles, and noniterative triples (MRCCSD(T)), which is capable of taking advantage of the processing power of the Intel Xeon Phi coprocessor. We discuss the integration of two levels of parallelism underlying the MRCCSD(T) implementation with computational kernels designed to offload the computationally intensive parts of the MRCCSD(T) formalism to Intel Xeon Phi coprocessors. Special attention is given to the enhancement of the parallel performance by task reordering that has improved load balancing in the noniterative part of the MRCCSD(T) calculations. We also discuss aspects regarding efficient optimization and vectorization strategies.

  15. Theorem Proving in Intel Hardware Design

    NASA Technical Reports Server (NTRS)

    O'Leary, John

    2009-01-01

    For the past decade, a framework combining model checking (symbolic trajectory evaluation) and higher-order logic theorem proving has been in production use at Intel. Our tools and methodology have been used to formally verify execution cluster functionality (including floating-point operations) for a number of Intel products, including the Pentium(Registered TradeMark)4 and Core(TradeMark)i7 processors. Hardware verification in 2009 is much more challenging than it was in 1999 - today s CPU chip designs contain many processor cores and significant firmware content. This talk will attempt to distill the lessons learned over the past ten years, discuss how they apply to today s problems, outline some future directions.

  16. Vectorization for Molecular Dynamics on Intel Xeon Phi Corpocessors

    NASA Astrophysics Data System (ADS)

    Yi, Hongsuk

    2014-03-01

    Many modern processors are capable of exploiting data-level parallelism through the use of single instruction multiple data (SIMD) execution. The new Intel Xeon Phi coprocessor supports 512 bit vector registers for the high performance computing. In this paper, we have developed a hierarchical parallelization scheme for accelerated molecular dynamics simulations with the Terfoff potentials for covalent bond solid crystals on Intel Xeon Phi coprocessor systems. The scheme exploits multi-level parallelism computing. We combine thread-level parallelism using a tightly coupled thread-level and task-level parallelism with 512-bit vector register. The simulation results show that the parallel performance of SIMD implementations on Xeon Phi is apparently superior to their x86 CPU architecture.

  17. 75 FR 48338 - Intel Corporation; Analysis of Proposed Consent Order to Aid Public Comment

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-08-10

    ... integrated into chipsets as well as discrete graphics cards. NVIDIA has been at the forefront of developing... to connect peripheral products such as discrete GPUs to the CPU. A bus is a connection point between... platform. Intel's commitment to maintain an open PCIe bus will provide discrete graphics manufacturers...

  18. Guide to Evaluating the Essentials Training

    ERIC Educational Resources Information Center

    Education Development Center, Inc, 2006

    2006-01-01

    Countries that begin implementing the Intel[R] Teach to the Future Essentials course after March of 2006 are required to collect data using the Intel[R] Teach Essentials End of Training Survey to help support program improvement. This End of Training evaluation toolkit provides guidelines on: (1) End of Training Survey administration; (2) The…

  19. Scaling Deep Learning Workloads: NVIDIA DGX-1/Pascal and Intel Knights Landing

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

    Gawande, Nitin A.; Landwehr, Joshua B.; Daily, Jeffrey A.

    Deep Learning (DL) algorithms have become ubiquitous in data analytics. As a result, major computing vendors --- including NVIDIA, Intel, AMD and IBM --- have architectural road-maps influenced by DL workloads. Furthermore, several vendors have recently advertised new computing products as accelerating DL workloads. Unfortunately, it is difficult for data scientists to quantify the potential of these different products. This paper provides a performance and power analysis of important DL workloads on two major parallel architectures: NVIDIA DGX-1 (eight Pascal P100 GPUs interconnected with NVLink) and Intel Knights Landing (KNL) CPUs interconnected with Intel Omni-Path. Our evaluation consists of amore » cross section of convolutional neural net workloads: CifarNet, CaffeNet, AlexNet and GoogleNet topologies using the Cifar10 and ImageNet datasets. The workloads are vendor optimized for each architecture. GPUs provide the highest overall raw performance. Our analysis indicates that although GPUs provide the highest overall performance, the gap can close for some convolutional networks; and KNL can be competitive when considering performance/watt. Furthermore, NVLink is critical to GPU scaling.« less

  20. Parallel Mutual Information Based Construction of Genome-Scale Networks on the Intel® Xeon Phi™ Coprocessor.

    PubMed

    Misra, Sanchit; Pamnany, Kiran; Aluru, Srinivas

    2015-01-01

    Construction of whole-genome networks from large-scale gene expression data is an important problem in systems biology. While several techniques have been developed, most cannot handle network reconstruction at the whole-genome scale, and the few that can, require large clusters. In this paper, we present a solution on the Intel Xeon Phi coprocessor, taking advantage of its multi-level parallelism including many x86-based cores, multiple threads per core, and vector processing units. We also present a solution on the Intel® Xeon® processor. Our solution is based on TINGe, a fast parallel network reconstruction technique that uses mutual information and permutation testing for assessing statistical significance. We demonstrate the first ever inference of a plant whole genome regulatory network on a single chip by constructing a 15,575 gene network of the plant Arabidopsis thaliana from 3,137 microarray experiments in only 22 minutes. In addition, our optimization for parallelizing mutual information computation on the Intel Xeon Phi coprocessor holds out lessons that are applicable to other domains.

  1. Utilising the Intel RealSense Camera for Measuring Health Outcomes in Clinical Research.

    PubMed

    Siena, Francesco Luke; Byrom, Bill; Watts, Paul; Breedon, Philip

    2018-02-05

    Applications utilising 3D Camera technologies for the measurement of health outcomes in the health and wellness sector continues to expand. The Intel® RealSense™ is one of the leading 3D depth sensing cameras currently available on the market and aligns itself for use in many applications, including robotics, automation, and medical systems. One of the most prominent areas is the production of interactive solutions for rehabilitation which includes gait analysis and facial tracking. Advancements in depth camera technology has resulted in a noticeable increase in the integration of these technologies into portable platforms, suggesting significant future potential for pervasive in-clinic and field based health assessment solutions. This paper reviews the Intel RealSense technology's technical capabilities and discusses its application to clinical research and includes examples where the Intel RealSense camera range has been used for the measurement of health outcomes. This review supports the use of the technology to develop robust, objective movement and mobility-based endpoints to enable accurate tracking of the effects of treatment interventions in clinical trials.

  2. Current advances in the generation of human iPS cells: implications in cell-based regenerative medicine.

    PubMed

    Revilla, Ana; González, Clara; Iriondo, Amaia; Fernández, Bárbara; Prieto, Cristina; Marín, Carlos; Liste, Isabel

    2016-11-01

    Over the last few years, the generation of induced pluripotent stem cells (iPSCs) from human somatic cells has proved to be one of the most potentially useful discoveries in regenerative medicine. iPSCs are becoming an invaluable tool to study the pathology of different diseases and for drug screening. However, several limitations still affect the possibility of applying iPS cell-based technology in therapeutic prospects. Most strategies for iPSCs generation are based on gene delivery via retroviral or lentiviral vectors, which integrate into the host's cell genome, causing a remarkable risk of insertional mutagenesis and oncogenic transformation. To avoid such risks, significant advances have been made with non-integrative reprogramming strategies. On the other hand, although many different kinds of somatic cells have been employed to generate iPSCs, there is still no consensus about the ideal type of cell to be reprogrammed. In this review we present the recent advances in the generation of human iPSCs, discussing their advantages and limitations in terms of safety and efficiency. We also present a selection of somatic cell sources, considering their capability to be reprogrammed and tissue accessibility. From a translational medicine perspective, these two topics will provide evidence to elucidate the most suitable combination of reprogramming strategy and cell source to be applied in each human iPSC-based therapy. The wide variety of diseases this technology could treat opens a hopeful future for regenerative medicine. Copyright © 2015 John Wiley & Sons, Ltd. Copyright © 2015 John Wiley & Sons, Ltd.

  3. Using low-risk factors to generate non-integrated human induced pluripotent stem cells from urine-derived cells.

    PubMed

    Wang, Linli; Chen, Yuehua; Guan, Chunyan; Zhao, Zhiju; Li, Qiang; Yang, Jianguo; Mo, Jian; Wang, Bin; Wu, Wei; Yang, Xiaohui; Song, Libing; Li, Jun

    2017-11-02

    Because the lack of an induced pluripotent stem cell (iPSC) induction system with optimal safety and efficiency limits the application of these cells, development of such a system is important. To create such an induction system, we screened a variety of reprogrammed plasmid combinations and multiple compounds and then verified the system's feasibility using urine cells from different individuals. We also compared large-scale iPSC chromosomal variations and expression of genes associated with genomic stability between this system and the traditional episomal system using karyotype and quantitative reverse transcription polymerase chain reaction analyses. We developed a high-efficiency episomal system, the 6F/BM1-4C system, lacking tumorigenic factors for human urine-derived cell (hUC) reprogramming. This system includes six low-risk factors (6F), Oct4, Glis1, Klf4, Sox2, L-Myc, and the miR-302 cluster. Transfected hUCs were treated with four compounds (4C), inhibitor of lysine-demethylase1, methyl ethyl ketone, glycogen synthase kinase 3 beta, and histone deacetylase, within a short time period. Comparative analysis revealed significantly decreased chromosomal variation in iPSCs and significantly increased Sirt1 expression compared with iPSCs induced using the traditional episomal system. The 6F/BM1-4C system effectively induces reprogramming of urine cells in samples obtained from different individuals. iPSCs induced using the 6F/BM1-4C system are more stable at the cytogenetic level and have potential value for clinical application.

  4. Generating induced pluripotent stem cell derived endothelial cells and induced endothelial cells for cardiovascular disease modelling and therapeutic angiogenesis.

    PubMed

    Clayton, Z E; Sadeghipour, S; Patel, S

    2015-10-15

    Standard therapy for atherosclerotic coronary and peripheral arterial disease is insufficient in a significant number of patients because extensive disease often precludes effective revascularization. Stem cell therapy holds promise as a supplementary treatment for these patients, as pre-clinical and clinical research has shown transplanted cells can promote angiogenesis via direct and paracrine mechanisms. Induced pluripotent stem cells (iPSCs) are a novel cell type obtained by reprogramming somatic cells using exogenous transcription factor cocktails, which have been introduced to somatic cells via viral or plasmid constructs, modified mRNA or small molecules. IPSCs are now being used in disease modelling and drug testing and are undergoing their first clinical trial, but despite recent advances, the inefficiency of the reprogramming process remains a major limitation, as does the lack of consensus regarding the optimum transcription factor combination and delivery method and the uncertainty surrounding the genetic and epigenetic stability of iPSCs. IPSCs have been successfully differentiated into vascular endothelial cells (iPSC-ECs) and, more recently, induced endothelial cells (iECs) have also been generated by direct differentiation, which bypasses the pluripotent intermediate. IPSC-ECs and iECs demonstrate endothelial functionality in vitro and have been shown to promote neovessel growth and enhance blood flow recovery in animal models of myocardial infarction and peripheral arterial disease. Challenges remain in optimising the efficiency, safety and fidelity of the reprogramming and endothelial differentiation processes and establishing protocols for large-scale production of clinical-grade, patient-derived cells. Copyright © 2015 Elsevier Ireland Ltd. All rights reserved.

  5. Concentration-dependent activation of dopamine receptors differentially modulates GABA release onto orexin neurons

    PubMed Central

    Linehan, Victoria; Trask, Robert B.; Briggs, Chantalle; Rowe, Todd M.; Hirasawa, Michiru

    2017-01-01

    Dopamine (DA) and orexin neurons play important roles in reward and food intake. There are anatomical and functional connections between these two cell groups, where orexin peptides stimulate DA neurons in the ventral tegmental area and DA inhibits orexin neurons in the hypothalamus. However, the cellular mechanisms underlying DA action on orexin neurons remain incompletely understood. Therefore, the effect of DA on inhibitory transmission to orexin neurons was investigated in rat brain slices using whole cell patch clamp technique. We found that DA modulated the frequency of spontaneous and miniature IPSCs (mIPSCs) in a concentration dependent, bidirectional manner. Low (1 μM) and high concentrations (100 μM) of DA decreased and increased IPSC frequency, respectively. These effects did not accompany a change in mIPSC amplitude and persisted in the presence of G protein signaling inhibitor GDPβS in the pipette, suggesting that DA acts presynaptically. The decrease in mIPSC frequency was mediated by D2 receptors, whereas the increase required co-activation of D1 and D2 receptors and subsequent activation of phospholipase C. In summary, our results suggest that DA has complex effects on GABAergic transmission to orexin neurons, involving cooperation of multiple receptor subtypes. The direction of dopaminergic influence on orexin neurons is dependent on the level of DA in the hypothalamus. At low levels DA disinhibits orexin neurons whereas at high levels it facilitates GABA release, which may act as negative feedback to curb the excitatory orexinergic output to DA neurons. These mechanisms may have implications for consummatory and motivated behaviours. PMID:26036709

  6. Utilizing induced pluripotent stem cells (iPSCs) to understand the actions of estrogens in human neurons

    PubMed Central

    Shum, Carole; Macedo, Sara C.; Warre-Cornish, Katherine; Cocks, Graham; Price, Jack; Srivastava, Deepak P.

    2015-01-01

    This article is part of a Special Issue “Estradiol and Cognition”. Over recent years tremendous progress has been made towards understanding the molecular and cellular mechanism by which estrogens exert enhancing effects on cognition, and how they act as a neuroprotective or neurotrophic agent in disease. Currently, much of this work has been carried out in animal models with only a limited number of studies using native human tissue or cells. Recent advances in stem cell technology now make it possible to reprogram somatic cells from humans into induced pluripotent stem cells (iPSCs), which can subsequently be differentiated into neurons of specific lineages. Importantly, the reprogramming of cells allows for the generation of iPSCs that retain the genetic “makeup” of the donor. Therefore, it is possible to generate iPSC-derived neurons from patients diagnosed with specific diseases, that harbor the complex genetic background associated with the disorder. Here, we review the iPSC technology and how it's currently being used to model neural development and neurological diseases. Furthermore, we explore whether this cellular system could be used to understand the role of estrogens in human neurons, and present preliminary data in support of this. We further suggest that the use of iPSC technology offers a novel system to not only further understand estrogens' effects in human cells, but also to investigate the mechanism by which estrogens are beneficial in disease. Developing a greater understanding of these mechanisms in native human cells will also aid in the development of safer and more effective estrogen-based therapeutics. PMID:26143621

  7. Human Ocular Epithelial Cells Endogenously Expressing SOX2 and OCT4 Yield High Efficiency of Pluripotency Reprogramming.

    PubMed

    Poon, Ming-Wai; He, Jia; Fang, Xiaowei; Zhang, Zhao; Wang, Weixin; Wang, Junwen; Qiu, Fangfang; Tse, Hung-Fat; Li, Wei; Liu, Zuguo; Lian, Qizhou

    2015-01-01

    A variety of pluripotency reprogramming frequencies from different somatic cells has been observed, indicating cell origin is a critical contributor for efficiency of pluripotency reprogramming. Identifying the cell sources for efficient induced pluripotent stem cells (iPSCs) generation, and defining its advantages or disadvantages on reprogramming, is therefore important. Human ocular tissue-derived conjunctival epithelial cells (OECs) exhibited endogenous expression of reprogramming factors OCT4A (the specific OCT 4 isoform on pluripotency reprogramming) and SOX2. We therefore determined whether OECs could be used for high efficiency of iPSCs generation. We compared the endogenous expression levels of four pluripotency factors and the pluripotency reprograming efficiency of human OECs with that of ocular stromal cells (OSCs). Real-time PCR, microarray analysis, Western blotting and immunostaining assays were employed to compare OECiPSCs with OSCiPSCs on molecular bases of reprogramming efficiency and preferred lineage-differentiation potential. Using the traditional KMOS (KLF4, C-MYC, OCT4 and SOX2) reprogramming protocol, we confirmed that OECs, endogenously expressing reprogramming factors OCT4A and SOX2, yield very high efficiency of iPSCs generation (~1.5%). Furthermore, higher efficiency of retinal pigmented epithelial differentiation (RPE cells) was observed in OECiPSCs compared to OSCiPSCs or skin fibroblast iMR90iPSCs. The findings in this study suggest that conjunctival-derived epithelial (OECs) cells can be easier converted to iPSCs than conjunctival-derived stromal cells (OSCs). This cell type may also have advantages in retinal pigmented epithelial differentiation.

  8. Developmental regulation of inhibitory synaptic currents in the dorsal motor nucleus of the vagus in the rat

    PubMed Central

    Anselmi, Laura; Travagli, R. Alberto

    2016-01-01

    Prior immunohistochemical studies have demonstrated that at early postnatal time points, central vagal neurons receive both glycinergic and GABAergic inhibitory inputs. Functional studies have demonstrated, however, that adult vagal efferent motoneurons receive only inhibitory GABAergic synaptic inputs, suggesting loss of glycinergic inhibitory neurotransmission during postnatal development. The purpose of the present study was to test the hypothesis that the loss of glycinergic inhibitory synapses occurs in the immediate postnatal period. Whole cell patch-clamp recordings were made from dorsal motor nucleus of the vagus (DMV) neurons from postnatal days 1–30, and the effects of the GABAA receptor antagonist bicuculline (1–10 μM) and the glycine receptor antagonist strychnine (1 μM) on miniature inhibitory postsynaptic current (mIPSC) properties were examined. While the baseline frequency of mIPSCs was not altered by maturation, perfusion with bicuculline either abolished mIPSCs altogether or decreased mIPSC frequency and decay constant in the majority of neurons at all time points. In contrast, while strychnine had no effect on mIPSC frequency, its actions to increase current decay time declined during postnatal maturation. These data suggest that in early postnatal development, DMV neurons receive both GABAergic and glycinergic synaptic inputs. Glycinergic neurotransmission appears to decline by the second postnatal week, and adult neurons receive principally GABAergic inhibitory inputs. Disruption of this developmental switch from GABA-glycine to purely GABAergic transmission in response to early life events may, therefore, lead to adverse consequences in vagal efferent control of visceral functions. PMID:27440241

  9. Using CRISPR-Cas9 to Generate Gene-Corrected Autologous iPSCs for the Treatment of Inherited Retinal Degeneration.

    PubMed

    Burnight, Erin R; Gupta, Manav; Wiley, Luke A; Anfinson, Kristin R; Tran, Audrey; Triboulet, Robinson; Hoffmann, Jeremy M; Klaahsen, Darcey L; Andorf, Jeaneen L; Jiao, Chunhua; Sohn, Elliott H; Adur, Malavika K; Ross, Jason W; Mullins, Robert F; Daley, George Q; Schlaeger, Thorsten M; Stone, Edwin M; Tucker, Budd A

    2017-09-06

    Patient-derived induced pluripotent stem cells (iPSCs) hold great promise for autologous cell replacement. However, for many inherited diseases, treatment will likely require genetic repair pre-transplantation. Genome editing technologies are useful for this application. The purpose of this study was to develop CRISPR-Cas9-mediated genome editing strategies to target and correct the three most common types of disease-causing variants in patient-derived iPSCs: (1) exonic, (2) deep intronic, and (3) dominant gain of function. We developed a homology-directed repair strategy targeting a homozygous Alu insertion in exon 9 of male germ cell-associated kinase (MAK) and demonstrated restoration of the retinal transcript and protein in patient cells. We generated a CRISPR-Cas9-mediated non-homologous end joining (NHEJ) approach to excise a major contributor to Leber congenital amaurosis, the IVS26 cryptic-splice mutation in CEP290, and demonstrated correction of the transcript and protein in patient iPSCs. Lastly, we designed allele-specific CRISPR guides that selectively target the mutant Pro23His rhodopsin (RHO) allele, which, following delivery to both patient iPSCs in vitro and pig retina in vivo, created a frameshift and premature stop that would prevent transcription of the disease-causing variant. The strategies developed in this study will prove useful for correcting a wide range of genetic variants in genes that cause inherited retinal degeneration. Copyright © 2017 The American Society of Gene and Cell Therapy. Published by Elsevier Inc. All rights reserved.

  10. Genetic Correction and Hepatic Differentiation of Hemophilia B-specific Human Induced Pluripotent Stem Cells.

    PubMed

    He, Qiong; Wang, Hui-Hui; Cheng, Tao; Yuan, Wei-Ping; Ma, Yu-Po; Jiang, Yong-Ping; Ren, Zhi-Hua

    2017-09-27

    Objective To genetically correct a disease-causing point mutation in human induced pluripotent stem cells (iPSCs) derived from a hemophilia B patient. Methods First, the disease-causing mutation was detected by sequencing the encoding area of human coagulation factor IX (F IX) gene. Genomic DNA was extracted from the iPSCs, and the primers were designed to amplify the eight exons of F IX. Next, the point mutation in those iPSCs was genetically corrected using CRISPR/Cas9 technology in the presence of a 129-nucleotide homologous repair template that contained two synonymous mutations. Then, top 8 potential off-target sites were subsequently analyzed using Sanger sequencing. Finally, the corrected clones were differentiated into hepatocyte-like cells, and the secretion of F IX was validated by immunocytochemistry and ELISA assay. Results The cell line bore a missense mutation in the 6 th coding exon (c.676 C>T) of F IX gene. Correction of the point mutation was achieved via CRISPR/Cas9 technology in situ with a high efficacy at about 22% (10/45) and no off-target effects detected in the corrected iPSC clones. F IX secretion, which was further visualized by immunocytochemistry and quantified by ELISA in vitro, reached about 6 ng/ml on day 21 of differentiation procedure. Conclusions Mutations in human disease-specific iPSCs could be precisely corrected by CRISPR/Cas9 technology, and corrected cells still maintained hepatic differentiation capability. Our findings might throw a light on iPSC-based personalized therapies in the clinical application, especially for hemophilia B.

  11. Minocycline enhances inhibitory transmission to substantia gelatinosa neurons of the rat spinal dorsal horn.

    PubMed

    Peng, H-Z; Ma, L-X; Lv, M-H; Hu, T; Liu, T

    2016-04-05

    Minocycline, a second-generation tetracycline, is well known for its antibiotic, anti-inflammatory, and antinociceptive effects. Modulation of synaptic transmission is one of the analgesic mechanisms of minocycline. Although it has been reported that minocycline may suppress excitatory glutamatergic synaptic transmission, it remains unclear whether it could affect inhibitory synaptic transmission, which also plays a key role in modulating pain signaling. To examine the effect of minocycline on synaptic transmission in rat spinal substantia gelatinosa (SG) neurons, we recorded spontaneous inhibitory postsynaptic currents (sIPSCs) using whole-cell patch-clamp recording at a holding potential of 0 mV. Bath application of minocycline significantly increased the frequency but not the amplitude of sIPSCs in a reversible and concentration-dependent manner with an EC50 of 85. The enhancement of inhibitory synaptic transmission produced by minocycline was not affected by the glutamate receptor antagonists CNQX and D-APV or by the voltage-gated sodium channel blocker tetrodotoxin (TTX). Moreover, the potency of minocycline for facilitating sIPSC frequency was the same in both glycinergic and GABAergic sIPSCs without changing their decay phases. However, the facilitatory effect of minocycline on sIPSCs was eliminated in a Ca(2+)-free Krebs solution or by co-administration with calcium channel blockers. In summary, our data demonstrate that baseline inhibitory synaptic transmission in SG neurons is markedly enhanced by minocycline. This may function to decrease the excitability of SG neurons, thus leading to a modulation of nociceptive transmission. Copyright © 2016 The Authors. Published by Elsevier Ltd.. All rights reserved.

  12. Accelerating the Pace of Protein Functional Annotation With Intel Xeon Phi Coprocessors.

    PubMed

    Feinstein, Wei P; Moreno, Juana; Jarrell, Mark; Brylinski, Michal

    2015-06-01

    Intel Xeon Phi is a new addition to the family of powerful parallel accelerators. The range of its potential applications in computationally driven research is broad; however, at present, the repository of scientific codes is still relatively limited. In this study, we describe the development and benchmarking of a parallel version of eFindSite, a structural bioinformatics algorithm for the prediction of ligand-binding sites in proteins. Implemented for the Intel Xeon Phi platform, the parallelization of the structure alignment portion of eFindSite using pragma-based OpenMP brings about the desired performance improvements, which scale well with the number of computing cores. Compared to a serial version, the parallel code runs 11.8 and 10.1 times faster on the CPU and the coprocessor, respectively; when both resources are utilized simultaneously, the speedup is 17.6. For example, ligand-binding predictions for 501 benchmarking proteins are completed in 2.1 hours on a single Stampede node equipped with the Intel Xeon Phi card compared to 3.1 hours without the accelerator and 36.8 hours required by a serial version. In addition to the satisfactory parallel performance, porting existing scientific codes to the Intel Xeon Phi architecture is relatively straightforward with a short development time due to the support of common parallel programming models by the coprocessor. The parallel version of eFindSite is freely available to the academic community at www.brylinski.org/efindsite.

  13. Cloning mice and men: prohibiting the use of iPS cells for human reproductive cloning.

    PubMed

    Lo, Bernard; Parham, Lindsay; Alvarez-Buylla, Arturo; Cedars, Marcelle; Conklin, Bruce; Fisher, Susan; Gates, Elena; Giudice, Linda; Halme, Dina Gould; Hershon, William; Kriegstein, Arnold; Kwok, Pui-Yan; Wagner, Richard

    2010-01-08

    The use of iPSCs and tetraploid complementation for human reproductive cloning would raise profound ethical objections. Professional standards and laws that ban human reproductive cloning by somatic cell nuclear transfer should be revised to also forbid it by other methods, such as iPSCs via tetraploid complementation. Copyright 2010 Elsevier Inc. All rights reserved.

  14. Comment on “Drug Screening for ALS Using Patient-Specific Induced Pluripotent Stem Cells”

    PubMed Central

    Bilican, Bilada; Serio, Andrea; Barmada, Sami J.; Nishimura, Agnes Lumi; Sullivan, Gareth J.; Carrasco, Monica; Phatnani, Hemali P.; Puddifoot, Clare A.; Story, David; Fletcher, Judy; Park, In-Hyun; Friedman, Brad A.; Daley, George Q.; Wyllie, David J. A.; Hardingham, Giles E.; Wilmut, Ian; Finkbeiner, Steven; Maniatis, Tom; Shaw, Christopher E.; Chandran, Siddharthan

    2014-01-01

    Egawa et al. recently showed the value of patient-specific induced pluripotent stem cells (iPSCs) for modeling amyotrophic lateral sclerosis in vitro. Their study and our work highlight the need for complementary assays to detect small, but potentially important, phenotypic differences between control iPSC lines and those carrying disease mutations. PMID:23740897

  15. Box schemes and their implementation on the iPSC/860

    NASA Technical Reports Server (NTRS)

    Chattot, J. J.; Merriam, M. L.

    1991-01-01

    Research on algoriths for efficiently solving fluid flow problems on massively parallel computers is continued in the present paper. Attention is given to the implementation of a box scheme on the iPSC/860, a massively parallel computer with a peak speed of 10 Gflops and a memory of 128 Mwords. A domain decomposition approach to parallelism is used.

  16. Fail-Safe System against Potential Tumorigenicity after Transplantation of iPSC Derivatives.

    PubMed

    Itakura, Go; Kawabata, Soya; Ando, Miki; Nishiyama, Yuichiro; Sugai, Keiko; Ozaki, Masahiro; Iida, Tsuyoshi; Ookubo, Toshiki; Kojima, Kota; Kashiwagi, Rei; Yasutake, Kaori; Nakauchi, Hiromitsu; Miyoshi, Hiroyuki; Nagoshi, Narihito; Kohyama, Jun; Iwanami, Akio; Matsumoto, Morio; Nakamura, Masaya; Okano, Hideyuki

    2017-03-14

    Human induced pluripotent stem cells (iPSCs) are promising in regenerative medicine. However, the risks of teratoma formation and the overgrowth of the transplanted cells continue to be major hurdles that must be overcome. Here, we examined the efficacy of the inducible caspase-9 (iCaspase9) gene as a fail-safe against undesired tumorigenic transformation of iPSC-derived somatic cells. We used a lentiviral vector to transduce iCaspase9 into two iPSC lines and assessed its efficacy in vitro and in vivo. In vitro, the iCaspase9 system induced apoptosis in approximately 95% of both iPSCs and iPSC-derived neural stem/progenitor cells (iPSC-NS/PCs). To determine in vivo function, we transplanted iPSC-NS/PCs into the injured spinal cord of NOD/SCID mice. All transplanted cells whose mass effect was hindering motor function recovery were ablated upon transduction of iCaspase9. Our results suggest that the iCaspase9 system may serve as an important countermeasure against post-transplantation adverse events in stem cell transplant therapies. Copyright © 2017 The Authors. Published by Elsevier Inc. All rights reserved.

  17. Applications of Induced Pluripotent Stem Cells in Studying the Neurodegenerative Diseases.

    PubMed

    Wan, Wenbin; Cao, Lan; Kalionis, Bill; Xia, Shijin; Tai, Xiantao

    2015-01-01

    Neurodegeneration is the umbrella term for the progressive loss of structure or function of neurons. Incurable neurodegenerative disorders such as Alzheimer's disease (AD) and Parkinson's disease (PD) show dramatic rising trends particularly in the advanced age groups. However, the underlying mechanisms are not yet fully elucidated, and to date there are no biomarkers for early detection or effective treatments for the underlying causes of these diseases. Furthermore, due to species variation and differences between animal models (e.g., mouse transgenic and knockout models) of neurodegenerative diseases, substantial debate focuses on whether animal and cell culture disease models can correctly model the condition in human patients. In 2006, Yamanaka of Kyoto University first demonstrated a novel approach for the preparation of induced pluripotent stem cells (iPSCs), which displayed similar pluripotency potential to embryonic stem cells (ESCs). Currently, iPSCs studies are permeating many sectors of disease research. Patient sample-derived iPSCs can be used to construct patient-specific disease models to elucidate the pathogenic mechanisms of disease development and to test new therapeutic strategies. Accordingly, the present review will focus on recent progress in iPSC research in the modeling of neurodegenerative disorders and in the development of novel therapeutic options.

  18. Reprogramming retinal neurons and standardized quantification of their differentiation in 3-dimensional retinal cultures

    PubMed Central

    Hiler, Daniel J.; Barabas, Marie E.; Griffiths, Lyra M.; Dyer, Michael A.

    2017-01-01

    Postmitotic differentiated neurons are among the most difficult cells to reprogram into induced pluripotent stem cells (iPSCs) because they have poor viability when cultured as dissociated cells. Other protocols to reprogram postmitotic neurons have required the inactivation of the p53 tumor suppressor. We describe a method that does not require p53 inactivation and induces reprogramming in cells purified from the retinae of reprogrammable mice in aggregates with wild-type retinal cells. After the first 10 days of reprogramming, the aggregates are then dispersed and plated on irradiated feeder cells to propagate and isolate individual iPSC clones. The reprogramming efficiency of different neuronal populations at any stage of development can be quantitated using this protocol. Reprogramming retinal neurons with this protocol will take 56 days, and these retina-derived iPSCs can undergo retinal differentiation to produce retinae in 34 days. In addition, we describe a quantitative assessment of retinal differentiation from these neuron-derived iPSCs called STEM-RET. The procedure quantitates eye field specification, optic cup formation, and retinal differentiation in 3-dimensional cultures using molecular, cellular and morphological criteria. An advanced level of cell culture experience is required to carry out this protocol. PMID:27658012

  19. Angelman syndrome-derived neurons display late onset of paternal UBE3A silencing

    PubMed Central

    Stanurova, Jana; Neureiter, Anika; Hiber, Michaela; de Oliveira Kessler, Hannah; Stolp, Kristin; Goetzke, Roman; Klein, Diana; Bankfalvi, Agnes; Klump, Hannes; Steenpass, Laura

    2016-01-01

    Genomic imprinting is an epigenetic phenomenon resulting in parent-of-origin-specific gene expression that is regulated by a differentially methylated region. Gene mutations or failures in the imprinting process lead to the development of imprinting disorders, such as Angelman syndrome. The symptoms of Angelman syndrome are caused by the absence of functional UBE3A protein in neurons of the brain. To create a human neuronal model for Angelman syndrome, we reprogrammed dermal fibroblasts of a patient carrying a defined three-base pair deletion in UBE3A into induced pluripotent stem cells (iPSCs). In these iPSCs, both parental alleles are present, distinguishable by the mutation, and express UBE3A. Detailed characterization of these iPSCs demonstrated their pluripotency and exceptional stability of the differentially methylated region regulating imprinted UBE3A expression. We observed strong induction of SNHG14 and silencing of paternal UBE3A expression only late during neuronal differentiation, in vitro. This new Angelman syndrome iPSC line allows to study imprinted gene regulation on both parental alleles and to dissect molecular pathways affected by the absence of UBE3A protein. PMID:27484051

  20. Cellular Reprogramming, Genome Editing, and Alternative CRISPR Cas9 Technologies for Precise Gene Therapy of Duchenne Muscular Dystrophy

    PubMed Central

    Xu, Huaigeng

    2017-01-01

    In the past decade, the development of two innovative technologies, namely, induced pluripotent stem cells (iPSCs) and the CRISPR Cas9 system, has enabled researchers to model diseases derived from patient cells and precisely edit DNA sequences of interest, respectively. In particular, Duchenne muscular dystrophy (DMD) has been an exemplary monogenic disease model for combining these technologies to demonstrate that genome editing can correct genetic mutations in DMD patient-derived iPSCs. DMD is an X-linked genetic disorder caused by mutations that disrupt the open reading frame of the dystrophin gene, which plays a critical role in stabilizing muscle cells during contraction and relaxation. The CRISPR Cas9 system has been shown to be capable of targeting the dystrophin gene and rescuing its expression in in vitro patient-derived iPSCs and in vivo DMD mouse models. In this review, we highlight recent advances made using the CRISPR Cas9 system to correct genetic mutations and discuss how emerging CRISPR technologies and iPSCs in a combined platform can play a role in bringing a therapy for DMD closer to the clinic. PMID:28607562

  1. Genomic Instability Associated with p53 Knockdown in the Generation of Huntington’s Disease Human Induced Pluripotent Stem Cells

    PubMed Central

    Tidball, Andrew M.; Neely, M. Diana; Chamberlin, Reed; Aboud, Asad A.; Kumar, Kevin K.; Han, Bingying; Bryan, Miles R.; Aschner, Michael; Ess, Kevin C.; Bowman, Aaron B.

    2016-01-01

    Alterations in DNA damage response and repair have been observed in Huntington’s disease (HD). We generated induced pluripotent stem cells (iPSC) from primary dermal fibroblasts of 5 patients with HD and 5 control subjects. A significant fraction of the HD iPSC lines had genomic abnormalities as assessed by karyotype analysis, while none of our control lines had detectable genomic abnormalities. We demonstrate a statistically significant increase in genomic instability in HD cells during reprogramming. We also report a significant association with repeat length and severity of this instability. Our karyotypically normal HD iPSCs also have elevated ATM-p53 signaling as shown by elevated levels of phosphorylated p53 and H2AX, indicating either elevated DNA damage or hypersensitive DNA damage signaling in HD iPSCs. Thus, increased DNA damage responses in the HD genotype is coincidental with the observed chromosomal aberrations. We conclude that the disease causing mutation in HD increases the propensity of chromosomal instability relative to control fibroblasts specifically during reprogramming to a pluripotent state by a commonly used episomal-based method that includes p53 knockdown. PMID:26982737

  2. Reprogramming of Sheep Fibroblasts into Pluripotency under a Drug-Inducible Expression of Mouse-Derived Defined Factors

    PubMed Central

    Li, Yang; Cang, Ming; Lee, Andrew Stephen; Zhang, Kehua; Liu, Dongjun

    2011-01-01

    Animal embryonic stem cells (ESCs) provide powerful tool for studies of early embryonic development, gene targeting, cloning, and regenerative medicine. However, the majority of attempts to establish ESC lines from large animals, especially ungulate mammals have failed. Recently, another type of pluripotent stem cells, known as induced pluripotent stem cells (iPSCs), have been successfully generated from mouse, human, monkey, rat and pig. In this study we show sheep fibroblasts can be reprogrammed to pluripotency by defined factors using a drug-inducible system. Sheep iPSCs derived in this fashion have a normal karyotype, exhibit morphological features similar to those of human ESCs and express AP, Oct4, Sox2, Nanog and the cell surface marker SSEA-4. Pluripotency of these cells was further confirmed by embryoid body (EB) and teratoma formation assays which generated derivatives of all three germ layers. Our results also show that the substitution of knockout serum replacement (KSR) with fetal bovine serum in culture improves the reprogramming efficiency of sheep iPSCs. Generation of sheep iPSCs places sheep on the front lines of large animal preclinical trials and experiments involving modification of animal genomes. PMID:21253598

  3. Stem Cell Therapies in Retinal Disorders.

    PubMed

    Garg, Aakriti; Yang, Jin; Lee, Winston; Tsang, Stephen H

    2017-02-02

    Stem cell therapy has long been considered a promising mode of treatment for retinal conditions. While human embryonic stem cells (ESCs) have provided the precedent for regenerative medicine, the development of induced pluripotent stem cells (iPSCs) revolutionized this field. iPSCs allow for the development of many types of retinal cells, including those of the retinal pigment epithelium, photoreceptors, and ganglion cells, and can model polygenic diseases such as age-related macular degeneration. Cellular programming and reprogramming technology is especially useful in retinal diseases, as it allows for the study of living cells that have genetic variants that are specific to patients' diseases. Since iPSCs are a self-renewing resource, scientists can experiment with an unlimited number of pluripotent cells to perfect the process of targeted differentiation, transplantation, and more, for personalized medicine. Challenges in the use of stem cells are present from the scientific, ethical, and political realms. These include transplant complications leading to anatomically incorrect placement, concern for tumorigenesis, and incomplete targeting of differentiation leading to contamination by different types of cells. Despite these limitations, human ESCs and iPSCs specific to individual patients can revolutionize the study of retinal disease and may be effective therapies for conditions currently considered incurable.

  4. Efficient production of erythroid, megakaryocytic and myeloid cells, using single cell-derived iPSC colony differentiation.

    PubMed

    Hansen, Marten; Varga, Eszter; Aarts, Cathelijn; Wust, Tatjana; Kuijpers, Taco; von Lindern, Marieke; van den Akker, Emile

    2018-04-28

    Hematopoietic differentiation of human induced pluripotent stem cells (iPSCs) provide opportunities not only for fundamental research and disease modelling/drug testing but also for large-scale production of blood effector cells for future clinical application. Although there are multiple ways to differentiate human iPSCs towards hematopoietic lineages, there is a need to develop reproducible and robust protocols. Here we introduce an efficient way to produce three major blood cell types using a standardized differentiation protocol that starts with a single hematopoietic initiation step. This system is feeder-free, avoids EB-formation, starts with a hematopoietic initiation step based on a novel single cell-derived iPSC colony differentiation and produces multi-potential progenitors within 8-10 days. Followed by lineage-specific growth factor supplementation these cells can be matured into well characterized erythroid, megakaryocytic and myeloid cells with high-purity, without transcription factor overexpression or any kind of pre-purification step. This standardized differentiation system provides a simple platform to produce specific blood cells in a reproducible manner for hematopoietic development studies, disease modelling, drug testing and the potential for future therapeutic applications. Copyright © 2018. Published by Elsevier B.V.

  5. Cellular reprogramming: a novel tool for investigating autism spectrum disorders.

    PubMed

    Kim, Kun-Yong; Jung, Yong Wook; Sullivan, Gareth J; Chung, Leeyup; Park, In-Hyun

    2012-08-01

    Autism spectrum disorder (ASD) is a neurodevelopmental disorder characterized by impairment in reciprocal social interaction and communication, as well as the manifestation of stereotyped behaviors. Despite much effort, ASDs are not yet fully understood. Advanced genetics and genomics technologies have recently identified novel ASD genes, and approaches using genetically engineered murine models or postmortem human brain have facilitated understanding ASD. Reprogramming somatic cells into induced pluripotent stem cells (iPSCs) provides unprecedented opportunities in generating human disease models. Here, we present an overview of applying iPSCs in developing cellular models for understanding ASD. We also discuss future perspectives in the use of iPSCs as a source of cell therapy and as a screening platform for identifying small molecules with efficacy for alleviating ASD. Copyright © 2012. Published by Elsevier Ltd.

  6. Dedifferentiation rescues senescence of progeria cells but only while pluripotent.

    PubMed

    Niedernhofer, Laura J; Glorioso, Joseph C; Robbins, Paul D

    2011-06-01

    Hutchinson-Gilford progeria syndrome (HGPS) is a genetic disease in which children develop pathologies associated with old age. HGPS is caused by a mutation in the LMNA gene, resulting in the formation of a dominant negative form of the intermediate filament, nuclear structural protein lamin A, termed progerin. Expression of progerin alters the nuclear architecture and heterochromatin, affecting cell cycle progression and genomic stability. Two groups recently reported the successful generation and characterization of induced pluripotent stem cells (iPSCs) from HGPS fibroblasts. Remarkably, progerin expression and senescence phenotypes are lost in iPSCs but not in differentiated progeny. These new HGPS iPSCs are valuable for characterizing the role of progerin in driving HGPS and aging and for screening therapeutic strategies to prevent or delay cell senescence.

  7. Generation of induced pluripotent stem cells from a patient with spinocerebellar ataxia type 3.

    PubMed

    Soong, Bing-Wen; Syu, Shih-Han; Wen, Cheng-Hao; Ko, Hui-Wen; Wu, Mei-Ling; Hsieh, Patrick C H; Hwang, Shiaw-Min; Lu, Huai-En

    2017-01-01

    Spinocerebellar ataxia type 3 (SCA3) is a dominantly inherited neurodegenerative disease caused by a trinucleotide repeat (CAG) expansion in the coding region of ATXN3 gene resulting in production of ataxin-3 with an elongated polyglutamine tract. Here, we generated induced pluripotent stem cells (iPSCs) from the peripheral blood mononuclear cells of a male patient with SCA3 by using the Sendai-virus delivery system. The resulting iPSCs had a normal karyotype, retained the disease-causing ATXN3 mutation, expressed pluripotent markers and could differentiate into the three germ layers. Potentially, the iPSCs could be a useful tool for the investigation of disease mechanisms of SCA3. Copyright © 2016 The Authors. Published by Elsevier B.V. All rights reserved.

  8. Waste IPSC : Thermal-Hydrologic-Chemical-Mechanical (THCM) modeling and simulation.

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

    Freeze, Geoffrey A.; Wang, Yifeng; Arguello, Jose Guadalupe, Jr.

    2010-10-01

    Waste IPSC Objective is to develop an integrated suite of high performance computing capabilities to simulate radionuclide movement through the engineered components and geosphere of a radioactive waste storage or disposal system: (1) with robust thermal-hydrologic-chemical-mechanical (THCM) coupling; (2) for a range of disposal system alternatives (concepts, waste form types, engineered designs, geologic settings); (3) for long time scales and associated large uncertainties; (4) at multiple model fidelities (sub-continuum, high-fidelity continuum, PA); and (5) in accordance with V&V and software quality requirements. THCM Modeling collaborates with: (1) Other Waste IPSC activities: Sub-Continuum Processes (and FMM), Frameworks and Infrastructure (and VU,more » ECT, and CT); (2) Waste Form Campaign; (3) Used Fuel Disposition (UFD) Campaign; and (4) ASCEM.« less

  9. Game-Based Experiential Learning in Online Management Information Systems Classes Using Intel's IT Manager 3

    ERIC Educational Resources Information Center

    Bliemel, Michael; Ali-Hassan, Hossam

    2014-01-01

    For several years, we used Intel's flash-based game "IT Manager 3: Unseen Forces" as an experiential learning tool, where students had to act as a manager making real-time prioritization decisions about repairing computer problems, training and upgrading systems with better technologies as well as managing increasing numbers of technical…

  10. Newsgroups, Activist Publics, and Corporate Apologia: The Case of Intel and Its Pentium Chip.

    ERIC Educational Resources Information Center

    Hearit, Keith Michael

    1999-01-01

    Applies J. Grunig's theory of publics to the phenomenon of Internet newsgroups using the case of the flawed Intel Pentium chip. Argues that technology facilitates the rapid movement of publics from the theoretical construct stage to the active stage. Illustrates some of the difficulties companies face in establishing their identity in cyberspace.…

  11. Mask manufacturing improvement through capability definition and bottleneck line management

    NASA Astrophysics Data System (ADS)

    Strott, Al

    1994-02-01

    In 1989, Intel's internal mask operation limited itself to research and development activities and re-inspection and pellicle application of externally manufactured masks. Recognizing the rising capital cost of mask manufacturing at the leading edge, Intel's Mask Operation management decided to offset some of these costs by manufacturing more masks internally. This was the beginning of the challenge they set to manufacture at least 50% of Intel's mask volume internally, at world class performance levels. The first step in responding to this challenge was the completion of a comprehensive operation capability analysis. A series of bottleneck improvements by focus teams resulted in an average cycle time improvement to less than five days on all product and less than two days on critical products.

  12. Functional Maturation of Induced Pluripotent Stem Cell Hepatocytes in Extracellular Matrix—A Comparative Analysis of Bioartificial Liver Microenvironments

    PubMed Central

    Wang, Bo; Jakus, Adam E.; Baptista, Pedro M.; Soker, Shay; Soto-Gutierrez, Alejandro; Abecassis, Michael M.; Shah, Ramille N.

    2016-01-01

    Induced pluripotent stem cells (iPSCs) are new diagnostic and potentially therapeutic tools to model disease and assess the toxicity of pharmaceutical medications. A common limitation of cell lineages derived from iPSCs is a blunted phenotype compared with fully developed, endogenous cells. We examined the influence of novel three-dimensional bioartificial microenvironments on function and maturation of hepatocyte-like cells differentiated from iPSCs and grown within an acellular, liver-derived extracellular matrix (ECM) scaffold. In parallel, we also compared a bioplotted poly-l-lactic acid (PLLA) scaffold that allows for cell growth in three dimensions and formation of cell-cell contacts but is infused with type I collagen (PLLA-collagen scaffold) alone as a “deconstructed” control scaffold with narrowed biological diversity. iPSC-derived hepatocytes cultured within both scaffolds remained viable, became polarized, and formed bile canaliculi-like structures; however, cells grown within ECM scaffolds had significantly higher P450 (CYP2C9, CYP3A4, CYP1A2) mRNA levels and metabolic enzyme activity compared with iPSC hepatocytes grown in either bioplotted PLLA collagen or Matrigel sandwich control culture. Additionally, the rate of albumin synthesis approached the level of primary cryopreserved hepatocytes with lower transcription of fetal-specific genes, α-fetoprotein and CYP3A7, compared with either PLLA-collagen scaffolds or sandwich culture. These studies show that two acellular, three-dimensional culture systems increase the function of iPSC-derived hepatocytes. However, scaffolds derived from ECM alone induced further hepatocyte maturation compared with bioplotted PLLA-collagen scaffolds. This effect is likely mediated by the complex composition of ECM scaffolds in contrast to bioplotted scaffolds, suggesting their utility for in vitro hepatocyte assays or drug discovery. Significance Through the use of novel technology to develop three-dimensional (3D) scaffolds, the present study demonstrated that hepatocyte-like cells derived via induced pluripotent stem cell (iPSC) technology mature on 3D extracellular matrix scaffolds as a result of 3D matrix structure and scaffold biology. The result is an improved hepatic phenotype with increased synthetic and catalytic potency, an improvement on the blunted phenotype of iPSC-derived hepatocytes, a critical limitation of iPSC technology. These findings provide insight into the influence of 3D microenvironments on the viability, proliferation, and function of iPSC hepatocytes to yield a more mature population of cells for cell toxicity studies and disease modeling. PMID:27421950

  13. Identification of Epigenetic Changes in Prostate Cancer using Induced Pluripotent Stem Cells

    DTIC Science & Technology

    2013-04-01

    0240 TITLE: Identification of Epigenetic Changes in Prostate Cancer using Induced Pluripotent Stem Cells PRINCIPAL INVESTIGATOR: Donna M...TITLE AND SUBTITLE I Identification of Epigenetic Changes in Prostate Cancer using 5a. CONTRACT NUMBER Induced Pluripotent Stem Cells ... stem cells (iPSCs). Comparison of gene and protein expression of these prostatic iPSCs and embryonic stem cells (ESCs) revealed similarities but

  14. Translational Control in Bone Marrow Failure

    DTIC Science & Technology

    2015-05-01

    HCLS1 associated protein X-1 (HAX1), cause hereditary forms of neutropenia . Previously, competing hypotheses have posited that mutant forms of...derived induced pluripotent stem cell (iPSC) model of ELANE-associated neutropenia . During the second year of this project, in order to facilitate...pathology. 3 2. KEY WORDS neutropenia bone marrow failure neutrophil elastase ELANE HAX1 alternate translation induced pluripotent stem cells (iPSC

  15. Generation of a human iPSC line from a patient with Leigh syndrome.

    PubMed

    Galera, Teresa; Zurita, Francisco; González-Páramos, Cristina; Moreno-Izquierdo, Ana; Fraga, Mario F; Fernández, Agustin F; Garesse, Rafael; Gallardo, M Esther

    2016-01-01

    Human iPSC line LND554SV.3 was generated from heteroplasmic fibroblasts of a patient with Leigh syndrome carrying a mutation in the MT-ND5 gene (m.13513GNA; p.D393N). Reprogramming factors Oct3/4, Sox2, Klf4,and cMyc were delivered using a non-integrative methodology that involves the use of Sendai virus.

  16. Extracellular pH modulates GABAergic neurotransmission in rat hypothalamus.

    PubMed

    Chen, Z L; Huang, R Q

    2014-06-20

    Changes in extracellular pH have a modulatory effect on GABAA receptor function. It has been reported that pH sensitivity of the GABA receptor is dependent on subunit composition and GABA concentration. Most of previous investigations focused on GABA-evoked currents, which only reflect the postsynaptic receptors. The physiological relevance of pH modulation of GABAergic neurotransmission is not fully elucidated. In the present studies, we examined the influence of extracellular pH on the GABAA receptor-mediated inhibitory neurotransmission in rat hypothalamic neurons. The inhibitory postsynaptic currents (IPSCs), tonic currents, and the GABA-evoked currents were recorded with whole-cell patch techniques on the hypothalamic slices from Sprague-Dawley rats at 15-26 postnatal days. The amplitude and frequency of spontaneous GABA IPSCs were significantly increased while the external pH was changed from 7.3 to 8.4. In the acidic pH (6.4), the spontaneous GABA IPSCs were reduced in amplitude and frequency. The pH induced changes in miniature GABA IPSCs (mIPSCs) similar to that in spontaneous IPSCs. The pH effect on the postsynaptic GABA receptors was assessed with exogenously applied varying concentrations of GABA. The tonic currents and the currents evoked by sub-saturating concentration of GABA ([GABA]) (10 μM) were inhibited by acidic pH and potentiated by alkaline pH. In contrast, the currents evoked by saturating [GABA] (1mM) were not affected by pH changes. We also investigated the influence of pH buffers and buffering capacity on pH sensitivity of GABAA receptors on human recombinant α1β2γ2 GABAA receptors stably expressed in HEK 293 cells. The pH influence on GABAA receptors was similar in HEPES- and MES-buffered media, and not dependent on protonated buffers, suggesting that the observed pH effect on GABA response is a specific consequence of changes in extracellular protons. Our data suggest that the hydrogen ions suppress the GABAergic neurotransmission, which is mediated by both presynaptic and postsynaptic mechanisms. Copyright © 2014 IBRO. Published by Elsevier Ltd. All rights reserved.

  17. Increased Cortical Inhibition in Autism-Linked Neuroligin-3R451C Mice Is Due in Part to Loss of Endocannabinoid Signaling.

    PubMed

    Speed, Haley E; Masiulis, Irene; Gibson, Jay R; Powell, Craig M

    2015-01-01

    A single, maternally inherited, X-linked point mutation leading to an arginine to cysteine substitution at amino acid 451 (R451C) of Neuroligin 3 (NLGN3R451C) is a likely cause of autism in two brothers. Knockin mice expressing the Nlgn3R451C mutation in place of wild-type Nlgn3 demonstrate increased inhibitory synaptic strength in somatosensory cortex, resulting in an excitatory/inhibitory (E/I) imbalance that is potentially relevant for autism-associated behavioral deficits characteristic of these mice. We have replicated the increase in evoked inhibitory postsynaptic currents (eIPSCs) onto layer II/III cortical pyramidal neurons. We also find that increased frequency of spontaneous mIPSCs in Nlgn3R451C mice occurs in the absence of action potential-driven transmission. This suggests the E/I imbalance is due to changes at the synapse level, as opposed to the network level. Next, we use paired whole-cell recordings in an attempt to identify specific interneuron subtypes affected by the Nlgn3R451C mutation. Curiously, we observe no change in the amplitude of cell-to-cell, unitary IPSCs (uIPSCs) from parvalbumin-positive (PV) or somatostatin-positive (SOM) interneurons onto pyramidal neurons. We also observe no change in the number or density of PV and SOM interneurons in LII/III of somatosensory cortex. This effectively rules out a role for these particular interneurons in the increased inhibitory synaptic transmission, pointing to perhaps alternative interneuron subtypes. Lastly, impaired endocannabinoid signaling has been implicated in hippocampal synaptic dysfunction in Nlgn3R451C mice, but has not been investigated at cortical synapses. We find that bath application of the CB1 antagonist, AM 251 in WT mice eliminates the Nlgn3R451C increase in eIPSC amplitude and mIPSC frequency, indicating that increased inhibitory transmission in mutant mice is due, at least in part, to a loss of endocannabinoid signaling through CB1 receptors likely acting at interneurons other than PV or SOM.

  18. Increased Cortical Inhibition in Autism-Linked Neuroligin-3R451C Mice Is Due in Part to Loss of Endocannabinoid Signaling

    PubMed Central

    Speed, Haley E.; Masiulis, Irene; Gibson, Jay R.; Powell, Craig M.

    2015-01-01

    A single, maternally inherited, X-linked point mutation leading to an arginine to cysteine substitution at amino acid 451 (R451C) of Neuroligin 3 (NLGN3R451C) is a likely cause of autism in two brothers. Knockin mice expressing the Nlgn3R451C mutation in place of wild-type Nlgn3 demonstrate increased inhibitory synaptic strength in somatosensory cortex, resulting in an excitatory/inhibitory (E/I) imbalance that is potentially relevant for autism-associated behavioral deficits characteristic of these mice. We have replicated the increase in evoked inhibitory postsynaptic currents (eIPSCs) onto layer II/III cortical pyramidal neurons. We also find that increased frequency of spontaneous mIPSCs in Nlgn3R451C mice occurs in the absence of action potential-driven transmission. This suggests the E/I imbalance is due to changes at the synapse level, as opposed to the network level. Next, we use paired whole-cell recordings in an attempt to identify specific interneuron subtypes affected by the Nlgn3R451C mutation. Curiously, we observe no change in the amplitude of cell-to-cell, unitary IPSCs (uIPSCs) from parvalbumin-positive (PV) or somatostatin-positive (SOM) interneurons onto pyramidal neurons. We also observe no change in the number or density of PV and SOM interneurons in LII/III of somatosensory cortex. This effectively rules out a role for these particular interneurons in the increased inhibitory synaptic transmission, pointing to perhaps alternative interneuron subtypes. Lastly, impaired endocannabinoid signaling has been implicated in hippocampal synaptic dysfunction in Nlgn3R451C mice, but has not been investigated at cortical synapses. We find that bath application of the CB1 antagonist, AM 251 in WT mice eliminates the Nlgn3R451C increase in eIPSC amplitude and mIPSC frequency, indicating that increased inhibitory transmission in mutant mice is due, at least in part, to a loss of endocannabinoid signaling through CB1 receptors likely acting at interneurons other than PV or SOM. PMID:26469287

  19. A hypercube compact neural network

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

    Rostykus, P.L.; Somani, A.K.

    1988-09-01

    A major problem facing implementation of neural networks is the connection problem. One popular tradeoff is to remove connections. Random disconnection severely degrades the capabilities. The hypercube based Compact Neural Network (CNN) has structured architecture combined with a rearrangement of the memory vectors gives a larger input space and better degradation than a cost equivalent network with more connections. The CNNs are based on a Hopfield network. The changes from the Hopfield net include states of -1 and +1 and when a node was evaluated to 0, it was not biased either positive or negative, instead it resumed its previousmore » state. L = PEs, N = memories and t/sub ij/s is the weights between i and j.« less

  20. Maximum Torque and Momentum Envelopes for Reaction Wheel Arrays

    NASA Technical Reports Server (NTRS)

    Markley, F. Landis; Reynolds, Reid G.; Liu, Frank X.; Lebsock, Kenneth L.

    2009-01-01

    Spacecraft reaction wheel maneuvers are limited by the maximum torque and/or angular momentum that the wheels can provide. For an n-wheel configuration, the torque or momentum envelope can be obtained by projecting the n-dimensional hypercube, representing the domain boundary of individual wheel torques or momenta, into three dimensional space via the 3xn matrix of wheel axes. In this paper, the properties of the projected hypercube are discussed, and algorithms are proposed for determining this maximal torque or momentum envelope for general wheel configurations. Practical strategies for distributing a prescribed torque or momentum among the n wheels are presented, with special emphasis on configurations of four, five, and six wheels.

  1. Ordered fast Fourier transforms on a massively parallel hypercube multiprocessor

    NASA Technical Reports Server (NTRS)

    Tong, Charles; Swarztrauber, Paul N.

    1991-01-01

    The present evaluation of alternative, massively parallel hypercube processor-applicable designs for ordered radix-2 decimation-in-frequency FFT algorithms gives attention to the reduction of computation time-dominating communication. A combination of the order and computational phases of the FFT is accordingly employed, in conjunction with sequence-to-processor maps which reduce communication. Two orderings, 'standard' and 'cyclic', in which the order of the transform is the same as that of the input sequence, can be implemented with ease on the Connection Machine (where orderings are determined by geometries and priorities. A parallel method for trigonometric coefficient computation is presented which does not employ trigonometric functions or interprocessor communication.

  2. Effects of cellular origin on differentiation of human induced pluripotent stem cell–derived endothelial cells

    PubMed Central

    Zhao, Ming-Tao; Jahanbani, Fereshteh; Lee, Won Hee; Snyder, Michael P.

    2016-01-01

    Human induced pluripotent stem cells (iPSCs) can be derived from various types of somatic cells by transient overexpression of 4 Yamanaka factors (OCT4, SOX2, C-MYC, and KLF4). Patient-specific iPSC derivatives (e.g., neuronal, cardiac, hepatic, muscular, and endothelial cells [ECs]) hold great promise in drug discovery and regenerative medicine. In this study, we aimed to evaluate whether the cellular origin can affect the differentiation, in vivo behavior, and single-cell gene expression signatures of human iPSC–derived ECs. We derived human iPSCs from 3 types of somatic cells of the same individuals: fibroblasts (FB-iPSCs), ECs (EC-iPSCs), and cardiac progenitor cells (CPC-iPSCs). We then differentiated them into ECs by sequential administration of Activin, BMP4, bFGF, and VEGF. EC-iPSCs at early passage (10 < P < 20) showed higher EC differentiation propensity and gene expression of EC-specific markers (PECAM1 and NOS3) than FB-iPSCs and CPC-iPSCs. In vivo transplanted EC-iPSC–ECs were recovered with a higher percentage of CD31+ population and expressed higher EC-specific gene expression markers (PECAM1, KDR, and ICAM) as revealed by microfluidic single-cell quantitative PCR (qPCR). In vitro EC-iPSC–ECs maintained a higher CD31+ population than FB-iPSC–ECs and CPC-iPSC–ECs with long-term culturing and passaging. These results indicate that cellular origin may influence lineage differentiation propensity of human iPSCs; hence, the somatic memory carried by early passage iPSCs should be carefully considered before clinical translation. PMID:27398408

  3. Differences in spike train variability in rat vasopressin and oxytocin neurons and their relationship to synaptic activity

    PubMed Central

    Li, Chunyan; Tripathi, Pradeep K; Armstrong, William E

    2007-01-01

    The firing pattern of magnocellular neurosecretory neurons is intimately related to hormone release, but the relative contribution of synaptic versus intrinsic factors to the temporal dispersion of spikes is unknown. In the present study, we examined the firing patterns of vasopressin (VP) and oxytocin (OT) supraoptic neurons in coronal slices from virgin female rats, with and without blockade of inhibitory and excitatory synaptic currents. Inhibitory postsynaptic currents (IPSCs) were twice as prevalent as their excitatory counterparts (EPSCs), and both were more prevalent in OT compared with VP neurons. Oxytocin neurons fired more slowly and irregularly than VP neurons near threshold. Blockade of Cl− currents (including tonic and synaptic currents) with picrotoxin reduced interspike interval (ISI) variability of continuously firing OT and VP neurons without altering input resistance or firing rate. Blockade of EPSCs did not affect firing pattern. Phasic bursting neurons (putative VP neurons) were inconsistently affected by broad synaptic blockade, suggesting that intrinsic factors may dominate the ISI distribution during this mode in the slice. Specific blockade of synaptic IPSCs with gabazine also reduced ISI variability, but only in OT neurons. In all cases, the effect of inhibitory blockade on firing pattern was independent of any consistent change in input resistance or firing rate. Since the great majority of IPSCs are randomly distributed, miniature events (mIPSCs) in the coronal slice, these findings imply that even mIPSCs can impart irregularity to the firing pattern of OT neurons in particular, and could be important in regulating spike patterning in vivo. For example, the increased firing variability that precedes bursting in OT neurons during lactation could be related to significant changes in synaptic activity. PMID:17332000

  4. iPS cells to model CDKL5-related disorders

    PubMed Central

    Amenduni, Mariangela; De Filippis, Roberta; Cheung, Aaron Y L; Disciglio, Vittoria; Epistolato, Maria Carmela; Ariani, Francesca; Mari, Francesca; Mencarelli, Maria Antonietta; Hayek, Youssef; Renieri, Alessandra; Ellis, James; Meloni, Ilaria

    2011-01-01

    Rett syndrome (RTT) is a progressive neurologic disorder representing one of the most common causes of mental retardation in females. To date mutations in three genes have been associated with this condition. Classic RTT is caused by mutations in the MECP2 gene, whereas variants can be due to mutations in either MECP2 or FOXG1 or CDKL5. Mutations in CDKL5 have been identified both in females with the early onset seizure variant of RTT and in males with X-linked epileptic encephalopathy. CDKL5 is a kinase protein highly expressed in neurons, but its exact function inside the cell is unknown. To address this issue we established a human cellular model for CDKL5-related disease using the recently developed technology of induced pluripotent stem cells (iPSCs). iPSCs can be expanded indefinitely and differentiated in vitro into many different cell types, including neurons. These features make them the ideal tool to study disease mechanisms directly on the primarily affected neuronal cells. We derived iPSCs from fibroblasts of one female with p.Q347X and one male with p.T288I mutation, affected by early onset seizure variant and X-linked epileptic encephalopathy, respectively. We demonstrated that female CDKL5-mutated iPSCs maintain X-chromosome inactivation and clones express either the mutant CDKL5 allele or the wild-type allele that serve as an ideal experimental control. Array CGH indicates normal isogenic molecular karyotypes without detection of de novo CNVs in the CDKL5-mutated iPSCs. Furthermore, the iPS cells can be differentiated into neurons and are thus suitable to model disease pathogenesis in vitro. PMID:21750574

  5. iPS cells to model CDKL5-related disorders.

    PubMed

    Amenduni, Mariangela; De Filippis, Roberta; Cheung, Aaron Y L; Disciglio, Vittoria; Epistolato, Maria Carmela; Ariani, Francesca; Mari, Francesca; Mencarelli, Maria Antonietta; Hayek, Youssef; Renieri, Alessandra; Ellis, James; Meloni, Ilaria

    2011-12-01

    Rett syndrome (RTT) is a progressive neurologic disorder representing one of the most common causes of mental retardation in females. To date mutations in three genes have been associated with this condition. Classic RTT is caused by mutations in the MECP2 gene, whereas variants can be due to mutations in either MECP2 or FOXG1 or CDKL5. Mutations in CDKL5 have been identified both in females with the early onset seizure variant of RTT and in males with X-linked epileptic encephalopathy. CDKL5 is a kinase protein highly expressed in neurons, but its exact function inside the cell is unknown. To address this issue we established a human cellular model for CDKL5-related disease using the recently developed technology of induced pluripotent stem cells (iPSCs). iPSCs can be expanded indefinitely and differentiated in vitro into many different cell types, including neurons. These features make them the ideal tool to study disease mechanisms directly on the primarily affected neuronal cells. We derived iPSCs from fibroblasts of one female with p.Q347X and one male with p.T288I mutation, affected by early onset seizure variant and X-linked epileptic encephalopathy, respectively. We demonstrated that female CDKL5-mutated iPSCs maintain X-chromosome inactivation and clones express either the mutant CDKL5 allele or the wild-type allele that serve as an ideal experimental control. Array CGH indicates normal isogenic molecular karyotypes without detection of de novo CNVs in the CDKL5-mutated iPSCs. Furthermore, the iPS cells can be differentiated into neurons and are thus suitable to model disease pathogenesis in vitro.

  6. Disease modeling using human induced pluripotent stem cells: lessons from the liver.

    PubMed

    Gieseck, Richard L; Colquhoun, Jennifer; Hannan, Nicholas R F

    2015-01-01

    Human pluripotent stem cells (hPSCs) have the capacity to differentiate into any of the hundreds of distinct cell types that comprise the human body. This unique characteristic has resulted in considerable interest in the field of regenerative medicine, given the potential for these cells to be used to protect, repair, or replace diseased, injured, and aged cells within the human body. In addition to their potential in therapeutics, hPSCs can be used to study the earliest stages of human development and to provide a platform for both drug screening and disease modeling using human cells. Recently, the description of human induced pluripotent stem cells (hIPSCs) has allowed the field of disease modeling to become far more accessible and physiologically relevant, as pluripotent cells can be generated from patients of any genetic background. Disease models derived from hIPSCs that manifest cellular disease phenotypes have been established to study several monogenic diseases; furthermore, hIPSCs can be used for phenotype-based drug screens to investigate complex diseases for which the underlying genetic mechanism is unknown. As a result, the use of stem cells as research tools has seen an unprecedented growth within the last decade as researchers look for in vitro disease models which closely mimic in vivo responses in humans. Here, we discuss the beginnings of hPSCs, starting with isolation of human embryonic stem cells, moving into the development and optimization of hIPSC technology, and ending with the application of hIPSCs towards disease modeling and drug screening applications, with specific examples highlighting the modeling of inherited metabolic disorders of the liver. This article is part of a Special Issue entitled Linking transcription to physiology in lipodomics. Crown Copyright © 2014. Published by Elsevier B.V. All rights reserved.

  7. Comparative transcriptomic analysis of endothelial progenitor cells derived from umbilical cord blood and adult peripheral blood: Implications for the generation of induced pluripotent stem cells.

    PubMed

    Gao, Xiugong; Yourick, Jeffrey J; Sprando, Robert L

    2017-12-01

    Induced pluripotent stem cells (iPSCs) offer the potential to generate tissues with ethnic diversity enabling toxicity testing on selected populations. Recently, it has been reported that endothelial progenitor cells (EPCs) derived from umbilical cord blood (CB) or adult peripheral blood (PB) afford a practical and efficient cellular substrate for iPSC generation. However, differences between EPCs from different blood sources have rarely been studied. In the current study, we derived EPCs from blood mononuclear cells (MNCs) and reprogrammed EPCs into iPSCs. We also explored differences between CB-EPCs and PB-EPCs at the molecular and cellular levels through a combination of transcriptomic analysis and cell biology techniques. EPC colonies in CB-MNCs emerged 5-7days earlier, were 3-fold higher in number, and consistently larger in size than in PB-MNCs. Similarly, iPSC colonies generated from CB-EPCs was 2.5-fold higher in number than from PB-EPCs, indicating CB-EPCs have a higher reprogramming efficiency than PB-EPCs. Transcriptomic analysis using microarrays found a total of 1133 genes differentially expressed in CB-EPCs compared with PB-EPCs, with 675 genes upregulated and 458 downregulated. Several canonical pathways were impacted, among which the human embryonic stem cell pluripotency pathway was of particular interest. The differences in the gene expression pattern between CB-EPCs and PB-EPCs provide a molecular basis for the discrepancies seen in their derivation and reprogramming efficiencies, and highlight the advantages of using CB as the cellular source for the generation of iPSCs and their derivative tissues for ethnic-related toxicological applications. Published by Elsevier B.V.

  8. Vascular Smooth Muscle Cells From Hypertensive Patient-Derived Induced Pluripotent Stem Cells to Advance Hypertension Pharmacogenomics.

    PubMed

    Biel, Nikolett M; Santostefano, Katherine E; DiVita, Bayli B; El Rouby, Nihal; Carrasquilla, Santiago D; Simmons, Chelsey; Nakanishi, Mahito; Cooper-DeHoff, Rhonda M; Johnson, Julie A; Terada, Naohiro

    2015-12-01

    Studies in hypertension (HTN) pharmacogenomics seek to identify genetic sources of variable antihypertensive drug response. Genetic association studies have detected single-nucleotide polymorphisms (SNPs) that link to drug responses; however, to understand mechanisms underlying how genetic traits alter drug responses, a biological interface is needed. Patient-derived induced pluripotent stem cells (iPSCs) provide a potential source for studying otherwise inaccessible tissues that may be important to antihypertensive drug response. The present study established multiple iPSC lines from an HTN pharmacogenomics cohort. We demonstrated that established HTN iPSCs can robustly and reproducibly differentiate into functional vascular smooth muscle cells (VSMCs), a cell type most relevant to vasculature tone control. Moreover, a sensitive traction force microscopy assay demonstrated that iPSC-derived VSMCs show a quantitative contractile response on physiological stimulus of endothelin-1. Furthermore, the inflammatory chemokine tumor necrosis factor α induced a typical VSMC response in iPSC-derived VSMCs. These studies pave the way for a large research initiative to decode biological significance of identified SNPs in hypertension pharmacogenomics. Treatment of hypertension remains suboptimal, and a pharmacogenomics approach seeks to identify genetic biomarkers that could be used to guide treatment decisions; however, it is important to understand the biological underpinnings of genetic associations. Mouse models do not accurately recapitulate individual patient responses based on their genetics, and hypertension-relevant cells are difficult to obtain from patients. Induced pluripotent stem cell (iPSC) technology provides a great interface to bring patient cells with their genomic data into the laboratory and to study hypertensive responses. As an initial step, the present study established an iPSC bank from patients with primary hypertension and demonstrated an effective and reproducible method of generating functional vascular smooth muscle cells. ©AlphaMed Press.

  9. Concentration-dependent activation of dopamine receptors differentially modulates GABA release onto orexin neurons.

    PubMed

    Linehan, Victoria; Trask, Robert B; Briggs, Chantalle; Rowe, Todd M; Hirasawa, Michiru

    2015-08-01

    Dopamine (DA) and orexin neurons play important roles in reward and food intake. There are anatomical and functional connections between these two cell groups: orexin peptides stimulate DA neurons in the ventral tegmental area and DA inhibits orexin neurons in the hypothalamus. However, the cellular mechanisms underlying the action of DA on orexin neurons remain incompletely understood. Therefore, the effect of DA on inhibitory transmission to orexin neurons was investigated in rat brain slices using the whole-cell patch-clamp technique. We found that DA modulated the frequency of spontaneous and miniature IPSCs (mIPSCs) in a concentration-dependent bidirectional manner. Low (1 μM) and high (100 μM) concentrations of DA decreased and increased IPSC frequency, respectively. These effects did not accompany a change in mIPSC amplitude and persisted in the presence of G-protein signaling inhibitor GDPβS in the pipette, suggesting that DA acts presynaptically. The decrease in mIPSC frequency was mediated by D2 receptors whereas the increase required co-activation of D1 and D2 receptors and subsequent activation of phospholipase C. In summary, our results suggest that DA has complex effects on GABAergic transmission to orexin neurons, involving cooperation of multiple receptor subtypes. The direction of dopaminergic influence on orexin neurons is dependent on the level of DA in the hypothalamus. At low levels DA disinhibits orexin neurons whereas at high levels it facilitates GABA release, which may act as negative feedback to curb the excitatory orexinergic output to DA neurons. These mechanisms may have implications for consummatory and motivated behaviours. © 2015 Federation of European Neuroscience Societies and John Wiley & Sons Ltd.

  10. FOXOs modulate proteasome activity in human-induced pluripotent stem cells of Huntington's disease and their derived neural cells.

    PubMed

    Liu, Yanying; Qiao, Fangfang; Leiferman, Patricia C; Ross, Alan; Schlenker, Evelyn H; Wang, Hongmin

    2017-11-15

    Although it has been speculated that proteasome dysfunction may contribute to the pathogenesis of Huntington's disease (HD), a devastating neurodegenerative disorder, how proteasome activity is regulated in HD affected stem cells and somatic cells remains largely unclear. To better understand the pathogenesis of HD, we analyzed proteasome activity and the expression of FOXO transcription factors in three wild-type (WT) and three HD induced-pluripotent stem cell (iPSC) lines. HD iPSCs exhibited elevated proteasome activity and higher levels of FOXO1 and FOXO4 proteins. Knockdown of FOXO4 but not FOXO1 expression decreased proteasome activity. Following neural differentiation, the HD-iPSC-derived neural progenitor cells (NPCs) demonstrated lower levels of proteasome activity and FOXO expressions than their WT counterparts. More importantly, overexpression of FOXO4 but not FOXO1 in HD NPCs dramatically enhanced proteasome activity. When HD NPCs were further differentiated into DARPP32-positive neurons, these HD neurons were more susceptible to death than WT neurons and formed Htt aggregates under the condition of oxidative stress. Similar to HD NPCs, HD-iPSC-derived neurons showed reduced proteasome activity and diminished FOXO4 expression compared to WT-iPSC-derived neurons. Furthermore, HD iPSCs had lower AKT activities than WT iPSCs, whereas the neurons derived from HD iPSC had higher AKT activities than their WT counterparts. Inhibiting AKT activity increased both FOXO4 level and proteasome activity, indicating a potential role of AKT in regulating FOXO levels. These data suggest that FOXOs modulate proteasome activity, and thus represents a potentially valuable therapeutic target for HD. © The Author 2017. Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oup.com.

  11. Ascorbic acid enhances the cardiac differentiation of induced pluripotent stem cells through promoting the proliferation of cardiac progenitor cells

    PubMed Central

    Cao, Nan; Liu, Zumei; Chen, Zhongyan; Wang, Jia; Chen, Taotao; Zhao, Xiaoyang; Ma, Yu; Qin, Lianju; Kang, Jiuhong; Wei, Bin; Wang, Liu; Jin, Ying; Yang, Huang-Tian

    2012-01-01

    Generation of induced pluripotent stem cells (iPSCs) has opened new avenues for the investigation of heart diseases, drug screening and potential autologous cardiac regeneration. However, their application is hampered by inefficient cardiac differentiation, high interline variability, and poor maturation of iPSC-derived cardiomyocytes (iPS-CMs). To identify efficient inducers for cardiac differentiation and maturation of iPSCs and elucidate the mechanisms, we systematically screened sixteen cardiomyocyte inducers on various murine (m) iPSCs and found that only ascorbic acid (AA) consistently and robustly enhanced the cardiac differentiation of eleven lines including eight without spontaneous cardiogenic potential. We then optimized the treatment conditions and demonstrated that differentiation day 2-6, a period for the specification of cardiac progenitor cells (CPCs), was a critical time for AA to take effect. This was further confirmed by the fact that AA increased the expression of cardiovascular but not mesodermal markers. Noteworthily, AA treatment led to approximately 7.3-fold (miPSCs) and 30.2-fold (human iPSCs) augment in the yield of iPS-CMs. Such effect was attributed to a specific increase in the proliferation of CPCs via the MEK-ERK1/2 pathway by through promoting collagen synthesis. In addition, AA-induced cardiomyocytes showed better sarcomeric organization and enhanced responses of action potentials and calcium transients to β-adrenergic and muscarinic stimulations. These findings demonstrate that AA is a suitable cardiomyocyte inducer for iPSCs to improve cardiac differentiation and maturation simply, universally, and efficiently. These findings also highlight the importance of stimulating CPC proliferation by manipulating extracellular microenvironment in guiding cardiac differentiation of the pluripotent stem cells. PMID:22143566

  12. Dental Pulp Stem Cells Model Early Life and Imprinted DNA Methylation Patterns.

    PubMed

    Dunaway, Keith; Goorha, Sarita; Matelski, Lauren; Urraca, Nora; Lein, Pamela J; Korf, Ian; Reiter, Lawrence T; LaSalle, Janine M

    2017-04-01

    Early embryonic stages of pluripotency are modeled for epigenomic studies primarily with human embryonic stem cells (ESC) or induced pluripotent stem cells (iPSCs). For analysis of DNA methylation however, ESCs and iPSCs do not accurately reflect the DNA methylation levels found in preimplantation embryos. Whole genome bisulfite sequencing (WGBS) approaches have revealed the presence of large partially methylated domains (PMDs) covering 30%-40% of the genome in oocytes, preimplantation embryos, and placenta. In contrast, ESCs and iPSCs show abnormally high levels of DNA methylation compared to inner cell mass (ICM) or placenta. Here we show that dental pulp stem cells (DPSCs), derived from baby teeth and cultured in serum-containing media, have PMDs and mimic the ICM and placental methylome more closely than iPSCs and ESCs. By principal component analysis, DPSC methylation patterns were more similar to two other neural stem cell types of human derivation (EPI-NCSC and LUHMES) and placenta than were iPSCs, ESCs or other human cell lines (SH-SY5Y, B lymphoblast, IMR90). To test the suitability of DPSCs in modeling epigenetic differences associated with disease, we compared methylation patterns of DPSCs derived from children with chromosome 15q11.2-q13.3 maternal duplication (Dup15q) to controls. Differential methylation region (DMR) analyses revealed the expected Dup15q hypermethylation at the imprinting control region, as well as hypomethylation over SNORD116, and novel DMRs over 147 genes, including several autism candidate genes. Together these data suggest that DPSCs are a useful model for epigenomic and functional studies of human neurodevelopmental disorders. Stem Cells 2017;35:981-988. © 2016 AlphaMed Press.

  13. Towards a supported common NEAMS software stack

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

    Cormac Garvey

    2012-04-01

    The NEAMS IPSC's are developing multidimensional, multiphysics, multiscale simulation codes based on first principles that will be capable of predicting all aspects of current and future nuclear reactor systems. These new breeds of simulation codes will include rigorous verification, validation and uncertainty quantification checks to quantify the accuracy and quality of the simulation results. The resulting NEAMS IPSC simulation codes will be an invaluable tool in designing the next generation of Nuclear Reactors and also contribute to a more speedy process in the acquisition of licenses from the NRC for new Reactor designs. Due to the high resolution of themore » models, the complexity of the physics and the added computational resources to quantify the accuracy/quality of the results, the NEAMS IPSC codes will require large HPC resources to carry out the production simulation runs.« less

  14. Trans-differentiation via Epigenetics: A New Paradigm in the Bone Regeneration.

    PubMed

    Cho, Young-Dan; Ryoo, Hyun-Mo

    2018-02-01

    In regenerative medicine, growing cells or tissues in the laboratory is necessary when damaged cells can not heal by themselves. Acquisition of the required cells from the patient's own cells or tissues is an ideal option without additive side effects. In this context, cell reprogramming methods, including the use of induced pluripotent stem cells (iPSCs) and trans-differentiation, have been widely studied in regenerative research. Both approaches have advantages and disadvantages, and the possibility of de-differentiation because of the epigenetic memory of iPSCs has strengthened the need for controlling the epigenetic background for successful cell reprogramming. Therefore, interest in epigenetics has increased in the field of regenerative medicine. Herein, we outline in detail the cell trans-differentiation method using epigenetic modification for bone regeneration in comparison to the use of iPSCs.

  15. Modeling xeroderma pigmentosum associated neurological pathologies with patients-derived iPSCs.

    PubMed

    Fu, Lina; Xu, Xiuling; Ren, Ruotong; Wu, Jun; Zhang, Weiqi; Yang, Jiping; Ren, Xiaoqing; Wang, Si; Zhao, Yang; Sun, Liang; Yu, Yang; Wang, Zhaoxia; Yang, Ze; Yuan, Yun; Qiao, Jie; Izpisua Belmonte, Juan Carlos; Qu, Jing; Liu, Guang-Hui

    2016-03-01

    Xeroderma pigmentosum (XP) is a group of genetic disorders caused by mutations of XP-associated genes, resulting in impairment of DNA repair. XP patients frequently exhibit neurological degeneration, but the underlying mechanism is unknown, in part due to lack of proper disease models. Here, we generated patient-specific induced pluripotent stem cells (iPSCs) harboring mutations in five different XP genes including XPA, XPB, XPC, XPG, and XPV. These iPSCs were further differentiated to neural cells, and their susceptibility to DNA damage stress was investigated. Mutation of XPA in either neural stem cells (NSCs) or neurons resulted in severe DNA damage repair defects, and these neural cells with mutant XPA were hyper-sensitive to DNA damage-induced apoptosis. Thus, XP-mutant neural cells represent valuable tools to clarify the molecular mechanisms of neurological abnormalities in the XP patients.

  16. Crispr-mediated Gene Targeting of Human Induced Pluripotent Stem Cells.

    PubMed

    Byrne, Susan M; Church, George M

    2015-01-01

    CRISPR/Cas9 nuclease systems can create double-stranded DNA breaks at specific sequences to efficiently and precisely disrupt, excise, mutate, insert, or replace genes. However, human embryonic stem or induced pluripotent stem cells (iPSCs) are more difficult to transfect and less resilient to DNA damage than immortalized tumor cell lines. Here, we describe an optimized protocol for genome engineering of human iPSCs using a simple transient transfection of plasmids and/or single-stranded oligonucleotides. With this protocol, we achieve transfection efficiencies greater than 60%, with gene disruption efficiencies from 1-25% and gene insertion/replacement efficiencies from 0.5-10% without any further selection or enrichment steps. We also describe how to design and assess optimal sgRNA target sites and donor targeting vectors; cloning individual iPSC by single cell FACS sorting, and genotyping successfully edited cells.

  17. Benchmarking GNU Radio Kernels and Multi-Processor Scheduling

    DTIC Science & Technology

    2013-01-14

    AMD E350 APU , comparable to Atom • ARM Cortex A8 running on a Gumstix Overo on an Ettus USRP E110 The general testing procedure consists of • Build...Intel Atom, and the AMD E350 APU . 3.2 Multi-Processor Scheduling Figure 1: GFLOPs per second through an FFT array on an Intel i7. Example output from

  18. The Intelcities Community of Practice: The Capacity-Building, Co-Design, Evaluation, and Monitoring of E-Government Services

    ERIC Educational Resources Information Center

    Deakin, Mark; Lombardi, Patrizia; Cooper, Ian

    2011-01-01

    The paper examines the IntelCities Community of Practice (CoP) supporting the development of the organization's capacity-building, co-design, monitoring, and evaluation of e-government services. It begins by outlining the IntelCities CoP and goes on to set out the integrated model of electronically enhanced government (e-government) services…

  19. LTE-Enhanced Cognitive Radio Network Testbed (LTE-CORNET)

    DTIC Science & Technology

    2016-11-01

    4 PERCENT_SUPPORTEDNAME FTE Equivalent: Total Number: Sub Contractors (DD882) Names of Personnel receiving masters degrees Names of personnel...Turbo, HT , 15M, 140W) Intel Core i7-3770 (3.4 GHz Quad Core, 77W) Dual Intel Xeon E5-2695 v4 (18C, 2.1GHz, 3.3GHz Turbo, 2400MHz, 45MB, 120W

  20. Parallel Climate Data Assimilation PSAS Package Achieves 18 GFLOPs on 512-Node Intel Paragon

    NASA Technical Reports Server (NTRS)

    Ding, H. Q.; Chan, C.; Gennery, D. B.; Ferraro, R. D.

    1995-01-01

    Several algorithms were added to the Physical-space Statistical Analysis System (PSAS) from Goddard, which assimilates observational weather data by correcting for different levels of uncertainty about the data and different locations for mobile observation platforms. The new algorithms and use of the 512-node Intel Paragon allowed a hundred-fold decrease in processing time.

  1. Why K-12 IT Managers and Administrators Are Embracing the Intel-Based Mac

    ERIC Educational Resources Information Center

    Technology & Learning, 2007

    2007-01-01

    Over the past year, Apple has dramatically increased its share of the school computer marketplace--especially in the category of notebook computers. A recent study conducted by Grunwald Associates and Rockman et al. reports that one of the major reasons for this growth is Apple's introduction of the Intel processor to the entire line of Mac…

  2. Evaluation of the Intel Xeon Phi 7120 and NVIDIA K80 as accelerators for two-dimensional panel codes

    PubMed Central

    2017-01-01

    To optimize the geometry of airfoils for a specific application is an important engineering problem. In this context genetic algorithms have enjoyed some success as they are able to explore the search space without getting stuck in local optima. However, these algorithms require the computation of aerodynamic properties for a significant number of airfoil geometries. Consequently, for low-speed aerodynamics, panel methods are most often used as the inner solver. In this paper we evaluate the performance of such an optimization algorithm on modern accelerators (more specifically, the Intel Xeon Phi 7120 and the NVIDIA K80). For that purpose, we have implemented an optimized version of the algorithm on the CPU and Xeon Phi (based on OpenMP, vectorization, and the Intel MKL library) and on the GPU (based on CUDA and the MAGMA library). We present timing results for all codes and discuss the similarities and differences between the three implementations. Overall, we observe a speedup of approximately 2.5 for adding an Intel Xeon Phi 7120 to a dual socket workstation and a speedup between 3.4 and 3.8 for adding a NVIDIA K80 to a dual socket workstation. PMID:28582389

  3. Evaluation of the Intel Xeon Phi 7120 and NVIDIA K80 as accelerators for two-dimensional panel codes.

    PubMed

    Einkemmer, Lukas

    2017-01-01

    To optimize the geometry of airfoils for a specific application is an important engineering problem. In this context genetic algorithms have enjoyed some success as they are able to explore the search space without getting stuck in local optima. However, these algorithms require the computation of aerodynamic properties for a significant number of airfoil geometries. Consequently, for low-speed aerodynamics, panel methods are most often used as the inner solver. In this paper we evaluate the performance of such an optimization algorithm on modern accelerators (more specifically, the Intel Xeon Phi 7120 and the NVIDIA K80). For that purpose, we have implemented an optimized version of the algorithm on the CPU and Xeon Phi (based on OpenMP, vectorization, and the Intel MKL library) and on the GPU (based on CUDA and the MAGMA library). We present timing results for all codes and discuss the similarities and differences between the three implementations. Overall, we observe a speedup of approximately 2.5 for adding an Intel Xeon Phi 7120 to a dual socket workstation and a speedup between 3.4 and 3.8 for adding a NVIDIA K80 to a dual socket workstation.

  4. PC-CUBE: A Personal Computer Based Hypercube

    NASA Technical Reports Server (NTRS)

    Ho, Alex; Fox, Geoffrey; Walker, David; Snyder, Scott; Chang, Douglas; Chen, Stanley; Breaden, Matt; Cole, Terry

    1988-01-01

    PC-CUBE is an ensemble of IBM PCs or close compatibles connected in the hypercube topology with ordinary computer cables. Communication occurs at the rate of 115.2 K-band via the RS-232 serial links. Available for PC-CUBE is the Crystalline Operating System III (CrOS III), Mercury Operating System, CUBIX and PLOTIX which are parallel I/O and graphics libraries. A CrOS performance monitor was developed to facilitate the measurement of communication and computation time of a program and their effects on performance. Also available are CXLISP, a parallel version of the XLISP interpreter; GRAFIX, some graphics routines for the EGA and CGA; and a general execution profiler for determining execution time spent by program subroutines. PC-CUBE provides a programming environment similar to all hypercube systems running CrOS III, Mercury and CUBIX. In addition, every node (personal computer) has its own graphics display monitor and storage devices. These allow data to be displayed or stored at every processor, which has much instructional value and enables easier debugging of applications. Some application programs which are taken from the book Solving Problems on Concurrent Processors (Fox 88) were implemented with graphics enhancement on PC-CUBE. The applications range from solving the Mandelbrot set, Laplace equation, wave equation, long range force interaction, to WaTor, an ecological simulation.

  5. Ordered fast fourier transforms on a massively parallel hypercube multiprocessor

    NASA Technical Reports Server (NTRS)

    Tong, Charles; Swarztrauber, Paul N.

    1989-01-01

    Design alternatives for ordered Fast Fourier Transformation (FFT) algorithms were examined on massively parallel hypercube multiprocessors such as the Connection Machine. Particular emphasis is placed on reducing communication which is known to dominate the overall computing time. To this end, the order and computational phases of the FFT were combined, and the sequence to processor maps that reduce communication were used. The class of ordered transforms is expanded to include any FFT in which the order of the transform is the same as that of the input sequence. Two such orderings are examined, namely, standard-order and A-order which can be implemented with equal ease on the Connection Machine where orderings are determined by geometries and priorities. If the sequence has N = 2 exp r elements and the hypercube has P = 2 exp d processors, then a standard-order FFT can be implemented with d + r/2 + 1 parallel transmissions. An A-order sequence can be transformed with 2d - r/2 parallel transmissions which is r - d + 1 fewer than the standard order. A parallel method for computing the trigonometric coefficients is presented that does not use trigonometric functions or interprocessor communication. A performance of 0.9 GFLOPS was obtained for an A-order transform on the Connection Machine.

  6. Latin hypercube approach to estimate uncertainty in ground water vulnerability

    USGS Publications Warehouse

    Gurdak, J.J.; McCray, J.E.; Thyne, G.; Qi, S.L.

    2007-01-01

    A methodology is proposed to quantify prediction uncertainty associated with ground water vulnerability models that were developed through an approach that coupled multivariate logistic regression with a geographic information system (GIS). This method uses Latin hypercube sampling (LHS) to illustrate the propagation of input error and estimate uncertainty associated with the logistic regression predictions of ground water vulnerability. Central to the proposed method is the assumption that prediction uncertainty in ground water vulnerability models is a function of input error propagation from uncertainty in the estimated logistic regression model coefficients (model error) and the values of explanatory variables represented in the GIS (data error). Input probability distributions that represent both model and data error sources of uncertainty were simultaneously sampled using a Latin hypercube approach with logistic regression calculations of probability of elevated nonpoint source contaminants in ground water. The resulting probability distribution represents the prediction intervals and associated uncertainty of the ground water vulnerability predictions. The method is illustrated through a ground water vulnerability assessment of the High Plains regional aquifer. Results of the LHS simulations reveal significant prediction uncertainties that vary spatially across the regional aquifer. Additionally, the proposed method enables a spatial deconstruction of the prediction uncertainty that can lead to improved prediction of ground water vulnerability. ?? 2007 National Ground Water Association.

  7. Induced Accelerated Aging in Induced Pluripotent Stem Cell Lines from Patients with Parkinson’s Disease

    DTIC Science & Technology

    2014-07-01

    after manipulation of the cells prohibited this approach. 2. Differentiation into oligoprecursor cells ( OPCs ) and oligodendrocytes As we have...Jing Bian, PhD and Birgitt Schuele, MD 18 Development of expandable OPCs from human iPSC derived...Neri et al., 2010) + + + + Human iPSC derived OPCs and Oligos (Wang et al., 2013) + + + + mEpsc derived OPCs and Oligos (Najm et al

  8. Generation of murine induced pluripotent stem cells by using high-density distributed electrodes network.

    PubMed

    Lu, Ming-Yu; Li, Zhihong; Hwang, Shiaw-Min; Linju Yen, B; Lee, Gwo-Bin

    2015-09-01

    This study reports a robust method of gene transfection in a murine primary cell model by using a high-density electrodes network (HDEN). By demonstrating high cell viability after gene transfection and successful expression of transgenes including fluorescent proteins, the HDEN device shows great promise as a solution in which reprogramming efficiency using non-viral induction for generation of murine induced pluripotent stem cells (iPSCs) is optimized. High and steady transgene expression levels in host cells of iPSCs can be demonstrated using this method. Moreover, the HDEN device achieved successful gene transfection with a low voltage of less than 180 V while requiring relatively low cell numbers (less than 1.5 × 10(4) cells). The results are comparable to current conventional methods, demonstrating a reasonable fluorescent-plasmid transfection rate (42.4% in single transfection and 24.5% in triple transfection) and high cell viability of over 95%. The gene expression levels of each iPSC factor was measured to be over 10-fold higher than that reported in previous studies using a single mouse embryonic fibroblast cell. Our results demonstrate that the generation of iPSCs using HDEN transfection of plasmid DNA may be a feasible and safe alternative to using viral transfection methods in the near future.

  9. LIF-activated Jak signaling determines Esrrb expression during late-stage reprogramming

    PubMed Central

    Huang, Delun; Wang, Ling; Duan, Jingyue; Huang, Chang; Tian, Xiuchun (Cindy); Zhang, Ming

    2018-01-01

    ABSTRACT The regulatory process of naïve-state induced pluripotent stem cell (iPSC) generation is not well understood. Leukemia inhibitory factor (LIF)-activated Janus kinase/signal transducer and activator of transcription 3 (Jak/Stat3) is the master regulator for naïve-state pluripotency achievement and maintenance. The estrogen-related receptor beta (Esrrb) serves as a naïve-state marker gene regulating self-renewal of embryonic stem cells (ESCs). However, the interconnection between Esrrb and LIF signaling for pluripotency establishment in reprogramming is unclear. We screened the marker genes critical for complete reprogramming during mouse iPSC generation, and identified genes including Esrrb that are responsive to LIF/Jak pathway signaling. Overexpression of Esrrb resumes the reprogramming halted by inhibition of Jak activity in partially reprogrammed cells (pre-iPSCs), and leads to the generation of pluripotent iPSCs. We further show that neither overexpression of Nanog nor stimulation of Wnt signaling, two upstream regulators of Esrrb in ESCs, stimulates the expression of Esrrb in reprogramming when LIF or Jak activity is blocked. Our study demonstrates that Esrrb is a specific reprogramming factor regulated downstream of the LIF/Jak signaling pathway. These results shed new light on the regulatory role of LIF pathway on complete pluripotency establishment during iPSC generation. PMID:29212799

  10. Induced pluripotent stem cell technology: Toward the future of cardiac arrhythmias.

    PubMed

    Gnecchi, Massimiliano; Stefanello, Manuela; Mura, Manuela

    2017-06-15

    The development of human induced pluripotent stem cell (iPSC) technology has revitalized the efforts made in the last decade to exploit the potential of human embryonic stem cells (ESCs) for scientific research. In the field of cardiac arrhythmias, the possibility of generating an unlimited amount of patient-specific cardiomyocyte-like cells (iPSC-CMs) has clear advantages compared with the use of ESC-derived cardiac cells. In particular, with the introduction and implementation of the large-scale precision medicine initiative, we anticipate that the iPSC technology will play an important role in the advancement of cardiovascular research and medicine. This platform is not free from technical limitations that must be carefully taken into account; however, the utility of iPSC-CMs in disease modeling and drug testing studies is hardly questionable. Here, we summarize some of the progresses made in the field of iPSC technology applied to inherited cardiac arrhythmias, with particular emphasis on the use of iPSC-CMs for modelling the long QT syndrome and for the development of personalized drug and molecular therapies. The growing role of iPSC technology in the practice of precision medicine will also be discussed. Copyright © 2017 Elsevier B.V. All rights reserved.

  11. Targeted inversion and reversion of the blood coagulation factor 8 gene in human iPS cells using TALENs.

    PubMed

    Park, Chul-Yong; Kim, Jungeun; Kweon, Jiyeon; Son, Jeong Sang; Lee, Jae Souk; Yoo, Jeong-Eun; Cho, Sung-Rae; Kim, Jong-Hoon; Kim, Jin-Soo; Kim, Dong-Wook

    2014-06-24

    Hemophilia A, one of the most common genetic bleeding disorders, is caused by various mutations in the blood coagulation factor VIII (F8) gene. Among the genotypes that result in hemophilia A, two different types of chromosomal inversions that involve a portion of the F8 gene are most frequent, accounting for almost half of all severe hemophilia A cases. In this study, we used a transcription activator-like effector nuclease (TALEN) pair to invert a 140-kbp chromosomal segment that spans the portion of the F8 gene in human induced pluripotent stem cells (iPSCs) to create a hemophilia A model cell line. In addition, we reverted the inverted segment back to its normal orientation in the hemophilia model iPSCs using the same TALEN pair. Importantly, we detected the F8 mRNA in cells derived from the reverted iPSCs lines, but not in those derived from the clones with the inverted segment. Thus, we showed that TALENs can be used both for creating disease models associated with chromosomal rearrangements in iPSCs and for correcting genetic defects caused by chromosomal inversions. This strategy provides an iPSC-based novel therapeutic option for the treatment of hemophilia A and other genetic diseases caused by chromosomal inversions.

  12. The effects of electrospun substrate-mediated cell colony morphology on the self-renewal of human induced pluripotent stem cells.

    PubMed

    Maldonado, Maricela; Wong, Lauren Y; Echeverria, Cristina; Ico, Gerardo; Low, Karen; Fujimoto, Taylor; Johnson, Jed K; Nam, Jin

    2015-05-01

    The development of xeno-free, chemically defined stem cell culture systems has been a primary focus in the field of regenerative medicine to enhance the clinical application of pluripotent stem cells (PSCs). In this regard, various electrospun substrates with diverse physiochemical properties were synthesized utilizing various polymer precursors and surface treatments. Human induced pluripotent stem cells (IPSCs) cultured on these substrates were characterized by their gene and protein expression to determine the effects of the substrate physiochemical properties on the cells' self-renewal, i.e., proliferation and the maintenance of pluripotency. The results showed that surface chemistry significantly affected cell colony formation via governing the colony edge propagation. More importantly, when surface chemistry of the substrates was uniformly controlled by collagen conjugation, the stiffness of substrate was inversely related to the sphericity, a degree of three dimensionality in colony morphology. The differences in sphericity subsequently affected spontaneous differentiation of IPSCs during a long-term culture, implicating that the colony morphology is a deciding factor in the lineage commitment of PSCs. Overall, we show that the capability of controlling IPSC colony morphology by electrospun substrates provides a means to modulate IPSC self-renewal. Copyright © 2015 Elsevier Ltd. All rights reserved.

  13. Congenital amegakaryocytic thrombocytopenia iPS cells exhibit defective MPL-mediated signaling

    PubMed Central

    Hirata, Shinji; Takayama, Naoya; Jono-Ohnishi, Ryoko; Endo, Hiroshi; Nakamura, Sou; Dohda, Takeaki; Nishi, Masanori; Hamazaki, Yuhei; Ishii, Ei-ichi; Kaneko, Shin; Otsu, Makoto; Nakauchi, Hiromitsu; Kunishima, Shinji; Eto, Koji

    2013-01-01

    Congenital amegakaryocytic thrombocytopenia (CAMT) is caused by the loss of thrombopoietin receptor–mediated (MPL-mediated) signaling, which causes severe pancytopenia leading to bone marrow failure with onset of thrombocytopenia and anemia prior to leukopenia. Because Mpl–/– mice do not exhibit the human disease phenotype, we used an in vitro disease tracing system with induced pluripotent stem cells (iPSCs) derived from a CAMT patient (CAMT iPSCs) and normal iPSCs to investigate the role of MPL signaling in hematopoiesis. We found that MPL signaling is essential for maintenance of the CD34+ multipotent hematopoietic progenitor (MPP) population and development of the CD41+GPA+ megakaryocyte-erythrocyte progenitor (MEP) population, and its role in the fate decision leading differentiation toward megakaryopoiesis or erythropoiesis differs considerably between normal and CAMT cells. Surprisingly, complimentary transduction of MPL into normal or CAMT iPSCs using a retroviral vector showed that MPL overexpression promoted erythropoiesis in normal CD34+ hematopoietic progenitor cells (HPCs), but impaired erythropoiesis and increased aberrant megakaryocyte production in CAMT iPSC–derived CD34+ HPCs, reflecting a difference in the expression of the transcription factor FLI1. These results demonstrate that impaired transcriptional regulation of the MPL signaling that normally governs megakaryopoiesis and erythropoiesis underlies CAMT. PMID:23908116

  14. Congenital amegakaryocytic thrombocytopenia iPS cells exhibit defective MPL-mediated signaling.

    PubMed

    Hirata, Shinji; Takayama, Naoya; Jono-Ohnishi, Ryoko; Endo, Hiroshi; Nakamura, Sou; Dohda, Takeaki; Nishi, Masanori; Hamazaki, Yuhei; Ishii, Ei-ichi; Kaneko, Shin; Otsu, Makoto; Nakauchi, Hiromitsu; Kunishima, Shinji; Eto, Koji

    2013-09-01

    Congenital amegakaryocytic thrombocytopenia (CAMT) is caused by the loss of thrombopoietin receptor-mediated (MPL-mediated) signaling, which causes severe pancytopenia leading to bone marrow failure with onset of thrombocytopenia and anemia prior to leukopenia. Because Mpl(-/-) mice do not exhibit the human disease phenotype, we used an in vitro disease tracing system with induced pluripotent stem cells (iPSCs) derived from a CAMT patient (CAMT iPSCs) and normal iPSCs to investigate the role of MPL signaling in hematopoiesis. We found that MPL signaling is essential for maintenance of the CD34+ multipotent hematopoietic progenitor (MPP) population and development of the CD41+GPA+ megakaryocyte-erythrocyte progenitor (MEP) population, and its role in the fate decision leading differentiation toward megakaryopoiesis or erythropoiesis differs considerably between normal and CAMT cells. Surprisingly, complimentary transduction of MPL into normal or CAMT iPSCs using a retroviral vector showed that MPL overexpression promoted erythropoiesis in normal CD34+ hematopoietic progenitor cells (HPCs), but impaired erythropoiesis and increased aberrant megakaryocyte production in CAMT iPSC-derived CD34+ HPCs, reflecting a difference in the expression of the transcription factor FLI1. These results demonstrate that impaired transcriptional regulation of the MPL signaling that normally governs megakaryopoiesis and erythropoiesis underlies CAMT.

  15. Cultivate Primary Nasal Epithelial Cells from Children and Reprogram into Induced Pluripotent Stem Cells

    PubMed Central

    Ulm, Ashley; Mayhew, Christopher N.; Debley, Jason; Khurana Hershey, Gurjit K.; Ji, Hong

    2016-01-01

    Nasal epithelial cells (NECs) are the part of the airways that respond to air pollutants and are the first cells infected with respiratory viruses. They are also involved in many airway diseases through their innate immune response and interaction with immune and airway stromal cells. NECs are of particular interest for studies in children due to their accessibility during clinical visits. Human induced pluripotent stem cells (iPSCs) have been generated from multiple cell types and are a powerful tool for modeling human development and disease, as well as for their potential applications in regenerative medicine. This is the first protocol to lay out methods for successful generation of iPSCs from NECs derived from pediatric participants for research purposes. It describes how to obtain nasal epithelial cells from children, how to generate primary NEC cultures from these samples, and how to reprogram primary NECs into well-characterized iPSCs. Nasal mucosa samples are useful in epidemiological studies related to the effects of air pollution in children, and provide an important tool for studying airway disease. Primary nasal cells and iPSCs derived from them can be a tool for providing unlimited material for patient-specific research in diverse areas of airway epithelial biology, including asthma and COPD research. PMID:27022951

  16. Current Advances and Limitations in Modeling ALS/FTD in a Dish Using Induced Pluripotent Stem Cells

    PubMed Central

    Guo, Wenting; Fumagalli, Laura; Prior, Robert; Van Den Bosch, Ludo

    2017-01-01

    Amyotrophic lateral sclerosis (ALS) and frontotemporal dementia (FTD) are two age-dependent multifactorial neurodegenerative disorders, which are typically characterized by the selective death of motor neurons and cerebral cortex neurons, respectively. These two diseases share many clinical, genetic and pathological aspects. During the past decade, cell reprogramming technologies enabled researchers to generate human induced pluripotent stem cells (iPSCs) from somatic cells. This resulted in the unique opportunity to obtain specific neuronal and non-neuronal cell types from patients which could be used for basic research. Moreover, these in vitro models can mimic not only the familial forms of ALS/FTD, but also sporadic cases without known genetic cause. At present, there have been extensive technical advances in the generation of iPSCs, as well as in the differentiation procedures to obtain iPSC-derived motor neurons, cortical neurons and non-neuronal cells. The major challenge at this moment is to determine whether these iPSC-derived cells show relevant phenotypes that recapitulate complex diseases. In this review, we will summarize the work related to iPSC models of ALS and FTD. In addition, we will discuss potential drawbacks and solutions for establishing more trustworthy iPSC models for both ALS and FTD. PMID:29326542

  17. Site-specific genome editing for correction of induced pluripotent stem cells derived from dominant dystrophic epidermolysis bullosa.

    PubMed

    Shinkuma, Satoru; Guo, Zongyou; Christiano, Angela M

    2016-05-17

    Genome editing with engineered site-specific endonucleases involves nonhomologous end-joining, leading to reading frame disruption. The approach is applicable to dominant negative disorders, which can be treated simply by knocking out the mutant allele, while leaving the normal allele intact. We applied this strategy to dominant dystrophic epidermolysis bullosa (DDEB), which is caused by a dominant negative mutation in the COL7A1 gene encoding type VII collagen (COL7). We performed genome editing with TALENs and CRISPR/Cas9 targeting the mutation, c.8068_8084delinsGA. We then cotransfected Cas9 and guide RNA expression vectors expressed with GFP and DsRed, respectively, into induced pluripotent stem cells (iPSCs) generated from DDEB fibroblasts. After sorting, 90% of the iPSCs were edited, and we selected four gene-edited iPSC lines for further study. These iPSCs were differentiated into keratinocytes and fibroblasts secreting COL7. RT-PCR and Western blot analyses revealed gene-edited COL7 with frameshift mutations degraded at the protein level. In addition, we confirmed that the gene-edited truncated COL7 could neither associate with normal COL7 nor undergo triple helix formation. Our data establish the feasibility of mutation site-specific genome editing in dominant negative disorders.

  18. The Combination of CRISPR/Cas9 and iPSC Technologies in the Gene Therapy of Human β-thalassemia in Mice.

    PubMed

    Ou, Zhanhui; Niu, Xiaohua; He, Wenyin; Chen, Yuchang; Song, Bing; Xian, Yexing; Fan, Di; Tang, Daolin; Sun, Xiaofang

    2016-09-01

    β-thalassemia results from point mutations or small deletions in the β-globin (HBB) gene that ultimately cause anemia. The generation of induced pluripotent stem cells (iPSCs) from the somatic cells of patients in combination with subsequent homologous recombination-based gene correction provides new approaches to cure this disease. CRISPR/Cas9 is a genome editing tool that is creating a buzz in the scientific community for treating human diseases, especially genetic disorders. Here, we reported that correction of β-thalassemia mutations in patient-specific iPSCs using the CRISPR/Cas9 tool promotes hematopoietic differentiation in vivo. CRISPR/Cas9-corrected iPSC-derived hematopoietic stem cells (HSCs) were injected into sublethally-irradiated NOD-scid-IL2Rg-/- (NSI) mice. HBB expression was observed in these HSCs after hematopoietic differentiation in the NSI mice. Importantly, no tumor was found in the livers, lungs, kidneys, or bone marrow at 10 weeks in the NSI mice after implantation with these HSCs. Collectively, our findings demonstrated that CRISPR/Cas9 successfully corrects β-thalassemia mutations in patient-specific iPSCs. These CRISPR/Cas9-corrected iPSC-derived HSCs express normal HBB in mice without tumorigenic potential, suggesting a safe strategy for personalized treatment of β-thalassemia.

  19. Motor neuron differentiation of iPSCs obtained from peripheral blood of a mutant TARDBP ALS patient.

    PubMed

    Bossolasco, Patrizia; Sassone, Francesca; Gumina, Valentina; Peverelli, Silvia; Garzo, Maria; Silani, Vincenzo

    2018-05-17

    Amyotrophic lateral sclerosis (ALS) is a severe neurodegenerative disease, mainly affecting the motor neurons (MNs) and without effective therapy. Drug screening is hampered by the lack of satisfactory experimental and pre-clinical models. Induced pluripotent stem cells (iPSCs) could help to define disease mechanisms and therapeutic strategies as they could be differentiated into MNs, otherwise inaccessible from living humans. In this study, given the seminal role of TDP-43 in ALS pathophysiology, MNs were obtained from peripheral blood mononuclear cells-derived iPSCs of an ALS patient carrying a p.A382T TARDBP mutation and a healthy donor. Venous samples were preferred to fibroblasts for their ease of collection and no requirement for time consuming extended cultures before experimentation. iPSCs were characterized for expression of specific markers, spontaneously differentiated into primary germ layers and, finally, into MNs. No differences were observed between the mutated ALS patient and the control MNs with most of the cells displaying a nuclear localization of the TDP-43 protein. In conclusion, we here demonstrated for the first time that human TARDBP mutated MNs can be successfully obtained exploiting the reprogramming and differentiation ability of peripheral blood cells, an easily accessible source from any patient. Copyright © 2018 The Authors. Published by Elsevier B.V. All rights reserved.

  20. Potential of Induced Pluripotent Stem Cells (iPSCs) for Treating Age-Related Macular Degeneration (AMD).

    PubMed

    Fields, Mark; Cai, Hui; Gong, Jie; Del Priore, Lucian

    2016-12-08

    The field of stem cell biology has rapidly evolved in the last few decades. In the area of regenerative medicine, clinical applications using stem cells hold the potential to be a powerful tool in the treatment of a wide variety of diseases, in particular, disorders of the eye. Embryonic stem cells (ESCs) and induced pluripotent stem cells (iPSCs) are promising technologies that can potentially provide an unlimited source of cells for cell replacement therapy in the treatment of retinal degenerative disorders such as age-related macular degeneration (AMD), Stargardt disease, and other disorders. ESCs and iPSCs have been used to generate retinal pigment epithelium (RPE) cells and their functional behavior has been tested in vitro and in vivo in animal models. Additionally, iPSC-derived RPE cells provide an autologous source of cells for therapeutic use, as well as allow for novel approaches in disease modeling and drug development platforms. Clinical trials are currently testing the safety and efficacy of these cells in patients with AMD. In this review, the current status of iPSC disease modeling of AMD is discussed, as well as the challenges and potential of this technology as a viable option for cell replacement therapy in retinal degeneration.

  1. Cultivate Primary Nasal Epithelial Cells from Children and Reprogram into Induced Pluripotent Stem Cells.

    PubMed

    Ulm, Ashley; Mayhew, Christopher N; Debley, Jason; Khurana Hershey, Gurjit K; Ji, Hong

    2016-03-10

    Nasal epithelial cells (NECs) are the part of the airways that respond to air pollutants and are the first cells infected with respiratory viruses. They are also involved in many airway diseases through their innate immune response and interaction with immune and airway stromal cells. NECs are of particular interest for studies in children due to their accessibility during clinical visits. Human induced pluripotent stem cells (iPSCs) have been generated from multiple cell types and are a powerful tool for modeling human development and disease, as well as for their potential applications in regenerative medicine. This is the first protocol to lay out methods for successful generation of iPSCs from NECs derived from pediatric participants for research purposes. It describes how to obtain nasal epithelial cells from children, how to generate primary NEC cultures from these samples, and how to reprogram primary NECs into well-characterized iPSCs. Nasal mucosa samples are useful in epidemiological studies related to the effects of air pollution in children, and provide an important tool for studying airway disease. Primary nasal cells and iPSCs derived from them can be a tool for providing unlimited material for patient-specific research in diverse areas of airway epithelial biology, including asthma and COPD research.

  2. Latency-Information Theory: The Mathematical-Physical Theory of Communication-Observation

    DTIC Science & Technology

    2010-01-01

    Werner Heisenberg of quantum mechanics; 3) the source-entropy and channel-capacity lossless performance bounds of Claude Shannon that guide...through noisy intel-space channels, and where the physical time-dislocations of intel-space exhibit a passing of time Heisenberg information...life-space sensor, and where the physical time- dislocations of life-space exhibit a passing of time Heisenberg information-uncertainty; and 4

  3. Scaling Support Vector Machines On Modern HPC Platforms

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

    You, Yang; Fu, Haohuan; Song, Shuaiwen

    2015-02-01

    We designed and implemented MIC-SVM, a highly efficient parallel SVM for x86 based multicore and many-core architectures, such as the Intel Ivy Bridge CPUs and Intel Xeon Phi co-processor (MIC). We propose various novel analysis methods and optimization techniques to fully utilize the multilevel parallelism provided by these architectures and serve as general optimization methods for other machine learning tools.

  4. Comparisons between Intel 386 and i486 microprecessors

    NASA Technical Reports Server (NTRS)

    Liu, Yuan-Kwei

    1989-01-01

    A quick and preliminary comparison is made between the Intel 386 and i486 microprocessors. The following topics are discussed: the i486 key elements, comparison of instruction set architecture, the i486 on-chip cache characteristics, the i486 multiprocessor support, comparison of performance, comparison of power consumption, comparison of radiation hardening potential, and recommendations for the Space Station Freedom (SSF) Data Management System (DMS).

  5. Student Intern Freed Competes at Intel ISEF, Two Others Awarded at Local Science Fair | Poster

    Cancer.gov

    Class of 2014–2015 Werner H. Kirsten (WHK) student intern Rebecca “Natasha” Freed earned a fourth-place award in biochemistry at the 2015 Intel International Science and Engineering Fair (ISEF), the largest high school science research competition in the world, according to the Society for Science & the Public’s website. Freed described the event as “transformative

  6. Stochastic species abundance models involving special copulas

    NASA Astrophysics Data System (ADS)

    Huillet, Thierry E.

    2018-01-01

    Copulas offer a very general tool to describe the dependence structure of random variables supported by the hypercube. Inspired by problems of species abundances in Biology, we study three distinct toy models where copulas play a key role. In a first one, a Marshall-Olkin copula arises in a species extinction model with catastrophe. In a second one, a quasi-copula problem arises in a flagged species abundance model. In a third model, we study completely random species abundance models in the hypercube as those, not of product type, with uniform margins and singular. These can be understood from a singular copula supported by an inflated simplex. An exchangeable singular Dirichlet copula is also introduced, together with its induced completely random species abundance vector.

  7. Performance analysis of parallel branch and bound search with the hypercube architecture

    NASA Technical Reports Server (NTRS)

    Mraz, Richard T.

    1987-01-01

    With the availability of commercial parallel computers, researchers are examining new classes of problems which might benefit from parallel computing. This paper presents results of an investigation of the class of search intensive problems. The specific problem discussed is the Least-Cost Branch and Bound search method of deadline job scheduling. The object-oriented design methodology was used to map the problem into a parallel solution. While the initial design was good for a prototype, the best performance resulted from fine-tuning the algorithm for a specific computer. The experiments analyze the computation time, the speed up over a VAX 11/785, and the load balance of the problem when using loosely coupled multiprocessor system based on the hypercube architecture.

  8. A site oriented supercomputer for theoretical physics: The Fermilab Advanced Computer Program Multi Array Processor System (ACMAPS)

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

    Nash, T.; Atac, R.; Cook, A.

    1989-03-06

    The ACPMAPS multipocessor is a highly cost effective, local memory parallel computer with a hypercube or compound hypercube architecture. Communication requires the attention of only the two communicating nodes. The design is aimed at floating point intensive, grid like problems, particularly those with extreme computing requirements. The processing nodes of the system are single board array processors, each with a peak power of 20 Mflops, supported by 8 Mbytes of data and 2 Mbytes of instruction memory. The system currently being assembled has a peak power of 5 Gflops. The nodes are based on the Weitek XL Chip set. Themore » system delivers performance at approximately $300/Mflop. 8 refs., 4 figs.« less

  9. Generation of Induced Pluripotent Stem Cells from Mammalian Endangered Species.

    PubMed

    Ben-Nun, Inbar Friedrich; Montague, Susanne C; Houck, Marlys L; Ryder, Oliver; Loring, Jeanne F

    2015-01-01

    For some highly endangered species there are too few reproductively capable animals to maintain adequate genetic diversity, and extraordinary measures are necessary to prevent their extinction. Cellular reprogramming is a means to capture the genomes of individual animals as induced pluripotent stem cells (iPSCs), which may eventually facilitate reintroduction of genetic material into breeding populations. Here, we describe a method for generating iPSCs from fibroblasts of mammalian endangered species.

  10. Derivation of Parathyroid Gland Cells and Their Progenitors fromInduced Pluripotent Stem Cells (iPSCs) for Personalized Therapy

    DTIC Science & Technology

    2016-09-01

    parathyroid hormone and GCM2, both markers of parathyroid tissues. 15. SUBJECT TERMS Induced pluripotent stem cells, ips cells, parathyroid, Crispr ...parathyroid organogenesis. The iPSCs are being modified with CRISPR or TALEN technology for sequence specific insertion of a GFP reporter into the...cells, parathyroid, Crispr /cas9, TALENS, pluripotent stem cells, hypoparathyroidism, 2 human homolog (Gcm2/GCMB), parathyroid hormone (PTH) and

  11. Pluripotent Stem Cells and Gene Therapy

    PubMed Central

    Simara, Pavel; Motl, Jason A.; Kaufman, Dan S.

    2013-01-01

    Human pluripotent stem cells represent an accessible cell source for novel cell-based clinical research and therapies. With the realization of induced pluripotent stem cells (iPSCs), it is possible to produce almost any desired cell type from any patient's cells. Current developments in gene modification methods have opened the possibility for creating genetically corrected human iPSCs for certain genetic diseases that could be used later in autologous transplantation. Promising preclinical studies have demonstrated correction of disease-causing mutations in a number of hematological, neuronal and muscular disorders. This review aims to summarize these recent advances with a focus on iPSC generation techniques, as well as gene modification methods. We will then further discuss some of the main obstacles remaining to be overcome before successful application of human pluripotent stem cell-based therapy arrives in the clinic and what the future of stem cell research may look like. PMID:23353080

  12. [Breakthrough in research on pluripotent stem cells and their application in medicine].

    PubMed

    Valdimarsdóttir, Guðrún; Richter, Anne

    2015-12-01

    Embryonic stem cells are, as the name indicates, isolated from embryos. They are pluripotent cells which can be maintained undifferentiated or induced to differentiate into any cell type of the body. In 1998 the first isolation of human embryonic stem cells was successful and they became an interesting source for stem cell regenerative medicine. Only 8 years later pluripotent stem cells were generated by reprogramming somatic cells into induced pluripotent stem cells (iPSCs). This was a revolution in the way people thought of cell commitment during development. Since then, a lot of research has been done in understanding the molecular biology of pluripotent stem cells. iPSCs can be generated from somatic cells of a patient and therefore have the same genome. Hence, iPSCs have great potential application in medicine, as they can be utilized in disease modelling, drug screening and cell replacement therapy.

  13. Assessing the risks of genotoxicity in the therapeutic development of induced pluripotent stem cells.

    PubMed

    Hong, So Gun; Dunbar, Cynthia E; Winkler, Thomas

    2013-02-01

    Induced pluripotent stem cells (iPSCs) have great potential for regenerative medicine as well as for basic and translational research. However, following the initial excitement over the enormous prospects of this technology, several reports uncovered serious concerns regarding its safety for clinical applications and reproducibility for laboratory applications such as disease modeling or drug screening. In particular, the genomic integrity of iPSCs is the focus of extensive research. Epigenetic remodeling, aberrant expression of reprogramming factors, clonal selection, and prolonged in vitro culture are potential pathways for acquiring genomic alterations. In this review, we will critically discuss current reprogramming technologies particularly in the context of genotoxicity, and the consequences of these alternations for the potential applications of reprogrammed cells. In addition, current strategies of genetic modification of iPSCs, as well as applicable suicide strategies to control the risk of iPSC-based therapies will be introduced.

  14. Pluripotent stem cell models of Shwachman-Diamond syndrome reveal a common mechanism for pancreatic and hematopoietic dysfunction

    PubMed Central

    Tulpule, Asmin; Kelley, James M.; Lensch, M. William; McPherson, Jade; Park, In Hyun; Hartung, Odelya; Nakamura, Tomoka; Schlaeger, Thorsten M.; Shimamura, Akiko; Daley, George Q.

    2013-01-01

    Summary Shwachman-Diamond syndrome (SDS), a rare autosomal recessive disorder characterized by exocrine pancreatic insufficiency and hematopoietic dysfunction, is caused by mutations in the Shwachman-Bodian-Diamond syndrome (SBDS) gene. We created human pluripotent stem cell models of SDS by knock-down of SBDS in human embryonic stem cells (hESCs) and generation of induced pluripotent stem cell (iPSC) lines from two SDS patients. SBDS-deficient hESCs and iPSCs manifest deficits in exocrine pancreatic and hematopoietic differentiation in vitro, enhanced apoptosis and elevated protease levels in culture supernatants, which could be reversed by restoring SBDS protein expression through transgene rescue or by supplementing culture media with protease inhibitors. Protease-mediated auto-digestion provides a mechanistic link between the pancreatic and hematopoietic phenotypes in SDS, highlighting the utility of hESCs and iPSCs in obtaining novel insights into human disease. PMID:23602541

  15. Clinical implications of basic science discoveries: induced pluripotent stem cell therapy in transplantation--a potential role for immunologic tolerance.

    PubMed

    Wertheim, J A; Leventhal, J R

    2015-04-01

    Induced pluripotent stem cells (iPSCs) hold the potential for future development of genetically identical tissues from almost any mature cell lineage. For clinical applications in cell therapy and transplantation, it may provide a means to one-day restore dysfunctional or damaged tissue without the need for immunosuppression. A recent study by de Almeida et al published in the journal Nature Communications indicates that iPSCs may indeed elicit an immune response that evolves as cells differentiate toward maturity to induce a state of tolerance within a recipient animal. If these early findings hold true, it suggests a possible explanation for self-recognition of mature cells derived from iPSCs for use in future therapeutic interventions in transplantation such as cellular therapy or tissue engineering. © Copyright 2015 The American Society of Transplantation and the American Society of Transplant Surgeons.

  16. Generation of induced pluripotent stem cells (iPSCs) stably expressing CRISPR-based synergistic activation mediator (SAM).

    PubMed

    Xiong, Kai; Zhou, Yan; Hyttel, Poul; Bolund, Lars; Freude, Kristine Karla; Luo, Yonglun

    2016-11-01

    Human fibroblasts were engineered to express the CRISPR-based synergistic activation mediator (SAM) complex: dCas9-VP64 and MS2-P65-HSF1. Two induced pluripotent stem cells (iPSCs) clones expressing SAM were established by transducing these fibroblasts with lentivirus expressing OCT4, SOX2, KLF4 and C-MYC. We have validated that the reprogramming cassette is silenced in the SAM iPSC clones. Expression of pluripotency genes (OCT4, SOX2, LIN28A, NANOG, GDF3, SSEA4, and TRA-1-60), differentiation potential to all three germ layers, and normal karyotypes are validated. These SAM-iPSCs provide a novel, useful tool to investigate genetic regulation of stem cell proliferation and differentiation through CRISPR-mediated activation of endogenous genes. Copyright © 2016 Michael Boutros, German Cancer Research Center, Heidelberg, Germany. Published by Elsevier B.V. All rights reserved.

  17. Long-Distance Axonal Growth from Human Induced Pluripotent Stem Cells After Spinal Cord Injury

    PubMed Central

    Lu, Paul; Woodruff, Grace; Wang, Yaozhi; Graham, Lori; Hunt, Matt; Wu, Di; Boehle, Eileen; Ahmad, Ruhel; Poplawski, Gunnar; Brock, John; Goldstein, Lawrence S. B.; Tuszynski, Mark H.

    2014-01-01

    Human induced pluripotent stem cells (iPSCs) from a healthy 86 year-old male were differentiated into neural stem cells and grafted into adult immunodeficient rats after spinal cord injury. Three months after C5 lateral hemisections, iPSCs survived and differentiated into neurons and glia, and extended tens of thousands of axons from the lesion site over virtually the entire length of the rat central nervous system. These iPSC-derived axons extended through adult white matter of the injured spinal cord, frequently penetrating gray matter and forming synapses with rat neurons. In turn, host supraspinal motor axons penetrated human iPSC grafts and formed synapses. These findings indicate that intrinsic neuronal mechanisms readily overcome the inhibitory milieu of the adult injured spinal cord to extend many axons over very long distances; these capabilities persist even in neurons reprogrammed from very aged human cells. PMID:25123310

  18. Using Stem Cells to Model Diseases of the Outer Retina.

    PubMed

    Yvon, Camille; Ramsden, Conor M; Lane, Amelia; Powner, Michael B; da Cruz, Lyndon; Coffey, Peter J; Carr, Amanda-Jayne F

    2015-01-01

    Retinal degeneration arises from the loss of photoreceptors or retinal pigment epithelium (RPE). It is one of the leading causes of irreversible blindness worldwide with limited effective treatment options. Generation of induced pluripotent stem cell (IPSC)-derived retinal cells and tissues from individuals with retinal degeneration is a rapidly evolving technology that holds a great potential for its use in disease modelling. IPSCs provide an ideal platform to investigate normal and pathological retinogenesis, but also deliver a valuable source of retinal cell types for drug screening and cell therapy. In this review, we will provide some examples of the ways in which IPSCs have been used to model diseases of the outer retina including retinitis pigmentosa (RP), Usher syndrome (USH), Leber congenital amaurosis (LCA), gyrate atrophy (GA), juvenile neuronal ceroid lipofuscinosis (NCL), Best vitelliform macular dystrophy (BVMD) and age related macular degeneration (AMD).

  19. Systematic review of induced pluripotent stem cell technology as a potential clinical therapy for spinal cord injury.

    PubMed

    Kramer, Anne S; Harvey, Alan R; Plant, Giles W; Hodgetts, Stuart I

    2013-01-01

    Transplantation therapies aimed at repairing neurodegenerative and neuropathological conditions of the central nervous system (CNS) have utilized and tested a variety of cell candidates, each with its own unique set of advantages and disadvantages. The use and popularity of each cell type is guided by a number of factors including the nature of the experimental model, neuroprotection capacity, the ability to promote plasticity and guided axonal growth, and the cells' myelination capability. The promise of stem cells, with their reported ability to give rise to neuronal lineages to replace lost endogenous cells and myelin, integrate into host tissue, restore functional connectivity, and provide trophic support to enhance and direct intrinsic regenerative ability, has been seen as a most encouraging step forward. The advent of the induced pluripotent stem cell (iPSC), which represents the ability to "reprogram" somatic cells into a pluripotent state, hails the arrival of a new cell transplantation candidate for potential clinical application in therapies designed to promote repair and/or regeneration of the CNS. Since the initial development of iPSC technology, these cells have been extensively characterized in vitro and in a number of pathological conditions and were originally reported to be equivalent to embryonic stem cells (ESCs). This review highlights emerging evidence that suggests iPSCs are not necessarily indistinguishable from ESCs and may occupy a different "state" of pluripotency with differences in gene expression, methylation patterns, and genomic aberrations, which may reflect incomplete reprogramming and may therefore impact on the regenerative potential of these donor cells in therapies. It also highlights the limitations of current technologies used to generate these cells. Moreover, we provide a systematic review of the state of play with regard to the use of iPSCs in the treatment of neurodegenerative and neuropathological conditions. The importance of balancing the promise of this transplantation candidate in the light of these emerging properties is crucial as the potential application in the clinical setting approaches. The first of three sections in this review discusses (A) the pathophysiology of spinal cord injury (SCI) and how stem cell therapies can positively alter the pathology in experimental SCI. Part B summarizes (i) the available technologies to deliver transgenes to generate iPSCs and (ii) recent data comparing iPSCs to ESCs in terms of characteristics and molecular composition. Lastly, in (C) we evaluate iPSC-based therapies as a candidate to treat SCI on the basis of their neurite induction capability compared to embryonic stem cells and provide a summary of available in vivo data of iPSCs used in SCI and other disease models.

  20. Reverse engineering human neurodegenerative disease using pluripotent stem cell technology.

    PubMed

    Liu, Ying; Deng, Wenbin

    2016-05-01

    With the technology of reprogramming somatic cells by introducing defined transcription factors that enables the generation of "induced pluripotent stem cells (iPSCs)" with pluripotency comparable to that of embryonic stem cells (ESCs), it has become possible to use this technology to produce various cells and tissues that have been difficult to obtain from living bodies. This advancement is bringing forth rapid progress in iPSC-based disease modeling, drug screening, and regenerative medicine. More and more studies have demonstrated that phenotypes of adult-onset neurodegenerative disorders could be rather faithfully recapitulated in iPSC-derived neural cell cultures. Moreover, despite the adult-onset nature of the diseases, pathogenic phenotypes and cellular abnormalities often exist in early developmental stages, providing new "windows of opportunity" for understanding mechanisms underlying neurodegenerative disorders and for discovering new medicines. The cell reprogramming technology enables a reverse engineering approach for modeling the cellular degenerative phenotypes of a wide range of human disorders. An excellent example is the study of the human neurodegenerative disease amyotrophic lateral sclerosis (ALS) using iPSCs. ALS is a progressive neurodegenerative disease characterized by the loss of upper and lower motor neurons (MNs), culminating in muscle wasting and death from respiratory failure. The iPSC approach provides innovative cell culture platforms to serve as ALS patient-derived model systems. Researchers have converted iPSCs derived from ALS patients into MNs and various types of glial cells, all of which are involved in ALS, to study the disease. The iPSC technology could be used to determine the role of specific genetic factors to track down what's wrong in the neurodegenerative disease process in the "disease-in-a-dish" model. Meanwhile, parallel experiments of targeting the same specific genes in human ESCs could also be performed to control and to complement the iPSC-based approach for ALS disease modeling studies. Much knowledge has been generated from the study of both ALS iPSCs and ESCs. As these methods have advantages and disadvantages that should be balanced on experimental design in order for them to complement one another, combining the diverse methods would help build an expanded knowledge of ALS pathophysiology. The goals are to reverse engineer the human disease using ESCs and iPSCs, generate lineage reporter lines and in vitro disease models, target disease related genes, in order to better understand the molecular and cellular mechanisms of differentiation regulation along neural (neuronal versus glial) lineages, to unravel the pathogenesis of the neurodegenerative disease, and to provide appropriate cell sources for replacement therapy. This article is part of a Special Issue entitled SI: PSC and the brain. Copyright © 2015 Elsevier B.V. All rights reserved.

Top