Cluster tendency assessment in neuronal spike data
Authors:
Sara Mahallati aff001; James C. Bezdek aff004; Milos R. Popovic aff001; Taufik A. Valiante aff001
Authors place of work:
Institute of Biomaterials and Biomedical Engineering, University of Toronto, Toronto, Canada
aff001; KITE Research Institute, University Health Network, Toronto, Canada
aff002; Krembil Research Institute, University Health Network, Toronto, Canada
aff003; Computer Science and Information Systems Departments, University of Melbourne, Melbourne, Australia
aff004; Division of Neurosurgery, University of Toronto, Toronto, Canada
aff005; CRANIA, University Health Network and University of Toronto, Toronto, Canada
aff006
Published in the journal:
PLoS ONE 14(11)
Category:
Research Article
doi:
https://doi.org/10.1371/journal.pone.0224547
Summary
Sorting spikes from extracellular recording into clusters associated with distinct single units (putative neurons) is a fundamental step in analyzing neuronal populations. Such spike sorting is intrinsically unsupervised, as the number of neurons are not known a priori. Therefor, any spike sorting is an unsupervised learning problem that requires either of the two approaches: specification of a fixed value k for the number of clusters to seek, or generation of candidate partitions for several possible values of c, followed by selection of a best candidate based on various post-clustering validation criteria. In this paper, we investigate the first approach and evaluate the utility of several methods for providing lower dimensional visualization of the cluster structure and on subsequent spike clustering. We also introduce a visualization technique called improved visual assessment of cluster tendency (iVAT) to estimate possible cluster structures in data without the need for dimensionality reduction. Experimental results are conducted on two datasets with ground truth labels. In data with a relatively small number of clusters, iVAT is beneficial in estimating the number of clusters to inform the initialization of clustering algorithms. With larger numbers of clusters, iVAT gives a useful estimate of the coarse cluster structure but sometimes fails to indicate the presumptive number of clusters. We show that noise associated with recording extracellular neuronal potentials can disrupt computational clustering schemes, highlighting the benefit of probabilistic clustering models. Our results show that t-Distributed Stochastic Neighbor Embedding (t-SNE) provides representations of the data that yield more accurate visualization of potential cluster structure to inform the clustering stage. Moreover, The clusters obtained using t-SNE features were more reliable than the clusters obtained using the other methods, which indicates that t-SNE can potentially be used for both visualization and to extract features to be used by any clustering algorithm.
Keywords:
analýza hlavních komponent – Algorithms – Neurons – Vision – Data visualization – Action potentials – Clustering algorithms – k means clustering
1 Introduction
Recording of extracellular signatures of action potentials, referred to as spikes, is a standard tool for revealing the activity of populations of individual neurons (single units). Single unit activity contains fundamental information for understanding brain microcircuit function in vivo and in vitro [1]. Inferences about network activity can be made by identifying coincident activity and other temporal relationships among spiking patterns of different neurons [2]. However, the reliability of these inferences is strongly influenced by the quality of spike sorting, i.e., the detection and classification of spike events from the raw extracellular traces with the goal of identifying single-unit spike trains. Poor sorting quality results in biased cross-correlation estimates of the spiking activity of the different identified units [3].
The typical workflow for spike sorting includes spike detection, feature extraction, and clustering. While detection is pretty straightforward and can be efficiently done with simple thresholding, the feature extraction and clustering procedures are far from being satisfactorily settled [4]. It has been estimated that single or tetrode type electrodes (i.e. impedance< 100KΩ) can record neuronal activity within a spherical volume of 50 μm radius with amplitudes large enough to be detected (> 60μV). This volume of brain tissue constitutes about 100 neurons. While noting that many neurons are expected to be silent [1, 5], commonly, not more than a handful identified neurons are reported per electrode. Studies on current sorting algorithms used for individual electrode recordings have shown that they are limited in distinguishing 8 to 10 out of 20 units with less than 50% false positive and false negative rates [6, 7]. Other methods using high density electrode arrays reported simulations with no more than 10 units [8, 9].
Since we can’t physiologically verify how many neurons have been recorded, assigning the spikes within a recording to individual neurons remains a fundamental technical issue. The sorting is in essence an unsupervised learning challenge. Therefore, methods require one of two approaches: specification of a fixed value of the number of clusters to seek (c); or generation of candidate partitions for several possible values of c, followed by selection of a best candidate based on various post-clustering validation criteria. Moreover, improving spike classification to correctly identify cell types is a topic of interest highlighted by initiatives that aim to characterize and reconstruct different cell types in the brain and their role in health and disease [10, 11]. For that goal, [12] list the identification of the number of clusters as the first outstanding question in techniques for neuronal classification.
In summary, identifying the spike trains of individual units within a recording is a three-faceted problem: (i) assessing the cluster tendency in the pre-clustering phase (before initializing any clustering algorithm); (ii) clustering (i.e. finding partitions of the data); and (iii) evaluation of the validity of the clusters that have been isolated, post-clustering [13]. Spike sorting algorithms usually start by projecting the data to a lower dimensional space. There are several reasons to do this. For example, lower dimensional data usually reduces such as reduction of computation time. In this paper, the fundamental reason for dimensionality reduction (essentially to two or three dimensions) is that 2D and 3D projections allow visualization of high dimensional input data. In turn, this facilitates the choice of a few selected values of the integer c. Pre-specification of k is needed by almost all clustering algorithms as an input parameter (hyper parameter). In algorithms such as density based clustering or mean shift, the choice of k is implicit in the choice of parameters such as γ (cluster density times cluster distance) or h (the bandwidth parameter), respectively. In practice, since reduced dimensionality embedding of the data often does not provide visually well separated clusters, it is common to exclude large number of spikes and only manually include (also known as cluster cutting) a small core portion of the subsets to achieve well-isolated clusters [14]. Omitting spikes to obtain well-separated clusters may lead to single units with recognizable spike waveforms, but it discards spikes that, as mentioned before, are fundamental for analyses of temporal structure of spiking activity [15, 16]. Therefore, the bottleneck in spike sorting is at the pre-clustering stage: viz., inaccuracy of the assumed data structure that is inferred by visualization of it in the lower dimensional space. If clustering is to be done in a lower dimensional data space, errors here will affect both the initial estimate of the cluster number and the performance of the clustering algorithm. Thus, this study concerns itself with visual assessment in the pre-clustering stage.
We compare the visualization of neuronal spike data created using six methods (i) three well-known dimensionality reduction techniques: principle component analysis (PCA), t-student stochastic neighborhood embedding (t-SNE) and Sammon’s algorithm, (ii) two methods that extract features from the waveforms: wavelet decomposition and features such as peak to valley amplitude and Energy (PV-E), and (iii) a method that operates directly on waveforms in the input space: improved visual assessment of tendency (iVAT). The analysis is performed on two different types of ground truth data (labeled data): simulated spike sets and real recorded spike sets, called dataset-1 and dataset-2, respectively. Our results indicate that iVAT often suggests a most reasonable estimate for the primary (or coarse) cluster structure, while t-SNE is often capable of displaying finer cluster structure. While iVAT is only a visualization tool, t-SNE can be used for both visualization and to extract features. We provide an objective measure of comparison between t-SNE and the other methods, we evaluate the quality of partitions obtained by clustering in the upspace (input dimensional space; i.e., the waveforms) and also in the five two-dimensional representations. This test is performed by running k-means and generating a number of clusters equal to the actual (i.e. known) number of units. The quality of the partitions generated by each method is evaluated with Dunn’s index (DI) (an internal index describing the intrinsic quality of the generated clusters); the generalized Dunn’s index GDI33; and the Adjusted Rand’s index (ARI) (an external measure of agreement between computed partitions and the ground truth partition).
The outline of the paper follows: Section 2 describes the datasets that we used (2.1), defines the problem (2.2), explains the methods used for data visualization (2.3 and 2.4), and lastly describes the measures used for evaluating clustering structure of the data (2.5). The results of the experiments on the datasets are given in section 3. Insights gained from the experiments are summarized in section 4.
2 Materials and methods
2.1 Datasets
The importance of model data or ground truth data, where the label or membership of each spike to an individual neuron is known, for spike sorting validation is emphasized by [17]. We use two labeled datasets: our first experiment uses simulations of extracellular traces as model data or surrogate ground truth data (hereafter called dataset-1), and the second experiment uses data obtained from in-vivo experiments as real ground truth data (hereafter called dataset-2).
Dataset-1 Pedreira et al. [6] simulated extracellular traces that contain the activity of 2 to 20 neurons with additive background noise. The spike activity is generated by using 594 average spike waveforms (templates) compiled from Basal Ganglia and Neocortical recordings. The background noise (i.e., LFP noise) is simulated by superimposition of thousands of spikes at random times which were then scaled down to a standard deviation of 0.1. Each simulated trace also contains multi-unit activity, which was generated by superimposing 20 waveforms with normalized amplitudes limited to 0.5. The amplitude of single unit spikes had a normal distribution with mean of 1.1 and limited to range of 0.9 and 2 to reproduce the signal to noise ratio of the real recordings. Dataset-1 thus provides us with simulated extracellular traces each containing 3 to 21 subsets of spikes. For each cluster number k, five simulations using different sets of templates were generated (for a total of 90 datasets). The spikes were detected by voltage thresholding. The length of each spike waveform is 2 ms, with a sampling rate of 24 kHz, comprising 48 sample points. Thus, the upspace dimension for subsets in Dataset-1 is 48.
Dataset-2: We used the in vivo simultaneous intracellular and extracellular hippocampal recording datasets that are publicly available from the CRCNS website [18]. These are raw data of simultaneous intracellular and extracellular recordings from neurons in the CA1 region of the hippocampus of anesthetized rats. The experimental procedure consisted of inserting extracellular electrodes (either tetrodes, 13-μm polyimide-coated nichrome wires, or a single 60-μm wire) into the cell body layer of CA1, confirming the presence of unit activity in the recordings, and then inserting intracellular sharp-electrodes into the same region in close proximity to the extracellular electrode to impale a single neuron and record stable action potentials induced by current injections. With this method, it was possible to capture simultaneous spikes in the intracellular and extracellular recordings. We detected the intracellular spikes, and used those spike times to extract the extracellular spike train of that neuron (i.e. a labeled subset of spikes). Each spike waveform is 2 ms long which, with a sampling rate of 40 kHz, results in 80 sample points, so the upspace dimension of each spike and subsequent sets in dataset-2 is 80. Dataset-2 is valuable because each spike waveform in the subset is a recorded signal from a physiological setting; hence, the variability in the probability distribution of each subset comes from either natural (e.g. the effect of other current sources in the extracellular medium) or experimental conditions (e.g. electrode drift). Each recorded trace has one labeled subset of spikes. Hence, to generate each mixture, we used the extracted spike subsets from different traces. In total, we obtained 9 subsets of spikes from the database and then used combinations of 2,3,4,… to 9 of these subsets to create datasets containing spikes of 2 or more neurons (for a total of 502 datasets).
In summary, the data for our experiments were mixtures of subets of spikes each with different population size in either 48 or 80 dimensional input space, for dataset-1 and dataset-2 respectively. All the 9 subsets of waveforms used to create the mixtures in dataset-2 are displayed in S1 Fig in supplementary material. The 594 templates that are used to make the 95 mixtures in dataset-1 are available publicly through the creators [6].
2.2 Problem definition
Let X = {x1, …‥xn} ⊂ ℜp denote a set of vector data representing n spikes generated by one or multiple neurons. The coordinates of xi are voltage samples that describe a spike event (they are always voltage samples in this article). The k-partitions of the n objects in a set X can be represented by a k × n matrix U in Mhkn, written in terms of the k crisp subsets of it (the clusters Xi) as
Here is an example. Suppose X = {x1, x2, x3, x4} is partitioned into 3 subsets, X={ x1,x3 }︸x1∪{ x2 }︸x2∪{ x4 }︸x3=X1∪X2∪X3 as shown at (1b). An equivalent matrix representation in the notation at (1a) is
Finding clusters in X comprises three steps: deciding how many clusters (c) to look for; constructing a set of candidate partitions {U ∈ Mhcn} of X; and selecting a “best” partition from CP (cf. Eq (2) below) using a cluster validity index (CVI).
2.3 Dimensionality reduction and feature extraction
Data vectors in ℜp usually have high dimensionality (p > 3) (e.g., images, videos, and multi-variate data streams). Feature selection and dimensionality reduction algorithms are used to (i) make pre-clustering visual assessment of the structure of the data and (ii) to improve the performance of data-driven procedures, such as those for classification and clustering. Typical approaches for these procedures include those discussed in [19] and [20]. Methods for obtaining an “optimal” set of features (the intrinsic dimension of the input data) for clustering abound. Campadelli et al. [21] have a good survey of such methods. We point out finding the intrinsic dimension of a data set is not directed towards visual assessment, since the intrinsic dimension (there are many competing algorithms that find different features) is usually greater than 2 or 3.
Here we focus on visualization based on several well-known dimensionality reduction algorithms that have been used in a multitude of domains including neurosciences; we refer the interested reader to [20] and references therein for technical details.
Principal component analysis (PCA) is one of the most important and widely utilized linear dimensionality reduction techniques [22]. In order to find a low-dimensional subspace that accounts for the maximum amount of projected variance, PCA projects the data along the directions given by the leading eigenvectors of the data covariance matrix, i.e., the directions associated with the largest eigenvalues of the sample covariance matrix.
In neuroscience research, another common approach is to extract features of the waveforms that have a physical meaning such as waveform’s negative or positive amplitudes, known as valley and peak, their ratio or width, or waveform’s energy, among others [23, 24]. For our experiments we selected peak to valley (PV), and energy (E), hereby called PV-E. We remark that the PV-E features contain essentially the same information as the min peak-max peak features used by [25]. Another method based on wavelet transforms that enables visualizing the data in the wavelet coefficient subspace has also been implemented in clustering packages such as Waveclus and Combinato [7, 26].
We also consider two nonlinear dimensionality reduction techniques. The first of these is t-SNE (t-student Stochastic Neighbor Embedding), developed by [27]. It works by converting Euclidean distances between high-dimensional input data into conditional probabilities. In doing so, t-SNE converts the geometric notion of similarity into a statistical concept: if xj is a neighbor of xi, then the conditional probability pj|i is high. Then, t-SNE finds low-dimensional representations yi and yj of xi and xj by minimizing the discrepancy between the upspace pj|i and downspace conditional probabilities qj|i, technically achieved by minimizing the Kullback-Leibler divergence between them. The objective of t-SNE is to minimize the sum of the divergences over all the data points. The downspace dimension is a choice made by the user.
Two features of t-SNE should be noted. First, it is not a linear projection like PCA but rather has a non-convex cost function, so its output may be different for different initializations. Second, it is a parametric technique. Different settings of hyperparameters such as the learning rate, the perplexity, and the iteration rate in the t-SNE algorithm generate different maps in the scatterplots, and may cause misinterpretation of the data structure [27].
The main parameter that affects the results of t-SNE is the perplexity, which is the limiting condition for the entropy of the probability distribution of the similarities of datapoints in the upspace. This means that the variance of the Gaussian that is centered over each datapoint, i.e., the extent of the neighborhood around that point, is limited by the choice of perplexity.
This limitation affects each datapoint separately based on the local density of the data. This is the feature that enables t-SNE to avoid crowding points in the center of the map so that cluster structure of the data in the upspace data is often seen in the t-SNE downspace projection. This feature, however, comes at the cost of sacrificing the shape of the distribution so that the distances between the clusters may not be meaningful. In other words, it is not possible to infer reliable spatial information from the topology of the low-dimensional maps.
Fortunately, the topology is not relevant for our application: viz. suggesting clusters in the neuronal waveform data. The optimal choice of perplexity is dependent on the number of points (spikes) in the dataset. We found that for neuronal datasets with thousands of spikes (data points), as long as the extreme values in the parameter ranges are not selected, the t-SNE algorithm is not very sensitive to changes in perplexity. On the other hand, the reliability of t-SNE visualizations seems to decrease as the number of samples decreases. See [28] for an example. We tried a large range of parameters for our datasets and selected a perplexity value of 30, learning rate of 500 and an iteration limit of 2000 based on the visual quality of the t-SNE embeddings.
We also consider another traditional nonlinear dimensionality reduction technique called the Sammon mapping [29], which is one form of multidimensional scaling. Multidimensional scaling (MDS) seeks a low dimensional embedding of the input data while preserving all pairwise Euclidean distances (In a more general setting, t-SNE can be interpreted as a form of probabilistic MDS). However, high-dimensional data usually lies on a low-dimensional curved manifold [30]. In such cases, preserving pairwise Euclidean distances will not capture the actual neighboring relationships: the actual distance between two points over the manifold might be much larger than the distance measured by the length of a straight line connecting them, i.e., their Euclidean distance). Sammon mapping improves upon classic multidimensional scaling by directly modifying its original cost function, i.e., the distortion measure to be minimized. In particular, the Sammon mapping cost function weights the contribution of each pair of data points relative to the overall cost by taking into account the inverse of their pairwise distance in the original high-dimensional input space. In this way, Sammon mapping often preserves the local structure of the data better than classical multidimensional scaling.
While these five methods do not all produce lower dimensional data with an analytic projection function, we will call all downspace data sets projections.
2.4 iVAT
There are a number of imaging techniques that can be applied directly to the upspace data before clustering it. Here we describe the iVAT method described in [31], which is a generalization of the original VAT algorithm given by [32]. Improved Visual Assessment of Tendency (iVAT) is a visualization tool that uses any dissimilarity matrix, D, of the data to display potential cluster structure. The steps of the iVAT method are the following. The vectors in the dataset are represented as vertices in a complete graph, with the distances between them the weights of the graph. The algorithm first finds the longest edge in the graph. Then, starting at either end, it finds the minimal spanning tree (MST) of D based on Prim’s algorithm [33]. Then, it reorders the rows (and columns) of D based on the order of edge insertion in the MST, creating D* (up to this point this is the original VAT algorithm). Then, iVAT transforms D* to D’* by replacing each distance dij in D* with the maximum edge length in the set of paths in the MST between vertices i and j. When displayed as a gray-scale image, I(D’*), possible clusters are seen as dark blocks along the diagonal of the image. Images of this type are often called cluster heat maps in the neuroscience literature [34, 35].
iVAT is not a clustering method or measure of performance for clustering algorithms, but a method to visually extract some information about the cluster structure from the input space before application of any clustering algorithm. iVAT does not alter the physical meaning of the input data (even after the shortest path transformation), it just rearranges the objects in a way that emphasizes possible cluster substructure. The recursive computation of D′* given in [31] is O(n2). S1 Appendix contains the pseudocode for iVAT. The iVAT algorithm requires no parameters to pick other than the dissimilarity function (d) used to convert X to D. This input matrix can actually be a bit more general than a true distance because its only requirements are that D = DT; dij ≥ 0∀i, j; dii = 0∀i. The most important points about this display technique are that it is applied directly to (a distance matrix of) the upspace data, so there is no distortion of the structural information introduced by a feature extraction function from the upspace to a chosen downspace, and iVAT preserves the physical meaning of the measured features. While any vector norm can be used to build an input matrix D(X) from a set X of feature vectors, the only distance used in this article is Euclidean distance. It is very important to understand that an iVAT image merely suggests that the input data has a certain number of clusters. Since iVAT can produce images from data of arbitrary dimensions, we can use it (or its scalable relative siVAT, [36]) to make a visual estimate of possible cluster structure in any upspace. While the iVAT algorithm is occasionally “wrong” (misleading), iVAT images usually provide some idea about the cluster structure of the input data [13].
Thus, iVAT provides clues about potential starting points for finding a useful partition of the input data. [28] have shown the connection of VAT and iVAT to Dunn’s index and single linkage (SL) clustering. The intensity of the blocks in iVAT images are a (more or less) visual representation of the structure identified by single linkage clustering for labeled or unlabeled data. This suggests that iVAT might be regarded as a tool for “taking a peek” at a specific type of data structure in the input space.
2.5 Evaluating cluster quality
Cluster validity comprises computational models and algorithms that identify a “best” member amongst a set of candidate partitions (CP)
The approach to identify a “best” partition U (and concomitant value of c) in CP can be internal: using only information from the output results of the clustering algorithm, or external: using the internal information together with an outside reference matrix, usually the ground truth labels. Here, we use a classic internal scalar measure called Dunn’s index(DI) [37], and one generalization of it given by Bezdek and Pal [1998] called the generalized Dunn’s index (GDI33). Dunn defined the diameter of a subset Xk as the maximum distance between any two points in that subset (△(Xk)), and the distance between subsets Xi and Xj as the minimum distance between any two points of the two subsets (δ(Xij)). This index is based on the geometrical premise that “good” sets of clusters are compact (dense about their means) and well separated from each other. Larger values of DI imply better clusters, so we call DI a max-optimal cluster validity index (CVI).
Let Xi and Xj be non empty subsets of ℜp, and let d: ℜp × ℜp ↦ ℜ+ be any metric on ℜp × ℜp. Define the diameter △ of Xk and the set distance δ between Xi and Xj as:
Then for any partition U ↔ X = X1 ∪ … .Xi ∪ …Xc, Dunn’s separation index of U is:
Since we have labeled mixtures, we can calculate Dunn’s index on ground truth partitions in the upspace (input dimensional space) to give a measure of the compactness and isolation quality of the subsets in the original space. We have previously shown that this measure usually correlates with the quality of the visual assessment of potential cluster structure given by iVAT [28]. In the present work, we will also use a generalized version of Dunn’s index developed by [38] that alters the average distance from the mean as △ and the average linkage clustering distance as δ. The Generalized Dunn’s index (GDI33) is:
It has been shown that GDI33 is more robust with regards to sensitivity to outliers and hence produces more meaningful values for real life datasets with abundant aberrant points [39].
Although the focus of this paper is to advocate the utility of pre-clustering visualization of the data, we complemented our analysis with a clustering phase. We applied k-means clustering to our labeled mixtures (both dataset 1 and 2) to illustrate the effect of the dimensionality reduction phase on the quality of spike sorting. K-means is a classic clustering algorithm that takes the assumed number of clusters (k) and assigns cluster labels based on minimizing the squared error between the datapoints and centroids. K-means clustering was applied on the upspace data and in all the 5 downspace projections.
To evaluate the quality of the clustering on different spaces, we used the external adjusted Rand index (ARI) developed in [40], which is a well-known and fairly reliable criterion for performance assessment of the clustering results. Let V ∈ Mhrn be the crisp partition of the n objects possessing r clusters, according to ground truth labels. Let U ∈ Mhcn be any crisp partition of n objects with the k clusters generated by any clustering algorithm. Note that r does not necessarily equal c. The ARI is a measure of similarity between U and V, computed as:
-
a = Number of pairs of data objects belonging to the same subset in U and V.
-
b = Number of pairs belonging to the same subset in V but to different subsets in U
-
c = Number of pairs belonging to the same subset in U but to different subsets in V.
-
e = Number of pairs not in the same subset in V nor the same subset in U.
[40] developed this correction to eliminate bias due to chance from Rand’s index. The ARI is also a max-optimal index in the sense that larger values imply a better match between the ground truth and the results of the clustering. As evident from the equation, this formula incorporates simpler measures such as percentage of spikes in the real set present in the sorted set or percentage of spikes in the sorted set that come from the real set.
3 Results and discussion
3.1 Visual assessment of cluster tendency
Analysis on dataset-1
It is impossible to make a direct visual assessment of a set of recorded spike waveforms X = {x1, …‥xn} ⊂ ℜp, since each waveform has more than three voltage samples (i.e., dimensions), p > 3. The upspace dataset X can be mapped to a downspace dataset Y ⊂ ℜq by a feature extraction function ϕ: ℜp ↦ ℜq in many different ways. Dimensionality reduction methods are commonly employed for visualization purposes to gain insights into the data structure; and to provide clustering algorithms with lower-dimensional data to increase the computational efficiency. Next, we will demonstrate that different dimensionality reduction methods provide different scatterplots of the data, and hence, visually suggest different numbers of clusters. Towards this end, we used spike subsets of the simulated dataset that includes 5 simulations for each combination of different number of spike subsets for k from 3 to 21. Below we show some representative results: two cases of k = 3 (one with low Dunn’s index, DI, and one with higher DI) and then one case each for k = 5, k = 10, k = 15 and k = 20.
Fig 1 shows two cases from the dataset with k = 3. The colors in Fig 1 correspond to the three data labels. Bear in mind, as you view this and subsequent figures, that in the real case, the data are always unlabeled, so the projected data will be just one color, and the apparent structure will be much less evident than it seems to be in these figures. Fig 1a is a ‘good’ case in which all the algorithms map the spikes to projections with visually well-separated clusters and iVAT agrees with them (the larger diagonal block contains two less apparent, sub-blocks). In Fig 1b however, all 2D projections except t-SNE produce a single cluster (when plotted without colors), while t-SNE seems most successful in separating the three subsets (arguably, t-SNE shows k = 2 clusters when colors are omitted). The iVAT image suggests k = 2, conforming to the apparent (uncolored) pair of t-SNE clusters. The low value of DI is a warning that there is not much separation between these three subsets of waveforms.
Figs 2 to 5 show representative mixtures of k = 5, 10, 15 and 20 component mixtures. These examples, and many others not reported here, show that iVAT and t-SNE usually provide useful visual estimates of the number of clusters up to around k = 15, but the other methods almost always fail with k = 4 or more subsets. We had 5 cases for each number of subsets (e.g. 5 different cases of mixture at k = 10, etc.) and overall t-SNE provided the most consistent estimate of the presumptive numbers of mixture components. There were some cases for which iVAT failed to display the expected number of dark blocks in mixtures having fewer than 10 components. The block structure in some of the reproduced iVAT images is more apparent at higher resolutions than shown here. Our experiments suggest that iVAT is somewhat sensitive to noise in the waveforms, which often manifests itself as a falloff in intensity towards one end of the diagonal. See Fig 2 for an example.
Overall, from the t-SNE visualizations of the data, we infer that there is a common waveform shape among many cells suggested by the existence of a large central region populated by most of the clusters. However, there are cells that have clearly distinct signatures. The individual clusters exhibit variability: for some neurons the spike waveforms define homogeneous and compact clusters, while others are elongated clusters in the nonlinear space. This suggests that the relation between waveform samples for different neurons is different (or the way the waveform samples interrelate is different in different neurons’ spikes).
The next example in this section highlights the ability of iVAT to address two additional problems encountered in spike sorting, namely, anomaly detection and the need for multistage clustering (aka “re-iteration” amongst subclusters). Fig 6a is a set called Z (an arbitrary label) of n = 4665 waveform vectors comprising a mixture of k = 10 labeled subsets from simulated dataset-1. The 10 waveforms shown in Fig 6b are the average waveforms, Z ¯ 10 = { z ¯ i : 1 ≤ i ≤ 10 }, of the ten labeled subsets.
Visual inspection of Fig 6b suggests that z ¯ 4, the average waveform of the 488 spikes for unit 4, here called Z4, is an outlier (an anomaly) to the general shape of the other 9 graphs. This (easily seen) visual evidence suggests that Z4 may form an anomalous cluster in the input or projection spaces. But this observation does not justify removal of all 488 unit 4 spikes from the input data. However, the iVAT image of Z4 will corroborate our suspicion that Z4 is an anomalous cluster in Z.
Fig 6c is the iVAT image of Z ¯ 10, and Fig 6d is the dendrogram of the clusters produced by extracting the single linkage hierarchy of clusters from the vectors in Z ¯ 10. The integers along the borders of the iVAT image of Z ¯ 10 show the identity of each pixel after iVAT reordering. The visualization in Fig 6c is quite informative: it not only isolates z ¯ 4 as an outlier (the single pixel at the lower right corner of the image), but it also depicts the other 9 subsets as members of a second large cluster. Moreover, this image suggests a hierarchical substructure within the 9x9 block. The intensities of {5,7} and {6,10} suggest that these pairs of subsets are closely related. The {3,9} block is next in intensity, followed by the 5x5 grouping of {8, 5, 7, 9, 3}, which are then coupled to {6,10}, and then this whole structure is embedded within the 9x9 block which includes {1,2}. We remark that the SL hierarchy is easily extracted by applying a back pass that cuts edges in the iVAT MST that reordered Z ¯ 10 (cf. [41]). Fig 6c and 6d make the relationship between iVAT and single linkage quite transparent. And Fig 6c illustrates how an iVAT image can suggest multicluster substructure in a data set.
Fig 6e and 6f are scatterplots of t-SNE projections of Z ¯ 10 corresponding to perplexity settings of 2 and 3. Both views show the labels of the 10 mean profiles, and both views seem to indicate that z ¯ 4 is an outlier in the set Z ¯ 10. We show these two projections to emphasize that every run of t-SNE with different settings of its hyperparameters may produce different visualizations of its input data. On the other hand, the iVAT image is uniquely determined up to a choice of the distance measure used to construct D.
Fig 7a is the iVAT image of the data set Z shown in Fig 6a. Comparing Fig 6c to 6f shows that iVAT very clearly suggests the same coarse cluster structure (k = 2) in all of the upspace data that it sees in Z ¯ 10, the set of mean profiles. Neither image suggests that k = 10; instead, both suggest that the best interpretation of the input data or its means is to first isolate the unit 4 waveform(s), and then regard the remaining spikes as a new cluster, which becomes a candidate for multistage clustering (reclustering, or re-iteration per Niediek et al. [2016]). Note that iVAT makes this information available whether the data are labeled or not.
Finally, Fig 7b and 7c are labeled and unlabeled t-SNE scatter plots of Z. Both views suggest that Z contains 5 clusters. Subset Z4 is isolated in view Fig 7b, but not more isolated than subset Z2, so t-SNE is less assertive about the anomalous nature of Z4 than iVAT is. If the labels are available, reclustering might be applied to 9, 7, 5, 8 and/or 3,6,10 to make a finer distinction between spike subsets. If the labels are unavailable, it’s hard to see what can be inferred from the t-SNE projection about Z beyond the suggestion provided by view Fig 7c that we should seek 5 clusters in Z.
We conclude this example with some general observations. First, the iVAT image is unique, while t-SNE plots are a function of three user-defined parameters. Second, single linkage clusters of the input data are available via clusiVAT [41] once an iVAT image is built. Third, while Z has 10 labeled subsets of input spikes, neither iVAT nor t-SNE makes this prediction. This emphasizes the fact that labeled subsets may not necessarily be clusters with respect to any computational scheme designed to detect clusters.
Analysis on dataset-2
Now we turn to dataset-2 to further investigate the limits of discernible spike subsets since as mentioned previously, sets drived from dataset-2 are combinations of real spikes originated from pyramidal cells in rat hippocampus (ref to [42]). We extracted the spike subsets of nine individual neurons obtained from the different experimental trials. From these nine subsets, we built 36 mixtures at k = 2; 84 mixtures at k = 3; 126 mixtures at k = 4; 126 mixtures at k = 5; 84 mixtures at k = 6; 36 mixtures at k = 7; 9 mixtures at k = 8; and one mixture of all nine subsets (k = 9). This yields a total of 502 mixtures of labeled waveforms.
For the sake of brevity, we showcase four representative units and the various mixtures that can be built from them at k = 2, k = 3, and k = 4. Fig 8 shows the four representative subsets (all nine subsets of the waveforms are shown in S1 Fig in the supplementary materials).
Fig 9 shows all six views of pairs (Xi, Xj) made with 2D transformations of the 80D (upspace, p = 80) datasets for the mixtures of two representative single units. We will name the mixtures (Xk, Xj) = Xkj and will follow this convention for all mixtures. For example, the mixture of X1 and X2 is X12, and the mixture of X1, X2, and X4 becomes X124. The order in which X124 is built is not relevant because the union operation is both commutative and associative: i.e., (X1 ∪ X2) ∪ (X2 ∪ X1) = X12 = X21, and (X1 ∪ X2) ∪ X3 = X1 ∪ (X2 ∪ X3) = X1 ∪ X2 ∪ X3 = X123. The notation X124 means all the waveforms from X1, X2 and X4, put together in arbitrary order. The waveforms comprising each mixture are also shown, with the average waveform for each single unit in thick black. The colors of points in the 2D scatterplots correspond to class labels of the mixed data. It is important to remember that in a real application, the data are not labeled, so the associated 2D scatterplots will be mono-color dots in the plane. The mixtures are ordered according to increasing values Dunn’s index. Observe that for each mixture, different 2D projections may offer different interpretations of the cluster structure in the upspace data. In Fig 9a, all five projections show one big cluster, far more evident if the color labeling is missing, which is the case for real experiments in which we do not know the membership of the waveforms. In cases like this, since the clusters are projected densely side by side, human operators or algorithms tend to select only the core of the clusters. This usually produces better values for cluster validity indices, but at the expense of unwarranted confidence in subsequent analyses.
First, some general observations. Fig 9a, 9b and 9c all have a DI value of around 0.09. This is a relatively low value that indicates a lack of separation between the two components of the mixture. The iVAT images for these three cases are basically uniform (no strongly visible dark blocks), which indicates that the upspace data are not well separated. Separation emerges in Fig 9d, 9e and 9f, the three cases that have X4 as one component. Dunn’s index is essentially doubled (0.18 up to 0.23), so upspace separation of the pair of clusters has increased. The most visible separation is seen in the t-SNE downspace scatterplot, which is mirrored in the upspace iVAT images: the strong dark block corresponds to subset X4. Now we will discuss the six cases in more detail.
In Fig 9b, PCA, Wavelet, t-SNE, and Sammon show two clusters, while the PV-E plot shows just one. In Fig 9c, PV-E, wavelet, and Sammon projections show one cluster, it can be argued that PCA shows two while t-SNE shows two well-seperted clusters. In the other images, which include X4, a less distorted and noisy set of spikes, all the projections do a good job of mapping the clusters in a separable manner (for the wavelet projection in Fig 9e, it is hard to see two clusters when there are no color labels). The iVAT image also follows the same trend: the clarity of the two blocks generally becomes higher with a higher Dunn’s index.
The Peak to Valley and Energy (PV-E), are the only real (physically meaningful) 2D features. All the other 2D projections are dimensionless, i.e., they do not have physical meaning. It is important to emphasize that neither the 2D projections nor iVAT produce clusters, all these visual methods just suggest how many to look for.
The projections and the iVAT image of X23 with DI = 0.091 (Fig 9b) is a bit more separable and clear than the mixture of X13 with DI = 0.097 (Fig 9c). Both values are relatively small, and the difference between these two values (0.008) is negligible, indicating that these two cases are somewhat indistinguishable. The iVAT image for X14 clearly suggests the k = 2 at a Dunn Index of 0.228. This provides a much stronger indication of reliability than the smaller DI values. Indeed, Dunn characterized a partition as being compact and separated if and only if DI > 1. DI values less than about 0.5 usually characterize relatively poor cluster structure.
All the cases of mixtures of three subsets are portrayed in Fig 10, again ordered by their Dunn’s index, which is quite low and nearly equal in all four views. The numerator of DI is the minimum distance between any pair of subsets, and the denominator is the largest distance between points in some clusters, so it is dominated by the smallest between-subset distance and largest in-subset distance. Consequently, DI fails to recognize competing clusters that cannot dominate either of the two factors in Dunn’s formulation. These non-dominant clusters can often be seen in iVAT imagery. For example, in Fig 10b, the small yellow cluster seen in the t-SNE scatterplot of X124 appears as the small dark block in the lower right corner of the corresponding iVAT image. In Fig 10a all the projections except for t-SNE fail to point to k = 3 and the iVAT image is not informative either. In Fig 10c for X234, the PV-E and Wavelet projections suggest that k = 2, while PCA, t-SNE and Sammon point to k = 3. The t-SNE features provide the widest and most visible separation between the three clusters. The iVAT image of X234 is weakly suggestive of k = 3. Fig 10d for X134 provides a striking contrast in the ability of the visualization methods to correctly portray the presumed structure in the data. PV-E and Wavelet suggest k = 1, PCA and Sammon imply k = 2, and t-SNE points clearly to k = 3. The iVAT image is pointing to k = 2, at a relatively low value of DI = 0.097.
Finally, a similar trend continues in the k = 4 subset mixture of X1, X2, X3, and X4. The PV-E and Wavelet features indicate only one big cluster, and PCA, Sammon, and the iVAT image single out X4 while packing the other three sets of waveforms into a single cluster, whereas, t-SNE maps the four subsets with arguably enough clarity to declare that X1234 probably has four clusters. It can be argued that while the input has k = 4 labelled subsets, the primary visual evidence does not support k = 4, nor will there be a “best” set of clusters in the upspace at this value of c. In other words, just because the subsets have 4 labels does not guarantee that a cluster analysis of the data will agree. When you imagine the scatterplots in Fig 11 without colors there are not four distinguishable clusters present.
In summary, we note again that although the subsets of spikes were obtained from independent trials, they were all induced by intracellular current injections to hippocampal pyramidal cells and recorded from their close proximity in extracellular medium. This to some degree explains the similar average waveforms and high variability between spikes of one subset. We observed that, for example, from the thirty-six mixtures of two subsets that can be created from the nine spike sets, not all of them were mapped as two clusters with the same quality (i.e. the quality of visualization was not consistent). overall, visualizations of mixtures using any of the other projection methods and iVAT did not suggest discernible clusters. This points out the challenge in identifying neurons of the same class (e.g., pyramidal) from their spike waveforms, at least when they are induced by current injections.
3.2 Objective assessment of clustering quality using different projections of the data
So far, we have shown that the lower-dimensional representations in our study may give different interpretations of the upspace data. This problem is highly dependent on the definition of similarity between spike waveforms of different units. Overall, iVAT and t-SNE were most helpful in assessing the pre-cluster presumptive structure of the waveform mixtures. In order to provide a more quantitative assessment of the effectiveness of the different low-dimensional representations in processing spike waveforms, we ran the k-means clustering algorithm on each of the 95 mixtures from dataset-1 and the 502 mixtures from dataset-2. For each mixture, five replicates of k-means were run using new initial centroid points and the run with lowest within-cluster sums of point-to-centroid distances was selected.
Dunn’s index and its generalizations provide measures of the intrinsic quality of the computed clusters (based on their distribution with respect to each other). Fig 12 shows the average Dunn’s index (DI) and generalized Dunn’s index (GDI33) of the mixtures for the two datasets.
The two indices have the same trend: they decrease almost monotonically as the number of components (c) increases. However, the generalized version, GDI33, provides a much clearer idea of the trend than DI because it has higher values that reflect separation more clearly, and it avoids the bias of inliers and outliers that may affect Dunn’s index. On the other hand, Fig 12 also suggests that both indices tend to favor lower numbers of clusters. This is a different type of empirically observed bias that must be accounted for when relying on cluster validity indices. See [43] for a discussion related to this point.
The DI and GDI33, as internal measures, were used to give a sense of the structure inherent in ground truth partitions of the data in the upspace. Then, to evaluate candidate partitions produced by k-means in the upspace and downspace data sets, we used the adjusted rand index (ARI), which compares the cluster structure of each k-means partition to its ground truth partner at every value of c.
The k-means clustering algorithm is executed on each pair of features obtained with the five methods. The number of clusters to be generated (i.e., c) is set equal to the number of labeled subsets in the ground truth partition (i.e., 2, 3, 4,‥to 9 for cases in dataset-2 and 3, 4, 5, … .to 21 for cases in dataset-1). For each computed partition, we calculate the ARI measure of agreement between the computed waveform memberships and the memberships as given by the ground truth partition (recall that our data is labeled).
Fig 13a and 13b report the average ARI for mixtures in dataset-2 and dataset-1, respectively. In each figure, the first column is the ARI of the clusters achieved by running k-means on the input dimension space (the 48D waveforms for Dataset-1 and the 80D spike waveforms for Dataset-2). The next columns show the average ARIs calculated for the clusters achieved by k-means clustering on the 2D datasets produced by the five techniques. The ARI maximizes at 1, so clustering in the 2D t-SNE downspace data provides k-means clusters that, on average, slightly better match the ground truth partitions than k-means clusters in the input space.
4 Discussion and conclusions
Spike sorting is an unsupervised learning problem since the number of neurons associated with the recorded spikes are unknown. Hence, what we consider to be the spike train of a single unit may, in fact, be the spike train of multiple units. This does not negate the usefulness of the previous findings which apply the results of these sorting algorithms to infer neural coding and brain function. Most of this research is based on the rate coding principle [44], which uses the spike rate of the sorted units to model the neuronal response. Rate coding models neglect sorting errors assuming that as long as the spike rate changes according to the stimulus, the model will capture the response, whether the spike train consists of spikes of one or multiple neurons. However, the real units’ tuning curves might be different and a contaminated tuning curve may give misleading results.
This has been shown in studies concerned with issues arising from sorting quality on the results of rate coding models. For example, [45] evaluated the quality of the off-line reconstruction of arm trajectories from electrode array recordings and showed that discarding spikes substantially degrades the decoding of the movement to the extent that decoding the unsorted recordings reached higher performance results. They also showed that adding the tuning model (temporal features) of the spiking to the sorting process does not always improve the sorting based on waveform features. We can use the analogy of a verbal fight or discussion among a few people. An observer can tell if the discussion is going smoothly or if it is heated based on the overall volume of the voices of the group, even if the words uttered by individuals is not discernible. This is why rate coding models are popular and successful in certain respects, but they cannot elucidate how neurons interact to give rise to brain functions [46–50]. This emphasizes that reliable spike sorting is much more critical if any temporal or multiplex coding schemes are to be used to infer neural responses.
Current spike sorting packages use variety of clustering techniques all of which can benefit from an insight to the cluster structure in the data: k-means, Gaussian mixture decomposition or similar algorithms need explicit specification of the number of neurons to seek; mean shift needs the threshold on the bandwidth parameter to be defined; [51] and density based clustering relies on a threshold on density parameter γ for the number of density centers [52]. In high-dimensional data, the role of visualization in gaining knowledge of the data structure is critical. There is no doubt, as in Plato’s allegory of the cave, that there is always a loss or distortion of structural information in any transformation from the upsace (aka: input space or input dimension) to any downspace. We investigated this issue using iVAT, a tool that enables direct visualization of cluster structure in the upspace as well as five dimensionality reduction methods, including t-SNE. We showed that better sorting can be achieved by securing a visual assessment prior to clustering which affords an estimate of the cluster structure of the data (i.e., the number of clusters, c), or at least a small interval of integers that presumably bracket the true (meaning most distinguishable by some clustering algorithm) but unknown number of clusters.
In this paper, we demonstrated that the visual assessment of c from the iVAT images is often possible, highlighting that if clustering in the upspace is preferred, a visualization tool such as iVAT can be integrated into the package to inform the manual curation process. However, there were cases, in particular when c was high (> 10), that the iVAT image did not clearly indicate the number of clusters. But the visual assessment of a user that makes the estimate of c subjective. We showed that extracellular neuronal waveforms generate noisy datasets that at times do not comprise well-separated clusters. So, iVAT does not provide the definitive answer to the problem of spike sorting. Nevertheless, it provides insight into the coarse structure of the dataset. Moreover, we mentioned the relationship between iVAT and the single linkage clustering algorithm that is illustrated in Fig 6c and 6d (See [53] and [28] for further discussion). The majority of the edges in the MST that iVAT builds connect neighbor points and hence have very small values. The largest values in the MST usually correspond to edges that connect clusters (and the outlier points). The threshold between the small and large values reflects finer distinctions between clusters in the upspace, which can be used in assigning spikes to clusters. This feature was integrated into scalable and faster implementations of the iVAT algorithm which can be used for big datasets [54].
In order to highlight the importance of dimensionality reduction and feature extraction techniques (the pre-clustering stage), this subsection presented a comparison between clustering in the different downspaces and also the input space, using the same clustering algorithm in all spaces. It is important to recognize that the choice of clustering algorithm contributes to the accuracy of membership assignments. Also, the techniques and parameter choices applied in pre-processing of the signals such as in filtering and spike detection phases alter the end results. Here, we used the classic k-means clustering algorithm as opposed to common spike sorting softwares used by the neuroscience community to bypass the different pre-processing techniques that may affect the down-space representation of spikes. In this way, we provided a controlled set of spikes to be visualized by the 6 methods in our study. We further note that the choice of 2D as opposed to 3D in our manuscript was for publication purposes. Using 3D scatterplots may provide more information that improves the visualization and clustering, but this does not address the “best features” or “best algorithm” issues that follow pre-clustering assessment. Those issues will be addressed in a followup paper.
Our examples show that t-SNE performs well for projection of high dimensional data to the viewing plane. Given the good estimate for k provided by visualization with t-SNE projections, a logical next step would be be to substitute this t-SNE features with the one used within one of the softwares and compare the results. We note that t-SNE for the present analysis was parameterized (perplexity of 30 and learning rate of 500). The creators of t-SNE provide evidence that the performance of the algorithm is robust to these tunable parameters within a range, for example for perplexity within 5 to 50 [27, 55]. Nevertheless, we tested a range of parameters to empirically arrive to the chosen values. We observed that for datasets with large sample numbers (i.e. many spikes), as in our datasets, the parameter tuning within the said range didn’t change the quality of the projections. However, we acknowledge that the presence of parametrization in an algorithm is a disadvantage towards automated spike sorting and may limit the use of t-SNE to a good pre-clustering visualization as opposed to providing the features actually used for clustering. With regards to computational efficiency: the Barnes-Hut variant of t-SNE (publicly available through GitHub) highly accelerates the computations [55]. Since this study focused on investigating the fundamental relevance of pre-clustering methods using standard ground truth datasets the computation time was not reported. Dimitriadis et al. [56] report computation speeds of hours for big datasets containing > 105 spikes.
Our experiments on visualization of the two labeled datasets provided further insights into spike sorting. In the first dataset, simulations were generated using average waveforms obtained from extracellular recordings in behavioral experiments. For the mixtures of spike subsets extracted from this dataset it was possible to estimate the presumptive cluster number in the data from the dark blocks in the iVAT images, even in some cases of mixtures of twelve subsets. Mixtures of higher subsets were sometimes displayed as compact and isolated clusters in the t-SNE projections. Our experiments confirm that when the data possess compact, well-separated clusters, visualization can be quite useful. Dataset-1 represents mixtures of spike sets that are generated by different cell types, brain regions and brain states, and these can be distinguished based on their spike waveforms. In contrast, dataset-2 represents mixtures of spike sets that are induced from cells of the same class receiving intracellular current injections, hence providing spikes with similar waveforms. Therefore, classifying based on extracellular waveforms alone may not be feasible in the latter case (cells of the same type receiving the same input). It should be noted that in sorting of spikes for each electrode, different distances of the units from the electrode improves sorting, since the amplitude (energy) of the waveforms is different. However, these results indicate that a further subtype classification beyond the two main classes of inhibitory and pyramidal categories (i.e. subtypes of pyramidal cells) may not be feasible by considering only the spike waveforms.
The extracellularly recorded potentials are already distorted signatures of intracellular action potentials, which makes the dimensionality reduction stage even more critical. The problem of crowding in lower dimensional maps such as PCA is well known. Analysis of the simultaneous extracellular and intracellular recordings have shown that the probability distributions of spikes from different neurons in the PCA feature space have some degree of overlap [57]. There is an inherent variability in the extracellular waveforms imposed by the background field potential [58], variations in the intracellular action potentials due to factors such as bursting [42], and slight electrode drift over the course of the experiment [59]. Activity of neighboring neurons is also a possible source of distortion in the waveform shape. Such activity may sometimes overlap in time and make multi-unit spike waveforms. The problem of overlapping spikes has been addressed by methods such as independent component analysis, ICA, (if number of electrodes is equal to or more than the number of neurons) [25] or template matching [60]. It is worth noting that in pre-clustering visualization of the data, overlapping spikes (multi-unit spikes) construct a cluster or block. Visualization is not to substitute post-clustering use of ICA or template matching. These methods can be used after clustering to extract individual sources of multi-unit spikes and reassign these spikes to the previously identified cluster templates. In fact, with the advances in high density probes and the need for computational efficiency, fast algorithms have been proposed based on the use of linear kernel banks [61] or template matching filters that enables real-time sorting [62]. Template matching methods rely on an initial clustering phase to obtain the ‘templates’ which is the clustering phase that naturally follows the pre-clustering visualization presented in this article.
With regards to the inherent variability in the extracellular waveforms, our results show that the t-SNE projection is the most reliable feature extraction scheme (for visualization) that we tested. We believe that t-SNE works well since it is a probabilistic-based approach that is appropriate for neuronal data. In a nutshell, the variability caused by the noisy spikes can often be circumvented by converting the deterministic dissimilarity measure between two waveforms into a probability of dissimilarities. We didn’t investigate the effect of increasing noise levels on the presented methods. Robustness to noise is an important aspect of any computational method. In a future study we will examine the effects of noise levels in visual assessment techniques, informed by observations of different types of noise such as: common-noise sources [63], Gaussian noise [64], and overlapping spikes [65].
Another reason why having a reliable dimensionality reduction stage is important is revealed by our results on Dunn’s index, which showed that, DI, in common with many other internal cluster validity indices, tends to be monotonic in c. This emphasizes the point that the common practice of running a clustering algorithm for several values of c and then choosing the best partition based on the optimal value of any cluster validity index may not be very effective. Moreover, by computing both DI and GDI33 for the same data, we demonstrated that there is no agreement about a generic CVI, a fact that has been shown before in previous experiments on internal CVIs [66]. Indeed, in the real (unlabeled data) case, it is wise to compute a number of different internal CVIs, with a view towards ensemble aggregation of the results. To appreciate the disparity that different CVIs can cause, see [39] for an extensive survey of 30 internal CVIs tested on 20 real data sets. See [67] for a survey of ensemble approaches to clustering. [68] have applied this method to aggregation of partitions obtained by different clustering methods used for sorting spike waveforms. Here we suggest using an ensemble approach on the votes cast by different internal cluster validity indices—DI and its 18 GDIs are just a few of the ones available in [39]—for each partition in CP. We think this approach will greatly improve the final interpretation of structure in unlabeled data. This will be the objective of our next foray into spike sorting clustering algorithms.
This study again confirms that there is no such thing as the best set of features for clustering or the best clustering algorithm for spike sorting, but that sorting is an iterative process that always comprises making a compromise between the best feature set and clustering algorithm. [12] list the identification of the number of clusters as the most outstanding question in techniques for neuronal classfication. This challenge can be partially addressed by subjective visual assessment of cluster tendency. While visual evidence is never enough, it has great value, as noted by the eminent statistician Sir Ronald Fisher, who said, nearly 100 years ago: “The preliminary examination of most data is facilitated by the use of diagrams. Diagrams prove nothing, but bring outstanding features readily to the eye; they are therefore no substitute for critical tests as may be applied to the data, but are valuable in suggesting such tests, and in explaining conclusions founded upon them” [69].
Supporting information
S1 Appendix [pdf]
The iVAT algorithm.
S1 Fig [pdf]
The subsets of spikes of the 9 individual neurons used in the study.
S2 Fig [pdf]
All the waveforms in the 90 mixtures of spikes detected from the simulations taken from Pedreira2012 dataset.
S3 Fig [pv]
In this figure we reproduce the projections in Figs to (the representative mixtures from dataset-1) with axes labels.
S4 Fig [pv]
In this figure we reproduce the projections in Figs , and with axes labels.
Zdroje
1. Buzsáki G. Large-Scale Recording of Neuronal Ensembles. Nature Neuroscience. 2004;7(5):446–451. doi: 10.1038/nn1233 15114356
2. Brown EN, Kass RE, Mitra PP. Multiple Neural Spike Train Data Analysis: State-of-the-Art and Future Challenges. Nature Neuroscience. 2004;7(5):456–461. doi: 10.1038/nn1228 15114358
3. Ventura V, Gerkin RC. Accurately Estimating Neuronal Correlation Requires a New Spike-Sorting Paradigm. Proceedings of the National Academy of Sciences of the United States of America. 2012;109(19):7230–7235. doi: 10.1073/pnas.1115236109 22529350
4. Rossant C, Kadir SN, Goodman DFM, Schulman J, Hunter MLD, Saleem AB, et al. Spike sorting for large, dense electrode arrays. Nature Neuroscience. 2016;19(4):634–641. doi: 10.1038/nn.4268 26974951
5. Shoham S, O’Connor DH, Segev R. How Silent Is the Brain: Is There a “Dark Matter” Problem in Neuroscience? Journal of Comparative Physiology A. 2006;192(8):777–784. doi: 10.1007/s00359-006-0117-6
6. Pedreira C, Martinez J, Ison MJ, Quian Quiroga R. How Many Neurons Can We See with Current Spike Sorting Algorithms? Journal of Neuroscience Methods. 2012;211(1):58–65. doi: 10.1016/j.jneumeth.2012.07.010 22841630
7. Niediek J, Boström J, Elger CE, Mormann F. Reliable Analysis of Single-Unit Recordings from the Human Brain under Noisy Conditions: Tracking Neurons over Hours. PloS one. 2016;11(12):e0166598. doi: 10.1371/journal.pone.0166598 27930664
8. Pachitariu M, Steinmetz N, Kadir S, Carandini M, Harris KD. Kilosort: Realtime Spike-Sorting for Extracellular Electrophysiology with Hundreds of Channels. bioRxiv. 2016; p. 061481.
9. Yger P, Spampinato GLB, Esposito E, Lefebvre B, Deny S, Gardella C, et al. Fast and Accurate Spike Sorting in Vitro and in Vivo for up to Thousands of Electrodes. bioRxiv. 2016; p. 067843.
10. Jorgenson LA, Newsome WT, Anderson DJ, Bargmann CI, Brown EN, Deisseroth K, et al. The BRAIN Initiative: Developing Technology to Catalyse Neuroscience Discovery. Philosophical Transactions of the Royal Society B: Biological Sciences. 2015;370 (1668). doi: 10.1098/rstb.2014.0164
11. Markram H, Muller E, Ramaswamy S, Reimann MW, Abdellah M, Sanchez CA, et al. Reconstruction and Simulation of Neocortical Microcircuitry. Cell. 2015;163(2):456–492. doi: 10.1016/j.cell.2015.09.029 26451489
12. Armañanzas R, Ascoli GA. Towards Automatic Classification of Neurons. Trends in neurosciences. 2015;38(5):307–318. doi: 10.1016/j.tins.2015.02.004 25765323
13. Bezdek JC. A Primer on Cluster Analysis: 4 Basic Methods That (Usually) Work. Sarasota, FL: First Edition Design Publishing; 2017.
14. Dehghani N, Peyrache A, Telenczuk B, Le Van Quyen M, Halgren E, Cash SS, et al. Dynamic Balance of Excitation and Inhibition in Human and Monkey Neocortex. Scientific Reports. 2016;6(1). doi: 10.1038/srep23176
15. Pazienti A, Grün S. Robustness of the Significance of Spike Synchrony with Respect to Sorting Errors. Journal of Computational Neuroscience. 2006;21(3):329–342. doi: 10.1007/s10827-006-8899-7 16927209
16. Cohen MR, Kohn A. Measuring and Interpreting Neuronal Correlations. Nature neuroscience. 2011;14(7):811–819. doi: 10.1038/nn.2842 21709677
17. Einevoll GT, Franke F, Hagen E, Pouzat C, Harris KD. Towards Reliable Spike-Train Recordings from Thousands of Neurons with Multielectrodes. Current Opinion in Neurobiology. 2012;22(1):11–17. doi: 10.1016/j.conb.2011.10.001 22023727
18. Henze DA, Harris KD, Borhegyi Z, Csicsvari J, Mamiya A, Hirase H, et al. Simultaneous Intracellular and Extracellular Recordings from Hippocampus Region CA1 of Anesthetized Rats. 2009; http://dx.doi.org/10.6080/K02Z13FP.
19. Zhao Z, Wang L, Liu H, Ye J. On Similarity Preserving Feature Selection. IEEE Transactions on Knowledge and Data Engineering. 2013;25(3):619–632. doi: 10.1109/TKDE.2011.222
20. van der Maaten L, Postma E, Van den Herik J. Dimensionality reduction: A comparative review. Journal of Machine Learning Research. 2009;10 : 66–71.
21. Campadelli P, Casiraghi E, Ceruti C, Rozza A. type [; 2015] https://www.hindawi.com/journals/mpe/2015/759567/.
22. Theodoridis S. Pattern Recognition. Koutroumbas K, editor. London: Academic Press; 2009.
23. Hattori S, Chen L, Weiss C, Disterhoft JF. Robust Hippocampal Responsivity during Retrieval of Consolidated Associative Memory. Hippocampus. 2015;25(5):655–669. doi: 10.1002/hipo.22401
24. Truccolo W, Donoghue JA, Hochberg LR, Eskandar EN, Madsen JR, Anderson WS, et al. Single-Neuron Dynamics in Human Focal Epilepsy. Nature Neuroscience. 2011;14(5):635–641. doi: 10.1038/nn.2782 21441925
25. Takahashi S, Anzai Y, Sakurai Y. Automatic Sorting for Multi-Neuronal Activity Recorded With Tetrodes in the Presence of Overlapping Spikes. Journal of Neurophysiology. 2003;89(4):2245–2258. doi: 10.1152/jn.00827.2002 12612049
26. Quiroga RQ, Nadasdy Z, Ben-Shaul Y. Unsupervised Spike Detection and Sorting with Wavelets and Superparamagnetic Clustering. Neural Computation. 2004;16(8):1661–1687. doi: 10.1162/089976604774201631 15228749
27. van der Maaten L, Hinton G. Visualizing Data Using T-SNE. Journal of Machine Learning Research. 2008;9(Nov):2579–2605.
28. Mahallati S, Bezdek JC, Kumar D, Popovic MR, Valiante TA. Interpreting Cluster Structure in Waveform Data with Visual Assessment and Dunn’s Index. In: Frontiers in Computational Intelligence. Studies in Computational Intelligence. Springer, Cham; 2018. p. 73–101.
29. Sammon JW. A nonlinear mapping for data structure analysis. IEEE Transactions on Computers. 1969;100(5):401–409. doi: 10.1109/T-C.1969.222678
30. Tenenbaum JB, De Silva V, Langford JC. A global geometric framework for nonlinear dimensionality reduction. Science. 2000;290(5500):2319–2323. doi: 10.1126/science.290.5500.2319 11125149
31. Havens TC, Bezdek JC. An Efficient Formulation of the Improved Visual Assessment of Cluster Tendency (iVAT) Algorithm. IEEE Transactions on Knowledge and Data Engineering. 2012;24(5):813–822. doi: 10.1109/TKDE.2011.33
32. Bezdek JC, Hathaway RJ. VAT: A Tool for Visual Assessment of (Cluster) Tendency. In: Proceedings of the 2002 International Joint Conference on Neural Networks, 2002. IJCNN’02. vol. 3; 2002. p. 2225–2230.
33. Prim RC. Shortest Connection Networks And Some Generalizations. Bell System Technical Journal. 1957;36(6):1389–1401. doi: 10.1002/j.1538-7305.1957.tb01515.x
34. Jensen AM, Tregellas JR, Sutton B, Xing F, Ghosh D. Kernel Machine Tests of Association between Brain Networks and Phenotypes. PLOS ONE. 2019;14(3):e0199340. doi: 10.1371/journal.pone.0199340 30897094
35. Negi SK, Guda C. Global Gene Expression Profiling of Healthy Human Brain and Its Application in Studying Neurological Disorders. Scientific Reports. 2017;7(1):897. doi: 10.1038/s41598-017-00952-9 28420888
36. Kumar D, Bezdek JC, Rajasegarar S, Leckie C, Palaniswami M. A Visual-Numeric Approach to Clustering and Anomaly Detection for Trajectory Data. The Visual Computer. 2017;33(3):265–281. doi: 10.1007/s00371-015-1192-x
37. Dunn JC. A Fuzzy Relative of the ISODATA Process and Its Use in Detecting Compact Well-Separated Clusters. Journal of Cybernetics. 1973;3(3):32–57. doi: 10.1080/01969727308546046
38. Bezdek JC, Pal NR. Some New Indexes of Cluster Validity. IEEE Transactions on Systems, Man, and Cybernetics, Part B (Cybernetics). 1998;28(3):301–315. doi: 10.1109/3477.678624
39. Arbelaitz O, Gurrutxaga I, Muguerza J, Pérez JM, Perona I. An Extensive Comparative Study of Cluster Validity Indices. Pattern Recognition. 2013;46(1):243–256. doi: 10.1016/j.patcog.2012.07.021
40. Hubert L, Arabie P. Comparing Partitions. Journal of Classification. 1985;2(1):193–218. doi: 10.1007/BF01908075
41. Kumar D, Bezdek JC, Palaniswami M, Rajasegarar S, Leckie C, Havens TC. A Hybrid Approach to Clustering in Big Data. IEEE Transactions on Cybernetics. 2016;46(10):2372–2385. doi: 10.1109/TCYB.2015.2477416 26441434
42. Henze DA, Borhegyi Z, Csicsvari J, Mamiya A, Harris KD, Buzsáki G. Intracellular Features Predicted by Extracellular Recordings in the Hippocampus In Vivo. Journal of Neurophysiology. 2000;84(1):390–400. doi: 10.1152/jn.2000.84.1.390 10899213
43. Lei Y, Bezdek JC, Romano S, Vinh NX, Chan J, Bailey J. Ground Truth Bias in External Cluster Validity Indices. Pattern Recognition. 2017;65 : 58–70. doi: 10.1016/j.patcog.2016.12.003
44. Dayan P, Abbott LF. THEORETICAL NEUROSCIENCE. 2001; p. 432.
45. Todorova S, Sadtler P, Batista A, Chase S, Ventura V. To Sort or Not to Sort: The Impact of Spike-Sorting on Neural Decoding Performance. Journal of neural engineering. 2014;11(5):056005. doi: 10.1088/1741-2560/11/5/056005 25082508
46. Rullen RV, Thorpe SJ. Rate Coding Versus Temporal Order Coding: What the Retinal Ganglion Cells Tell the Visual Cortex. Neural Computation. 2001;13(6):1255–1283. doi: 10.1162/08997660152002852 11387046
47. Mehta MR, Lee AK, Wilson MA. Role of Experience and Oscillations in Transforming a Rate Code into a Temporal Code. Nature. 2002;417(6890):741–746. doi: 10.1038/nature00807 12066185
48. Huxter J, Burgess N, O’Keefe J. Independent Rate and Temporal Coding in Hippocampal Pyramidal Cells. Nature. 2003;425(6960):828–832. doi: 10.1038/nature02058 14574410
49. Zuo Y, Safaai H, Notaro G, Mazzoni A, Panzeri S, Diamond ME. Complementary Contributions of Spike Timing and Spike Rate to Perceptual Decisions in Rat S1 and S2 Cortex. Current Biology. 2015;25(3):357–363. doi: 10.1016/j.cub.2014.11.065 25619766
50. Akam T, Kullmann DM. Oscillatory Multiplexing of Population Codes for Selective Communication in the Mammalian Brain. Nature Reviews Neuroscience. 2014;15(2):111–122. doi: 10.1038/nrn3668 24434912
51. Comaniciu D, Meer P. Mean Shift: A Robust Approach toward Feature Space Analysis. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2002;24 : 603–619. doi: 10.1109/34.1000236
52. Rodriguez A, Laio A. Clustering by Fast Search and Find of Density Peaks. Science. 2014;344(6191):1492–1496. doi: 10.1126/science.1242072 24970081
53. Havens TC, Bezdek JC, Keller JM, Popescu M, Huband JM. Is VAT Really Single Linkage in Disguise? Annals of Mathematics and Artificial Intelligence. 2009;55(3-4):237. doi: 10.1007/s10472-009-9157-2
54. Rathore P, Kumar D, Bezdek JC, Rajasegarar S, Palaniswami MS. A Rapid Hybrid Clustering Algorithm for Large Volumes of High Dimensional Data. IEEE Transactions on Knowledge and Data Engineering. 2018; p. 1–1.
55. van der Maaten L. Accelerating T-SNE Using Tree-Based Algorithms. Journal of Machine Learning Research. 2014;15 : 3221–3245.
56. Dimitriadis G, Neto J, Kampff A. T-SNE Visualization of Large-Scale Neural Recordings. bioRxiv. 2016; p. 087395.
57. Harris KD, Henze DA, Csicsvari J, Hirase H, Buzsáki G. Accuracy of Tetrode Spike Separation as Determined by Simultaneous Intracellular and Extracellular Measurements. Journal of Neurophysiology. 2000;84(1):401–414. doi: 10.1152/jn.2000.84.1.401 10899214
58. Buzsáki G, Anastassiou CA, Koch C. The Origin of Extracellular Fields and Currents—EEG, ECoG, LFP and Spikes. Nature Reviews Neuroscience. 2012;13(6):407–420. doi: 10.1038/nrn3241 22595786
59. Harris KD, Quiroga RQ, Freeman J, Smith SL. Improving Data Quality in Neuronal Population Recordings. Nature Neuroscience. 2016;19(9):1165–1174. doi: 10.1038/nn.4365 27571195
60. Abeles M, Goldstein MH. Multispike Train Analysis. Proceedings of the IEEE. 1977;65(5):762–773. doi: 10.1109/PROC.1977.10559
61. Aksenova TI, Chibirova OK, Dryga OA, Tetko IV, Benabid AL, Villa AEP. An Unsupervised Automatic Method for Sorting Neuronal Spike Waveforms in Awake and Freely Moving Animals. Methods. 2003;30(2):178–187. doi: 10.1016/S1046-2023(03)00079-3 12725785
62. Wouters J, Kloosterman F, Bertrand A. Towards Online Spike Sorting for High-Density Neural Probes Using Discriminative Template Matching with Suppression of Interfering Spikes. Journal of Neural Engineering. 2018;15(5):056005. doi: 10.1088/1741-2552/aace8a 29932426
63. Paralikar KJ, Rao CR, Clement RS. New Approaches to Eliminating Common-Noise Artifacts in Recordings from Intracortical Microelectrode Arrays: Inter-Electrode Correlation and Virtual Referencing. Journal of Neuroscience Methods. 2009;181(1):27–35. doi: 10.1016/j.jneumeth.2009.04.014 19394363
64. Takekawa T, Ota K, Murayama M, Fukai T. Spike Detection from Noisy Neural Data in Linear-Probe Recordings. European Journal of Neuroscience. 2014;39(11):1943–1950. doi: 10.1111/ejn.12614 24827558
65. Pillow JW, Shlens J, Chichilnisky EJ, Simoncelli EP. A Model-Based Spike Sorting Algorithm for Removing Correlation Artifacts in Multi-Neuron Recordings. PLoS ONE. 2013;8(5):e62123. doi: 10.1371/journal.pone.0062123 23671583
66. Vendramin L, Campello RJGB, Hruschka ER. Relative Clustering Validity Criteria: A Comparative Overview. Statistical Analysis and Data Mining. 2010;3(4):209–235.
67. Vega-Pons S, Ruiz-Shulcloper J. A SURVEY OF CLUSTERING ENSEMBLE ALGORITHMS. International Journal of Pattern Recognition and Artificial Intelligence. 2011;25(03):337–372. doi: 10.1142/S0218001411008683
68. Fournier J, Mueller CM, Shein-Idelson M, Hemberger M, Laurent G. Consensus-Based Sorting of Neuronal Spike Waveforms. PLOS ONE. 2016;11(8):e0160494. doi: 10.1371/journal.pone.0160494 27536990
69. Fisher RA. Statistical Methods for Research Workers. –. 13th ed. Edinburgh: Oliver and Boyd; 1958.
70. Mahallati S, Bezdek JC, Popovic MR, Valiante T. Cluster Tendency Assessment in Neuronal Spike Data. bioRxiv. 2018; p. 285064.
Článek vyšel v časopise
PLOS One
2019 Číslo 11
- Máj pod bílým pláštěm aneb když mezi směnami vykvete láska
- Masturbační chování žen v ČR − dotazníková studie
- Umělá inteligence dokáže odhalit pacienty ohrožené deliriem
- Bezpečnost dlouhodobé terapie osteoporózy – aktuální data
- Inkontinence jako důsledek operačního zákroku na prostatě
-
Všechny články tohoto čísla
- Wild Steps in a semi-wild setting? Habitat selection and behavior of European bison reintroduced to an enclosure in an anthropogenic landscape
- The effect of facial expression on contrast sensitivity: A behavioural investigation and extension of Hedger, Adams & Garner (2015)
- Non-communicable diseases risk factors and their determinants: A cross-sectional state-wide STEPS survey, Haryana, North India
- Genotype-matched Newcastle disease virus vaccine confers improved protection against genotype XII challenge: The importance of cytoplasmic tails in viral replication and vaccine design
- Combined transcriptomics and proteomics forecast analysis for potential genes regulating the Columbian plumage color in chickens
- Persistence of traditional and emergence of new structural drivers and factors for the HIV epidemic in rural Uganda; A qualitative study
- Competency assessment of the medical interns and nurses and documenting prevailing practices to provide family planning services in teaching hospitals in three states of India
- Choice of birth place among antenatal clinic attendees in rural mission hospitals in Ebonyi State, South-East Nigeria
- Dual pathway for metabolic engineering of Escherichia coli to produce the highly valuable hydroxytyrosol
- Genetic and genomic analyses underpin the feasibility of concomitant genetic improvement of milk yield and mastitis resistance in dairy sheep
- Long-term exposure to daily ethanol injections in DBA/2J and Swiss mice: Lessons for the interpretation of ethanol sensitization
- Taxonomic and functional anuran beta diversity of a subtropical metacommunity respond differentially to environmental and spatial predictors
- A simple way to improve a conventional A/O-MBR for high simultaneous carbon and nutrient removal from synthetic municipal wastewater
- Knowledge and awareness of cervical cancer in Southwestern Ethiopia is lacking: A descriptive analysis
- Flat electrode contacts for vagus nerve stimulation
- Circulating Th17.1 cells as candidate for the prediction of therapeutic response to abatacept in patients with rheumatoid arthritis: An exploratory research
- Prevalence and socioeconomic determinants of development delay among children in Ceará, Brazil: A population-based study
- Characterizing macroinvertebrate community composition and abundance in freshwater tidal wetlands of the Sacramento-San Joaquin Delta
- A randomized controlled trial comparing isosorbide dinitrate-oxytocin versus misoprostol-oxytocin at management of foetal intrauterine death
- Hello, is that me you are looking for? A re-examination of the role of the DMN in social and self relevant aspects of off-task thought
- Lactobacillus rhamnosus Lcr35 as an effective treatment for preventing Candida albicans infection in the invertebrate model Caenorhabditis elegans: First mechanistic insights
- Use of latent class analysis to identify multimorbidity patterns and associated factors in Korean adults aged 50 years and older
- A study of psychological pain in substance use disorder and its relationship to treatment outcome
- Effects of artificially introduced Enterococcus faecalis strains in experimental necrotizing enterocolitis
- Treatment-seeking for vaginal fistula in sub-Saharan Africa
- Dissemination and stakeholder engagement practices among dissemination & implementation scientists: Results from an online survey
- Comparative analysis of the accelerated aged seed transcriptome profiles of two maize chromosome segment substitution lines
- Transactional sex among men who have sex with men participating in the CohMSM prospective cohort study in West Africa
- Addiction of mesenchymal phenotypes on the FGF/FGFR axis in oral squamous cell carcinoma cells
- Left parietal tACS at alpha frequency induces a shift of visuospatial attention
- Microtranscriptome analysis of sugarcane cultivars in response to aluminum stress
- The role of alien species on plant-floral visitor network structure in invaded communities
- Predictive factors for unfavourable treatment in MDR-TB and XDR-TB patients in Rio de Janeiro State, Brazil, 2000-2016
- Agricultural impacts on streams near Nitrate Vulnerable Zones: A case study in the Ebro basin, Northern Spain
- Development of a multi-locus typing scheme for an Enterobacteriaceae linear plasmid that mediates inter-species transfer of flagella
- The roles of MRI-based prostate volume and associated zone-adjusted prostate-specific antigen concentrations in predicting prostate cancer and high-risk prostate cancer
- Re-modeling of foliar membrane lipids in a seagrass allows for growth in phosphorus-deplete conditions
- Effect of sampling frequency on fractal fluctuations during treadmill walking
- Effect of calcium intake and the dietary cation-anion difference during early lactation on the bone mobilization dynamics throughout lactation in dairy cows
- Facilitators and barriers to linkage to HIV care and treatment among female sex workers in a community-based HIV prevention intervention in Tanzania: A qualitative study
- Tuberculosis treatment outcome: The case of women in Ethiopia and China, ten-years retrospective cohort study
- Protein:Protein interactions in the cytoplasmic membrane apparently influencing sugar transport and phosphorylation activities of the e. coli phosphotransferase system
- A digital collection of rare and endangered lemurs and other primates from the Duke Lemur Center
- Computational fluid dynamics simulation of changes in the morphology and airflow dynamics of the upper airways in OSAHS patients after treatment with oral appliances
- Resistome metagenomics from plate to farm: The resistome and microbial composition during food waste feeding and composting on a Vermont poultry farm
- Lower limb chronic edema management program: Perspectives of disengaged patients on challenges, enablers and barriers to program attendance and adherence
- Discovery of powdery mildew resistance gene candidates from Aegilops biuncialis chromosome 2Mb based on transcriptome sequencing
- Modelling vegetation understory cover using LiDAR metrics
- Assessing the impact of the “one-child policy” in China: A synthetic control approach
- CRISPR-Cas9 modified bacteriophage for treatment of Staphylococcus aureus induced osteomyelitis and soft tissue infection
- Forecasting type-specific seasonal influenza after 26 weeks in the United States using influenza activities in other countries
- Chronic exercise modulates the cellular immunity and its cannabinoid receptors expression
- Characterization of the diverse plasmid pool harbored by the blaNDM-1-containing Acinetobacter bereziniae HPC229 clinical strain
- What does mitogenomics tell us about the evolutionary history of the Drosophila buzzatii cluster (repleta group)?
- A cell-based evaluation of a non-essential amino acid formulation as a non-bioactive control for activation and stimulation of muscle protein synthesis using ex vivo human serum
- Conjugated linoleic acid as a novel insecticide targeting the agricultural pest Leptinotarsa decemlineata
- Relationship between pattern electroretinogram and optic disc morphology in glaucoma
- Depicting changes in land surface cover at Al-Hassa oasis of Saudi Arabia using remote sensing and GIS techniques
- Land snail dispersal, abundance and diversity on green roofs
- Fanconi-BRCA pathway mutations in childhood T-cell acute lymphoblastic leukemia
- Mesenchymal Stem/ Stromal Cells metabolomic and bioactive factors profiles: A comparative analysis on the umbilical cord and dental pulp derived Stem/ Stromal Cells secretome
- The association between caesarean section delivery and later life obesity in 21-24 year olds in an Urban South African birth cohort
- Diagnosis and treatment of acute respiratory illness in children under five in primary care in low-, middle-, and high-income countries: A descriptive FRESH AIR study
- Quality control of cervical cytology using a 3-type HPV mRNA test increases screening program sensitivity of cervical intraepithelial neoplasia grade 2+ in young Norwegian women—A cohort study
- Toxicity and sublethal effects of two plant allelochemicals on the demographical traits of cotton aphid, Aphis gossypii Glover (Hemiptera: Aphididae)
- Protocol development for discovery of angiogenesis inhibitors via automated methods using zebrafish
- Friends with malefit. The effects of keeping dogs and cats, sustaining animal-related injuries and Toxoplasma infection on health and quality of life
- Trueness of digital intraoral impression in reproducing multiple implant position
- Comparison of drug safety data obtained from the monitoring system, literature, and social media: An empirical proof from a Chinese patent medicine
- Norm values and psychometric properties of the short version of the Trier Inventory for Chronic Stress (TICS) in a representative German sample
- Maternal health and birth outcomes in a South African birth cohort study
- Structural characterization of scorpion peptides and their bactericidal activity against clinical isolates of multidrug-resistant bacteria
- Molecular evolution of genes encoding allergen proteins in the peanuts genus Arachis: Structural and functional implications
- Structural characterization of the saxitoxin-targeting APTSTX1 aptamer using optical tweezers and molecular dynamics simulations
- Residential household yard care practices along urban-exurban gradients in six climatically-diverse U.S. metropolitan areas
- Formal comment on “Assessing the impact of the ‘one-child policy’ in China: A synthetic control approach”
- Evaluation of a global spring wheat panel for stripe rust: Resistance loci validation and novel resources identification
- “Big men” in the office: The gender-specific influence of weight upon persuasiveness
- Modification of everyday activities and its association with self-awareness in cognitively diverse older adults
- The effect of bivalve filtration on eDNA-based detection of aquatic organisms
- Selective culture enrichment and sequencing of feces to enhance detection of antimicrobial resistance genes in third-generation cephalosporin resistant Enterobacteriaceae
- Development and validation of rapid environmental DNA (eDNA) detection methods for bog turtle (Glyptemys muhlenbergii)
- Average and time-specific maternal prenatal inflammatory biomarkers and the risk of labor epidural associated fever
- Preference-based measure of health-related quality of life and its determinants in sickle cell disease in Nigeria
- Factors influencing participation dynamics in research for development interventions with multi-stakeholder platforms: A metric approach to studying stakeholder participation
- Contextual variation in young children’s acquisition of social-emotional skills
- Prokaryotic and eukaryotic microbiomes associated with blooms of the ichthyotoxic dinoflagellate Cochlodinium (Margalefidinium) polykrikoides in New York, USA, estuaries
- Reconciling the statistics of spectral reflectance and colour
- Temporal weights in loudness: Investigation of the effects of background noise and sound level
- A global assessment of street-network sprawl
- Correction: KRIT1 Regulates the Homeostasis of Intracellular Reactive Oxygen Species
- Mindfulness-Based Blood Pressure Reduction (MB-BP): Stage 1 single-arm clinical trial
- Measurement of abortion safety using community-based surveys: Findings from three countries
- Behavioral response of naïve and non-naïve deer to wolf urine
- SNARE proteins rescue impaired autophagic flux in Down syndrome
- Negative impact of gestational diabetes mellitus on progress of pelvic floor muscle electromyography activity: Cohort study
- Change in left inferior frontal connectivity with less unexpected harmonic cadence by musical expertise
- Structural mechanism for regulation of DNA binding of BpsR, a Bordetella regulator of biofilm formation, by 6-hydroxynicotinic acid
- How does open innovation lead competitive advantage? A dynamic capability view perspective
- Bull efficiency using dairy genetic traits
- Improved cortical boundary registration for locally distorted fMRI scans
- Extractive single document summarization using binary differential evolution: Optimization of different sentence quality measures
- Measuring the tilt and slant of Chinese handwriting in primary school students: A computerized approach
- Isolation and identification of an isoflavone reducing bacterium from feces from a pregnant horse
- Sugar labeling: How numerical information of sugar content influences healthiness and tastiness expectations
- Optimally adjusted last cluster for prediction based on balancing the bias and variance by bootstrapping
- Quantifying normal and parkinsonian gait features from home movies: Practical application of a deep learning–based 2D pose estimator
- Heterogeneity of porcine bone marrow-derived dendritic cells induced by GM-CSF
- Can visual interpretation of NucliSens graphs reduce the need for repeat viral load testing?
- Manganese levels in infant formula and young child nutritional beverages in the United States and France: Comparison to breast milk and regulations
- Association between metabolic body composition status and risk for impaired renal function: A cross-sectional study
- Toddler skills predict moderate-to-late preterm born children’s cognition and behaviour at 6 years of age
- The bacterial community in potato is recruited from soil and partly inherited across generations
- Infective endocarditis and diabetes mellitus: Results from a single-center study from 1994 to 2017
- Patient satisfaction with HIV services in Vietnam: Status, service models and association with treatment outcome
- Ion concentration polarization (ICP) of proteins at silicon micropillar nanogaps
- The trajectory of patterns of light and sedentary physical activity among females, ages 14-23
- Coadministration of kla peptide with HPRP-A1 to enhance anticancer activity
- Measuring the complexity of directed graphs: A polynomial-based approach
- Estimation of maize evapotraspiration under drought stress - A case study of Huaibei Plain, China
- Publication rates in animal research. Extent and characteristics of published and non-published animal studies followed up at two German university medical centres
- Developmental conservation of microRNA gene localization at the nuclear periphery
- Exploring critical factors of the perceived usefulness of blended learning for higher education students
- Anti-Alzheimer potential, metabolomic profiling and molecular docking of green synthesized silver nanoparticles of Lampranthus coccineus and Malephora lutea aqueous extracts
- Protective effect of Platymiscium floribundum Vog. in tree extract on periodontitis inflammation in rats
- Direct transport vs secondary transfer to level I trauma centers in a French exclusive trauma system: Impact on mortality and determinants of triage on road-traffic victims
- Honey bee microbiome associated with different hive and sample types over a honey production season
- Bacterial communities in the rhizosphere, phyllosphere and endosphere of tomato plants
- Sildenafil citrate long-term treatment effects on cardiovascular reactivity in a SHR experimental model of metabolic syndrome
- Postoperative delirium after lung resection for primary lung cancer: Risk factors, risk scoring system, and prognosis
- The CSF-1-receptor inhibitor, JNJ-40346527 (PRV-6527), reduced inflammatory macrophage recruitment to the intestinal mucosa and suppressed murine T cell mediated colitis
- Using Er:YAG laser to remove lithium disilicate crowns from zirconia implant abutments: An in vitro study
- Antibacterial efficacy of cold atmospheric plasma against Enterococcus faecalis planktonic cultures and biofilms in vitro
- Mechanisms of African swine fever virus pathogenesis and immune evasion inferred from gene expression changes in infected swine macrophages
- Application of ensemble methods to analyse the decline of organochlorine pesticides in relation to the interactions between age, gender and time
- Mitogenomic diversity in Sacred Ibis Mummies sheds light on early Egyptian practices
- Automated detection of a nonperfusion area caused by retinal vein occlusion in optical coherence tomography angiography images using deep learning
- Characterisation of a novel SCCmec VI element harbouring fusC in an emerging Staphylococcus aureus strain from the Arabian Gulf region
- Inducible UCP1 silencing: A lentiviral RNA-interference approach to quantify the contribution of beige fat to energy homeostasis
- iCrotoK-PseAAC: Identify lysine crotonylation sites by blending position relative statistical features according to the Chou’s 5-step rule
- Emerging practices supporting diabetes self-management among food insecure adults and families: A scoping review
- Does aneurysm side influence the infarction side and patients´ outcome after subarachnoid hemorrhage?
- Raising the bar: Recovery ambition for species at risk in Canada and the US
- Management of locally advanced non-small cell lung cancer in the modern era: A national Italian survey on diagnosis, treatment and multidisciplinary approach
- Foraging strategies are maintained despite workforce reduction: A multidisciplinary survey on the pollen collected by a social pollinator
- Incidence of colorectal cancer in Eritrea: Data from the National Health Laboratory, 2011-2017
- Integrated analysis of miRNA landscape and cellular networking pathways in stage-specific prostate cancer
- Evaluation of the reactogenicity, adjuvanticity and antigenicity of LT(R192G) and LT(R192G/L211A) by intradermal immunization in mice
- Role of rhesus macaque IFITM3(2) in simian immunodeficiency virus infection of macaques
- Variation in the LRR region of Pi54 protein alters its interaction with the AvrPi54 protein revealed by in silico analysis
- Evolutionarily conserved susceptibility of the mitochondrial respiratory chain to SDHI pesticides and its consequence on the impact of SDHIs on human cultured cells
- Statistical determination of synergy based on Bliss definition of drugs independence
- The association between sleep problems and academic performance in primary school-aged children: Findings from a Norwegian longitudinal population-based study
- Estimating the national cost burden of in-hospital needlestick injuries among healthcare workers in Japan
- Assessing reliability of intra-tumor heterogeneity estimates from single sample whole exome sequencing data
- Dispersion of Legionella bacteria in atmosphere: A practical source location estimation method
- Integrative proteomic and phosphoproteomic profiling of prostate cell lines
- Treatment paths for localised prostate cancer in Italy: The results of a multidisciplinary, observational, prospective study (Pros-IT CNR)
- Why are undergraduate emerging adults anxious and avoidant in their romantic relationships? The role of family relationships
- Barriers to implementation of emergency obstetric and neonatal care in rural Pakistan
- Testosterone supplementation improves insulin responsiveness in HFD fed male T2DM mice and potentiates insulin signaling in the skeletal muscle and C2C12 myocyte cell line
- Ang-(1-7)/ MAS1 receptor axis inhibits allergic airway inflammation via blockade of Src-mediated EGFR transactivation in a murine model of asthma
- Factors influencing bird-building collisions in the downtown area of a major North American city
- Collembola laterally move biochar particles
- Decreased retinal thickness in patients with Alzheimer’s disease is correlated with disease severity
- Moving system with action sport cameras: 3D kinematics of the walking and running in a large volume
- Factors influencing subclinical atherosclerosis in patients with biopsy-proven nonalcoholic fatty liver disease
- Boundary violations and adolescent drinking: Observational evidence that symbolic boundaries moderate social influence
- Inadequate conflict of interest policies at most French teaching hospitals: A survey and website analysis
- A new resolution function to evaluate tree shape statistics
- Thermostat wars? The roles of gender and thermal comfort negotiations in household energy use behavior
- Patients undergoing surgery for lumbar spinal stenosis experience unique courses of pain and disability: A group-based trajectory analysis
- Lifetime prevalence of intimate partner violence against women in an urban Brazilian city: A cross-sectional survey
- The factors associated with being left-behind children in China: Multilevel analysis with nationally representative data
- High heat tolerance in plants from the Andean highlands: Implications for paramos in a warmer world
- Quantifying pediatric patient need for second- and third-line HIV treatment: A tool for decision-making in resource-limited settings
- Discovery of actionable genetic alterations with targeted panel sequencing in children with relapsed or refractory solid tumors
- Iodine status of non-pregnant women and availability of food vehicles for fortification with iodine in a remote community in Gulf province, Papua New Guinea
- Fibre and extracellular matrix contributions to passive forces in human skeletal muscles: An experimental based constitutive law for numerical modelling of the passive element in the classical Hill-type three element model
- The status of imported Barremian-Bedoulian flint in north-eastern Iberia during the Middle Neolithic. Insights from the variscite mines of Gavà (Barcelona)
- Psychology of personal data donation
- Radiocarbon dating and cultural dynamics across Mongolia’s early pastoral transition
- MARGO (Massively Automated Real-time GUI for Object-tracking), a platform for high-throughput ethology
- Visual detection of time-varying signals: Opposing biases and their timescales
- Results from a World Health Organization pilot of the Basic Emergency Care Course in Sub Saharan Africa
- Scientists’ opinions and attitudes towards citizens’ understanding of science and their role in public engagement activities
- Dacentrurine stegosaurs (Dinosauria): A new specimen of Miragaia longicollum from the Late Jurassic of Portugal resolves taxonomical validity and shows the occurrence of the clade in North America
- Integrated pan-cancer gene expression and drug sensitivity analysis reveals SLFN11 mRNA as a solid tumor biomarker predictive of sensitivity to DNA-damaging chemotherapy
- Does membrane feeding compromise the quality of Aedes aegypti mosquitoes?
- Morphology, phylogeny, and taxonomy of two species of colonial volvocine green algae from Lake Victoria, Tanzania
- Metabolomics profiles associated with HbA1c levels in patients with type 2 diabetes
- Exploring local realities: Perceptions and experiences of healthcare workers on the management and control of drug-resistant tuberculosis in Addis Ababa, Ethiopia
- Sex differences in the treatment and outcome of emergency general surgery
- Comorbidities and costs in HIV patients: A retrospective claims database analysis in Germany
- Barriers to integration of bioinformatics into undergraduate life sciences education: A national study of US life sciences faculty uncover significant barriers to integrating bioinformatics into undergraduate instruction
- Local unemployment changes the springboard effect of low pay: Evidence from England
- A comparison of body composition assessment methods in climbers: Which is better?
- Comparison of an in-house ‘home-brew’ and commercial ViroSeq integrase genotyping assays on HIV-1 subtype C samples
- Elucidating genetic variability and population structure in Venturia inaequalis associated with apple scab diseaseusing SSR markers
- Clustering via hypergraph modularity
- Indomethacin enhances anti-tumor efficacy of a MUC1 peptide vaccine against breast cancer in MUC1 transgenic mice
- Multistage fuzzy comprehensive evaluation of landslide hazards based on a cloud model
- Inducible microRNA-200c decreases motility of breast cancer cells and reduces filamin A
- Pharmacological signatures of the reduced incidence and the progression of cognitive decline in ageing populations suggest the protective role of beneficial polypharmacy
- Continuous influenza virus production in a tubular bioreactor system provides stable titers and avoids the “von Magnus effect”
- Complex interaction networks of cytokines after transarterial chemotherapy in patients with hepatocellular carcinoma
- Gender essentialism in transgender and cisgender children
- Insertional mutagenesis in the zoonotic pathogen Chlamydia caviae
- Being there: A scoping review of grief support training in medical education
- Does the psychological profile influence the position of promising young futsal players?
- Effect of self-rated health status on functioning difficulties among older adults in Ghana: Coarsened exact matching method of analysis of the World Health Organization’s study on global AGEing and adult health, Wave 2
- Olfactory screening of Parkinson’s Disease patients and healthy subjects in China and Germany: A study of cross-cultural adaptation of the Sniffin’ Sticks 12-identification test
- Molecular evolution of cytochrome C oxidase-I protein of insects living in Saudi Arabia
- Correlates of leisure-time sedentary behavior among 181,793 adolescents aged 12-15 years from 66 low- and middle-income countries
- Cost-effectiveness analysis of Mucosal Leishmaniasis diagnosis with PCR-based vs parasitological tests in Colombia
- Spatiotemporal analysis of historical records (2001–2012) on dengue fever in Vietnam and development of a statistical model for forecasting risk
- Resilience assessment of Puerto Rico’s coral reefs to inform reef management
- Effect of community based health education on knowledge and attitude towards iron and folic acid supplementation among pregnant women in Kiambu County, Kenya: A quasi experimental study
- Implementation and effectiveness of non-specialist mediated interventions for children with Autism Spectrum Disorder: A systematic review and meta-analysis
- A tailored cognitive behavioral program for juvenile justice-referred females at risk of substance use and delinquency: A pilot quasi-experimental trial
- Impact of adjusted kidney volume measured in the bench surgery on one-year renal function in kidney transplantation
- Machine learning algorithm validation with a limited sample size
- The magnitude of suicidal ideation, attempts and associated factors of HIV positive youth attending ART follow ups at St. Paul’s hospital Millennium Medical College and St. Peter’s specialized hospital, Addis Ababa, Ethiopia, 2018
- The nonlinear effect of financial and fiscal policies on poverty alleviation in China—An empirical analysis of Chinese 382 impoverished counties with PSTR models
- Impacts of risk and competition on the profitability of banks: Empirical evidence from Pakistan
- Molecular characterization of lung adenocarcinoma from Korean patients using next generation sequencing
- An expansin-like protein expands forage cell walls and synergistically increases hydrolysis, digestibility and fermentation of livestock feeds by fibrolytic enzymes
- Joint image compression and encryption based on sparse Bayesian learning and bit-level 3D Arnold cat maps
- Urticating setae of tarantulas (Araneae: Theraphosidae): Morphology, revision of typology and terminology and implications for taxonomy
- Live observation of the oviposition process in Daphnia magna
- On the accuracy of displacement-based wave intensity analysis: Effect of vessel wall viscoelasticity and nonlinearity
- Nodosilinea signiensis sp. nov. (Leptolyngbyaceae, Synechococcales), a new terrestrial cyanobacterium isolated from mats collected on Signy Island, South Orkney Islands, Antarctica
- A 3’ UTR SNP rs885863, a cis-eQTL for the circadian gene VIPR2 and lincRNA 689, is associated with opioid addiction
- Characterizing the Randot Preschool stereotest: Testability, norms, reliability, specificity and sensitivity in children aged 2-11 years
- Tributyltin chloride (TBT) induces RXRA down-regulation and lipid accumulation in human liver cells
- Amazon climatic factors driving terpene composition of Iryanthera polyneura Ducke in terra-firme forest: A statistical approach
- Differences in clinical features of cluster headache between drinkers and nondrinkers in Japan
- Distribution of macular ganglion cell layer thickness in foveal hypoplasia: A new diagnostic criterion for ocular albinism
- Polo-like kinase 1 (Plk1) inhibition synergizes with taxanes in triple negative breast cancer
- Effect of mechanochemical activation of natural phosphorite structure as well as phosphorus solubility
- Automated content analysis across six languages
- A deep learning reconstruction framework for X-ray computed tomography with incomplete data
- Integrating interconception care in preventive child health care services: The Healthy Pregnancy 4 All program
- The prognostic significance of tumor-infiltrating lymphocytes assessment with hematoxylin and eosin sections in resected primary lung adenocarcinoma
- Effectiveness of novel fabrics to resist punctures and lacerations from white shark (Carcharodon carcharias): Implications to reduce injuries from shark bites
- Bacillus Calmette-Guérin (BCG) therapy lowers the incidence of Alzheimer’s disease in bladder cancer patients
- Serial block-face scanning electron microscopy reveals neuronal-epithelial cell fusion in the mouse cornea
- Salt or fish (or salted fish)? The Bronze Age specialised sites along the Tyrrhenian coast of Central Italy: New insights from Caprolace settlement
- Pragmatic language dysfunction in systemic lupus erythematosus patients: Results from a single center Italian study
- Association between cerebral atrophy and osteoporotic vertebral compression fractures
- Latitudinal gradient of cyanobacterial diversity in tidal flats
- Gene expression based survival prediction for cancer patients—A topic modeling approach
- Understanding allergic multimorbidity within the non-eosinophilic interactome
- The association between psychological distress and angina pectoris: A population-based study
- Comparative analysis on Facebook post interaction using DNN, ELM and LSTM
- Cerebellum-mediated trainability of eye and head movements for dynamic gazing
- Psychological and physiological effects of applying self-control to the mobile phone
- Omecamtiv mecarbil lowers the contractile deficit in a mouse model of nebulin-based nemaline myopathy
- Genome-wide SNP analyses reveal population structure of Portunus pelagicus along Vietnam coastline
- Modulating transcription through development of semi-synthetic yeast core promoters
- Left-handed metamaterial bandpass filter for GPS, Earth Exploration-Satellite and WiMAX frequency sensing applications
- Cost-effectiveness analysis of PSA-based mass screening: Evidence from a randomised controlled trial combined with register data
- A good tennis player does not lose matches. The effects of valence congruency in processing stance-argument pairs
- Validation of the group tasks uncertainty model (MITAG) in a German sample
- Parent psychological wellbeing in a single-family room versus an open bay neonatal intensive care unit
- Optimizing the procedure of grain nutrient predictions in barley via hyperspectral imaging
- In-situ time resolved spectrographic measurement using an additively manufactured metallic micro-fluidic analysis platform
- Race disparity in blood sphingolipidomics associated with lupus cardiovascular comorbidity
- Characterization of the placental transcriptome through mid to late gestation in the mare
- Indirect violence exposure and mental health symptoms among an urban public-school population: Prevalence and correlates
- Diagnostic ability of multifocal electroretinogram in early multiple sclerosis using a new signal analysis method
- Predictors of never having a mammogram among Chinese, Vietnamese, and Korean immigrant women in the U.S.
- The impact of hepatic steatosis on portal hypertension
- How do and could clinical guidelines support patient-centred care for women: Content analysis of guidelines
- Study of the epidemiological behavior of malaria in the Darien Region, Panama. 2015–2017
- School-based obesity prevention for busy low-income families—Organisational and personal barriers and facilitators to implementation
- Neighborhood crime, disorder and substance use in the Caribbean context: Jamaica National Drug Use Prevalence Survey 2016
- Genomic comparison of diverse Salmonella serovars isolated from swine
- Significance of the lobe-specific emphysema index to predict prolonged air leak after anatomical segmentectomy
- Modeling of inter-organizational coordination dynamics in resilience planning of infrastructure systems: A multilayer network simulation framework
- Manipulating the odds: The effects of Machiavellianism and construal level on cheating behavior
- Early recognition of anorexia through patient-generated assessment predicts survival in patients with oesophagogastric cancer
- Identifying publications in questionable journals in the context of performance-based research funding
- ITGAM is a risk factor to systemic lupus erythematosus and possibly a protection factor to rheumatoid arthritis in patients from Mexico
- Nurses’ and patients’ experiences and preferences of the ankle-brachial pressure index and multi-site photoplethysmography for the diagnosis of peripheral arterial disease: A qualitative study
- Cluster tendency assessment in neuronal spike data
- Voluntary medical male circumcision for HIV prevention among adolescents in Kenya: Unintended consequences of pursuing service-delivery targets
- Primary care in five European countries: A citizens’ perspective on the quality of care for children
- High Order Profile Expansion to tackle the new user problem on recommender systems
- Psychometric properties of the Korean version of the Health Literacy on Social Determinants of Health Questionnaire (K-HL-SDHQ)
- Flood hazard mapping and assessment in data-scarce Nyaungdon area, Myanmar
- Methods for the identification of farm escapees in feral mink (Neovison vison) populations
- Transcriptional analysis of amino acid, metal ion, vitamin and carbohydrate uptake in butanol-producing Clostridium beijerinckii NRRL B-598
- Long-term vancomycin use had low risk of ototoxicity
- Overcoming platinum resistance in ovarian cancer by targeting pregnancy-associated plasma protein-A
- Exploration of muscle loss and metabolic state during prolonged critical illness: Implications for intervention?
- Pan-caspase inhibitor F573 mitigates liver ischemia reperfusion injury in a murine model
- Efficacy of interleukin 10 gene hydrofection in pig liver vascular isolated ‘in vivo’ by surgical procedure with interest in liver transplantation
- Molecular characteristics of segment 5, a unique fragment encoding two partially overlapping ORFs in the genome of rice black-streaked dwarf virus
- Early economic evaluation of MRI-guided laser interstitial thermal therapy (MRgLITT) and epilepsy surgery for mesial temporal lobe epilepsy
- GLADS: A gel-less approach for detection of STMS markers in wheat and rice
- Anterior tooth-use behaviors among early modern humans and Neandertals
- Incidence patterns of orofacial clefts in purebred dogs
- Capacity of the medullary cavity of tibia and femur for intra-bone marrow transplantation in mice
- Association of thoracic spine deformity and cardiovascular disease in a mouse model for Marfan syndrome
- Predicting atrial fibrillation in primary care using machine learning
- M3VR—A multi-stage, multi-resolution, and multi-volumes-of-interest volume registration method applied to 3D endovaginal ultrasound
- A developmental trajectory supporting the evaluation and achievement of competencies: Articulating the Mastery Rubric for the nurse practitioner (MR-NP) program curriculum
- Mobile medication manager application to improve adherence with immunosuppressive therapy in renal transplant recipients: A randomized controlled trial
- Default Mode Network structural alterations in Kocher-Monro trajectory white matter transection: A 3 and 7 tesla simulation modeling approach
- Phylogenetic revision of Gymnotidae (Teleostei: Gymnotiformes), with descriptions of six subgenera
- Population genetic analysis of 36 Y-chromosomal STRs yields comprehensive insights into the forensic features and phylogenetic relationship of Chinese Tai-Kadai-speaking Bouyei
- Prevention of suicidal behaviour: Results of a controlled community-based intervention study in four European countries
- An assessment of khat consumption habit and its linkage to household economies and work culture: The case of Harar city
- Fixation of genetic variation and optimization of gene expression: The speed of evolution in isolated lizard populations undergoing Reverse Island Syndrome
- One simple claudication question as first step in Peripheral Arterial Disease (PAD) screening: A meta-analysis of the association with reduced Ankle Brachial Index (ABI) in 27,945 subjects
- Direct cost of health care for individuals with community associated Clostridium difficile infections: A population-based cohort study
- Association between serum homocysteine level and cognitive function in middle-aged type 2 diabetes mellitus patients
- A qualitative research synthesis of contextual factors contributing to female overweight and obesity over the life course in sub-Saharan Africa
- Insight into the relationship between aryl-hydrocarbon receptor and β-catenin in human colon cancer cells
- Hidden noise in immunologic parameters might explain rapid progression in early-onset periodontitis
- The role of stigma in the acceptance and disclosure of HIV among recently diagnosed men who have sex with men in Australia: A qualitative study
- Detection of Schistosoma japonicum and Oncomelania hupensis quadrasi environmental DNA and its potential utility to schistosomiasis japonica surveillance in the Philippines
- Does age influence the quality of life in children with atopic dermatitis?
- Questioning the lasting effect of galvanic vestibular stimulation on postural control
- Identification of a novel monocytic phenotype in Classic Hodgkin Lymphoma tumor microenvironment
- Characterization of 20 complete plastomes from the tribe Laureae (Lauraceae) and distribution of small inversions
- Binding and dynamics of melatonin at the interface of phosphatidylcholine-cholesterol membranes
- Recent climate-driven ecological change across a continent as perceived through local ecological knowledge
- Nonalcoholic fatty liver disease is an early predictor of metabolic diseases in a metabolically healthy population
- Occurrence and multilocus genotyping of Giardia duodenalis from post-weaned dairy calves in Sichuan province, China
- Retinoic acid-stimulated ERK1/2 pathway regulates meiotic initiation in cultured fetal germ cells
- Gender disparities in scientific production: A nationwide assessment among physicians in Peru
- Effect of F1 and F2 generations on genetic variability and working steps of doubled haploid production in maize
- Mitochondrial dysfunction in rheumatoid arthritis: A comprehensive analysis by integrating gene expression, protein-protein interactions and gene ontology data
- A caspase-6-cleaved fragment of Glial Fibrillary Acidic Protein as a potential serological biomarker of CNS injury after cardiac arrest
- A handy method to remove bacterial contamination from fungal cultures
- The self-care profiles and its determinants among adults with hypertension in primary health care clinics in Selangor, Malaysia
- The mutational landscape of quinolone resistance in Escherichia coli
- Exploring the influence of self-perceptions on the relationship between motor competence and identity in adolescents
- Study on the damage characteristics of gas-bearing shale under different unloading stress paths
- EPILAT-IRA Study: A contribution to the understanding of the epidemiology of acute kidney injury in Latin America
- 16S rDNA droplet digital PCR for monitoring bacterial DNAemia in bloodstream infections
- Three-dimensional (3D) brain microphysiological system for organophosphates and neurochemical agent toxicity screening
- Diversity of endocervical microbiota associated with genital Chlamydia trachomatis infection and infertility among women visiting obstetrics and gynecology clinics in Malaysia
- Health impact of hepatic-venous-occlusive disease in a small town in Ethiopia—Case study from Tahtay koraro district in Tigray region, 2017
- Development of a novel automatable fabrication method based on electrospinning co electrospraying for rotator cuff augmentation patches
- Development of a quantitative PCR assay for the detection and enumeration of a potentially ciguatoxin-producing dinoflagellate, Gambierdiscus lapillus (Gonyaulacales, Dinophyceae)
- Association of clinical factors with survival outcomes in laryngeal squamous cell carcinoma (LSCC)
- Seasonal oyster harvesting recorded in a Late Archaic period shell ring
- Population preferences for breast cancer screening policies: Discrete choice experiment in Belarus
- Respiratory health and inflammatory markers - Exposure to respirable dust and quartz and chemical binders in Swedish iron foundries
- Trends and predictors of mother-to-child transmission of HIV in an era of protocol changes: Findings from two large health facilities in North East Nigeria
- Elevated Ki-67 (MIB-1) expression as an independent predictor for unfavorable pathologic outcomes and biochemical recurrence after radical prostatectomy in patients with localized prostate cancer: A propensity score matched study
- Genome-wide identification and gene expression analysis of SOS family genes in tuber mustard (Brassica juncea var. tumida)
- Carvedilol improves glucose tolerance and insulin sensitivity in treatment of adrenergic overdrive in high fat diet-induced obesity in mice
- Institutional differences in USMLE Step 1 and 2 CK performance: Cross-sectional study of 89 US allopathic medical schools
- Molecular epidemiological characteristics of dengue virus carried by 34 patients in Guangzhou in 2018
- Heteroplasmy in the complete chicken mitochondrial genome
- Candida blood stream infections observed between 2011 and 2016 in a large Italian University Hospital: A time-based retrospective analysis on epidemiology, biofilm production, antifungal agents consumption and drug-susceptibility
- Sixty years since the creation of Lake Kariba: Thermal and oxygen dynamics in the riverine and lacustrine sub-basins
- Association of uric acid in serum and urine with subclinical renal damage: Hanzhong Adolescent Hypertension Study
- Appropriate management of acute gastroenteritis in Australian children: A population-based study
- The plasma metabolome of women in early pregnancy differs from that of non-pregnant women
- Effectiveness of four types of neuraminidase inhibitors approved in Japan for the treatment of influenza
- More than just availability: Who has access and who administers take-home naloxone in Baltimore, MD
- Evaluating the cross-cultural validity of the Dutch version of the Social Exclusion Index for Health Surveys (SEI-HS): A mixed methods study
- Diminuendo al bottom—Clarifying the semantics of music notation by re-modeling
- Structural analysis of the manganese transport regulator MntR from Bacillus halodurans in apo and manganese bound forms
- Serum uromodulin is associated with the severity of clinicopathological findings in ANCA-associated glomerulonephritis
- Male support for cervical cancer screening and treatment in rural Ghana
- ADAPTS: Automated deconvolution augmentation of profiles for tissue specific cells
- Comparison of shape quantification methods for genomic prediction, and genome-wide association study of sorghum seed morphology
- An attempt to identify the issues underlying the lack of consistent conceptualisations in the field of student mathematics-related beliefs
- Video abstracts and plain language summaries are more effective than graphical abstracts and published abstracts
- Trophic structure of the macrofauna associated to deep-vents of the southern Gulf of California: Pescadero Basin and Pescadero Transform Fault
- Incomplete insertion of pedicle screws in a standard construct reduces the fatigue life: A biomechanical analysis
- Cost savings associated with timely treatment of botulism with botulism antitoxin heptavalent product
- Effects of light and nitrogen availability on photosynthetic efficiency and fatty acid content of three original benthic diatom strains
- Early signal detection of adverse events following influenza vaccination using proportional reporting ratio, Victoria, Australia
- Bioinformatic analysis of a novel Echinococcus granulosus nuclear receptor with two DNA binding domains
- Genome-wide identification and characterization, phylogenetic comparison and expression profiles of SPL transcription factor family in B. juncea (Cruciferae)
- Hypoxia inhibits TNF-α-induced TSLP expression in keratinocytes
- Conceptualising alcohol consumption in relation to long-term health conditions: Exploring risk in interviewee accounts of drinking and taking medications
- Elevated interleukin-25 and its association to Th2 cytokines in systemic lupus erythematosus with lupus nephritis
- Thrombocytopenia and thrombocytosis are associated with different outcome in atrial fibrillation patients on anticoagulant therapy
- Involvement of extracellular vesicles in the macrophage-tumor cell communication in head and neck squamous cell carcinoma
- Comparison of Humphrey Field Analyzer and imo visual field test results in patients with glaucoma and pseudo-fixation loss
- Out-of-pocket expenditure and catastrophic health expenditure for hospitalization due to injuries in public sector hospitals in North India
- Concurrent validity and discriminative ability of Dutch performance-based motor tests in 5 to 6 years old children
- Cumulative viral load as a predictor of CD4+ T-cell response to antiretroviral therapy using Bayesian statistical models
- Can General Practitioners manage mental disorders in primary care? A partially randomised, pragmatic, cluster trial
- Self-serving incentives impair collective decisions by increasing conformity
- Mutation and immune profiling of metaplastic breast cancer: Correlation with survival
- The clinicopathological significance of Thrombospondin-4 expression in the tumor microenvironment of gastric cancer
- Propofol-based total intravenous anesthesia did not improve survival compared to desflurane anesthesia in breast cancer surgery
- Association between ossification of the posterior longitudinal ligament and ossification of the nuchal ligament in the cervical spine
- Effects of Debaryomyces hansenii treatment on intestinal mucosa microecology in mice with antibiotic-associated diarrhea
- Molecular validation of clinical Pantoea isolates identified by MALDI-TOF
- A novel wheat lodging resistance evaluation method and device based on the thrust force of the stalks
- Evolution of high tooth replacement rates in theropod dinosaurs
- Outpatient facility-based order variation in combined imaging
- Ethnic-racial identity affirmation: Validation in Aboriginal Australian children
- Non-intubated anesthesia in patients undergoing video-assisted thoracoscopic surgery: A systematic review and meta-analysis
- Tissue-type plasminogen activator selectively inhibits multiple toll-like receptors in CSF-1-differentiated macrophages
- Changes of serum pentraxin-3 and hypersensitive CRP levels during pregnancy and their relationship with gestational diabetes mellitus
- Synergistic immuno-modulatory activity in human macrophages of a medicinal mushroom formulation consisting of Reishi, Shiitake and Maitake
- Investigating reindeer pastoralism and exploitation of high mountain zones in northern Mongolia through ice patch archaeology
- Diversity pattern of Plasmodium knowlesi merozoite surface protein 4 (MSP4) in natural population of Malaysia
- Protein synthesis rates of muscle, tendon, ligament, cartilage, and bone tissue in vivo in humans
- “What gets measured better gets done better”: The landscape of validation of global maternal and newborn health indicators through key informant interviews
- Contactless monitoring of heart and respiratory rate in anesthetized pigs using infrared thermography
- Molecular characterisation of genital human papillomavirus among women in Southwestern, Nigeria
- The impact of “male clinics” on health-seeking behaviors of adult men in rural Kenya
- Gene expression microarray public dataset reanalysis in chronic obstructive pulmonary disease
- Utility of the new cobas HCV test for viral load monitoring during direct-acting antiviral therapy
- Impact of negative tuberculin skin test on growth among disadvantaged Bangladeshi children
- Streptococcal phosphotransferase system imports unsaturated hyaluronan disaccharide derived from host extracellular matrices
- Maternal diet modulates placental nutrient transporter gene expression in a mouse model of diabetic pregnancy
- Effects of an incremental theory of personality intervention on the reciprocity between bullying and cyberbullying victimization and perpetration in adolescents
- The clot thickens: Autologous and allogeneic fibrin sealants are mechanically equivalent in an ex vivo model of cartilage repair
- Reproducibility, stability, and accuracy of microbial profiles by fecal sample collection method in three distinct populations
- Cooperation with autonomous machines through culture and emotion
- Variation in hybridogenetic hybrid emergence between populations of water frogs from the Pelophylax esculentus complex
- Breast cancer in Tanzanian, black American, and white American women: An assessment of prognostic and predictive features, including tumor infiltrating lymphocytes
- Intramolecular tautomerization of the quercetin molecule due to the proton transfer: QM computational study
- A global overview of cassava genetic diversity
- Whole body periodic acceleration in normal and reduced mucociliary clearance of conscious sheep
- Identifying resurrection genes through the differentially expressed genes between Selaginella tamariscina (Beauv.) spring and Selaginella moellendorffii Hieron under drought stress
- Impact of hemodialysis on the concentrations of sodium and potassium during infusion of sodium thiosulfate using an In Vitro hemodialysis model
- Minimal effects of oyster aquaculture on local water quality: Examples from southern Chesapeake Bay
- Suboptimal infant and young child feeding practices in rural Boucle du Mouhoun, Burkina Faso: Findings from a cross-sectional population-based survey
- High salinity tolerance of invasive blue catfish suggests potential for further range expansion in the Chesapeake Bay region
- From waste to food: Optimising the breakdown of oil palm waste to provide substrate for insects farmed as animal feed
- Quantitative assessment of interstitial lung disease in Sjögren’s syndrome
- Comparative efficacy of tenofovir and entecavir in nucleos(t)ide analogue-naive chronic hepatitis B: A systematic review and meta-analysis
- Reference ranges for ultrasonographic renal dimensions as functions of age and body indices: A retrospective observational study in Taiwan
- Finding phrases: On the role of co-verbal facial information in learning word order in infancy
- Mathematical modeling reveals the factors involved in the phenomena of cancer stem cells stabilization
- Effects of forest management and roe deer impact on a mountain forest development in the Italian Apennines: A modelling approach using LANDIS-II
- Evaluation of comprehensive improvement for mild and moderate soil salinization in arid zone
- Efficacy, acceptability and feasibility of daily text-messaging in promoting glycaemic control and other clinical outcomes in a low-resource setting of South Africa: A randomised controlled trial
- Magnitude and associated factors of postpartum depression among women in Nekemte town, East Wollega zone, west Ethiopia, 2019: A community-based study
- Comparison of continuous wave and cold lateral condensation filling techniques in 3D printed simulated C-shape canals instrumented with Reciproc Blue or Hyflex EDM
- Effect of caffeine on neuromuscular function following eccentric-based exercise
- AtUBL5 regulates growth and development through pre-mRNA splicing in Arabidopsis thaliana
- The gut microbiome of freshwater Unionidae mussels is determined by host species and is selectively retained from filtered seston
- Alcohol consumption and survival after breast cancer diagnosis in Japanese women: A prospective patient cohort study
- Selection of reference genes for normalization of cranberry (Vaccinium macrocarpon Ait.) gene expression under different experimental conditions
- The household economic costs associated with depression symptoms: A cross-sectional household study conducted in the North West province of South Africa
- Increased cell size, structural complexity and migration of cancer cells acquiring fibroblast organelles by cell-projection pumping
- Acute low- compared to high-load resistance training to failure results in greater energy expenditure during exercise in healthy young men
- Impact of body mass index and metabolically unhealthy status on mortality in the Japanese general population: The JMS cohort study
- Characterization of two thermophilic cellulases from Talaromyces leycettanus JCM12802 and their synergistic action on cellulose hydrolysis
- Ecohydrology of urban trees under passive and active irrigation in a semiarid city
- Cyclosporine A eyedrops with self-nanoemulsifying drug delivery systems have improved physicochemical properties and efficacy against dry eye disease in a murine dry eye model
- LFastqC: A lossless non-reference-based FASTQ compressor
- Highly accurate prediction of flammability limits of chemical compounds using novel integrated hybrid models
- Nonsteroidal anti-inflammatory drugs and acetaminophen ameliorate muscular mechanical hyperalgesia developed after lengthening contractions via cyclooxygenase-2 independent mechanisms in rats
- A popular Indian clove-based mosquito repellent is less effective against Culex quinquefasciatus and Aedes aegypti than DEET
- Yeasts affect tolerance of Drosophila melanogaster to food substrate with high NaCl concentration
- The effect of climate change on cholera disease: The road ahead using artificial neural network
- Grit (effortful persistence) can be measured with a short scale, shows little variation across socio-demographic subgroups, and is associated with career success and career engagement
- Micro-dislodgement during transcatheter aortic valve implantation with a contemporary self-expandable prosthesis
- Improving the antimicrobial efficacy against resistant Staphylococcus aureus by a combined use of conjugated oligoelectrolytes
- Kin discrimination and outer membrane exchange in Myxococcus xanthus: Experimental analysis of a natural population
- Inflammatory cell infiltrates, hypoxia, vascularization, pentraxin 3 and osteoprotegerin in abdominal aortic aneurysms – A quantitative histological study
- Effects of virtual reality rehabilitation training on gait and balance in patients with Parkinson's disease: A systematic review
- Serum miR-33a is associated with steatosis and inflammation in patients with non-alcoholic fatty liver disease after liver transplantation
- Association between housing tenure and self-rated health in Japan: Findings from a nationwide cross-sectional survey
- Investigation of biochemical and physiological parameters of the newborn Saiga antelope (Saiga tatarica) in Gansu Province, China
- One-year follow-up of changes in refraction and aberrations induced by corneal incision
- Evaluation of upper limb superficial venous percussion as a sign of anatomical location and venous permeability. A comparative study of superficial venous percussion to ultrasound findings on non-renal patients and on chronic kidney disease patients
- An assessment of the Dutch experience with health insurers acting as healthcare advisors
- Perception of potential harm and benefits of HIV vaccine trial participation: A qualitative study from urban Tanzania
- Veterans with Gulf War Illness exhibit distinct respiratory patterns during maximal cardiopulmonary exercise
- Deep brain stimulation restores the glutamatergic and GABAergic synaptic transmission and plasticity to normal levels in kindled rats
- Metformin strongly affects transcriptome of peripheral blood cells in healthy individuals
- Cranberry extracts promote growth of Bacteroidaceae and decrease abundance of Enterobacteriaceae in a human gut simulator model
- Long-term retention on antiretroviral therapy among infants, children, adolescents and adults in Malawi: A cohort study
- Histochemical quantification of collagen content in articular cartilage
- Optogenetically transduced human ES cell-derived neural progenitors and their neuronal progenies: Phenotypic characterization and responses to optical stimulation
- Ion torrent high throughput mitochondrial genome sequencing (HTMGS)
- Outpatient antibiotic prescription rate and pattern in the private sector in India: Evidence from medical audit data
- Acute Influenza A virus outbreak in an enzootic infected sow herd: Impact on viral dynamics, genetic and antigenic variability and effect of maternally derived antibodies and vaccination
- Prevalence and correlates of low serum calcium in late pregnancy: A cross sectional study in the Nkongsamba Regional Hospital; Littoral Region of Cameroon
- Home-cage monitoring ascertains signatures of ictal and interictal behavior in mouse models of generalized seizures
- CRISPR/Cas9 gene editing in the West Nile Virus vector, Culex quinquefasciatus Say
- Genetic susceptibility to angiotensin-converting enzyme-inhibitor induced angioedema: A systematic review and evaluation of methodological approaches
- Proton pump inhibitor use increases the risk of peritonitis in peritoneal dialysis patients
- Comparative distribution of extended-spectrum beta-lactamase–producing Escherichia coli from urine infections and environmental waters
- Sex differences in thigh muscle volumes, sprint performance and mechanical properties in national-level sprinters
- Maternal serum and cord blood leptin concentrations at delivery
- Winter nitrification in ice-covered lakes
- Intolerance of uncertainty fuels depressive symptoms through rumination: Cross-sectional and longitudinal studies
- Monitoring exercise-induced muscle damage indicators and myoelectric activity during two weeks of knee extensor exercise training in young and old men
- Can adoption of pollution prevention techniques reduce pollution substitution?
- The association between self-efficacy and self-management behaviors among Chinese patients with type 2 diabetes
- Poly-arginine-18 peptides do not exacerbate bleeding, or improve functional outcomes following collagenase-induced intracerebral hemorrhage in the rat
- Affective disorders in the elderly in different European countries: Results from the MentDis_ICF65+ study
- Evaluation of forearm vascular resistance during orthostatic stress: Velocity is proportional to flow and size doesn’t matter
- Proton pencil minibeam irradiation of an in-vivo mouse ear model spares healthy tissue dependent on beam size
- Maternal stress in Shank3ex4-9 mice increases pup-directed care and alters brain white matter in male offspring
- Aspartate aminotransferase-to-platelet ratio index (APRI): A potential marker for diagnosis in patients at risk of severe malaria caused by Plasmodium vivax
- Exploiting open source 3D printer architecture for laboratory robotics to automate high-throughput time-lapse imaging for analytical microbiology
- Long non-coding RNAs and latent HIV – A search for novel targets for latency reversal
- Clinical characteristics of neonatal fulminant necrotizing enterocolitis in a tertiary Children's hospital in the last 10 years
- Effects of neuromuscular electrical stimulation training on muscle size in collegiate track and field athletes
- Adaptive fuzzy flow rate control considering multifractal traffic modeling and 5G communications
- Evaluation of four commercial tests for detecting ceftiofur in waste milk bulk tank samples
- A smart tele-cytology point-of-care platform for oral cancer screening
- Vasopressin SNP pain factors and stress in sickle cell disease
- Carbonate production of Micronesian reefs suppressed by thermal anomalies and Acanthaster as sea-level rises
- Microbial metabolisms in an abyssal ferromanganese crust from the Takuyo-Daigo Seamount as revealed by metagenomics
- Incidence of chronic kidney disease hospitalisations and mortality in Espírito Santo between 1996 to 2017
- The impact of short-term machine perfusion on the risk of cancer recurrence after rat liver transplantation with donors after circulatory death
- Proteomic profiling of the thrombin-activated canine platelet secretome (CAPS)
- Blood metal levels and serum testosterone concentrations in male and female children and adolescents: NHANES 2011–2012
- The effects of prolonged single night session of videogaming on sleep and declarative memory
- Diversity, distribution and dynamics of large trees across an old-growth lowland tropical rain forest landscape
- Mapping developmental QTL for plant height in soybean [Glycine max (L.) Merr.] using a four-way recombinant inbred line population
- Vaginal ring acceptability and related preferences among women in low- and middle-income countries: A systematic review and narrative synthesis
- UM171 induces a homeostatic inflammatory-detoxification response supporting human HSC self-renewal
- Positive selection and precipitation effects on the mitochondrial NADH dehydrogenase subunit 6 gene in brown hares (Lepus europaeus) under a phylogeographic perspective
- Evaluation of Minimum Inhibitory Concentrations for 154 Mycoplasma synoviae isolates from Italy collected during 2012-2017
- Enhancement of antibiotics antimicrobial activity due to the silver nanoparticles impact on the cell membrane
- Correction: Smoking, alcohol use disorder and tuberculosis treatment outcomes: A dual co-morbidity burden that cannot be ignored
- Correction: Effect of corruption on perceived difficulties in healthcare access in sub-Saharan Africa
- Knowledge-based best of breed approach for automated detection of clinical events based on German free text digital hospital discharge letters
- Importance of thorough tissue and cellular level characterization of targeted drugs in the evaluation of pharmacodynamic effects
- Integrated value-chain and risk assessment of Pig-Related Zoonoses in Ghana
- Failed sperm retrieval from severely oligospermic or non-obstructive azoospermic patients on oocyte retrieval day: Emergent oocyte cryopreservation is a feasible strategy
- Cassava yield traits predicted by genomic selection methods
- Verification of hub genes in the expression profile of aortic dissection
- Pig farmers’ willingness to pay for management strategies to reduce aggression between pigs
- Metabolomic response of Euglena gracilis and its bleached mutant strain to light
- Diagnostic value of ASVS for insulinoma localization: A systematic review and meta-analysis
- Newly educated care managers’ experiences of providing care for persons with stress-related mental disorders in the clinical primary care context
- Real-time telemetry monitoring of oxygen in the central complex of freely-walking Gromphadorhina portentosa
- Qualification programmes for immigrant health professionals: A systematic review
- An analytical model to minimize the latency in healthcare internet-of-things in fog computing environment
- Grain filling of early-season rice cultivars grown under mechanical transplanting
- Intercalation of small molecules into DNA in chromatin is primarily controlled by superhelical constraint
- Correlative evidence for co-regulation of phosphorus and carbon exchanges with symbiotic fungus in the arbuscular mycorrhizal Medicago truncatula
- How to design a dose-finding study on combined agents: Choice of design and development of R functions
- Altered expression of Notch1 in Alzheimer's disease
- The ZJU index is a powerful surrogate marker for NAFLD in severely obese North American women
- Trunk velocity-dependent Light Touch reduces postural sway during standing
- Evaluation of cytological diagnostic accuracy for canine splenic neoplasms: An investigation in 78 cases using STARD guidelines
- Trade-offs in motivating volunteer effort: Experimental evidence on voluntary contributions to science
- Does caching strategy vary with microclimate in endangered Mt. Graham red squirrels?
- Assessment of energy expenditure during high intensity cycling and running using a heart rate and activity monitor in young active adults
- Evaluating rectal swab collection method for gut microbiome analysis in the common marmoset (Callithrix jacchus)
- Implementation of a screening, brief intervention and referral to treatment programme for risky substance use in South African emergency centres: A mixed methods evaluation study
- Can the CalproQuest predict a positive Calprotectin test? A prospective diagnostic study
- The calcium sensor OsCBL1 modulates nitrate signaling to regulate seedling growth in rice
- Acceptability of and treatment preferences for recurrent bacterial vaginosis—Topical lactic acid gel or oral metronidazole antibiotic: Qualitative findings from the VITA trial
- Mathematical determination of the HIV-1 matrix shell structure and its impact on the biology of HIV-1
- Contingent negative variation during a modified cueing task in simulated driving
- CAMDI interacts with the human memory-associated protein KIBRA and regulates AMPAR cell surface expression and cognition
- Effect of feeding patterns on growth and nutritional status of children aged 0-24 months: A Chinese cohort study
- A fecal sequel: Testing the limits of a genetic assay for bat species identification
- Measuring the impact of chronic conditions and associated multimorbidity on health-related quality of life in the general population in Hong Kong SAR, China: A cross-sectional study
- Short and long-term clinical effectiveness and cost-effectiveness of a late-phase community-based balance and gait exercise program following hip fracture. The EVA-Hip Randomised Controlled Trial
- Vaccine cold chain in general practices: A prospective study in 75 refrigerators (Keep Cool study)
- Brazilian norms for the Bank of Standardized Stimuli (BOSS)
- Distinct varieties of aesthetic chills in response to multimedia
- Interaction between apolipoprotein E genotype and hypertension on cognitive function in older women in the Nurses’ Health Study
- Correction: Resistance profile of the HIV-1 maturation inhibitor GSK3532795 in vitro and in a clinical study
- New formulation of the Gompertz equation to describe the kinetics of untreated tumors
- Development of visual perception of others’ actions: Children’s judgment of lifted weight
- Retrospective comparative analysis of intraocular lens calculation formulas after hyperopic refractive surgery
- Human vitreous concentrations of citicoline following topical application of citicoline 2% ophthalmic solution
- Development and validation of exhaled breath condensate microRNAs to identify and endotype asthma in children
- Arthroscopic release for frozen shoulder: Does the timing of intervention and diabetes affect outcome?
- Risk factors affecting dairy cattle protective grouping behavior, commonly known as bunching, against Stomoxys calcitrans (L.) on California dairies
- Acceleration of chemical shift encoding-based water fat MRI for liver proton density fat fraction and T2* mapping using compressed sensing
- Characterisation and microbial community analysis of lipid utilising microorganisms for biogas formation
- Sexuality in male partners of women with fibromyalgia syndrome: A qualitative study
- Exploring optimization strategies for improving explicit water models: Rigid n-point model and polarizable model based on Drude oscillator
- Artificial insemination with fresh, liquid stored and frozen thawed semen in dromedary camels
- Moving into an urban drug scene among people who use drugs in Vancouver, Canada: Latent class growth analysis
- Numerical study on the start and unstart phenomena in a scramjet inlet-isolator model
- Effects of dietary supplementation with apple peel powder on the growth, blood and liver parameters, and transcriptome of genetically improved farmed tilapia (GIFT, Oreochromis niloticus)
- Urban growth simulation in different scenarios using the SLEUTH model: A case study of Hefei, East China
- Chronic bronchitis without airflow obstruction, asthma and rhinitis are differently associated with cardiovascular risk factors and diseases
- Factors associated with medication adherence among people with diabetes mellitus in poor urban areas of Cambodia: A cross-sectional study
- Mammary microbiome of lactating organic dairy cows varies by time, tissue site, and infection status
- Force field generalization and the internal representation of motor learning
- Polyphenism of visual and chemical secondary sexually-selected wing traits in the butterfly Bicyclus anynana: How different is the intermediate phenotype?
- Minimal genetic differentiation of the malaria vector Nyssorhynchus darlingi associated with forest cover level in Amazonian Brazil
- The impact of leisure activities on older adults’ cognitive function, physical function, and mental health
- scafSLICR: A MATLAB-based slicing algorithm to enable 3D-printing of tissue engineering scaffolds with heterogeneous porous microarchitecture
- Association of serum leptin and adiponectin concentrations with echocardiographic parameters and pathophysiological states in patients with cardiovascular disease receiving cardiovascular surgery
- Operation of cognitive memory inhibition in adults with Down syndrome: Effects of maintenance load and material
- Influences on surgical antimicrobial prophylaxis decision making by surgical craft groups, anaesthetists, pharmacists and nurses in public and private hospitals
- Post-treatment Lyme disease symptoms score: Developing a new tool for research
- Expression of Concern: The Role of the RACK1 Ortholog Cpc2p in Modulating Pheromone-Induced Cell Cycle Arrest in Fission Yeast
- Equine bronchial fibroblasts enhance proliferation and differentiation of primary equine bronchial epithelial cells co-cultured under air-liquid interface
- Investigating cooperation with robotic peers
- Synthesis, purification and crystallization of a putative critical bulge of HAR1 RNA
- Prosthetic push-off power in trans-tibial amputee level ground walking: A systematic review
- A case study of the use of verbal reports for talent identification purposes in soccer: A Messi affair!
- Transgenerational deep sequencing revealed hypermethylation of hippocampal mGluR1 gene with altered mRNA expression of mGluR5 and mGluR3 associated with behavioral changes in Sprague Dawley rats with history of prolonged febrile seizure
- Obesity is associated with an impaired survival in lymphoma patients undergoing autologous stem cell transplantation
- Periodontal disease: Repercussions in pregnant woman and newborn health—A cohort study
- Origins of Chinese reindeer (Rangifer tarandus) based on mitochondrial DNA analyses
- Regional, racial, gender, and tumor biology disparities in breast cancer survival rates in Africa: A systematic review and meta-analysis
- How effective are films in inducing positive and negative emotional states? A meta-analysis
- 3D nanostructural characterisation of grain boundaries in atom probe data utilising machine learning methods
- An outbreak of tuberculosis in a middle school in Henan, China: Epidemiology and risk factors
- Initial clinical radiological findings and staging to predict prognosis of primary hepatic angiosarcoma: A retrospective analysis
- A new early Eocene deperetellid tapiroid illuminates the origin of Deperetellidae and the pattern of premolar molarization in Perissodactyla
- Longevity and marginal bone loss of narrow-diameter implants supporting single crowns: A systematic review
- Impact of UVC-sustained recirculating air filtration on airborne bacteria and dust in a pig facility
- Cold-related Florida manatee mortality in relation to air and water temperatures
- Conceptual fluency in inductive reasoning
- Clinical outcomes and treatment patterns among Medicare patients with nonvalvular atrial fibrillation (NVAF) and chronic kidney disease
- Improvements in the learnability of smartphone haptic interfaces for visually impaired users
- Role of the malic enzyme in metabolism of the halotolerant methanotroph Methylotuvimicrobium alcaliphilum 20Z
- Cyclic loading test study on a new cast-in-situ insulated sandwich concrete wall
- Natural compounds as angiogenic enzyme thymidine phosphorylase inhibitors: In vitro biochemical inhibition, mechanistic, and in silico modeling studies
- Analysis of virulence potential of Escherichia coli O145 isolated from cattle feces and hide samples based on whole genome sequencing
- Pre-clinical medical student reflections on implicit bias: Implications for learning and teaching
- Prognostic significance of non-sustained ventricular tachycardia on stored electrograms in pacemaker recipients
- Determinants of preterm birth among mothers who gave birth at public hospitals in the Amhara region, Ethiopia: A case-control study
- Real-world evidence of the effectiveness of ombitasvir-paritaprevir/r ± dasabuvir ± ribavirin in patients monoinfected with chronic hepatitis C or coinfected with human immunodeficiency virus-1 in Spain
- Unique transcriptomic landscapes identified in idiopathic spontaneous and infection related preterm births compared to normal term births
- Restrained expansion of the recall germinal center response as biomarker of protection for influenza vaccination in mice
- Arabidopsis TRM5 encodes a nuclear-localised bifunctional tRNA guanine and inosine-N1-methyltransferase that is important for growth
- Achievement of weight loss in patients with overweight during dietetic treatment in primary health care
- Autophagy deficiency exacerbates colitis through excessive oxidative stress and MAPK signaling pathway activation
- The impacts of parity on lung function data (LFD) of healthy females aged 40 years and more issued from an upper middle income country (Algeria): A comparative study
- Reorganization of spatial configurations in visual working memory: A matter of set size?
- Unravelling travellers’ route choice behaviour at full-scale urban network by focusing on representative OD pairs in computer experiments
- Evaluating the higher-order structure of the Profile of Emotional Competence (PEC): Confirmatory factor analysis and Bayesian structural equation modeling
- HIV prevalence and correlated factors among male clients of female sex workers in a border region of China
- Next generation sequencing and RNA-seq characterization of adipose tissue in the Nile crocodile (Crocodylus niloticus) in South Africa: Possible mechanism(s) of pathogenesis and pathophysiology of pansteatitis
- Association between advanced maternal age and maternal and neonatal morbidity: A cross-sectional study on a Spanish population
- Ethnic differences in the prevalence, socioeconomic and health related risk factors of knee pain and osteoarthritis symptoms in older Malaysians
- Increasing knowledge of HIV status in a country with high HIV testing coverage: Results from the Botswana Combination Prevention Project
- Friends with benefits: The effects of vegetative shading on plant survival in a green roof environment
- Comparison of the fecal, cecal, and mucus microbiome in male and female mice after TNBS-induced colitis
- Identifying candidate diagnostic markers for early stage of non-small cell lung cancer
- Complex alternative splicing of human Endonuclease V mRNA, but evidence for only a single protein isoform
- Correction: KML001 Induces Apoptosis and Autophagic Cell Death in Prostate Cancer Cells via Oxidative Stress Pathway
- Unique developmental trajectories of risk behaviors in adolescence and associated outcomes in young adulthood
- Enhanced fibrinolysis detection in a natural occurring canine model with intracavitary effusions: Comparison and degree of agreement between thromboelastometry and FDPs, D-dimer and fibrinogen concentrations
- Overexpression of Saussurea involucrata dehydrin gene SiDHN promotes cold and drought tolerance in transgenic tomato plants
- Foxtail millet (Setaria italica (L.) P. Beauv) CIPKs are responsive to ABA and abiotic stresses
- Autonomous drone hunter operating by deep learning and all-onboard computations in GPS-denied environments
- Heterogeneity Diffusion Imaging of gliomas: Initial experience and validation
- Frequency cluster formation and slow oscillations in neural populations with plasticity
- DHP23002 as a next generation oral paclitaxel formulation for pancreatic cancer therapy
- Diagnostic accuracy of SOX11 immunohistochemistry in mantle cell lymphoma: A meta-analysis
- Analytical solution to swing equations in power grids
- Pathways to conspiracy: The social and linguistic precursors of involvement in Reddit’s conspiracy theory forum
- Spatiotemporally random and diverse grid cell spike patterns contribute to the transformation of grid cell to place cell in a neural network model
- Empathic concern and personal distress depend on situational but not dispositional factors
- Who is more susceptible to job stressors and resources? Sensory-processing sensitivity as a personal resource and vulnerability factor
- Cost-effectiveness of integrating postpartum antiretroviral therapy and infant care into maternal & child health services in South Africa
- A substitution mutation in a conserved domain of mammalian acetate-dependent acetyl CoA synthetase 2 results in destabilized protein and impaired HIF-2 signaling
- One step at a time: Physical activity is linked to positive interpretations of ambiguity
- Calreticulin regulates vascular endothelial growth factor-A mRNA stability in gastric cancer cells
- Evaluation of various methods of selection of B. subtilis strains capable of secreting surface-active compounds
- Association between US Pharmacopeia (USP) monograph standards, generic entry and prescription drug costs
- Molecular characterisation of the synovial fluid microbiome in rheumatoid arthritis patients and healthy control subjects
- On sorption hysteresis in wood: Separating hysteresis in cell wall water and capillary water in the full moisture range
- Inbreeding, Allee effects and stochasticity might be sufficient to account for Neanderthal extinction
- Reliability and construct validity of the stepping-forward affordance perception test for fall risk assessment in community-dwelling older adults
- Socioeconomic determinants of nutritional status among ‘Baiga’ tribal children In Balaghat district of Madhya Pradesh: A qualitative study
- Study on characteristics of fire plume in building facade window under lateral blow
- ‘When you talk to someone in a bad way or always put her under pressure, it is actually worse than beating her’: Conceptions and experiences of emotional intimate partner violence in Rwanda and South Africa
- Effects of 6-mercaptopurine in pressure overload induced right heart failure
- The association between haemoglobin levels in the first 20 weeks of pregnancy and pregnancy outcomes
- Implementation and evaluation of an antimicrobial stewardship programme in companion animal clinics: A stepped-wedge design intervention study
- Factors associated with persistently high-cost health care utilization for musculoskeletal pain
- Nitrogen and chlorophyll status determination in durum wheat as influenced by fertilization and soil management: Preliminary results
- Effect of repeated in vivo microCT imaging on the properties of the mouse tibia
- Coupling environment and physiology to predict effects of climate change on the taxonomic and functional diversity of fish assemblages in the Murray-Darling Basin, Australia
- Hematology and plasma biochemistries in the Blanding’s turtle (Emydoidea blandingii) in Lake County, Illinois
- CRISPR-Cas influences the acquisition of antibiotic resistance in Klebsiella pneumoniae
- Phosphorylation-dependent activity-based conformational changes in P21-activated kinase family members and screening of novel ATP competitive inhibitors
- Antidepressant prescriptions, discontinuation, depression and perinatal outcomes, including breastfeeding: A population cohort analysis
- Why men with a low-risk prostate cancer select and stay on active surveillance: A qualitative study
- Imported severe malaria and risk factors for intensive care: A single-centre retrospective analysis
- Combined treatment (image-guided thrombectomy and endovascular therapy with open femoral access) for acute lower limb ischemia: Clinical efficacy and outcomes
- Low-latency single channel real-time neural spike sorting system based on template matching
- Quantifying the scale effect in geospatial big data using semi-variograms
- Paper-and-pencil versus computerized administration mode: Comparison of data quality and risk behavior prevalence estimates in the European school Survey Project on Alcohol and other Drugs (ESPAD)
- Regression adjusted colocalisation colour mapping (RACC): A novel biological visual analysis method for qualitative colocalisation analysis of 3D fluorescence micrographs
- Ostrich eggshell bead diameter in the Holocene: Regional variation with the spread of herding in eastern and southern Africa
- Spatial and temporal variations in female size at maturity of a Southern Rock Lobster (Jasus edwardsii) population: A likely response to climate change
- Inactive USP14 and inactive UCHL5 cause accumulation of distinct ubiquitinated proteins in mammalian cells
- Training rhesus macaques to take daily oral antiretroviral therapy for preclinical evaluation of HIV prevention and treatment strategies
- Left ventricular structural and functional changes in Friedreich ataxia – Relationship with body size, sex, age and genetic severity
- Magnitude and factors associated with anemia among pregnant women attending antenatal care in Bench Maji, Keffa and Sheka zones of public hospitals, Southwest, Ethiopia, 2018: A cross -sectional study
- Effectiveness of telerehabilitation in the management of adults with stroke: A systematic review
- Hydrogen sulphide-induced hypometabolism in human-sized porcine kidneys
- Correction: Comparison of the molecular properties of retinitis pigmentosa P23H and N15S amino acid replacements in rhodopsin
- Retraction: Regulation of gastric smooth muscle contraction via Ca2+-dependent and Ca2+-independent actin polymerization
- Evaluation of neutral oral contrast agents for assessment of the small bowel at abdominal staging CT
- Blood type and breed-associated differences in cell marker expression on equine bone marrow-derived mesenchymal stem cells including major histocompatibility complex class II antigen expression
- Induced abortion and future use of IVF treatment; A nationwide register study
- Psychosocial determinants of sustained maternal functional impairment: Longitudinal findings from a pregnancy-birth cohort study in rural Pakistan
- Measurement of finger joint angle using stretchable carbon nanotube strain sensor
- Determinants of mortality among patients with drug-resistant tuberculosis in northern Nigeria
- Drugs modulating stochastic gene expression affect the erythroid differentiation process
- Efficacy of UB0316, a multi-strain probiotic formulation in patients with type 2 diabetes mellitus: A double blind, randomized, placebo controlled study
- Prognostic value of des-γ-carboxy prothrombin in patients with hepatocellular carcinoma treated with transarterial chemotherapy: A systematic review and meta-analysis
- Avermectin induces the oxidative stress, genotoxicity, and immunological responses in the Chinese Mitten Crab, Eriocheir sinensis
- Antibiotic use in mandarin production (Citrus reticulata Blanco) in major mandarin-producing areas in Thailand: A survey assessment
- Application of CPI cutoff value based on parentage testing of duos and trios typed by four autosomal kits
- Correction: Good and Bad in the Hands of Politicians: Spontaneous Gestures during Positive and Negative Speech
- Adolescents with worse levels of oral health literacy have more cavitated carious lesions
- Effective methods for the inactivation of Francisella tularensis
- Detection of early-stage Alzheimer’s pathology using blood-based autoantibody biomarkers in elderly hip fracture repair patients
- Correlation between internal pudendal artery stenosis and erectile dysfunction in patients with suspected coronary artery disease
- Analysis of HER2 genomic binding in breast cancer cells identifies a global role in direct gene regulation
- Population productivity of shovelnose rays: Inferring the potential for recovery
- Correction: Long-term clinical outcomes in a cohort of patients with solitary plasmacytoma treated in the modern era
- Effects of tetracycline on myocardial infarct size in obese rats with chemically-induced colitis
- Mineral absorption is an enriched pathway in a brain region of restless legs syndrome patients with reduced MEIS1 expression
- Changes in weight and body composition across five years at university: A prospective observational study
- Adeno-associated virus-mediated expression of human butyrylcholinesterase to treat organophosphate poisoning
- Effects of insulin signaling on mouse taste cell proliferation
- Patient-level cost of home- and facility-based child pneumonia treatment in Suba Sub County, Kenya
- TAP: A static analysis model for PHP vulnerabilities based on token and deep learning technology
- Cost-effectiveness of QuantiFERON-TB Gold In-Tube versus tuberculin skin test for diagnosis and treatment of Latent Tuberculosis Infection in primary health care workers in Brazil
- Multifaceted intervention for the prevention and management of musculoskeletal pain in nursing staff: Results of a cluster randomized controlled trial
- Changes over time in creatinine clearance and comparison of emergent adverse events for HIV-positive adults receiving standard doses (300 mg/day) of lamivudine-containing antiretroviral therapy with baseline creatinine clearance of 30–49 vs ≥50 mL/min
- Population dynamics of foxes during restricted-area culling in Britain: Advancing understanding through state-space modelling of culling records
- Impacts of experimental advisory exit speed sign on traffic speeds for freeway exit ramp
- In-hospital outcomes and 30-day readmission rates among ischemic and hemorrhagic stroke patients with delirium
- Monitoring quality indicators for the Xpert MTB/RIF molecular assay in Ethiopia
- Delivering genes across the blood-brain barrier: LY6A, a novel cellular receptor for AAV-PHP.B capsids
- Correction: Using remote sensing to detect whale strandings in remote areas: The case of sei whales mass mortality in Chilean Patagonia
- Comparison of the inoculum size effects of antibiotics on IMP-6 β-lactamase-producing Enterobacteriaceae co-harboring plasmid-mediated quinolone resistance genes
- Contrast-enhanced computed tomography findings of canine primary renal tumors including renal cell carcinoma, lymphoma, and hemangiosarcoma
- Non-invasive in vivo imaging of UCP1 expression in live mice via near-infrared fluorescent protein iRFP720
- Overexpression of pink1 or parkin in indirect flight muscles promotes mitochondrial proteostasis and extends lifespan in Drosophila melanogaster
- Fiber stiffness, pore size and adhesion control migratory phenotype of MDA-MB-231 cells in collagen gels
- Comparison of two experimental ARDS models in pigs using electrical impedance tomography
- Are primary school children attending full-day school still engaged in sports clubs?
- Stroke risks in women with dysmenorrhea by age and stroke subtype
- Changes in patterns of mortality rates and years of life lost due to firearms in the United States, 1999 to 2016: A joinpoint analysis
- In vitro modeling of Batrachochytrium dendrobatidis infection of the amphibian skin
- Development and validation of LC-MS/MS method for imatinib and norimatinib monitoring by finger-prick DBS in gastrointestinal stromal tumor patients
- Correction: Habitat disturbance and the organization of bacterial communities in Neotropical hematophagous arthropods
- Characterisation of early metazoan secretion through associated signal peptidase complex subunits, prohormone convertases and carboxypeptidases of the marine sponge (Amphimedon queenslandica)
- Time trends between 2002 and 2017 in correlates of self-reported sitting time in European adults
- Performance of patient acuity rating by rapid response team nurses for predicting short-term prognosis
- Changes in HbA1c during the first six years after the diagnosis of Type 2 diabetes mellitus predict long-term microvascular outcomes
- Correction: Antimicrobial resistance genotypes and phenotypes of Campylobacter jejuni isolated in Italy from humans, birds from wild and urban habitats, and poultry
- Correction: Mental health and quality of life outcomes in family members of patients with chronic critical illness admitted to the intensive care units of two Brazilian hospitals serving the extremes of the socioeconomic spectrum
- Correction: Establishing an infrastructure for collaboration in primate cognition research
- Correction: The impact of public health insurance on health care utilisation, financial protection and health status in low- and middle-income countries: A systematic review
- Health provider and service-user experiences of sensory modulation rooms in an acute inpatient psychiatry setting
- Comparison of potential drug-drug interactions with metabolic syndrome medications detected by two databases
- The Polish version of the Cultural Intelligence Scale: Assessment of its reliability and validity among healthcare professionals and medical faculty students
- Selection of optimal reference genes for qRT-PCR analysis of shoot development and graviresponse in prostrate and erect chrysanthemums
- Metastasis risk prediction model in osteosarcoma using metabolic imaging phenotypes: A multivariable radiomics model
- Defining hospital community benefit activities using Delphi technique: A comparison between China and the United States
- Establishment of the experimental procedure for prediction of conjugation capacity in mutant UGT1A1
- A robust multi-objective optimization framework to capture both cellular and intercellular properties in cardiac cellular model tuning: Analyzing different regions of membrane resistance profile in parameter fitting
- Sea star wasting disease demography and etiology in the brooding sea star Leptasterias spp.
- Diagnostic plasma miRNA-profiles for ovarian cancer in patients with pelvic mass
- Genetic diversity and drug resistance of HIV-1 among infected pregnant women newly diagnosed in Luanda, Angola
- I’ve been robbed! – Can changes in floral traits discourage bee pollination?
- Visualising statistical models using dynamic nomograms
- Assessing the capacity of Malawi’s district and central hospitals to manage traumatic diaphyseal femoral fractures in adults
- Diagnostic performance of basal cortisol level at 0900-1300h in adrenal insufficiency
- The Mastery Rubric for Bioinformatics: A tool to support design and evaluation of career-spanning education and training
- Microdissection and whole chromosome painting confirm karyotype transformation in cryptic species of the Lariophagus distinguendus (Förster, 1841) complex (Hymenoptera: Pteromalidae)
- Quality of Kangaroo Mother Care services in Ethiopia: Implications for policy and practice
- Gemcitabine potentiates the anti-tumour effect of radiation on medullary thyroid cancer
- iTRAQ-based high-throughput proteomics analysis reveals alterations of plasma proteins in patients infected with human bocavirus
- The detection of a non-anemophilous plant species using airborne eDNA
- Perception and control of low cable operation forces in voluntary closing body-powered upper-limb prostheses
- Neoadjuvant chemotherapy plus surgery versus concurrent chemoradiotherapy in stage IB2-IIB cervical cancer: A systematic review and meta-analysis
- Randomized methods to characterize large-scale vortical flow networks
- Disentangling the coexistence strategies of mud-daubing wasp species through trophic analysis in oases of Baja California peninsula
- Front-of-pack nutritional labels: Understanding by low- and middle-income Mexican consumers
- Distress in patients with end-stage renal disease: Staff perceptions of barriers to the identification of mild-moderate distress and the provision of emotional support
- Pathways to antibiotics in Bangladesh: A qualitative study investigating how and when households access medicine including antibiotics for humans or animals when they are ill
- DOC export is exceeded by C fixation in May Creek: A late-successional watershed of the Copper River Basin, Alaska
- Behavioral observation of prosocial behavior and social initiative is related to preschoolers’ psychopathological symptoms
- Evaluating the impact of citations of articles based on knowledge flow patterns hidden in the citations
- Correction: Economic sanctions and academia: Overlooked impact and long-term consequences
- Correction: A novel association between relaxin receptor polymorphism and hematopoietic stem cell yield after mobilization
- Expression of Concern: Cooperativity of Oncogenic K-Ras and Downregulated p16/INK4A in Human Pancreatic Tumorigenesis
- Price dispersion of generic medications
- Sex differences in body composition but not neuromuscular function following long-term, doxycycline-induced reduction in circulating levels of myostatin in mice
- The emotion regulation effect of cognitive control is related to depressive state through the mediation of rumination: An ERP study
- Comparison of SMS-EPI and 3D-EPI at 7T in an fMRI localizer study with matched spatiotemporal resolution and homogenized excitation profiles
- Left ventricular mass normalization for body size in children based on an allometrically adjusted ratio is as accurate as normalization based on the centile curves method
- Correction: Combining biophysical parameters, spectral indices and multivariate hyperspectral models for estimating yield and water productivity of spring wheat across different agronomic practices
- Correction: Flowers as viral hot spots: Honey bees (Apis mellifera) unevenly deposit viruses across plant species
- 'Small small quarrels bring about happiness or love in the relationships’: Exploring community perceptions and gendered norms contributing to male perpetrated intimate partner violence in the Central Region of Ghana
- The performance of practitioners conducting facial comparisons on images of children across age
- Increased amounts and stability of telomeric repeat-containing RNA (TERRA) following DNA damage induced by etoposide
- Patients with limitation or withdrawal of life supporting care admitted in a medico-surgical intermediate care unit: Prevalence, description and outcome over a six-month period
- Correction: Diverse radiofrequency sensitivity and radiofrequency effects of mobile or cordless phone near fields exposure in Drosophila melanogaster
- Predicting the performance of TV series through textual and network analysis: The case of Big Bang Theory
- Risk of temperature, humidity and concentrations of air pollutants on the hospitalization of AECOPD
- Mixed methods grant applications in the health sciences: An analysis of reviewer comments
- Renal abnormalities among children with sickle cell conditions in highly resource-limited setting in Ghana
- Size matters: How reaching and vergence movements are influenced by the familiar size of stereoscopically presented objects
- Willingness to receive institutional and community-based eldercare among the rural elderly in China
- An improved deep learning method for predicting DNA-binding proteins based on contextual features in amino acid sequences
- Beyond executive functions, creativity skills benefit academic outcomes: Insights from Montessori education
- A LAMP assay for the rapid and robust assessment of Wolbachia infection in Aedes aegypti under field and laboratory conditions
- Nonarteritic anterior ischemic optic neuropathy is associated with cerebral small vessel disease
- Fiber-tract localized diffusion coefficients highlight patterns of white matter disruption induced by proximity to glioma
- The fight against polio through the NO-DO newsreels during the Francoism period in Spain
- Ocean sound levels in the northeast Pacific recorded from an autonomous underwater glider
- Cost-consequence analysis of influenza vaccination among the staff of a large teaching hospital in Rome, Italy: A pilot study
- The relationship among the progression of inflammation in umbilical cord, fetal inflammatory response, early-onset neonatal sepsis, and chorioamnionitis
- How medical professional students view older people with dementia: Implications for education and practice
- An enhanced nonparametric EWMA sign control chart using sequential mechanism
- Land use change, carbon stocks and tree species diversity in green spaces of a secondary city in Myanmar, Pyin Oo Lwin
- Is there a difference in women’s experiences of care with medication vs. manual vacuum aspiration abortions? Determinants of person-centered care for abortion services
- Maternal complications in pregnancy and childbirth for women with epilepsy: Time trends in a nationwide cohort
- Adsorption of oxytetracycline on kaolinite
- Interdisciplinary stratified care for low back pain: A qualitative study on the acceptability, potential facilitators and barriers to implementation
- The role of resource transfer in positive, non-additive litter decomposition
- The impact of language on the interpretation of resuscitation clinical care plans by doctors. A mixed methods study
- Quantum dots reveal heterogeneous membrane diffusivity and dynamic surface density polarization of dopamine transporter
- Genomic analysis of Shiga toxin-producing Escherichia coli from patients and asymptomatic food handlers in Japan
- The heavy metals lead and cadmium are cytotoxic to human bone osteoblasts via induction of redox stress
- Anatomical, taxonomic, and phylogenetic reappraisal of a poorly known ghost knifefish, Tembeassu marauna (Ostariophysi: Gymnotiformes), using X-ray microcomputed tomography
- Matrix-assisted laser desorption/ionization time of flight mass spectrometry identification of Vibrio (Listonella) anguillarum isolated from sea bass and sea bream
- Recommendations of older adults on how to use the PROM ‘TOPICS-MDS’ in healthcare conversations: A Delphi study
- The winner takes it all—Competitiveness of single nodes in globalized supply networks
- Hamsters in the city: A study on the behaviour of a population of common hamsters (Cricetus cricetus) in urban environment
- Correction: Liquid biopsies for omics-based analysis in sentinel mussels
- Size matters! Association between journal size and longitudinal variability of the Journal Impact Factor
- Drug resistance and epidemiology characteristics of multidrug-resistant tuberculosis patients in 17 provinces of China
- A model-based framework for chronic hepatitis C prevalence estimation
- Adding rewards to regulation: The impacts of watershed conservation on land cover and household wellbeing in Moyobamba, Peru
- Clinical determinants of social media use in individuals with schizophrenia
- Arsenic and nutrient absorption characteristics and antioxidant response in different leaves of two ryegrass (Lolium perenne) species under arsenic stress
- An evolution of socioeconomic related inequality in teenage pregnancy and childbearing in Malawi
- A single plasmid based CRISPR interference in Synechocystis 6803 – A proof of concept
- Structural vulnerability to narcotics-driven firearm violence: An ethnographic and epidemiological study of Philadelphia’s Puerto Rican inner-city
- Temporal trends in intracerebral hemorrhage: Evidence from the Austrian Stroke Unit Registry
- Prevalence and risk factors for multi-drug resistant Escherichia coli among poultry workers in the Federal Capital Territory, Abuja, Nigeria
- Prediction of disease-related metabolites using bi-random walks
- Clinical use, efficacy, and durability of maraviroc for antiretroviral therapy in routine care: A European survey
- Biomarker discovery in inflammatory bowel diseases using network-based feature selection
- The Cinderella Complex: Word embeddings reveal gender stereotypes in movies and books
- Exoproteome profiling of Trypanosoma cruzi during amastigogenesis early stages
- Reproducible phenotype alteration due to prolonged cooling of the pupae of Polyommatus icarus butterflies
- Nutritional treatment with an immune-modulating enteral formula alleviates 5-fluorouracil-induced adverse effects in rats
- Pharmacy-based predictors of non-adherence, non-persistence and reinitiation of antihypertensive drugs among patients on oral diabetes drugs in the Netherlands
- Systematic review of the accuracy of plasma preparation tubes for HIV viral load testing
- Circadian clock regulates the shape and content of dendritic spines in mouse barrel cortex
- “Anybody can make kids; it takes a real man to look after your kids”: Aboriginal men’s discourse on parenting
- Correction: A 1D computer model of the arterial circulation in horses: An important resource for studying global interactions between heart and vessels under normal and pathological conditions
- Maternal interpregnancy weight change and premature birth: Findings from an English population-based cohort study
- Correction: Identifying performance benchmarks and determinants for reproductive performance and calf survival using a longitudinal field study of cow-calf herds in western Canada
- Prognostic value of the model for end-stage liver disease excluding INR score (MELD-XI) in patients with adult congenital heart disease
- Treatment of Urethral Pain Syndrome (UPS) in Sweden
- Migration and political polarization in the U.S.: An analysis of the county-level migration network
- Epidemiology and complications of late-onset sepsis: an Italian area-based study
- The relationship between women’s experience of intimate partner violence and other socio-demographic factors, and under-5 children’s health in South Africa
- Association between trunk and gluteus muscle size and long jump performance
- Multimorbidity and complex multimorbidity in Brazilian rural workers
- Correction: Interspecific Phylogenic Relationships within Genus Melilotus Based on Nuclear and Chloroplast DNA
- Insulin-like growth factor (IGF)-II- mediated fibrosis in pathogenic lung conditions
- Wolf diet and prey selection in the South-Eastern Carpathian Mountains, Romania
- In vitro activity of aryl-thiazole derivatives against Schistosoma mansoni schistosomula and adult worms
- Sample size issues in multilevel logistic regression models
- Seed germination ecology of Ageratum houstonianum: A major invasive weed in Nepal
- Experiences of lifestyle change among women with gestational diabetes mellitus (GDM): A behavioural diagnosis using the COM-B model in a low-income setting
- Pharmacologic management of HCV treatment in patients with HCV monoinfection vs. HIV/HCV coinfection: Does coinfection really matter?
- The association between cigarette smoking and serum thyroid stimulating hormone, thyroid peroxidase antibodies and thyroglobulin antibodies levels in Chinese residents: A cross-sectional study in 10 cities
- Mouse movement measures enhance the stop-signal task in adult ADHD assessment
- Ecosystem functioning in urban grasslands: The role of biodiversity, plant invasions and urbanization
- Correction: KETOS: Clinical decision support and machine learning as a service – A training and deployment platform based on Docker, OMOP-CDM, and FHIR Web Services
- Does craniofacial morphology affect third molars impaction? Results from a population-based study in northeastern Germany
- Hyperconnectivity during screen-based stories listening is associated with lower narrative comprehension in preschool children exposed to screens vs dialogic reading: An EEG study
- Weight loss is associated with improved quality of life among rural women completers of a web-based lifestyle intervention
- Long-term high-grain diet altered the ruminal pH, fermentation, and composition and functions of the rumen bacterial community, leading to enhanced lactic acid production in Japanese Black beef cattle during fattening
- Beyond detoxification: Pleiotropic functions of multiple glutathione S-transferase isoforms protect mice against a toxic electrophile
- Golgi reassembly and stacking protein 65 downregulation is required for the anti-cancer effect of dihydromyricetin on human ovarian cancer cells
- SSR marker development in Clerodendrum trichotomum using transcriptome sequencing
- Risk factors for the carriage of Streptococcus infantarius subspecies infantarius isolated from African fermented dairy products
- Development of an intervention tool for precision oral self-care: Personalized and evidence-based practice for patients with periodontal disease
- Personal values in adolescence and psychological distress in adults: A cross-sectional study based on a retrospective recall
- Overactive bladder and bladder pain syndrome/interstitial cystitis in primary Sjögren’s syndrome patients: A nationwide population-based study
- Clinical utility of combined preimplantation genetic testing methods in couples at risk of passing on beta thalassemia/hemoglobin E disease: A retrospective review from a single center
- Hip stress distribution - Predictor of dislocation in hip arthroplasties. A retrospective study of 149 arthroplasties
- Mortality, morbidity, and cardiac surgery in Injection Drug Use (IDU)-associated versus non-IDU infective endocarditis: The need to expand substance use disorder treatment and harm reduction services
- Pup mortality in New Zealand sea lions (Phocarctos hookeri) at Enderby Island, Auckland Islands, 2013-18
- In vitro endothelial cell migration from limbal edge-modified Quarter-DMEK grafts
- Liquid Chromatography/Mass Spectrometry based serum metabolomics study on recurrent abortion women with antiphospholipid syndrome
- Gut carriage of antimicrobial resistance genes among young children in urban Maputo, Mozambique: Associations with enteric pathogen carriage and environmental risk factors
- Prepubertal nutrition alters Leydig cell functional capacity and timing of puberty
- Reliability of the Swedish version of the Evidence-Based Practice Attitude Scale assessing physiotherapist’s attitudes to implementation of evidence-based practice
- Mitochondrial alarmins are tissue mediators of ventilator-induced lung injury and ARDS
- Complete Chloroplast Genomes of Vachellia nilotica and Senegalia senegal: Comparative Genomics and Phylogenomic Placement in a New Generic System
- Retraction: Over-Expression of Superoxide Dismutase Ameliorates Cr(VI) Induced Adverse Effects via Modulating Cellular Immune System of Drosophila melanogaster
- Effect of pre-season training phase on anthropometric, hormonal and fitness parameters in young soccer players
- Exosomes from conditioned media of bone marrow-derived mesenchymal stem cells promote bone regeneration by enhancing angiogenesis
- Outcome of patients with heart failure after transcatheter aortic valve implantation
- Fatty acid profile of Romanian’s common bean (Phaseolus vulgaris L.) lipid fractions and their complexation ability by β-cyclodextrin
- Appropriate empirical antibiotic therapy and mortality: Conflicting data explained by residual confounding
- Treatment of corneal endothelial damage in a rabbit model with a bioengineered graft using human decellularized corneal lamina and cultured human corneal endothelium
- Telbivudine on IgG-associated hypergammaglobulinemia and TGF-β1 hyperactivity in hepatitis B virus-related liver cirrhosis
- Correction: Axial variation of deoxyhemoglobin density as a source of the low-frequency time lag structure in blood oxygenation level-dependent signals
- Correction: Mobile health-based physical activity intervention for individuals with spinal cord injury in the community: A pilot study
- Retraction: Placental expression of CD100, CD72 and CD45 is dysregulated in human miscarriage
- Correction: Use of IoT sensing and occupant surveys for determining the resilience of buildings to forest fire generated PM2.5
- Correction: The modulation of facial mimicry by attachment tendencies and their underlying affiliation motives in 3-year-olds: An EMG study
- Correction: Cognitive impairment in multiple sclerosis: An exploratory analysis of environmental and lifestyle risk factors
- Discovering novel disease comorbidities using electronic medical records
- Glutathione contributes to efficient post-Golgi trafficking of incoming HPV16 genome
- Epidemiology and antimicrobial resistance of methicillin-resistant Staphylococcus aureus isolates colonizing pigs with different exposure to antibiotics
- Social information use in adolescents: The impact of adults, peers and household composition
- Public practices on antibiotic use: A cross-sectional study among Qatar University students and their family members
- Effects of Topper Training on psychosocial problems, self-esteem, and peer victimisation in Dutch children: A randomised trial
- Comparative studies of two generations of NanoString nCounter System
- General practitioners’ perceptions of delayed antibiotic prescription for respiratory tract infections: A phenomenographic study
- Can altered magnetic field affect the foraging behaviour of ants?
- Parasitic infections and medical expenses according to Health Insurance Review Assessment claims data in South Korea, 2011–2018
- A prospective observational study of on-treatment plasma homocysteine levels as a biomarker of toxicity, depression and vitamin supplementation lead-in time pre pemetrexed, in patients with non-small cell lung cancer and malignant mesothelioma
- A strategy to identify protein-N-myristoylation-dependent phosphorylation reactions of cellular proteins by using Phos-tag SDS-PAGE
- Expression profile of sonic hedgehog signaling-related molecules in basal cell carcinoma
- Seasonal alternation of the ontogenetic development of the moon jellyfish Aurelia coerulea in Maizuru Bay, Japan
- Reliability of measurement of active trunk movement in wheelchair basketball players
- Chinese SLE Treatment and Research group (CSTAR) registry: Clinical significance of thrombocytopenia in Chinese patients with systemic lupus erythematosus
- Does source credibility matter for point-of-decision prompts? A quasi-experimental field study to increase stair use
- Male-pattern baldness and incident coronary heart disease and risk factors in the Heinz Nixdorf Recall Study
- Quality and utilization patterns of maternity waiting homes at referral facilities in rural Zambia: A mixed-methods multiple case analysis of intervention and standard of care sites
- Determining an optimal pool size for testing beef herds for Johne’s disease in Australia
- Correction: Change in larval fish assemblage in a USA east coast estuary estimated from twenty-six years of fixed weekly sampling
- APOE-knockout in rabbits causes loss of cells in nucleus pulposus and enhances the levels of inflammatory catabolic cytokines damaging the intervertebral disc matrix
- Testing Species Assignments in Extant Terebratulide Brachiopods: A Three-dimensional Geometric Morphometric Analysis of Long-Looped Brachidia
- A daily diary study on maladaptive daydreaming, mind wandering, and sleep disturbances: Examining within-person and between-persons relations
- Improved chemotherapy modeling with RAG-based immune deficient mice
- Effect of tracheal antimicrobial peptide on the development of Mannheimia haemolytica pneumonia in cattle
- The internal realities of individuals with type 2 diabetes – a functional framework of self-management practices via Grounded Theory approach
- Role of platelet parameters in early detection and prediction of severity of preeclampsia: A comparative cross-sectional study at Ayder comprehensive specialized and Mekelle general hospitals, Mekelle, Tigray, Ethiopia
- eIF4E and 4EBP1 are prognostic markers of head and neck squamous cell carcinoma recurrence after definitive surgery and adjuvant radiotherapy
- Smoking and other determinants of bone turnover
- Oxygen delivery, oxygen consumption and decreased kidney function after cardiopulmonary bypass
- School engagement of children in early grades: Psychometric, and gender comparisons
- Correction: A review of the elusive bicolored iris Snouted Treefrogs (Anura: Hylidae:Scinax uruguayus group)
- Perceived attractiveness of Czech faces across 10 cultures: Associations with sexual shape dimorphism, averageness, fluctuating asymmetry, and eye color
- Discovery of stable and prognostic CT-based radiomic features independent of contrast administration and dimensionality in oesophageal cancer
- Correction: Population-based dementia prediction model using Korean public health examination data: A cohort study
- Location, location, location: Close ties among older continuing care retirement community residents
- Correction: ISED: Constructing a high-resolution elevation road dataset from massive, low-quality in-situ observations derived from geosocial fitness tracking data
- Correction: Use of validated objective methods of locomotion characteristics and weight distribution for evaluating the efficacy of ketoprofen for alleviating pain in cows with limb pathologies
- Monitoring fine root growth to identify optimal fertilization timing in a forest plantation: A case study in Northeast Vietnam
- Metabolic costs of spontaneous swimming in Sprattus sprattus L., at different water temperatures
- Enterovirus 71 vaccine acceptance among parents of children < 5 years old and their knowledge of hand, foot and mouth disease, Chongqing, China, 2017
- Correction: Transcriptome profiling of mouse brain and lung under Dip2a regulation using RNA-sequencing
- Genetic diversity and antiretroviral resistance-associated mutation profile of treated and naive HIV-1 infected patients from the Northwest and Southwest regions of Cameroon
- Maximum parsimony interpretation of chromatin capture experiments
- Multiple innate antibacterial immune defense elements are correlated in diverse ungulate species
- Incidence and characteristics of ventricular tachycardia in patients after percutaneous coronary revascularization of chronic total occlusions
- Estimating measures of latent variables from m-alternative forced choice responses
- Clade F AAVHSCs cross the blood brain barrier and transduce the central nervous system in addition to peripheral tissues following intravenous administration in nonhuman primates
- First evidence of hepatitis E virus infection in a small mammal (yellow-necked mouse) from Croatia
- The inhibitory effects of polypyrrole on the biofilm formation of Streptococcus mutans
- Self-reported adverse drug effects and associated factors among H. pylori infected patients on standard triple therapy: Prospective follow up study
- Upregulation of ERK phosphorylation in rat dorsal root ganglion neurons contributes to oxaliplatin-induced chronic neuropathic pain
- Characterization of the relationship between neutron production and thermal load on a target material in an accelerator-based boron neutron capture therapy system employing a solid-state Li target
- Remote heart rate monitoring - Assessment of the Facereader rPPg by Noldus
- Seroprevalence of rubella virus antibodies among pregnant women in the Center and South-West regions of Cameroon
- Effectiveness of steam sterilization of reusable medical devices in primary and secondary care public hospitals in Nepal and factors associated with ineffective sterilization: A nation-wide cross-sectional study
- Relevance of HTLV-1 proviral load in asymptomatic and symptomatic patients living in endemic and non-endemic areas of Argentina
- Ritualized aggressive behavior reveals distinct social structures in native and introduced range tawny crazy ants
- The value of kinetic glomerular filtration rate estimation on medication dosing in acute kidney injury
- Screening and characterization of long noncoding RNAs involved in the albinism of Ananas comosus var. bracteatus leaves
- Visual attention to emotional faces in adolescents with social anxiety disorder receiving cognitive behavioral therapy
- A Q fever outbreak associated to courier transport of pets
- Antibodies against measles and rubella virus among different age groups in Thailand: A population-based serological survey
- Molecular diet analysis of Anguilliformes leptocephalus larvae collected in the western North Pacific
- Correction: The relationship between context, structure, and processes with outcomes of 6 regional diabetes networks in Europe
- Correction: The C-reactive protein/albumin ratio as an independent predictor of mortality in patients with severe sepsis or septic shock treated with early goal-directed therapy
- Interleukin 21 (IL-21) regulates chronic allograft vasculopathy (CAV) in murine heart allograft rejection
- Semantic computational analysis of anticoagulation use in atrial fibrillation from real world data
- The implementation of HTA in medicine pricing and reimbursement policies in Indonesia: Insights from multiple stakeholders
- International experiences during United States ophthalmology residency training: Current structure of international experiences and perspectives of faculty mentors at United States training institutions
- Questionable utility of digoxin in left-ventricular assist device recipients: A multicenter, retrospective analysis
- Genotyping and outcomes of presumptive second line ART failure cases switched to third line or maintained on second line ART in Mumbai, India
- A mathematical model of honey bee colony dynamics to predict the effect of pollen on colony failure
- Airway microbiome composition correlates with lung function and arterial stiffness in an age-dependent manner
- An odorant receptor from Anopheles gambiae that demonstrates enantioselectivity to the plant volatile, linalool
- Factors associated with full immunization of children 12–23 months of age in Ethiopia: A multilevel analysis using 2016 Ethiopia Demographic and Health Survey
- Additional evidence that the rat renal interstitium contracts in vivo
- Factors affecting acceptance of at-birth point of care HIV testing among providers and parents in Kenya: A qualitative study
- Removal efficiency of central vacuum system and protective masks to suspended particles from dental treatment
- Psychological well-being and distress in patients with generalized anxiety disorder: The roles of positive and negative functioning
- Conventional rotator cuff versus all-suture anchors—A biomechanical study focusing on the insertion angle in an unlimited cyclic model
- Are viral-infections associated with Ménière’s Disease? A systematic review and meta-analysis of molecular-markers of viral-infection in case-controlled observational studies of MD
- An evaluation of genetic causes and environmental risks for bilateral optic atrophy
- Comparative vector competence of the Afrotropical soft tick Ornithodoros moubata and Palearctic species, O. erraticus and O. verrucosus, for African swine fever virus strains circulating in Eurasia
- Effects of the solubility of yeast cell wall preparations on their potential prebiotic properties in dogs
- Carbogen gas-challenge BOLD fMRI in assessment of liver hypoxia after portal microcapsules implantation
- Socioeconomic determinants of cancer screening utilisation in Latin America: A systematic review
- Development of an easy-to-use questionnaire assessing critical care nursing competence in Japan: A cross-sectional study
- Towards successful business process improvement – An extension of change acceleration process model
- Correction: Dietary polyphenols as a safe and novel intervention for modulating pain associated with intervertebral disc degeneration in an in-vivo rat model
- Correction: Phylogenetic analysis of hepatitis C virus among HIV/ HCV co-infected patients in Nigeria
- Correction: Relationship between self-disclosure to first acquaintances and subjective well-being in people with schizophrenia spectrum disorders living in the community
- Impact of ATM rs1801516 on late skin reactions of radiotherapy for breast cancer: Evidences from a cohort study and a trial sequential meta-analysis
- Involvement of human and canine MRP1 and MRP4 in benzylpenicillin transport
- Soil organic matter rather than ectomycorrhizal diversity is related to urban tree health
- Clinical risk assessment in early pregnancy for preeclampsia in nulliparous women: A population based cohort study
- The relation between circulating levels of vitamin D and parathyroid hormone in children and adolescents with overweight or obesity: Quest for a threshold
- Behavioural evidence for segments as subordinate units in Chinese spoken word production: The form-preparation paradigm revisited
- Correction: Measuring the impact of an interdisciplinary learning project on nursing, architecture and landscape design students’ empathy
- Analysis of the characteristics of chemotherapy-resistant renal cell carcinomas based on global transcriptional analysis of their tissues and cell lines
- The characteristics and treatment patterns of patients with Parkinson’s disease in the United States and United Kingdom: A retrospective cohort study
- Sex differences in youth elite swimming
- Unconventional SCCmec types and low prevalence of the Panton-Valentine Leukocidin exotoxin in South African blood culture Staphylococcus aureus surveillance isolates, 2013-2016
- Prosocial perceptions of taxation predict support for taxes
- Correction: Clonality analysis of pulmonary tumors by genome-wide copy number profiling
- Improved oxygenation following methylprednisolone therapy and survival in paediatric acute respiratory distress syndrome
- Normative values for relative schoolbag weight in primary school children aged 6-14 from Czech Republic: A pilot study
- Correction: Intensive longitudinal modelling predicts diurnal activity of salivary alpha-amylase
- Correction: SNV discovery and functional candidate gene identification for milk composition based on whole genome resequencing of Holstein bulls with extremely high and low breeding values
- Monoclonal antibody anti-PBP2a protects mice against MRSA (methicillin-resistant Staphylococcus aureus) infections
- Diurnal variations of amplitude of accommodation in different age groups
- HHIP overexpression inhibits the proliferation, migration and invasion of non-small cell lung cancer
- Infusion of HIV-1 Nef-expressing astrocytes into the rat hippocampus induces enteropathy and interstitial pneumonitis and increases blood–brain-barrier permeability
- Correlation analysis of cold-related gene expression with physiological and biochemical indicators under cold stress in oil palm
- Student engagement and wellbeing over time at a higher education institution
- Gender-based differences in platelet function and platelet reactivity to P2Y12 inhibitors
- Influence of season and social context on male giant panda (Ailuropoda melanoleuca) vocal behaviour
- Development of an intravaginal ring for the topical delivery of Aurora kinase A inhibitor, MLN8237
- Differential phosphorylation determines the repressor and activator potencies of GLI1 proteins and their efficiency in modulating the HPV life cycle
- Polymorphisms of FDPS, LRP5, SOST and VKORC1 genes and their relation with osteoporosis in postmenopausal Romanian women
- Depression increases the risk of rotator cuff tear and rotator cuff repair surgery: A nationwide population-based study
- Interleukin-38 interacts with destrin/actin-depolymerizing factor in human keratinocytes
- Correction: Fast, quantitative, murine cardiac 19F MRI/MRS of PFCE-labeled progenitor stem cells and macrophages at 9.4T
- Persistent post-discharge opioid prescribing after traumatic brain injury requiring intensive care unit admission: A cross-sectional study with longitudinal outcome
- Genome-wide histone modification profiling of inner cell mass and trophectoderm of bovine blastocysts by RAT-ChIP
- Aerobic exercise increases post-exercise exogenous protein oxidation in healthy young males
- Selection for tandem stop codons in ciliate species with reassigned stop codons
- Research ethics in inter- and multi-disciplinary teams: Differences in disciplinary interpretations
- Correction: Analyzing data from the digital healthcare exchange platform for surveillance of antibiotic prescriptions in primary care in urban Kenya: A mixed-methods study
- Correction: People making deontological judgments in the Trapdoor dilemma are perceived to be more prosocial in economic games than they actually are
- LFRET, a novel rapid assay for anti-tissue transglutaminase antibody detection
- Effects of isotemporal substitution of sedentary behavior with light-intensity or moderate-to-vigorous physical activity on cardiometabolic markers in male adolescents
- Topical estrogen application to wounds promotes delayed cutaneous wound healing in 80-week-old female mice
- Correction: An international randomised placebo-controlled trial of a four-component combination pill (“polypill”) in people with raised cardiovascular risk
- Correction: Evaluation of lung toxicity risk with computed tomography ventilation image for thoracic cancer patients
- Retraction: Pathological Roles of Interleukin-22 in the Development of Recurrent Hepatitis C after Liver Transplantation
- Correction: Elevational Distribution and Ecology of Small Mammals on Tanzania's Second Highest Mountain
- Correction: Decreased breast cancer-specific mortality risk in patients with a history of thyroid cancer
- Correction: Fecal microbiota dysbiosis in macaques and humans within a shared environment
- Correction: The center of pressure and ankle muscle co-contraction in response to anterior-posterior perturbations
- PLOS One
- Archiv čísel
- Aktuální číslo
- Informace o časopisu
Nejčtenější v tomto čísle
- A daily diary study on maladaptive daydreaming, mind wandering, and sleep disturbances: Examining within-person and between-persons relations
- Pathways to conspiracy: The social and linguistic precursors of involvement in Reddit’s conspiracy theory forum
- A 3’ UTR SNP rs885863, a cis-eQTL for the circadian gene VIPR2 and lincRNA 689, is associated with opioid addiction
- A substitution mutation in a conserved domain of mammalian acetate-dependent acetyl CoA synthetase 2 results in destabilized protein and impaired HIF-2 signaling
Zvyšte si kvalifikaci online z pohodlí domova
Mazová zátka a její řešení
nový kurzVšechny kurzy