Blind method for discovering number of clusters in multidimensional datasets by regression on linkage hierarchies generated from random data
Authors:
Osbert C. Zalay aff001
Authors place of work:
Division of Radiation Oncology, Department of Oncology, Queen’s University, Kingston, Ontario, Canada
aff001
Published in the journal:
PLoS ONE 15(1)
Category:
Research Article
doi:
https://doi.org/10.1371/journal.pone.0227788
Summary
Determining intrinsic number of clusters in a multidimensional dataset is a commonly encountered problem in exploratory data analysis. Unsupervised clustering algorithms often rely on specification of cluster number as an input parameter. However, this is typically not known a priori. Many methods have been proposed to estimate cluster number, including statistical and information-theoretic approaches such as the gap statistic, but these methods are not always reliable when applied to non-normally distributed datasets containing outliers or noise. In this study, I propose a novel method called hierarchical linkage regression, which uses regression to estimate the intrinsic number of clusters in a multidimensional dataset. The method operates on the hypothesis that the organization of data into clusters can be inferred from the hierarchy generated by partitioning the dataset, and therefore does not directly depend on the specific values of the data or their distribution, but on their relative ranking within the partitioned set. Moreover, the technique does not require empirical data to train on, but can use synthetic data generated from random distributions to fit regression coefficients. The trained hierarchical linkage regression model is able to infer cluster number in test datasets of varying complexity and differing distributions, for image, text and numeric data, using the same regression model without retraining. The method performs favourably against other cluster number estimation techniques, and is also robust to parameter changes, as demonstrated by sensitivity analysis. The apparent robustness and generalizability of hierarchical linkage regression make it a promising tool for unsupervised exploratory data analysis and discovery.
Keywords:
Linkage analysis – Imaging techniques – Statistical data – Online encyclopedias – Clustering algorithms – Statistical distributions – Data mining – Optical comparators
Introduction
Clustering is an essential tool for data discovery, and automated clustering techniques constitute a major branch of unsupervised learning. However, there is a fundamental challenge that arises anytime a clustering algorithm is applied: namely, determining the intrinsic number of clusters present. Most clustering algorithms take cluster number either as an implicit or explicit model parameter; yet, the actual number of groupings present within a dataset is often not known a priori.
There are various methods available to estimate cluster number when it is not known. These include basic empirical approaches such as data visualization or simple trial-and-error, and more sophisticated statistical or information-theoretic methods, for example, optimizing some measure of internal or inter-cluster variability or validity [1–6]. There also exist automated or semi-automated clustering algorithms that can implicitly discover cluster number, or at minimum, iteratively deduce a clustering solution when given a set of prototype clusters or seed points, of which some examples include network clustering [7], projection and/or ensemble clustering [8], density-based clustering [9,10], and probabilistic clustering [11], as well as extensions to conventional clustering methods such as k-means using optimization techniques [12]. However, many of these methods are heuristic, or contain heuristic elements, so that there are situations in which they work well and others in which they do not, without definition of formal conditions guaranteeing an optimal solution.
In this paper, I present a new technique called hierarchical linkage regression (HLR), which is a blind method for inferring the number of clusters in an unknown dataset through regression on linkage hierarchies, which are utilized in hierarchical clustering [13]. Although regression does not guarantee an optimal solution, once a regression model is trained, the behaviour of the regression tends to be robust, and it is possible to establish confidence bounds on the uncertainty of the estimate. To define the regression problem, the underlying hypothesis is that the hierarchical organization of data points in a multidimensional feature space is informative of their natural clustering pattern, independent of the data values themselves or the magnitude of the separation between data points (i.e. it should not depend on how the data are uniquely distributed). If this holds true, then regression on linkage hierarchies derived from mixtures of random clusters of synthetic data can be used to infer the number of clusters in an experimental dataset that the model has not seen before. The practical implementation relies on the fact that there are limited number of ways to partition finite data, so that predictable patterns emerge with respect to how data of a specific cluster number are organized. Therefore, it becomes possible to extract information about intrinsic clustering properties by generating many different instances of clustered data for the model to learn from, so that the regression coefficients can be determined through an iterative optimization process.
To test the hypothesis and demonstrate practical implementation of the technique, a small neural network was trained to perform hierarchical linkage regression to estimate actual number of clusters in real-world data from image, text and numeric formats. Image data were sourced from standardized texture databases grouped according to texture classes of sample materials photographed under different angles, scales and lighting conditions [14–16]. Text data were obtained from Wikipedia and words grouped by degree of semantic similarity, as determined by distances between vectorized word embeddings [17]. Several other real-world datasets were tested as well, specifically the iris [18], wine [19], glass [20], and spam datasets [21], which were also datasets analysed by Flexa et al. using their mutual equidistant-scattering criterion for clustering, against which they compared a range of different clustering techniques [6]. In this paper, the performance of HLR for cluster number estimation on image and text data was compared head-to-head against statistical or information-theoretic techniques, including the gap statistic [5], silhouette method [3], the variance ratio criterion (Calinski-Harabasz index) [1], and the Davies-Bouldin criterion [2], as well as the modern automated clustering techniques of network clustering (affinity propagation [7]) and density clustering (DBSCAN [10]and OPTICS [9]). HLR was found to be more robust compared with both standard and automated techniques when tested on text and image data. Sensitivity analysis of HLR model parameters was also carried out by comparing cluster estimation accuracy and uncertainty for different values of the model parameters, thereby providing guidance on appropriate parameter selection for the proposed method.
Materials and methods
In this section, the methodology underlying hierarchical linkage regression will be presented, as well as the practical aspects of model implementation, including the data used for model training and evaluation.
2.1. Linkage analysis
Let there be an initial set (partition) of M individual data elements with n dimensions each:
This process is repeated another M − 2 times, combining pairs of elements with the smallest separation between them, until all pairwise groupings are exhausted, providing a hierarchical sequence of nested partitions PM − 1 …P1 for the entire dataset.
The pairwise hierarchy of partitions is vertically organized as a binary tree (a dendrogram), such that the original points in the dataset are represented by M leaf nodes of the tree, and the M − 1 levels above are the branch nodes, each level representing a single pairing between two elements in the set (Fig 1A). Pairings low down on the tree are closer in separation than those further up the tree, providing information on how the data points are organized within the partitioning hierarchy. This information is encoded by the branch nodal indices of the binary tree, whereby the higher the index value, the higher up the level in the tree. Therefore, a set of coordinates, L, made up of hierarchical linkage indices can be specified, such that
To obtain a feature vector from the indices, a 2-dimensional histogram of the linkage coordinates can be generated (Fig 1B) wherein the a-axis and b-axis of the coordinate indices are subdivided into Na intervals and Nb intervals, respectively, forming a Na × Nb rectangular grid in which the coordinate pairings are binned and counted, thus capturing statistical information about the distribution of the pairings that preserves their hierarchical relationship:
2.2 Distance functions
Although the linkage histogram and feature vectors are not directly dependent on the magnitudes of the distances between data points, and are determined by linkage hierarchy, a distance metric is nonetheless required to construct the hierarchy. In this paper, the L1 norm (Manhattan distance) was compared to the more ubiquitous L2 norm (Euclidean distance) for purposes of linkage analysis, as better performance tends to be observed for Lk norms with k ≤ 2 in higher-dimensional spaces [22].
Element-wise distance functions that compute the distance between two sets as a function of their constituent elements have a more specialized form incorporating the aforementioned distance metrics. For this paper, single linkage, complete linkage and Ward’s method were evaluated for computing element-wise distances [23]. The single link distance function takes the form
2.3 Training data
According to the hypothesis, linkage hierarchy reflects how data are clustered, independent of the specific values of the data or the absolute magnitude of distances between data points themselves. This implies that it should be possible to take randomly generated data and cluster it in various known ways, and to use the clustering patterns from those synthetic data to train a supervised learning model to identify the relationship between linkage hierarchy and cluster pattern in experimental data, therefore enabling inference of cluster properties in real data that the model has not seen before. To generate an n-dimensional training dataset, let z∈Rn be a composite random variable such that
2.4 Regression on linkage hierarchies
The process of generating a total of K instances of clustered random data, each with known number of assorted clusters, yields the training dataset Z = = {Z1, Z2, …, ZK}, where
The columns of the feature matrix are then paired with the corresponding ground-truth cluster counts over the K instances,
2.5 Test data for model evaluation
2.5.1 Image and text source data
Both image and text data were used to evaluate generalizability of the regression model, trained only on synthetic data, to various real-world data by performance comparison to other cluster number estimation techniques. Text data was sourced from Wikipedia. The test images were sourced from standardized texture databases, namely the Columbia-Utrecht Reflectance and Texture (CUReT) database [16], the University of Illinois Urbana-Champaign (UIUC) texture database [15] and the Swedish Royal Institute of Technology KTH-TIPS (Textures under varying Illumination, Pose and Scale) database [14]. These image databases make use of large variations in scale, resolution, lighting and orientation to increase classification difficulty, compared to the original Brodatz databases from which they take their inspiration. The CUReT database contains 61 different texture groups with 5612 images of 200 x 200 pixels. The UIUC database has 25 different grayscale textures with 1000 images of 640 x 480 pixels. The KTH-TIPS database has 10 grayscale texture classes comprising 810 images of 200 x 200 pixels. Features extracted from these three textural databases include multiscale local binary patterns (LBP) and Haralick features (HF) derived from grayscale co-occurrence matrices, which are well-established features for quantifying textures in images [26,27].
2.5.2 Generating clustering instances
Generating multiple clustering instances was necessary for statistical comparison. For image data, the feature vectors were first computed for all of the images over all three databases, and then pooled into a single master set, with each texture class comprising a subset of feature vectors labelled with the same token. This was done to capture the heterogeneity of real-world data in testing the model. To generate a single instance of test data from the master set, a pseudo-random number generator was used to choose the following: (1) the number of clusters (i.e. texture classes) in a given instance; (2) the specific texture classes from which the image feature vectors would be sourced; and (3) and the number of samples (individual images) in each cluster, which was kept variable between clusters since real-world clusters in a dataset are not necessarily expected to be the same size. Finally, small noise perturbations were added to the data points so that clustering instances did not repeat exactly. The dimensionality of the test data was controlled by keeping the feature vector length as a parameter (more features could be generated by computing more LBP or HF values at different pixel radii). Fig 3 gives an example of clusters derived from the texture image data.
For text data, the open-source Python library VSMlib was used to generate 25-dimensional word to vector (word2vec) embeddings from a pre-trained model using unbounded linear context continuous bag of words [28,29]. The source text was obtained from a 2013 Wikipedia English-language data dump, whereby the 14 GB text file was tokenized and parsed one word per line. The vectorized word embeddings could then be clustered according to semantic similarity based upon the distances between the nearest neighbouring word embeddings in 25-dimensional space. Similarly to the way clustered test data was generated from the image features, a single instance of the clustered text data was created by using a random number generator to select the following: (1) the number of clusters for the given instance; (2) a set of corresponding random words chosen from the source Wikipedia text, with minimum word length of 5 alpha-numeric letters or longer (this was to avoid biasing the test data with very common words like “is” or “the”), with each word designating a cluster seed point; and (3) the number of samples in each cluster, marking the nearest-neighbour word vectors to each randomly-selected seed word. Error checking was limited to eliminating repeated words when designating cluster seeds, but no minimum distance was set on how close cluster seeds were allowed to be, leaving to chance the degree of cluster overlap, which could be significant. Fig 4 illustrates examples of clustered word data from Wikipedia.
2.5.3 How training and test data are distributed
One of the goals of this paper is to test robustness and generalizability of the hierarchical linkage regression model with respect to various real-world data. Fig 5 depicts the L1 norm probability density functions of the partition distances for the texture image data, Wikipedia text data, and synthetic training data, respectively. As the plot demonstrates, the data points of the respective datasets come from substantially different distributions, providing assurance that the data selected for evaluation are adequate for purposes of testing generalizability of the regression model.
2.6 Comparison to established cluster number estimation methods
To compare performance of hierarchical linkage regression (HLR) to other established cluster number estimation techniques, test sets of K = 100 clustering instances of y^=15 randomly selected clusters built from (1) synthetic normally-distributed data, (2) texture image data and (3) Wikipedia embedded text data, were utilized. The high number of clusters was chosen to ensure the test would be sufficiently challenging to allow for greater discrimination between methodologies. The comparison was made for standard statistical and information-theoretic methods of estimating cluster number, and also for modern automated methods of clustering whereby cluster number is automatically estimated as part of the algorithm. In terms of practical implementation, the measures were computed using Python’s scikit-learn library and the Matlab computing environment (Natick, MA). The best performing models from this initial evaluation were then selected for more rigorous testing over a range of different cluster numbers (from 1 to 15) using 1000 randomly selected clustering instances in each case, or on average, over 60 different clustering instances per cluster number. The specific metrics used for evaluation are discussed below.
2.6.1 Comparator methods
For statistical comparators, the silhouette method, the gap statistic, Davies-Bouldin criterion, and Calinski-Harabasz index were evaluated against hierarchical linkage regression [1–3,5]. The silhouette method is a measure of distance-based similarity of a given point to other within-cluster points versus points in external clusters, normalized to lie in the range from –1 to +1. The optimal cluster number is the one that produces the highest silhouette score averaged over all data points (i.e. maximizes separation between clusters and minimizes within-cluster separation). The gap statistic is a measure of the difference between the logarithmic within-cluster dispersion (pooled averaged distances of within-cluster points over all clusters in the dataset) and its expected value drawn from a reference distribution. The optimal cluster number corresponds with the smallest value, ξ, such that the gap statistic is within one standard error of the gap at ξ + 1. The Davies-Bouldin (DB) criterion is computed from ratio of within-cluster and inter-cluster distances whereby the optimal cluster number corresponds to the minimum DB value. Similarly, the Calinski-Harabasz index is computed as a ratio of inter-cluster variance to within-cluster variance, whereby good clustering solutions tend to have large inter-cluster variation and smaller within-cluster variation, so that the optimal cluster number corresponds to the largest ratio value obtained.
For modern automated clustering methods, HLR was compared to affinity propagation [7], DBSCAN [10] and OPTICS [9]. I will not go into significant detail about these methods, as those details are provided in the corresponding referenced literature. In brief, affinity propagation is a form of network clustering, whereby “messages” are sent between data points to determine exemplars representing the other data points and thereby defining clusters. The messages are divided between responsibility and availability for the kth point to be the exemplar of the ith point, and these are iteratively updated until convergence. A crucial parameter is the preference, which affects cluster number determination by controlling the number of exemplars allowed. The damping factor helps to smooth fluctuations in the iterative updating of availability and responsibility, helping convergence. DBSCAN and OPTICS are density-based clustering methods (clustering areas of high density in feature space, separated by areas of low density). DBSCAN uses a parameter, epsilon, to adjust the neighbourhood for finding other adjacent samples in determining density, and therefore the estimated number of clusters is quite sensitive to this parameter. OPTICS is a generalization of DBSCAN to whereby clusters are determined by analysing densities over a range of epsilon values (producing a “reachability” plot), with cluster boundaries being defined when the slope of the reachability curve surpasses a steepness threshold.
2.6.2 Metrics for quantitative model evaluation
To quantify the performance of the cluster estimation methods, the recall (sensitivity) and Jaccard similarity index were calculated over each batch of K clustering instances for each model type and each dataset, over cluster deltas (Δ) from 0 to 5. Recall is defined by the ratio of true positives to the sum of true positives and false negatives:
The best performing models from the different categories of information-theoretic and automated clustering techniques were then tested further against HLR for the scenario incorporating multiple intrinsic cluster numbers y^={1,2,…,y^max}, by computing the cluster-number averaged F1 score for each cluster Δ from 0 to 5. The F1 score is the harmonic mean of the recall and precision, itself a derivation of the F-measure [31], with recall defined by Eq (18), and the precision defined by the ratio of the true positives to the sum of true positives and false positives,
For multiple intrinsic cluster numbers, the aggregate (macro) F1 score is then expressed as the mean of the cluster-number-specific F1 scores:
Results
3.1 Inferring cluster number from linkage hierarchies
The regression model was trained on synthetic data using 3800 training samples, each consisting of between 1 and 30 random clusters of varying sizes and distribution, using the methodology described in the previous section. The number of bins used to create the 2-dimensional histogram of hierarchical linkage coordinates was 40 × 40 = 1600 (using R = 40; see Section 2.1) which was then reduced to 820 after removing zero values below the matrix diagonal. As seen in Fig 6A, the results of both the training and test sets show good correspondence in terms of the fit to cluster number. The regression plots were generated by re-ordering the samples according to increasing cluster number, with the corresponding model outputs overlaid against the reference “ground truth” line. Inferring cluster number was in general more robust at high cluster counts for the image texture data than for text data, especially when cluster number exceeded around 15 clusters or so. For text data in particular, the regression model underestimates the true cluster count above that level, whereas the model output for image data tracks ground truth closely even as cluster number exceeds 20 to 25 clusters. This is likely due to the somewhat arbitrary designation of text clusters by semantic similarity, which allows for significant cluster overlap and for smaller clusters to be embedded entirely within larger clusters of comparable sparsity. This effect can be seen in the probability density function for the text data in Fig 5, whereby there is a non-zero plateau at small distances compared with the other probability functions going to zero. The significant degree of cluster overlap due to subjectivity of the way text clusters were defined in terms of semantic similarity made cluster estimation for the text data very challenging, whereas the image clusters were defined in a non-arbitrary way by virtue of belonging to separate texture classes.
A regression model based on distance metrics rather than linkage hierarchies was trained to demonstrate that distance information alone is insufficient to infer intrinsic cluster properties. Training the FNN using a 200-bin histogram of the distances between cluster partitions, instead of the two-dimensional linkage coordinates, results in very poor performance. To make the comparison fair, a 210-bin histogram of linkage coordinates (R = 20) was used for the competing regression model, so that differences in feature vector length did not factor into differences in performance results. The model trained on the distances alone is able to fit the training set, but then completely fails to capture the relationship to cluster number when applied to the test datasets (Fig 6B). This is not the case for the model trained on linkage hierarchies. The failure of the distance model to generalize to real data supports the hypothesis that the two-dimensional linkage coordinates contain intrinsic information regarding organization of data into clusters not captured by the one-dimensional distance information.
To ensure the model is inferring cluster number by linkage hierarchy, and not merely the number of data points present (because a larger number of clusters would be expected to have more data points), a constant sized test set was generated (Fig 7), whereby the number of clusters was allowed to vary over the range of 1 to 25, but the number of data points was kept constant at 1000. In this way, the model had to infer the correct number of clusters whether hypothetically for a sample case of 2 clusters comprising 376 and 624 data points, respectively, or a set of 14 unequal clusters whose total collection of points sum to 1000. As Fig 7 shows, the regression model performs expectedly, supporting the hypothesis that cluster number inference is based on linkage hierarchy and not the absolute number of data points present.
3.2 Comparison to other cluster number estimation methods
3.2.1 Single cluster number evaluation
Performance of comparator methods was tested against HLR on K = 100 clustering instances, with ground truth of y^=15 clusters across all instances, as described in Section 2.6. For statistical methods requiring specification of cluster number as an input parameter, trial clustering of the data was iteratively performed over cluster numbers ranging from k = 1 to 30, and the estimate associated with the optimal clustering solution selected. These models were tested using both k-means and hierarchical clustering because some methods are better suited to use with k-means, such as the Calinski-Harabasz index. For the modern automated clustering methods, parameters were pre-tuned on the normally-distributed synthetic random data, because those data are considered “ideal”, whereas model parameters were not re-tuned when applied to the texture data and Wikipedia text data, for which a priori knowledge of clustering properties of the data was assumed to be unavailable.
From the pre-tuning results, both affinity propagation and DBSCAN were found to be highly dependent on selection of the preference and epsilon parameters, respectively. According to literature, a reasonable initial value for preference for affinity propagation (AP) is the negative of the squared Euclidean distance (ED2) of the points farthest away from each other in the set (the negative squared L2 norm of the distances serves as a similarity matrix used by the algorithm). The AP algorithm tended to overestimate cluster number so a range of preference values was sampled ranging from the negative of the median[ED2] to negative 5×max[ED2], picking the minimum cluster number estimate obtained. The damping factor was set to 0.9, which gave significantly more stable and robust estimates than the default (0.5). For the DBSCAN method, the epsilon value was set to be equal to a fraction of the maximum Euclidean distance, in this case 0.384× ED, setting 10 to be the minimum number of sample points to form a cluster, which gave the correct cluster number estimate of 15 for the ideal clustered data. OPTICS, as well as most standard cluster number estimation techniques, gave reasonable estimates for the ideal clustered data without any tuning, and therefore default parameters were used.
Fig 8 is a boxplot of the model runs for ideal data (normally-distributed random data), texture image data, and Wikipedia embedded text data, respectively, with ground truth being equal to 15 clusters in all instances. Results are also summarized in S1 Table in the Supporting Information section. For the ideal data, there was little variation between models, with the majority of models giving accurate estimates of cluster number, although some models had greater dispersion in their estimates, including the gap statistic and affinity propagation, with tendency to overestimate the value. Furthermore, several of the statistical methods (silhouette, Davies-Bouldin and Calinski-Harabasz) and automated methods (DBSCAN and OPTICS) had tighter deviations on the estimate of cluster number than hierarchical linkage regression. However, when comparing model performance on image texture data and Wikipedia text data, HLR was superior to other models by a significant margin, being the only model to give reliable estimates of the true cluster count, whereas other models struggled to produce accurate estimates, mostly underestimating the cluster number for both the image and text data. A couple of models performed more unpredictably, with affinity propagation underestimating the number for texture data, but then overestimating it for text data, and similarly for the gap statistic using k-means (G-K). Only the silhouette method using hierarchical linkage clustering (S-L) produced estimates in the vicinity of the ground truth for Wikipedia text data, although there was a wide dispersion on the estimates.
Further quantification using recall and the normalized Jaccard similarity measures (Fig 9) again show comparators mostly performed on par with the HLR model for ideally clustered data, although there is some variation with cluster delta (Δ), in that HLR performed worse than other models for small Δ, and was on par with or superior to other models for Δ > 1. However, with respect to the image and text data, both measures demonstrate consistency and superiority of the HLR model in generating accurate cluster number estimates, in particular for Δ > 1, with HLR model performance being superior to other models over the entire range of Δ. Results for recall are tabulated in S2–S4 Tables, and differ significantly across models by Friedman’s test, a ranked non-parametric alternative to ANOVA valid for repeated measures [32] (ideal data: χ2-statistic 34.7, p = 1.3 × 10−5; image data: χ2-statistic 59.4, p = 1.2 × 10−8; Wiki text: χ2-statistic 62.2, p = 3.6 × 10−9).
3.2.2 Multiple cluster number evaluation
The best performing comparator models in the single cluster number evaluation scenario were silhouette and Davies-Bouldin in the statistical/information-theoretic category, whereas OPTICS was the best performing automated clustering method. Therefore, these models were selected for more rigorous multi-cluster number testing, as described in Section 2.6. As such, K = 1000 clustering instances were generated each for normally-distributed random (ideal) data, texture data and Wiki text data, respectively, with over 60 instances per intrinsic cluster number, y^, ranging over 1 to 15 clusters.
Results of the mean F1 score and normalized Jaccard index for the multi-cluster number evaluation are depicted in Fig 10. They show that HLR is robust and consistent in terms of its performance across datasets. As well, the standard deviation of F1 scores for HLR is narrow compared to other models, especially OPTICS, which had wide variation in F1 score due to significantly better performance for smaller cluster number than in instances where cluster number was larger than 10 or so. For the ideal data, HLR was not the best performing method, but was comparable to the other methods. For texture image data, the closest to HLR in terms of performance was OPTICS, but the method still performed significantly worse than HLR, whereas for Wiki text data, the statistical methods (silhouette and Davies-Bouldin) were comparable to each other and superior to OPTICS, but inferior to HLR. F1 scores were significantly different across the models by Friedman’s test (ideal data: χ2-statistic 198.1, p = 1.1 × 10−42; image data: χ2-statistic 193.1, p = 1.3 × 10−41; Wiki text: χ2-statistic 192.9, p = 1.5 × 10−41). In general, the results of multi-cluster number evaluation did not differ significantly from the results of single cluster number evaluation, with HLR being the most consistent and robust performing method overall across the datasets tested.
3.2.3 Comparative performance on other real-world datasets
HLR was tested on the benchmark iris, wine, glass, and spam datasets obtained from the UCI machine learning repository [20]. The results are presented in Table 1. To assess variability owing to model initialization and training, one hundred regressors were trained on the same synthetic training dataset in each case, but with different random initializations of model coefficients. As well, a stochastic solver for backpropagation (Adam [33]) was used to train each FNN, which had the same architecture as in Fig 2A, but with rectified linear (ReLu) hidden-layer activation functions. An embedding dimension of dE = 100 was used for the spam dataset, which has feature dimensionality of 57, since the embedding dimension of 50 used for the other datasets was not sufficient to accommodate the higher-dimensional dataset. In terms of performance, HLR was able to accurately infer the number of classes in each case to within a rounding error. The ground truth value could be retrieved by taking the median of the rounded inference values, since raw outputs are continuous. Comparison of HLR to other methods was not explicitly carried out in this paper, because detailed analysis of comparators on these datasets using randomized initialization was already performed by Flexa et al. [6], to which I refer the reader.
3.3 Sensitivity analysis
Dependence of HLR model performance on its parameters was evaluated by examining the percentage of samples lying within Δ clusters of ground truth, over the range of Δ = 0 to 5, plotted for different parameter values. Regression uncertainty was quantified through estimation of confidence intervals. A percentile bootstrap method was used to generate 200 test cases of 200 samples each with replacement in order to estimate the confidence bounds on regression [34].
3.3.1 Effect of cluster number on performance
As seen in Fig 6A, the model performance itself can exhibit dependence on cluster number. Although not prevalent for normally-distributed reference data or image texture data, the model exhibited a drop in performance for Wiki text data when cluster number exceeded 15 or so. Fig 11 quantifies this dependence by plotting percentage curves of clusters lying within Δ of ground truth and their associated confidence intervals, for test cases containing up to a maximum of five, ten, fifteen and twenty clusters, respectively. The results confirm a significant drop in performance for maximal cluster counts greater than 15 for Wiki text, reflecting an underestimation of the true number of word clusters present. As explained previously in Section 2.5, this is likely partially due to the arbitrariness of defining word clusters by semantic similarity, which allows for significant degree of cluster overlap, thereby impacting upon cluster estimation accuracy when cluster number (or cluster density) is high. When cluster number is approximately 15 or lower, the performance results for Wiki text approach those of the image and reference data.
3.3.2 Effect of linkage type and distance metric
Fig 12 demonstrates the effect of different linkage types (single, complete and Ward’s linkage) on regression performance for both L1 norm (Manhattan) and L2 norm (Euclidean) distance metrics. The best performing model was the complete linkage with L2 norm, however there was no major difference between complete linkage and Ward’s linkage in terms of performance, nor between L1 or L2 norms, with considerable overlap of confidence bounds for the 3 models (Ward’s method only uses the L2 norm by definition). The single linkage models performed significantly worse, and there was no significant difference between L1 and L2 norms, although single linkage with L1 norm performed slightly better on image data and slightly worse than single linkage with L2 norm on text data. Although single linkage is the simplest both computationally and conceptually, its simplicity does not offer sufficient power to accurately resolve clustering patterns.
3.3.3 Effect of histogram partition size
The parameter, R, defined in Section 2.1, governs the number of bins partitioning the linkage histogram, which in turn determines the granularity of the histogram’s two-dimensional distribution. As Fig 13 demonstrates, performance improves as bin number increases. The effect was more graded for the text data (Fig 13B), likely due to better resolution of embedded or overlapping clusters prevalent in the text data with increasing bin number. This intuitively makes sense as local variations in the linkage coordinates are better captured by the statistics computed on a finer partitioning grid.
3.3.4 Effect of embedding dimension
It is important to select an appropriate embedding dimension (dE) for the training data so that the regression model is able to span the dimensionality of the experimental data. Results of sensitivity analysis indicate that embedding dimension of the training set should be at minimum equal to the dimensionality of the experimental dataset, or larger. Using a training set dimension significantly smaller than the dimensionality of the data being analysed yields poorer model performance in terms of estimating cluster number. On the other hand, using embedding dimensions slightly larger than the dimension of the experimental data does not appear to hurt performance, and may improve it. Fig 14A shows the correspondence of embedding dimension with improved model performance for embedding dimension meeting or exceeding dimensionality of the test data, which in this case are image data of dimension n = 40, while Fig 14B shows a similar result for embedded text data of dimension n = 25.
Discussion
The key result of this study is that the hierarchical organization of data into partitions based on their relative separations in feature space is informative of the true clustering patterns within the data, and enables intrinsic properties of the data–such as number of clusters present–to be inferred by regression. The actual distances between data points in the feature space are only required to build the hierarchy, which is represented structurally by a binary tree (a dendrogram), and are not required to perform the regression. In fact, generating the histogram directly from the distance data to do the regression leads to poor results (Fig 6B), suggesting that it is the relative hierarchy of the data points and not their specific values or separations that is most important to enable inference of cluster properties. When tested on unrelated texture image datasets and Wikipedia text dataset, hierarchical linkage regression significantly outperforms other contemporary cluster number estimation methods, including statistical methods and network or density-based automated clustering methods, without the need to retrain the model or modify parameters (Figs 8–10). The model is also able to make appropriate inferences about cluster number in other real-world datasets (Table 1). The fact that the HLR model is able to generalize from the synthetic training data to experimental data of different data types, with distributions that vary considerably from one another (Fig 5), suggests that the relationship of linkage hierarchy to the intrinsic organization of data might have inherently conserved features that can be reliably exploited for the purposes of data mining and discovery.
The problem of determining intrinsic number of clusters in a multidimensional dataset is non-trivial. The method proposed in this paper uses regression, which has been shown to be a robust method for inferring cluster number, and enables quantification of uncertainty bounds on the estimate, given the assumption that the training and test data are distributed similarly (and the method has been shown to work even if the distributions do differ). Nevertheless, the uncertainty in the estimate implies the method may not yield an optimal solution in any one specific instance. Strategies to deal with this include hyperparameter tuning of the regression model and cross-validation on various benchmark datasets. If the measure is applied repeatedly through the training of multiple regressors, or by re-sampling the data, or by applying the measure to many similar datasets, then a more reliable “global” estimate may be obtained.
With an ability to determine uncertainty bounds on the estimate, the method can be seen as narrowing the search space that would otherwise need to be explored in clustering an unknown dataset. This becomes important as data dimensionality and number of clusters increases, given that difficulty and computational complexity often scale non-linearly with these factors. A priori knowledge is not needed about the variation or distribution of individual clusters within the experimental dataset. The algorithm is capable of estimating intrinsic cluster properties from the aggregate distribution by linkage analysis.
Another strength of the regression method is that it does not need to be trained on empirical data, because it can be deployed after training entirely on synthetic data. In this way, there is no limitation on data availability for training purposes, which is often a problem affecting other machine learning applications, leading to overfitting and poor generalizability. The method can be applied “blindly” to new data with expectation of reasonable results. Furthermore, the method appears robust to heterogeneity in the data, as demonstrated by the good performance of the model despite test data drawn from non-normally distributed text and image sources containing overlapping clusters, outliers and noise. Part of the reason for this robustness is that noise is inherently part of the training data, which are generated from random distributions, so the regression can readily accommodate randomness encountered in the experimental data. This is in contrast to other statistical or information-theoretic approaches, whose validity can diminish in the presence of noise or outliers within a dataset [35].
In terms of limitations, the proposed method is mainly limited by its computational complexity. Generating linkage hierarchies can be computationally expensive, the asymptotic time complexity being O(m2 log m), so this can become problematic for very large datasets. Training a regression model also can be computationally expensive, and in the case of neural networks, time complexity of backpropagation is O(m ⋅ n ⋅ ∏i hi ⋅ e), where m is the number of data points, n is the feature dimensionality, hi is the number of hidden neurons in the ith hidden layer, and e is the number of epochs. Fortunately, there have been developments in terms of faster algorithms for hierarchical clustering [36], as well as other methods for speeding up the computation such as parallelization and GPU computation [37]. However, scalability of the method was not investigated in this study, as doing so would require modifications to implementation including hardware (e.g. GPUs) and larger datasets, and was not an objective of this proof-of-principle study. In principle, however, the method should scale to large datasets with appropriate modifications, because the algorithms underlying the method, namely linkage analysis and neural network regression, both independently scale well to large datasets. Nonetheless, if one were to consider using this method for much larger datasets without modification, then a possible approach might be to apply resampling methods to the entire dataset, to get a distribution of cluster estimates that might enable determination of a robust population estimate, but one would have to be cognizant of the limitations and biases of the resampling method chosen. The drawback is that such an approach may not be computationally efficient.
Another limitation of the hierarchical linkage regression model is the need to pick appropriate regression parameters, some of which are dependent on the specifics of the experimental data being modelled. Although the properties of the experimental data need not be fully characterized in order generate an adequate regression model, parameter selection concerning linkage type, embedding dimension, and histogram partitioning nonetheless impact performance (Figs 12–14). Fortunately, as the results of sensitivity analysis demonstrate, performance tends to be robust over a wide parameter selection range. Nevertheless, as a rule of thumb, one should pick an embedding dimension equal to or slightly larger than the dimensionality of the experimental data, and should also strive to create a synthetic training dataset with number of data points at least on par with number of data points in the experimental dataset.
Another factor possibly limiting model performance is the lack of hyperparameter tuning. Specifically, the neural network hyperparameters were not tuned for optimal model performance, given the purpose of the study was hypothesis testing and concept validation, and not practical application. It is quite possible that improved performance could be brought about by experimenting with different neural network architectures (e.g. number of hidden layers, number of neurons in a given layer, activation function type, etc.), or even with different regression models altogether, although this is beyond the scope of this study. One potential benefit of using a different regression model, such as a support vector machine instead of a neural network for example, is that the coefficients of regression might be more readily accessible. This in turn might make it easier to quantify regression uncertainty, rather than the bootstrapping method used here in this study, which comes with its own pitfalls and biases [38]. However, the trade-off in making a simpler model might be the negation of any performance benefit, or even a worsening of performance, because of poor model generalizability or decreased capacity to account for nonlinearities inherent in the data.
The cost function utilized in the backpropagation for training the regression model is also an area where efforts on improvement can be focussed. The current implementation uses a mean squared error (MSE) function with regularization, which is a classic loss term for regression problems. However, the MSE function treats the contribution from each output equally in terms of minimizing the quadratic error, and is prone to bias from outliers in the training data, which could affect performance. Better performance might be achieved by utilizing more tailored cost functions, for example, by weighting the contributions from regions of the curve that are more challenging to fit (such as the tail at higher cluster numbers), or using other cost functions like the mean absolute error or maximum error, although the latter have their own issues with respect to gradient computation for purposes of backpropagation and/or cost minimization.
Aside from model architecture and cost function selection, there are other more specialized ways the model might be improved in future implementations. For instance, the experimental distributions for test data in this study differ from the distribution of the training data. On one hand, this can be considered a strength of the method, since it demonstrates the ability of the model to generalize to dissimilar data. However, the result also suggests a possible means of improving performance using an inverse approach: namely, by first measuring and fitting the statistical distribution of the experimental data, and then using the fitted distribution to synthesize the training set for regression, instead of the current method of synthesizing the data from an arbitrary random distribution, and then applying the result to the experimental data. The inverse method might provide a more accurate means of inferring cluster number and other intrinsic properties from the experimental data, as well as obtaining tighter confidence limits on those estimates. This would be anticipated because the training distribution would be made much more similar to the experimental distribution by design, and thus be better suited to model the experimental data for purposes of regression. The caveat is that the resultant regression model might not be as generalizable to other datasets as the current method that uses random distributions for training.
To conclude, more research is needed to explore the capabilities and limitations of this blind method for determining intrinsic clustering properties in multidimensional datasets. However, the results of this work establish that hierarchical linkage regression may be a useful technique for investigating datasets in which there is an unknown number of groupings embedded within the data, and therefore has the potential to become a promising tool for data mining and analysis, with foreseeable application in finance, marketing, industrial automation, quality control, genetic analysis and drug discovery, to name a few.
Supporting information
S1 Table [docx]
Model comparison for single cluster number evaluation—Summary of cluster number estimate statistics.
S2 Table [docx]
Model recall comparison for single cluster number evaluation—Normally-distributed random data.
S3 Table [docx]
Model recall comparison for single cluster number evaluation—Image data.
S4 Table [docx]
Model recall comparison for single cluster number evaluation—Text data.
S5 Table [docx]
Mean F1 score model comparison for multi-cluster number evaluation.
Zdroje
1. Caliński T, Harabasz J. A dendrite method for cluster analysis. Commun Stat. 1974;3 : 1–27. doi: 10.1080/03610927408827101
2. Davies DL, Bouldin DW. A Cluster Separation Measure. IEEE Trans Pattern Anal Mach Intell. 1979;PAMI-1 : 224–227. doi: 10.1109/TPAMI.1979.4766909
3. Rousseeuw PJ. Silhouettes: A graphical aid to the interpretation and validation of cluster analysis. J Comput Appl Math. 1987;20 : 53–65. doi: 10.1016/0377-0427(87)90125-7
4. Sugar CA, James GM. Finding the Number of Clusters in a Dataset. J Am Stat Assoc. 2003;98 : 750–763. doi: 10.1198/016214503000000666
5. Tibshirani R, Walther G, Hastie T. Estimating the number of clusters in a data set via the gap statistic. J R Stat Soc Ser B Stat Methodol. 2001;63 : 411–423.
6. Flexa C, Santos R, Gomes W, Sales C, Costa JCWA. Mutual equidistant-scattering criterion: A new index for crisp clustering. Expert Syst Appl. 2019;128 : 225–245. doi: 10.1016/j.eswa.2019.03.027
7. Frey BJ, Dueck D. Clustering by Passing Messages Between Data Points. Science. 2007;315 : 972–976. doi: 10.1126/science.1136800 17218491
8. Yu X, Yu G, Wang J. Clustering cancer gene expression data by projective clustering ensemble. PLOS ONE. 2017;12: e0171429. doi: 10.1371/journal.pone.0171429 28234920
9. Ankerst M, Breunig MM, Kriegel H-P, Sander J. OPTICS: Ordering Points to Identify the Clustering Structure. Proceedings of the 1999 ACM SIGMOD International Conference on Management of Data. New York, NY, USA: ACM; 1999. pp. 49–60.
10. Ester M, Kriegel H-P, Xu X. A Density-Based Algorithm for Discovering Clusters in Large Spatial Databases with Noise. KDD’96 Proceedings of the Second International Conference on Knowledge Discovery and Data Mining. Portland, Oregon; 1996. pp. 226–231.
11. Fränti P. Efficiency of random swap clustering. J Big Data. 2018;5 : 13. doi: 10.1186/s40537-018-0122-y
12. Rossignol M, Lagrange M, Cont A. Efficient similarity-based data clustering by optimal object to cluster reallocation. PLOS ONE. 2018;13: e0197450. doi: 10.1371/journal.pone.0197450 29856755
13. Murtagh F, Contreras P. Algorithms for hierarchical clustering: an overview. Wiley Interdiscip Rev Data Min Knowl Discov. 2012;2 : 86–97. doi: 10.1002/widm.53
14. Hayman E, Caputo B, Fritz M, Eklundh J-O. On the Significance of Real-World Conditions for Material Classification. In: Pajdla T, Matas J, editors. Computer Vision—ECCV 2004. Springer Berlin Heidelberg; 2004. pp. 253–266.
15. Lazebnik S, Schmid C, Ponce J. A sparse texture representation using local affine regions. IEEE Trans Pattern Anal Mach Intell. 2005;27 : 1265–1278. doi: 10.1109/TPAMI.2005.151 16119265
16. Dana KJ, van Ginneken B, Nayar SK, Koenderink JJ. Reflectance and Texture of Real-world Surfaces. ACM Trans Graph. 1999;18 : 1–34. doi: 10.1145/300776.300778
17. Mikolov T, Chen K, Corrado G, Dean J. Efficient Estimation of Word Representations in Vector Space. ArXiv13013781 Cs. 2013 [cited 7 Jul 2019]. http://arxiv.org/abs/1301.3781
18. Bezdek JC, Pal NR. Some new indexes of cluster validity. IEEE Trans Syst Man Cybern Part B Cybern. 1998;28 : 301–315. doi: 10.1109/3477.678624 18255949
19. Forina M, Leardi R, Armanino C, Lanteri S. PARVUS: An extendable package of programs for data exploration, classification and correlation. J Chemom. 1990;4 : 191–193. doi: 10.1002/cem.1180040210
20. Dua D, Graff C. UCI machine learning repository. [cited 16 Nov 2019]. http://archive.ics.uci.edu/ml
21. Hopkins M, Reeber E, Forman G, Suermondt J. Spambase data set. Hewlett-Packard Labs; http://www.unigraz.at/people/clason/teaching/numa12/NuMaSkript.pdf
22. Aggarwal C, Hinneburg A, Keim DA. On the Surprising Behavior of Distance Metrics in High Dimensional Space. In: Van den Bussche J, Vianu V, editors. Database Theory—ICDT 2001. Springer Berlin Heidelberg;
23. Blashfield RK. Mixture model tests of cluster analysis: Accuracy of four agglomerative hierarchical methods. Psychol Bull. 1976;83 : 377–388. doi: 10.1037/0033-2909.83.3.377
24. Møller MF. A scaled conjugate gradient algorithm for fast supervised learning. Neural Netw. 1993;6 : 525–533. doi: 10.1016/S0893-6080(05)80056-5
25. Zalay O. Hierarchical linkage regression—Github repository. [cited 21 Nov 2019]. https://github.com/zalayo/Hierarchical-Linkage-Regression
26. Haralick RM. Statistical and structural approaches to texture. Proc IEEE. 1979;67 : 786–804. doi: 10.1109/PROC.1979.11328
27. Ojala T, Pietikäinen M, Mäenpää T. Multiresolution Gray-Scale and Rotation Invariant Texture Classification with Local Binary Patterns. IEEE Trans Pattern Anal Mach Intell. 2002;24 : 971–987. doi: 10.1109/TPAMI.2002.1017623
28. vsmlib—Python library for vector space models—vsmlib 0.1.17.2 documentation. [cited 7 Jul 2019]. https://vsmlib.readthedocs.io/en/latest/index.html
29. Gui T, Zhang Q, Huang H, Peng M, Huang X. Part-of-Speech Tagging for Twitter with Adversarial Neural Networks. Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing. Copenhagen, Denmark: Association for Computational Linguistics; 2017. pp. 2411–2420.
30. Levandowsky M, Winter D. Distance between Sets. Nature. 1971;234 : 34–35. doi: 10.1038/234034a0
31. van Rijsbergen CJ. Information Retrieval. 2nd ed. London: Butterworths; 1979.
32. Bewick V, Cheek L, Ball J. Statistics review 10: Further nonparametric methods. Crit Care. 2004;8 : 196–199. doi: 10.1186/cc2857 15153238
33. Kingma DP, Ba J. Adam: A Method for Stochastic Optimization. ArXiv14126980 Cs. 2017 [cited 20 Nov 2019]. http://arxiv.org/abs/1412.6980
34. DiCiccio TJ, Efron B. Bootstrap Confidence Intervals. Stat Sci. 1996;11 : 189–212.
35. Liu Y, Li Z, Xiong H, Gao X, Wu J. Understanding of Internal Clustering Validation Measures. 2010 IEEE International Conference on Data Mining. 2010. pp. 911–916.
36. Müllner D. Modern hierarchical, agglomerative clustering algorithms. ArXiv11092378 Cs Stat. 2011 [cited 7 Jul 2019]. http://arxiv.org/abs/1109.2378
37. Chang D, Kantardzic M, Ouyang M. Hierarchical clustering with CUDA/GPU. in ISCA PDCCS. Online]. http://dblp.uni-trier.de/db/conf/ISCApdcs/pdccs2009.html#ChangKO09; 2009. pp. 7–12.
38. Schenker N. Qualms about Bootstrap Confidence Intervals. J Am Stat Assoc. 1985;80 : 360–361. doi: 10.1080/01621459.1985.10478123
Článek vyšel v časopise
PLOS One
2020 Číslo 1
- Máj pod bílým pláštěm aneb když mezi směnami vykvete láska
- Jak a kdy u celiakie začíná reakce na lepek? Možnou odpověď poodkryla čerstvá kanadská studie
- Chůze do schodů pomáhá prodloužit život a vyhnout se srdečním chorobám
- Naděje budí časná diagnostika Parkinsonovy choroby založená na pachu kůže
- Kokain je v EU na druhém místě, Češi ale raději alkohol
-
Všechny články tohoto čísla
- ETAPOD: A forecast model for prediction of black pod disease outbreak in Nigeria
- Disparate effects of antibiotic-induced microbiome change and enhanced fitness in Daphnia magna
- Deliver on Your Own: Disrespectful Maternity Care in rural Kenya
- Quantification of microaerobic growth of Geobacter sulfurreducens
- Number of days required to estimate physical activity constructs objectively measured in different age groups: Findings from three Brazilian (Pelotas) population-based birth cohorts
- Identifying site- and stimulation-specific TMS-evoked EEG potentials using a quantitative cosine similarity metric
- Design and assessment of TRAP-CSP fusion antigens as effective malaria vaccines
- Best compromise nutritional menus for childhood obesity
- Phanerochaete chrysosporium strain B-22, a nematophagous fungus parasitizing Meloidogyne incognita
- Non-disclosure of tuberculosis diagnosis by patients to their household members in south western Uganda
- Patch testing in Lao medical students
- A competence-regulated toxin-antitoxin system in Haemophilus influenzae
- Bund removal to re-establish tidal flow, remove aquatic weeds and restore coastal wetland services—North Queensland, Australia
- Exploring the mechanism of olfactory recognition in the initial stage by modeling the emission spectrum of electron transfer
- Risk of complications among diabetics self-reporting oral health status in Canada: A population-based cohort study
- Family Health Days program contributions in vaccination of unreached and under-immunized children during routine vaccinations in Uganda
- Calcium dobesilate reduces VEGF signaling by interfering with heparan sulfate binding site and protects from vascular complications in diabetic mice
- Predicting factors for long-term survival in patients with out-of-hospital cardiac arrest – A propensity score-matched analysis
- HIV infection does not alter interferon α/β receptor 2 expression on mucosal immune cells
- The impact of body posture on intrinsic brain activity: The role of beta power at rest
- Retraction: DJ-1 Modulates α-Synuclein Aggregation State in a Cellular Model of Oxidative Stress: Relevance for Parkinson's Disease and Involvement of HSP70
- Practical considerations in the use of a porcine model (Sus scrofa domesticus) to assess prevention of postoperative peritubal adhesions
- Do atmospheric events explain the arrival of an invasive ladybird (Harmonia axyridis) in the UK?
- Transcriptional Differences in Peanut (Arachis hypogaea L.) Seeds at the Freshly Harvested, After-ripening and Newly Germinated Seed Stages: Insights into the Regulatory Networks of Seed Dormancy Release and Germination
- First adaptation of quinoa in the Bhutanese mountain agriculture systems
- Identifying maintenance hosts for infection with Dichelobacter nodosus in free-ranging wild ruminants in Switzerland: A prevalence study
- Model order reduction for left ventricular mechanics via congruency training
- The use of mixed collagen-Matrigel matrices of increasing complexity recapitulates the biphasic role of cell adhesion in cancer cell migration: ECM sensing, remodeling and forces at the leading edge of cancer invasion
- Hyponatraemia reversibly affects human myometrial contractility. An in vitro pilot study
- Production, purification and evaluation of biodegradation potential of PHB depolymerase of Stenotrophomonas sp. RZS7
- The impact of a wireless audio system on communication in robotic-assisted laparoscopic surgery: A prospective controlled trial
- Towards a bottom-up understanding of antimicrobial use and resistance on the farm: A knowledge, attitudes, and practices survey across livestock systems in five African countries
- Geographical origin determines responses to salinity of Mediterranean caddisflies
- Non-redundant roles in sister chromatid cohesion of the DNA helicase DDX11 and the SMC3 acetyl transferases ESCO1 and ESCO2
- Seroprevalence of viral and vector-borne bacterial pathogens in domestic dogs (Canis familiaris) in northern Botswana
- Global reach of ageism on older persons’ health: A systematic review
- Musical expertise generalizes to superior temporal scaling in a Morse code tapping task
- Cross-cultural adaptation and psychometric evaluation of the Yoruba version of Oswestry disability index
- Growth behavior and glyphosate resistance level in 10 populations of Echinochloa colona in Australia
- Analysis of the lineage of Phytophthora infestans isolates using mating type assay, traditional markers, and next generation sequencing technologies
- Post-transcriptional regulation of Rad51c by miR-222 contributes cellular transformation
- Targeting chondroitinase ABC to axons enhances the ability of chondroitinase to promote neurite outgrowth and sprouting
- First eight residues of apolipoprotein A-I mediate the C-terminus control of helical bundle unfolding and its lipidation
- Repeated noninvasive stimulation of the ventromedial prefrontal cortex reveals cumulative amplification of pleasant compared to unpleasant scene processing: A single subject pilot study
- Can scientists fill the science journalism void? Online public engagement with science stories authored by scientists
- Retention and predictors of attrition among patients who started antiretroviral therapy in Zimbabwe’s national antiretroviral therapy programme between 2012 and 2015
- Prognostics for pain in osteoarthritis: Do clinical measures predict pain after total joint replacement?
- Infants without health insurance: Racial/ethnic and rural/urban disparities in infant households’ insurance coverage
- HY5 is not integral to light mediated stomatal development in Arabidopsis
- Effects of Transcranial Direct Current Stimulation on GABA and Glx in Children: A pilot study
- Hypertension testing and treatment in Uganda and Kenya through the SEARCH study: An implementation fidelity and outcome evaluation
- Whole genome sequence analysis reveals the broad distribution of the RtxA type 1 secretion system and four novel putative type 1 secretion systems throughout the Legionella genus
- Evaluation of rice wild relatives as a source of traits for adaptation to iron toxicity and enhanced grain quality
- The Malaysian Workplace Bullying Index (MWBI): A new measure of workplace bullying in Eastern countries
- Brief communication: Long-term absence of Langerhans cells alters the gene expression profile of keratinocytes and dendritic epidermal T cells
- APOBEC3B reporter myeloma cell lines identify DNA damage response pathways leading to APOBEC3B expression
- Morphological diversity within a core collection of subterranean clover (Trifolium subterraneum L.): Lessons in pasture adaptation from the wild
- Feasibility of real-time in vivo 89Zr-DFO-labeled CAR T-cell trafficking using PET imaging
- Repository-based plasmid design
- A LAMP at the end of the tunnel: A rapid, field deployable assay for the kauri dieback pathogen, Phytophthora agathidicida
- A new method of recording from the giant fiber of Drosophila melanogaster shows that the strength of its auditory inputs remains constant with age
- Early conservation benefits of a de facto marine protected area at San Clemente Island, California
- Evaluating risk prediction models for adults with heart failure: A systematic literature review
- Age, period and cohort analysis of age-specific maternal mortality trend in Ethiopia: A secondary analysis
- Aberrant cervical innate immunity predicts onset of dysbiosis and sexually transmitted infections in women of reproductive age
- Performance of Qure.ai automatic classifiers against a large annotated database of patients with diverse forms of tuberculosis
- Closed circuit xenon delivery for 72h in neonatal piglets following hypoxic insult using an ambient pressure automated control system: Development, technical evaluation and pulmonary effects
- Safe mobility, socioeconomic inequalities, and aging: A 12-year multilevel interrupted time-series analysis of road traffic death rates in a Latin American country
- THAP11F80L cobalamin disorder-associated mutation reveals normal and pathogenic THAP11 functions in gene expression and cell proliferation
- Lesion of striatal patches disrupts habitual behaviors and increases behavioral variability
- A clinical method for estimating the modulus of elasticity of the human cornea in vivo
- Gamma gap thresholds and HIV, hepatitis C, and monoclonal gammopathy
- Infective endocarditis post-transcatheter aortic valve implantation (TAVI), microbiological profile and clinical outcomes: A systematic review
- Potentiation of curing by a broad-host-range self-transmissible vector for displacing resistance plasmids to tackle AMR
- An acceleration in hypertension-related mortality for middle-aged and older Americans, 1999-2016: An observational study
- Two common disease-associated TYK2 variants impact exon splicing and TYK2 dosage
- Patient perceived value of teleophthalmology in an urban, low income US population with diabetes
- Real-world cost-effectiveness of rivaroxaban compared with vitamin K antagonists in the context of stroke prevention in atrial fibrillation in France
- Spatial risk assessment of global change impacts on Swedish seagrass ecosystems
- The effects of low-carbohydrate diets on cardiovascular risk factors: A meta-analysis
- Computational analysis of functional single nucleotide polymorphisms associated with SLC26A4 gene
- Evidence in support of chromosomal sex influencing plasma based metabolome vs APOE genotype influencing brain metabolome profile in humanized APOE male and female mice
- Accelerated sparsity based reconstruction of compressively sensed multichannel EEG signals
- A multicenter case control study of association of vitamin D with breast cancer among women in Karachi, Pakistan
- Microvesicles from Lactobacillus reuteri (DSM-17938) completely reproduce modulation of gut motility by bacteria in mice
- Chemical profiling of Curatella americana Linn leaves by UPLC-HRMS and its wound healing activity in mice
- “Yellow” laccase from Sclerotinia sclerotiorum is a blue laccase that enhances its substrate affinity by forming a reversible tyrosyl-product adduct
- Dense carbon-nanotube coating scaffolds stimulate osteogenic differentiation of mesenchymal stem cells
- Gamma Knife radiosurgery for vestibular schwannomas: Evaluation of planning using the sphericity degree of the target volume
- Variants in ADIPOQ gene are linked to adiponectin levels and lung function in young males independent of obesity
- Purification and molecular characterization of phospholipase, antigen 5 and hyaluronidases from the venom of the Asian hornet (Vespa velutina)
- Clinical state tracking in serious mental illness through computational analysis of speech
- Why are animal source foods rarely consumed by 6-23 months old children in rural communities of Northern Ethiopia? A qualitative study
- A study to better understand under-utilization of laboratory tests for antenatal care in Senegal
- Monitoring the ‘diabetes epidemic’: A framing analysis of United Kingdom print news 1993-2013
- Heart rate variability helps to distinguish the intensity of menopausal symptoms: A prospective, observational and transversal study
- Physicians’ perspectives regarding non-medical switching of prescription medications: Results of an internet e-survey
- Trophic ecology of Mexican Pacific harbor seal colonies using carbon and nitrogen stable isotopes
- Effectiveness of information technology–enabled ‘SMART Eating’ health promotion intervention: A cluster randomized controlled trial
- Cauda Equina Syndrome Core Outcome Set (CESCOS): An international patient and healthcare professional consensus for research studies
- Incidence and prediction of intraoperative and postoperative cardiac arrest requiring cardiopulmonary resuscitation and 30-day mortality in non-cardiac surgical patients
- Microscopic distance from tumor invasion front to serosa might be a useful predictive factor for peritoneal recurrence after curative resection of T3-gastric cancer
- A new species of Macrocypraea (Gastropoda, Cypraeidae) from Trindade Island, Brazil, including phenotypic differentiation from remaining congeneric species
- The evolving topology of the Lightning Network: Centralization, efficiency, robustness, synchronization, and anonymity
- Avoid jumping to conclusions under uncertainty in Obsessive Compulsive Disorder
- Tanopicobia gen. nov., a new genus of quill mites, its phylogenetic placement in the subfamily Picobiinae (Acariformes: Syringophilidae) and picobiine relationships with avian hosts
- Large-scale spatial variation of chronic stress signals in moose
- Complex situations: Economic insecurity, mental health, and substance use among pregnant women who consider – but do not have – abortions
- Well-being and entrepreneurship: Using establishment size to identify treatment effects and transmission mechanisms
- Models of protein production along the cell cycle: An investigation of possible sources of noise
- Protein-protein interactions underlying the behavioral and psychological symptoms of dementia (BPSD) and Alzheimer’s disease
- Assessing the feasibility of a life history calendar to measure HIV risk and health in older South Africans
- Prevalence of anaemia and low intake of dietary nutrients in pregnant women living in rural and urban areas in the Ashanti region of Ghana
- Enhancing performance of subject-specific models via subject-independent information for SSVEP-based BCIs
- Perceptions of and interest in HIV pre-exposure prophylaxis use among adolescent girls and young women in Lilongwe, Malawi
- Long term conjugated linoleic acid supplementation modestly improved growth performance but induced testicular tissue apoptosis and reduced sperm quality in male rabbit
- A new approach to the temporal significance of house orientations in European Early Neolithic settlements
- Meta-analysis of the radiological and clinical features of Usual Interstitial Pneumonia (UIP) and Nonspecific Interstitial Pneumonia (NSIP)
- Extreme mortality and reproductive failure of common murres resulting from the northeast Pacific marine heatwave of 2014-2016
- Persistence of chikungunya ECSA genotype and local outbreak in an upper medium class neighborhood in Northeast Brazil
- Fecal transplant prevents gut dysbiosis and anxiety-like behaviour after spinal cord injury in rats
- In vivo elongation of thin filaments results in heart failure
- High resolution respirometry to assess function of mitochondria in native homogenates of human heart muscle
- Disparity in depressive symptoms between heterosexual and sexual minority men in China: The role of social support
- Effect of classroom intervention on student food selection and plate waste: Evidence from a randomized control trial
- Cytomegalovirus-specific CD8+ T-cell responses are associated with arterial blood pressure in people living with HIV
- In-depth hepatoprotective mechanistic study of Phyllanthus niruri: In vitro and in vivo studies and its chemical characterization
- Content shared on social media for national cancer survivors day 2018
- Cost-effectiveness of alectinib compared to crizotinib for the treatment of first-line ALK+ advanced non-small-cell lung cancer in France
- Mating strategy is determinant of adenovirus prevalence in European bats
- Preventing HIV and HSV-2 through knowledge and attitudes: A replication study of a multi-component community-based intervention in Zimbabwe
- MLST-based genetic relatedness of Campylobacter jejuni isolated from chickens and humans in Poland
- Unraveling the polychromy and antiquity of the Pachacamac Idol, Pacific coast, Peru
- Randomized clinical trial analyzing maintenance of peripheral venous catheters in an internal medicine unit: Heparin vs. saline
- Hypertension prevalence but not control varies across the spectrum of risk in patients with atrial fibrillation: A RE-LY atrial fibrillation registry sub-study
- Valuing natural habitats for enhancing coastal resilience: Wetlands reduce property damage from storm surge and sea level rise
- Universal coverage but unmet need: National and regional estimates of attrition across the diabetes care continuum in Thailand
- Patient-related factors may influence nursing perception of sleep in the Intensive Care Unit
- A systematic review and meta-analysis of acute kidney injury in the intensive care units of developed and developing countries
- Phylogeographic analyses point to long-term survival on the spot in micro-endemic Lycian salamanders
- A randomized trial of a behavioral intervention to decrease hospital length of stay by decreasing bedrest
- Genlisea hawkingii (Lentibulariaceae), a new species from Serra da Canastra, Minas Gerais, Brazil
- Structural variation and its potential impact on genome instability: Novel discoveries in the EGFR landscape by long-read sequencing
- Assessment of forest cover and carbon stock changes in sub-tropical pine forest of Azad Jammu & Kashmir (AJK), Pakistan using multi-temporal Landsat satellite data and field inventory
- Color image segmentation using adaptive hierarchical-histogram thresholding
- The association between nonalcoholic fatty liver disease and esophageal, stomach, or colorectal cancer: National population-based cohort study
- Effects in spite of tough constraints - A theory of change based investigation of contextual and implementation factors affecting the results of a performance based financing scheme extended to malnutrition in Burundi
- Comparison of motif-based and whole-unique-sequence-based analyses of phage display library datasets generated by biopanning of anti-Borrelia burgdorferi immune sera
- Identification of the cleavage sites leading to the shed forms of human and mouse anti-aging and cognition-enhancing protein Klotho
- Research performance and age explain less than half of the gender pay gap in New Zealand universities
- Do bumblebees have signatures? Demonstrating the existence of a speed-curvature power law in Bombus terrestris locomotion patterns
- A primary healthcare information intervention for communicating cardiovascular risk to patients with poorly controlled hypertension: The Education and Coronary Risk Evaluation (Educore) study—A pragmatic, cluster-randomized trial
- “I did not know it was a medical condition”: Predictors, severity and help seeking behaviors of women with female sexual dysfunction in the Volta region of Ghana
- The role of services content for manufacturing competitiveness: A network analysis
- Mortality and demographic recovery in early post-black death epidemics: Role of recent emigrants in medieval Dijon
- Modelling the impact of migrants on the success of the HIV care and treatment program in Botswana
- Does squatting need attention?—A dual-task study on cognitive resources in resistance exercise
- A human mission to Mars: Predicting the bone mineral density loss of astronauts
- The role of demographic history and selection in shaping genetic diversity of the Galápagos penguin (Spheniscus mendiculus)
- Attitudes towards animal study registries and their characteristics: An online survey of three cohorts of animal researchers
- Risk perception and behavioral change during epidemics: Comparing models of individual and collective learning
- Drug-target interaction prediction using Multi Graph Regularized Nuclear Norm Minimization
- A preliminary study of resting brain metabolism in treatment-resistant depression before and after treatment with olanzapine-fluoxetine combination
- Use of serum KL-6 level for detecting patients with restrictive allograft syndrome after lung transplantation
- Gait asymmetry in glucocerebrosidase mutation carriers with Parkinson’s disease
- Radioiodine therapy and Graves’ disease – Myths and reality
- pyKNEEr: An image analysis workflow for open and reproducible research on femoral knee cartilage
- Creatinine versus cystatin C for renal function-based mortality prediction in an elderly cohort: The Northern Manhattan Study
- Risk factors for third-generation cephalosporin resistant Enterobacteriaceae in gestational urine cultures: A retrospective cohort study based on centralized electronic health records
- Population-based estimates of humoral autoimmunity from the U.S. National Health and Nutrition Examination Surveys, 1960–2014
- Residential neighbourhood greenspace is associated with reduced risk of cardiovascular disease: A prospective cohort study
- Circulating CTRP9 correlates with the prevention of aortic calcification in renal allograft recipients
- Potential socioeconomic impacts from ocean acidification and climate change effects on Atlantic Canadian fisheries
- Prevention and control of cholera with household and community water, sanitation and hygiene (WASH) interventions: A scoping review of current international guidelines
- Kinematic analysis of motor learning in upper limb body-powered bypass prosthesis training
- The treeness of the tree of historical trees of life
- Female finches prefer courtship signals indicating male vigor and neuromuscular ability
- The effect of spatial position and age within an egg-clutch on embryonic development and key metabolic enzymes in two clownfish species, Amphiprion ocellaris and Amphiprion frenatus
- Egg donors’ motivations, experiences, and opinions: A survey of egg donors in South Africa
- Polymer-free sirolimus-eluting stent use in Europe and Asia: Ethnic differences in demographics and clinical outcomes
- How “simple” methodological decisions affect interpretation of population structure based on reduced representation library DNA sequencing: A case study using the lake whitefish
- The impact of translated reminder letters and phone calls on mammography screening booking rates: Two randomised controlled trials
- Application of a genetic algorithm to the keyboard layout problem
- Design and evaluation of a laboratory-based wheelchair castor testing protocol using community data
- Relationship between diabetic macular edema and choroidal layer thickness
- Evaluation of the predictive ability of ultrasound-based assessment of breast cancer using BI-RADS natural language reporting against commercial transcriptome-based tests
- A Comprehensive Data Gathering Network Architecture in Large-Scale Visual Sensor Networks
- Recovery of health-related quality of life after burn injuries: An individual participant data meta-analysis
- Modeling aggressive market order placements with Hawkes factor models
- Higher prevalence of splenic artery aneurysms in hereditary hemorrhagic telangiectasia: Vascular implications and risk factors
- Measuring the diffusion of innovations with paragraph vector topic models
- Role of ecology in shaping external nasal morphology in bats and implications for olfactory tracking
- Neandertals on the beach: Use of marine resources at Grotta dei Moscerini (Latium, Italy)
- Allergic inflammation is initiated by IL-33–dependent crosstalk between mast cells and basophils
- High expression of olfactomedin-4 is correlated with chemoresistance and poor prognosis in pancreatic cancer
- Wattpad as a resource for literary studies. Quantitative and qualitative examples of the importance of digital social reading and readers’ comments in the margins
- Constructing and influencing perceived authenticity in science communication: Experimenting with narrative
- Development and validation of a prognostic model predicting symptomatic hemorrhagic transformation in acute ischemic stroke at scale in the OHDSI network
- Immune recovery markers in a double blind clinical trial comparing dolutegravir and raltegravir based regimens as initial therapy (SPRING-2)
- A non-canonical role for p27Kip1 in restricting proliferation of corneal endothelial cells during development
- Combined fiscal policies to promote healthier diets: Effects on purchases and consumer welfare
- Estimating the impact of drug use on US mortality, 1999-2016
- Complex patterns of cell growth in the placenta in normal pregnancy and as adaptations to maternal diet restriction
- Tofu intake is inversely associated with risk of breast cancer: A meta-analysis of observational studies
- Digging the diversity of Iberian bait worms Marphysa (Annelida, Eunicidae)
- Influence of light on the infection of Aureococcus anophagefferens CCMP 1984 by a “giant virus”
- MESSAR: Automated recommendation of metabolite substructures from tandem mass spectra
- Temporal ordering of input modulates connectivity formation in a developmental neuronal network model of the cortex
- Healthy lifestyle index and its association with hypertension among community adults in Sri Lanka: A cross-sectional study
- Manual dexterity of mice during food-handling involves the thumb and a set of fast basic movements
- Research on an evolutionary game model and simulation of a cluster innovation network based on fairness preference
- Reconstructing Krassilovia mongolica supports recognition of a new and unusual group of Mesozoic conifers
- Selection of memory clinic patients for CSF biomarker assessment can be restricted to a quarter of cases by using computerized decision support, without compromising diagnostic accuracy
- From organ to cell: Multi-level telomere length assessment in patients with idiopathic pulmonary fibrosis
- Training interval in cardiopulmonary resuscitation
- Quantum isomer search
- Ultrastructure of light-activated axons following optogenetic stimulation to produce late-phase long-term potentiation
- Optimization of tissue sampling for Borrelia burgdorferi in white-footed mice (Peromyscus leucopus)
- How do critical care staff respond to organisational challenge? A qualitative exploration into personality types and cognitive processing in critical care
- Symmetric core-cohesive blockmodel in preschool children’s interaction networks
- Effects of supplemental creatine and guanidinoacetic acid on spatial memory and the brain of weaned Yucatan miniature pigs
- Predicting antibacterial activity from snake venom proteomes
- Community-Based Health Planning and Services Plus programme in Ghana: A qualitative study with stakeholders in two Systems Learning Districts on improving the implementation of primary health care
- An investigation of transportation practices in an Ontario swine system using descriptive network analysis
- Comparison of gridded precipitation datasets for rainfall-runoff and inundation modeling in the Mekong River Basin
- Functional interactions in patients with hemianopia: A graph theory-based connectivity study of resting fMRI signal
- PCR for the detection of pathogens in neonatal early onset sepsis
- Mercury and selenium concentrations in fishes of the Upper Colorado River Basin, southwestern United States: A retrospective assessment
- The effects of dual-task cognitive interference on gait and turning in Huntington’s disease
- Effects of Allium hookeri on gut microbiome related to growth performance in young broiler chickens
- Novel imaging biomarkers for mapping the impact of mild mitochondrial uncoupling in the outer retina in vivo
- Hyperkalemia treatment modalities: A descriptive observational study focused on medication and healthcare resource utilization
- Age and altitude of residence determine anemia prevalence in Peruvian 6 to 35 months old children
- Web service QoS prediction using improved software source code metrics
- Long term impact of PositiveLinks: Clinic-deployed mobile technology to improve engagement with HIV care
- Comparison of post-transplantation diabetes mellitus incidence and risk factors between kidney and liver transplantation patients
- Mothers’ oral health literacy and children’s oral health status in Pikine, Senegal: A pilot study
- A definition-by-example approach and visual language for activity patterns in engineering disciplines
- A network analysis revealed the essential and common downstream proteins related to inguinal hernia
- Use of conventional cardiac troponin assay for diagnosis of non-ST-elevation myocardial infarction: ‘The Ottawa Troponin Pathway’
- Low risk pregnancies after a cesarean section: Determinants of trial of labor and its failure
- Exploratory analysis of the potential for advanced diagnostic testing to reduce healthcare expenditures of patients hospitalized with meningitis or encephalitis
- Airway epithelial specific deletion of Jun-N-terminal kinase 1 attenuates pulmonary fibrosis in two independent mouse models
- Identification and characterization of miRNAs involved in cold acclimation of zebrafish ZF4 cells
- Research on motion planning for an indoor spray arm based on an improved potential field method
- Camera-traps are a cost-effective method for surveying terrestrial squamates: A comparison with artificial refuges and pitfall traps
- Detailed analysis of the transverse arch of hallux valgus feet with and without pain using weightbearing ultrasound imaging and precise force sensors
- The role of survivin in the progression of pancreatic ductal adenocarcinoma (PDAC) and a novel survivin-targeted therapeutic for PDAC
- Filling the human resource gap through public-private partnership: Can private, community-based skilled birth attendants improve maternal health service utilization and health outcomes in a remote region of Bangladesh?
- HIV antiretroviral drugs, dolutegravir, maraviroc and ritonavir-boosted atazanavir use different pathways to affect inflammation, senescence and insulin sensitivity in human coronary endothelial cells
- Still standing: Recent patterns of post-fire conifer refugia in ponderosa pine-dominated forests of the Colorado Front Range
- Surrogate R-spondins for tissue-specific potentiation of Wnt Signaling
- Biogeographic study of human gut-associated crAssphage suggests impacts from industrialization and recent expansion
- Apolipoprotein-AI mimetic peptides D-4F and L-5F decrease hepatic inflammation and increase insulin sensitivity in C57BL/6 mice
- Treating patients with driving phobia by virtual reality exposure therapy – a pilot study
- The impact of race relations on NFL attendance: An econometric analysis
- The potential impact of the Affordable Care Act and Medicaid expansion on reducing colorectal cancer screening disparities in African American males
- Efficient processing of raster and vector data
- Rewilding with large herbivores: Positive direct and delayed effects of carrion on plant and arthropod communities
- Early life experience and alterations of group composition shape the social grooming networks of former pet and entertainment chimpanzees (Pan troglodytes)
- Muscarinic modulation of M and h currents in gerbil spherical bushy cells
- Therapeutic hypothermia after out of hospital cardiac arrest improve 1-year survival rate for selective patients
- Carotid plaques and neurological impairment in patients with acute cerebral infarction
- Deep learning based image reconstruction algorithm for limited-angle translational computed tomography
- Subterranean Deuteraphorura Absolon, 1901, (Hexapoda, Collembola) of the Western Carpathians — Troglomorphy at the northern distributional limit in Europe
- Fragmentation and inefficiencies in US equity markets: Evidence from the Dow 30
- Association between coffee drinking and telomere length in the Prostate, Lung, Colorectal, and Ovarian Cancer Screening Trial
- Hyperbaric oxygen preconditioning and the role of NADPH oxidase inhibition in postischemic acute kidney injury induced in spontaneously hypertensive rats
- Rad51 paralogs and the risk of unselected breast cancer: A case-control study
- Aqueous ethanol extract of Libidibia ferrea (Mart. Ex Tul) L.P. Queiroz (juca) exhibits antioxidant and migration-inhibiting activity in human gastric adenocarcinoma (ACP02) cells
- Diagnostic differences in respiratory breathing patterns and work of breathing indices in children with Duchenne muscular dystrophy
- The role of narrative in collaborative reasoning and intelligence analysis: A case study
- Proportions of CD4 test results indicating advanced HIV disease remain consistently high at primary health care facilities across four high HIV burden countries
- Modelling of amino acid turnover in the horse during training and racing: A basis for developing a novel supplementation strategy
- Single-modal and multi-modal false arrhythmia alarm reduction using attention-based convolutional and recurrent neural networks
- Eye-gaze information input based on pupillary response to visual stimulus with luminance modulation
- Predictive value of comb-push ultrasound shear elastography for the differentiation of reactive and metastatic axillary lymph nodes: A preliminary investigation
- Type 1 diabetes is associated with an increased risk of venous thromboembolism: A retrospective population-based cohort study
- Trends of litter decomposition and soil organic matter stocks across forested swamp environments of the southeastern US
- Post mortem evaluation of inflammation, oxidative stress, and PPARγ activation in a nonhuman primate model of cardiac sympathetic neurodegeneration
- Were ancient foxes far more carnivorous than recent ones?—Carnassial morphological evidence
- Disruption in daily eating-fasting and activity-rest cycles in Indian adolescents attending school
- Plasma proteome profiling of freshwater and seawater life stages of rainbow trout (Oncorhynchus mykiss)
- Association between baseline abundance of Peptoniphilus, a Gram-positive anaerobic coccus, and wound healing outcomes of DFUs
- The earliest farming communities north of the Carpathians: The settlement at Gwoździec site 2
- Trends of the prevalence and incidence of hypertrophic cardiomyopathy in Korea: A nationwide population-based cohort study
- Percent amplitude of fluctuation: A simple measure for resting-state fMRI signal at single voxel level
- Antimicrobial activity of Asteraceae species against bacterial pathogens isolated from postmenopausal women
- Designing information provision to serve as a reminder of altruistic benefits: A case study of the risks of air pollution caused by industrialization
- Are changes in depressive symptoms, general health and residential area socio-economic status associated with trajectories of waist circumference and body mass index?
- Extracellular vesicles of U937 macrophage cell line infected with DENV-2 induce activation in endothelial cells EA.hy926
- FlexGraph: Flexible partitioning and storage for scalable graph mining
- Post-weaning infant-to-mother bonding in nutritionally independent female mice
- A little good is good enough: Ethical consumption, cheap excuses, and moral self-licensing
- Link-centric analysis of variation by demographics in mobile phone communication patterns
- Multimodal hand gesture recognition using single IMU and acoustic measurements at wrist
- Variance based weighting of multisensory head rotation signals for verticality perception
- Eligibility for hepatitis B antiviral therapy among adults in the general population in Zambia
- Tobacco smoking and health-related quality of life among university students: Mediating effect of depression
- Drivers of the opioid crisis: An appraisal of financial conflicts of interest in clinical practice guideline panels at the peak of opioid prescribing
- Nutritional inadequacies in commercial vegan foods for dogs and cats
- LTA1 and dmLT enterotoxin-based proteins activate antigen-presenting cells independent of PKA and despite distinct cell entry mechanisms
- The Shapley value for a fair division of group discounts for coordinating cooling loads
- Comparison and evaluation of the morphology of crowns generated by biogeneric design technique with CEREC chairside system
- Assessing risk factors and impact of cyberbullying victimization among university students in Myanmar: A cross-sectional study
- Incidence of hospital-acquired pressure ulcers in patients with "minimal risk" according to the "Norton-MI" scale
- Intra-host symbiont diversity in eastern Pacific cold seep tubeworms identified by the 16S-V6 region, but undetected by the 16S-V4 region
- Lipoprotein(a) plasma levels are not associated with survival after acute coronary syndromes: An observational cohort study
- Use of Nanotrap particles for the capture and enrichment of Zika, chikungunya and dengue viruses in urine
- Pancreatic secretory trypsin inhibitor reduces multi-organ injury caused by gut ischemia/reperfusion in mice
- The effect of diet on the gastrointestinal microbiome of juvenile rehabilitating green turtles (Chelonia mydas)
- Biochemical characterization of Ty1 retrotransposon protease
- Lateral pressure equalisation as a principle for designing support surfaces to prevent deep tissue pressure ulcers
- Immunomodulatory function of the cystic fibrosis modifier gene BPIFA1
- The validation of the Beijing version of the Montreal Cognitive Assessment in Chinese patients undergoing hemodialysis
- All of gene expression (AOE): An integrated index for public gene expression databases
- Characterization of the visceral and neuronal phenotype of 4L/PS-NA mice modeling Gaucher disease
- Inflammasome expression is higher in ovarian tumors than in normal ovary
- HCV genotype profile in Brazil of mono-infected and HIV co-infected individuals: A survey representative of an entire country
- Engaging with change: Information and communication technology professionals’ perspectives on change at the mid-point in the UK/EU Brexit process
- Adherence to iron-folic acid supplement and associated factors among antenatal care attending pregnant mothers in governmental health institutions of Adwa town, Tigray, Ethiopia: Cross-sectional study
- Flower, seed, and fruit development in three Tunisian species of Polygonum: Implications for their taxonomy and evolution of distyly in Polygonaceae
- Development of a risk score for prediction of poor treatment outcomes among patients with multidrug-resistant tuberculosis
- Preclinical evaluation of AT-527, a novel guanosine nucleotide prodrug with potent, pan-genotypic activity against hepatitis C virus
- Aqueous extract from Mangifera indica Linn. (Anacardiaceae) leaves exerts long-term hypoglycemic effect, increases insulin sensitivity and plasma insulin levels on diabetic Wistar rats
- Marine seafood production via intense exploitation and cultivation in China: Costs, benefits, and risks
- Signatures of medical student applicants and academic success
- Discovery of Jogalong virus, a novel hepacivirus identified in a Culex annulirostris (Skuse) mosquito from the Kimberley region of Western Australia
- The effects of extended photoperiod and warmth on hair growth in ponies and horses at different times of year
- Modeling the effect of prolonged ethanol exposure on global gene expression and chromatin accessibility in normal 3D colon organoids
- Clinical, cytogenetic and molecular genetic characterization of a tandem fusion translocation in a male Holstein cattle with congenital hypospadias and a ventricular septal defect
- Severity of misophonia symptoms is associated with worse cognitive control when exposed to misophonia trigger sounds
- Detection of Torque Teno Virus (TTV) and TTV-Like Minivirus in patients with presumed infectious endophthalmitis in India
- CD4 rate of increase is preferred to CD4 threshold for predicting outcomes among virologically suppressed HIV-infected adults on antiretroviral therapy
- The evolution of secondary flow phenomena and their effect on primary shock conditions in shock tubes: Experimentation and numerical model
- Estimating the basic reproduction number of a pathogen in a single host when only a single founder successfully infects
- What drugs modify the risk of iatrogenic impulse-control disorders in Parkinson’s disease? A preliminary pharmacoepidemiologic study
- Evaluating emotional distress and health-related quality of life in patients with heart failure and their family caregivers: Testing dyadic dynamics using the Actor-Partner Interdependence Model
- Community- and trophic-level responses of soil nematodes to removal of a non-native tree at different stages of invasion
- Association of ECG parameters with late gadolinium enhancement and outcome in patients with clinical suspicion of acute or subacute myocarditis referred for CMR imaging
- Sonographic measurement of normal common bile duct diameter and associated factors at the University of Gondar comprehensive specialized hospital and selected private imaging center in Gondar town, North West Ethiopia
- Catchment-scale export of antibiotic resistance genes and bacteria from an agricultural watershed in central Iowa
- Impact of multi-drug resistant bacteria on economic and clinical outcomes of healthcare-associated infections in adults: Systematic review and meta-analysis
- Characterization of a universal screening approach for congenital CMV infection based on a highly-sensitive, quantitative, multiplex real-time PCR assay
- Proof-of-concept for a non-invasive, portable, and wireless device for cardiovascular monitoring in pediatric patients
- On PTV definition for glioblastoma based on fiber tracking of diffusion tensor imaging data
- Multiregional origins of the domesticated tetraploid wheats
- Racism against Totonaco women in Veracruz: Intercultural competences for health professionals are necessary
- Increased inflammation and endothelial markers in patients with late severe post-thrombotic syndrome
- Genes associated with body weight gain and feed intake identified by meta-analysis of the mesenteric fat from crossbred beef steers
- Intraoperative computed tomography imaging for dose calculation in intraoperative electron radiation therapy: Initial clinical observations
- Multiple paedomorphic lineages of soft-substrate burrowing invertebrates: parallels in the origin of Xenocratena and Xenoturbella
- Human lung epithelial BEAS-2B cells exhibit characteristics of mesenchymal stem cells
- Simple non-mydriatic retinal photography is feasible and demonstrates retinal microvascular dilation in Chronic Obstructive Pulmonary Disease (COPD)
- Evaluating poverty alleviation strategies in a developing country
- RNAmountAlign: Efficient software for local, global, semiglobal pairwise and multiple RNA sequence/structure alignment
- Maternal depressive symptoms and children’s cognitive development: Does early childcare and child’s sex matter?
- Pan-cancer analysis of somatic mutations and epigenetic alterations in insulated neighbourhood boundaries
- Evaluation of a bioengineered ACL matrix’s osteointegration with BMP-2 supplementation
- Psychosocial profiles of physical activity fluctuation in office employees: A latent profile analysis
- Prevalence and characteristics of Livestock-Associated Methicillin-Resistant Staphylococcus aureus (LA-MRSA) isolated from chicken meat in the province of Quebec, Canada
- HIV treatment response among female sex workers participating in a treatment as prevention demonstration project in Cotonou, Benin
- Soluble AXL as a marker of disease progression and survival in melanoma
- Using machine learning methods to determine a typology of patients with HIV-HCV infection to be treated with antivirals
- Quantifying tourism booms and the increasing footprint in the Arctic with social media data
- Gender differences influence over insomnia in Korean population: A cross-sectional study
- Impact of scion/rootstock reciprocal effects on metabolomics of fruit juice and phloem sap in grafted Citrus reticulata
- Adapting cognitive diagnosis computerized adaptive testing item selection rules to traditional item response theory
- Usability assessment of seven HIV self-test devices conducted with lay-users in Johannesburg, South Africa
- Autumn shifts in cold tolerance metabolites in overwintering adult mountain pine beetles
- Management of veterinary anaesthesia in small animals: A survey of current practice in Quebec
- Genetic structure of the European hedgehog (Erinaceus europaeus) in Denmark
- Molecular karyotyping of Siberian wild rye (Elymus sibiricus L.) with oligonucleotide fluorescence in situ hybridization (FISH) probes
- Umbilical cord separation time, predictors and healing complications in newborns with dry care
- The strain distribution in the lumbar anterior longitudinal ligament is affected by the loading condition and bony features: An in vitro full-field analysis
- Marine resource congestion in China: Identifying, measuring, and assessing its impact on sustainable development of the marine economy
- Analysis of attitudinal components towards statistics among students from different academic degrees
- Effects of fatigue induced by repeated-sprint on kicking accuracy and velocity in female soccer players
- A pre-clinical validation plan to evaluate analytical sensitivities of molecular diagnostics such as BD MAX MDR-TB, Xpert MTB/Rif Ultra and FluoroType MTB
- Leadership for success in transforming medical abortion policy in Canada
- Clinical correlates associated with the long-term response of bipolar disorder patients to lithium, valproate or lamotrigine: A retrospective study
- Determinants of change in long-acting or permanent contraceptives use in Ethiopia; A multivariate decomposition analysis of data from the Ethiopian demographic and health survey
- Forecasting stock prices with long-short term memory neural network based on attention mechanism
- On the genus Crossaster (Echinodermata: Asteroidea) and its distribution
- Intracellular and in vivo evaluation of imidazo[2,1-b]thiazole-5-carboxamide anti-tuberculosis compounds
- Serum amyloid P component promotes formation of distinct aggregated lysozyme morphologies and reduces toxicity in Drosophila flies expressing F57I lysozyme
- Optogenetically induced cellular habituation in non-neuronal cells
- An integrated vitamin E-coated polymer hybrid nanoplatform: A lucrative option for an enhanced in vitro macrophage retention for an anti-hepatitis B therapeutic prospect
- The effect of strontium and silicon substituted hydroxyapatite electrochemical coatings on bone ingrowth and osseointegration of selective laser sintered porous metal implants
- Modeling the Theory of Planned Behaviour to predict adherence to preventive dental visits in preschool children
- Molecular prevalence of Bartonella, Babesia, and hemotropic Mycoplasma species in dogs with hemangiosarcoma from across the United States
- Color discrimination and gas chromatography-mass spectrometry fingerprint based on chemometrics analysis for the quality evaluation of Schizonepetae Spica
- Comparisons of recurrence-free survival and overall survival between microwave versus radiofrequency ablation treatment for hepatocellular carcinoma: A multiple centers retrospective cohort study with propensity score matching
- Transcriptome-wide identification of novel circular RNAs in soybean in response to low-phosphorus stress
- Oral misoprostol, low dose vaginal misoprostol, and vaginal dinoprostone for labor induction: Randomized controlled trial
- The association between dietary patterns before and in early pregnancy and the risk of gestational diabetes mellitus (GDM): Data from the Malaysian SECOST cohort
- Gene expression noise in a complex artificial toxin expression system
- Dynamic Extreme Aneuploidy (DEA) in the vegetable pathogen Phytophthora capsici and the potential for rapid asexual evolution
- Assertive, trainable and older dogs are perceived as more dominant in multi-dog households
- Prediction of Uropathogens by Flow Cytometry and Dip-stick Test Results of Urine Through Multivariable Logistic Regression Analysis
- Accelerated brain aging towards transcriptional inversion in a zebrafish model of the K115fs mutation of human PSEN2
- Copper to Tuscany – Coals to Newcastle? The dynamics of metalwork exchange in early Italy
- The Brazilian TP53 mutation (R337H) and sarcomas
- Interleukin 6 is increased in preclinical HNSCC models of acquired cetuximab resistance, but is not required for maintenance of resistance
- Detection of amitraz resistance and reduced treatment efficacy in the Varroa Mite, Varroa destructor, within commercial beekeeping operations
- Impact of viral disease hypophagia on pig jejunal function and integrity
- Enzyme response of activated sludge to a mixture of emerging contaminants in continuous exposure
- Molecular evidence for horizontal transmission of chelonid alphaherpesvirus 5 at green turtle (Chelonia mydas) foraging grounds in Queensland, Australia
- Technology anxiety and resistance to change behavioral study of a wearable cardiac warming system using an extended TAM for older adults
- Evaluation and validation of 2D biomechanical models of the knee for radiograph-based preoperative planning in total knee arthroplasty
- Soil-Transmitted Helminth infections reduction in Bhutan: A report of 29 years of deworming
- Age-related differences in the temporal dynamics of spectral power during memory encoding
- cagA gene EPIYA motif genetic characterization from Colombian Helicobacter pylori isolates: Standardization of a molecular test for rapid clinical laboratory detection
- Mugharat an-Nachcharini: A specialized sheep-hunting camp reveals high-altitude habitats in the earliest Neolithic of the Central Levant
- Spectral characteristics of urine from patients with end-stage kidney disease analyzed using Raman Chemometric Urinalysis (Rametrix)
- Clinicians’ communication with patients receiving a MCI diagnosis: The ABIDE project
- Quantitative PCR provides a simple and accessible method for quantitative microbiota profiling
- Fast quantitative time lapse displacement imaging of endothelial cell invasion
- Two novel mutations in MSX1 causing oligodontia
- 7,200 years old constructions and mudbrick technology: The evidence from Tel Tsaf, Jordan Valley, Israel
- Tuberculosis recurrences and predictive factors in a vulnerable population in Catalonia
- Dome-shaped macula in children and adolescents
- Barriers in the access, diagnosis and treatment completion for tuberculosis patients in central and western Nepal: A qualitative study among patients, community members and health care workers
- Evaluation of KRAS, NRAS and BRAF mutations detection in plasma using an automated system for patients with metastatic colorectal cancer
- Targeted transcriptomic study of the implication of central metabolic pathways in mannosylerythritol lipids biosynthesis in Pseudozyma antarctica T-34
- Preliminary evidences of the presence of extracellular DNA single stranded forms in soil
- A comparison of quality of life between patients treated with different dialysis modalities in Taiwan
- The effectiveness of substance use interventions for homeless and vulnerably housed persons: A systematic review of systematic reviews on supervised consumption facilities, managed alcohol programs, and pharmacological agents for opioid use disorder
- Spatiotemporal characteristics and driving forces of construction land expansion in Yangtze River economic belt, China
- Comparison of Monocyte Distribution Width (MDW) and Procalcitonin for early recognition of sepsis
- Morphological association between the muscles and bones in the craniofacial region
- Transcriptome analysis of Actinidia chinensis in response to Botryosphaeria dothidea infection
- Evaluating two decision aids for Australian men supporting informed decisions about prostate cancer screening: A randomised controlled trial
- Serum galectins as potential biomarkers of inflammatory bowel diseases
- Linguistic Z-number weighted averaging operators and their application to portfolio selection problem
- Comparative study on skin protection activity of polyphenol-rich extract and polysaccharide-rich extract from Sargassum vachellianum
- Real-world data about emotional stress, disability and need for social care in a German IBD patient cohort
- The regenerative compatibility: A synergy between healthy ecosystems, environmental attitudes, and restorative experiences
- Fusion of augmented reality imaging with the endoscopic view for endonasal skull base surgery; a novel application for surgical navigation based on intraoperative cone beam computed tomography and optical tracking
- Functional characterization of NK cells in Mexican pediatric patients with acute lymphoblastic leukemia: Report from the Mexican Interinstitutional Group for the Identification of the Causes of Childhood Leukemia
- Radiomics signature for prediction of lateral lymph node metastasis in conventional papillary thyroid carcinoma
- Antenatal depression and its association with adverse birth outcomes in low and middle-income countries: A systematic review and meta-analysis
- Perceptions of risk and influences of choice in pregnant women with obesity. An evidence synthesis of qualitative research
- The role of refugee and migrant migration status on medication adherence: Mediation through illness perceptions
- Job stress and emotional exhaustion at work in Spanish workers: Does unhealthy work affect the decision to drive?
- Correction: Amphibians on the hotspot: Molecular biology and conservation in the South American Atlantic Rainforest
- Sexual risk classes among youth experiencing homelessness: Relation to childhood adversities, current mental symptoms, substance use, and HIV testing
- Time for change is now: Experiences of participants in a community-based approach for iron and folic acid supplementation in a rural county in Kenya, a qualitative study
- Non-invasive genetic monitoring for the threatened valley elderberry longhorn beetle
- Statistical learning for turboshaft helicopter accidents using logistic regression
- Vegetation change over seven years in the largest protected Pacific Northwest Bunchgrass Prairie remnant
- The effect of various metal-salts on the sedimentation of soil in a water-based suspension
- Using electronic health record system triggers to target delivery of a patient-centered intervention to improve venous thromboembolism prevention for hospitalized patients: Is there a differential effect by race?
- Effects of CK2β subunit down-regulation on Akt signalling in HK-2 renal cells
- Novel broad-spectrum activity-based probes to profile malarial cysteine proteases
- Health-related quality of life in cancer patients treated with immune checkpoint inhibitors: A systematic review on reporting of methods in randomized controlled trials
- Environmental tobacco smoke (ETS) and hyperlipidemia modified by perceived work stress
- Association between opioid analgesic therapy and initiation of buprenorphine management: An analysis of prescription drug monitoring program data
- Effect of a community-based approach of iron and folic acid supplementation on compliance by pregnant women in Kiambu County, Kenya: A quasi-experimental study
- Radiocarbon dating of two old African baobabs from India
- Improvement project in higher education institutions: A BPEP-based model
- An updated evaluation of serum sHER2, CA15.3, and CEA levels as biomarkers for the response of patients with metastatic breast cancer to trastuzumab-based therapies
- Genome-wide association study of metabolic syndrome in Korean populations
- The diagnostic accuracy of liver fibrosis in non-viral liver diseases using acoustic radiation force impulse elastography: A systematic review and meta-analysis
- Drug therapy problems and treatment satisfaction among ambulatory patients with epilepsy in a specialized hospital in Ethiopia
- Short- & long-term effects of monetary and non-monetary incentives to cooperate in public good games: An experiment
- Niche modeling reveals life history shifts in birds at La Brea over the last twenty millennia
- Morphological consequences of artificial cranial deformation: Modularity and integration
- Distributed flux balance analysis simulations of serial biomass fermentation by two organisms
- Plasma kynurenines and prognosis in patients with heart failure
- Occurrence and distribution of anthropogenic persistent organic pollutants in coastal sediments and mud shrimps from the wetland of central Taiwan
- Intensified visual clutter induces increased sympathetic signalling, poorer postural control, and faster torsional eye movements during visual rotation
- Restoration of cortical symmetry and binaural function: Cortical auditory evoked responses in adult cochlear implant users with single sided deafness
- A smartphone-enabled wireless and batteryless implantable blood flow sensor for remote monitoring of prosthetic heart valve function
- Gut microbiota composition alterations are associated with the onset of diabetes in kidney transplant recipients
- Shock index and TIMI risk index as valuable prognostic tools in patients with acute coronary syndrome complicated by cardiogenic shock
- Merit overrules theory of mind when young children share resources with others
- Economic burden of maternal morbidity – A systematic review of cost-of-illness studies
- Comparison of balance changes after inspiratory muscle or Otago exercise training
- Correction: Escherichia coli and Salmonella spp. isolated from Australian meat chickens remain susceptible to critically important antimicrobial agents
- Metabolic analysis of amino acids and vitamin B6 pathways in lymphoma survivors with cancer related chronic fatigue
- Cell-free DNA donor fraction analysis in pediatric and adult heart transplant patients by multiplexed allele-specific quantitative PCR: Validation of a rapid and highly sensitive clinical test for stratification of rejection probability
- Immunopathogenesis of canine chronic ulcerative stomatitis
- Correction: Quantification of speech and synchrony in the conversation of adults with autism spectrum disorder
- Efficacy and safety of ultrasonic circular cyclocoagulation with second-generation probe in glaucoma: A retrospective study
- Generalizing findings from a randomized controlled trial to a real-world study of the iLookOut, an online education program to improve early childhood care and education providers’ knowledge and attitudes about reporting child maltreatment
- Self-selection of food ingredients and agricultural by-products by the house cricket, Acheta domesticus (Orthoptera: Gryllidae): A holistic approach to develop optimized diets
- Machine learning detection of Atrial Fibrillation using wearable technology
- Comparative proteomic analysis of different stages of breast cancer tissues using ultra high performance liquid chromatography tandem mass spectrometer
- A cross-sectional study of psychopathy and khat abuse among prisoners in the correctional institution in Jimma, Ethiopia
- Head impulse compensatory saccades: Visual dependence is most evident in bilateral vestibular loss
- Complementarity of empirical and process-based approaches to modelling mosquito population dynamics with Aedes albopictus as an example—Application to the development of an operational mapping tool of vector populations
- Pepsin promotes laryngopharyngeal neoplasia by modulating signaling pathways to induce cell proliferation
- When and what to test for: A cost-effectiveness analysis of febrile illness test-and-treat strategies in the era of responsible antibiotic use
- Comparison of effects and safety in providing controlled hypotension during surgery between dexmedetomidine and magnesium sulphate: A meta-analysis of randomized controlled trials
- The gene encoding the ketogenic enzyme HMGCS2 displays a unique expression during gonad development in mice
- Seroepidemiological study of rubella in Vojvodina, Serbia: 24 years after the introduction of the MMR vaccine in the national immunization programme
- Efficacy of a mitochondrion-targeting agent for reducing the level of urinary protein in rats with puromycin aminonucleoside-induced minimal-change nephrotic syndrome
- Association of endothelial nitric oxide synthase (NOS3) gene polymorphisms with primary open-angle glaucoma in a Saudi cohort
- Antitrust analysis with upward pricing pressure and cost efficiencies
- Machine learning models for identifying preterm infants at risk of cerebral hemorrhage
- Natural selection contributes to food web stability
- Pyramiding QTLs controlling tolerance against drought, salinity, and submergence in rice through marker assisted breeding
- Diversity and plant growth-promoting functions of diazotrophic/N-scavenging bacteria isolated from the soils and rhizospheres of two species of Solanum
- Sustainability effects of motor control stabilisation exercises on pain and function in chronic nonspecific low back pain patients: A systematic review with meta-analysis and meta-regression
- Sofosbuvir-based regimen for genotype 2 HCV infected patients in Taiwan: A real world experience
- The virulence domain of Shigella IcsA contains a subregion with specific host cell adhesion function
- Sequencing artifacts derived from a library preparation method using enzymatic fragmentation
- Analysis of the Rdr1 gene family in different Rosaceae genomes reveals an origin of an R-gene cluster after the split of Rubeae within the Rosoideae subfamily
- Concomitant phytonutrient and transcriptome analysis of mature fruit and leaf tissues of tomato (Solanum lycopersicum L. cv. Oregon Spring) grown using organic and conventional fertilizer
- Quantitative analysis of adsorption and desorption of volatile organic compounds on reusable zeolite filters using gas chromatography
- Comparing bioinformatic pipelines for microbial 16S rRNA amplicon sequencing
- TMEM98 is a negative regulator of FRAT mediated Wnt/ß-catenin signalling
- Modeling migration patterns in the USA under sea level rise
- Quo vadis Pantanal? Expected precipitation extremes and drought dynamics from changing sea surface temperature
- Cloud-computing and machine learning in support of country-level land cover and ecosystem extent mapping in Liberia and Gabon
- An exploratory study on the quality of patient screening and counseling for hypertension management in Tanzania
- Relation of fibroblast growth factor receptor 2 expression to hepatocellular carcinoma recurrence after liver resection
- The Brief Measure of Emotional Preoperative Stress (B-MEPS) as a new predictive tool for postoperative pain: A prospective observational cohort study
- The impact of diabetes mellitus medication on the incidence of endogenous endophthalmitis
- Correction: Chl1 DNA helicase and Scc2 function in chromosome condensation through cohesin deposition
- Clinical and pathological features of thrombotic microangiopathy influencing long-term kidney transplant outcomes
- Multidisciplinary investigation of two Egyptian child mummies curated at the University of Tartu Art Museum, Estonia (Late/Graeco-Roman Periods)
- Occupational exposure to particulate matter from air pollution in the outdoor workplaces in Almaty during the cold season
- Morphological adjustment in free-living Steinernema feltiae infective juveniles to increasing concentration of Nemafric-BL phytonematicide
- Murine Surf4 is essential for early embryonic development
- Using mHealth to improve health care delivery in India: A qualitative examination of the perspectives of community health workers and beneficiaries
- Algorithmic handwriting analysis of the Samaria inscriptions illuminates bureaucratic apparatus in biblical Israel
- Key necroptotic proteins are required for Smac mimetic-mediated sensitization of cholangiocarcinoma cells to TNF-α and chemotherapeutic gemcitabine-induced necroptosis
- Concurrent lipidomics and proteomics on malignant plasma cells from multiple myeloma patients: Probing the lipid metabolome
- Short treatment with antalarmin alters adrenal gland receptors in the rat model of endometriosis
- Is it really always only the others who are to blame? GP’s view on medical overuse. A questionnaire study
- Serum visfatin and vaspin levels in hepatocellular carcinoma (HCC)
- Retraction: SDR9C7 Promotes Lymph Node Metastases in Patients with Esophageal Squamous Cell Carcinoma
- iTRAQ proteomics reveals the regulatory response to Magnaporthe oryzae in durable resistant vs. susceptible rice genotypes
- A smartphone-based test for the assessment of attention deficits in delirium: A case-control diagnostic test accuracy study in older hospitalised patients
- Association between tuberculosis and depression on negative outcomes of tuberculosis treatment: A systematic review and meta-analysis
- Incidence and predictors of loss to follow up among adult HIV patients on antiretroviral therapy in University of Gondar Comprehensive Specialized Hospital: A competing risk regression modeling
- Point-of-care diagnostic (POCD) method for detecting Bursaphelenchus xylophilus in pinewood using recombinase polymerase amplification (RPA) with the portable optical isothermal device (POID)
- Bioluminescent imaging of Arabidopsis thaliana using an enhanced Nano-lantern luminescence reporter system
- Biosynthetic pathway of indole-3-acetic acid in ectomycorrhizal fungi collected from northern Thailand
- Clinical implications of elevated serum interleukin-6 in IgG4-related disease
- Downscaling NLDAS-2 daily maximum air temperatures using MODIS land surface temperatures
- Sex-specific and opposite modulatory aspects revealed by PPI network and pathway analysis of ischemic stroke in humans
- Plasma Trimethylamine-N-oxide and impaired glucose regulation: Results from The Oral Infections, Glucose Intolerance and Insulin Resistance Study (ORIGINS)
- Self-esteem and other risk factors for depressive symptoms among adolescents in United Arab Emirates
- Control of the microsporidian parasite Nosema ceranae in honey bees (Apis mellifera) using nutraceutical and immuno-stimulatory compounds
- The effect of storage conditions on microbial communities in stool
- Role of donor genotype in RT-QuIC seeding activity of chronic wasting disease prions using human and bank vole substrates
- Influence of flow on phosphorus-dynamics and particle size in agricultural drainage ditch sediments
- A prospective, randomized, double-blind trial to compare body weight-adjusted and fixed doses of palonosetron for preventing postoperative nausea and vomiting in obese female patients
- Application of computerized 3D-CT texture analysis of pancreas for the assessment of patients with diabetes
- Predictive validation and forecasts of short-term changes in healthcare expenditure associated with changes in smoking behavior in the United States
- An information-based approach to handle various types of uncertainty in fuzzy bodies of evidence
- Oral magnesium supplementation for leg cramps in pregnancy—An observational controlled trial
- Health care professionals’ knowledge of commonly used sedative, analgesic and neuromuscular drugs: A single center (Rambam Health Care Campus), prospective, observational survey
- Campylobacter portucalensis sp. nov., a new species of Campylobacter isolated from the preputial mucosa of bulls
- OGG1 deficiency alters the intestinal microbiome and increases intestinal inflammation in a mouse model
- Transgenic interleukin 11 expression causes cross-tissue fibro-inflammation and an inflammatory bowel phenotype in mice
- Novel method to measure temporal windows based on eye movements during viewing of the Necker cube
- Whole blood transcriptomic analysis of beef cattle at arrival identifies potential predictive molecules and mechanisms that indicate animals that naturally resist bovine respiratory disease
- Effects of smoke flavoring using different wood chips and barbecuing on the formation of polycyclic aromatic hydrocarbons and heterocyclic aromatic amines in salmon fillets
- Sleep quality and sex modify the relationships between trait energy and fatigue on state energy and fatigue
- The role of peer, parental, and school norms in predicting adolescents’ attitudes and behaviours of majority and different minority ethnic groups in Croatia
- Filtered beauty in Oslo and Tokyo: A spatial frequency analysis of facial attractiveness
- The impact of rehabilitation frequency on the risk of stroke in patients with rheumatoid arthritis
- Availability, prices and affordability of selected antibiotics and medicines against non-communicable diseases in western Cameroon and northeast DR Congo
- The effect of mutations derived from mouse-adapted H3N2 seasonal influenza A virus to pathogenicity and host adaptation
- Detection of posttraumatic pneumothorax using electrical impedance tomography—An observer-blinded study in pigs with blunt chest trauma
- Educators’ perceptions of organisational readiness for implementation of a pre-adolescent transdisciplinary school health intervention for inter-generational outcomes
- Beyond the heterodimer model for mineralocorticoid and glucocorticoid receptor interactions in nuclei and at DNA
- The effects of sport expertise and shot results on basketball players’ action anticipation
- Framework and algorithms for identifying honest blocks in blockchain
- Efficacy and safety of anti-viral therapy for Hepatitis B virus-associated glomerulonephritis: A meta-analysis
- Selective transmission of some HIV-1 subtype C variants might depend on Envelope stimulating dendritic cells to secrete IL-10
- Noise reduction and quantification of fiber orientations in greyscale images
- Exploring the impact of terminology differences in blood and organ donor decision making
- Ontogenetic similarities between giraffe and sauropod neck osteological mobility
- Load transfer mechanism and critical length of anchorage zone for anchor bolt
- Income inequalities in stroke incidence and mortality: Trends in stroke-free and stroke-affected life years based on German health insurance data
- Community’s perception, experiences and health seeking behavior towards newborn illnesses in Debre Libanos District, North Shoa, Oromia, Ethiopia: Qualitative study
- Platelet indices significantly correlate with liver fibrosis in HCV-infected patients
- Reanalysis of the Bridge et al. study of suicide following release of 13 Reasons Why
- Validation of the easyscreen flavivirus dengue alphavirus detection kit based on 3base amplification technology and its application to the 2016/17 Vanuatu dengue outbreak
- The nitrate content of fresh and cooked vegetables and their health-related risks
- Bioreactor for mobilization of mesenchymal stem/stromal cells into scaffolds under mechanical stimulation: Preliminary results
- Serotonin transporter dependent modulation of food-seeking behavior
- Implicit task switching in Parkinson’s disease is preserved when on medication
- Root treatment with oxathiapiprolin, benthiavalicarb or their mixture provides prolonged systemic protection against oomycete foliar pathogens
- Real-world effectiveness and safety of ranibizumab for the treatment of myopic choroidal neovascularization: Results from the LUMINOUS study
- Non-gradient and genotype-dependent patterns of RSV gene expression
- Multiplex real-time PCR for the detection of Clavibacter michiganensis subsp. michiganensis, Pseudomonas syringae pv. tomato and pathogenic Xanthomonas species on tomato plants
- The 24-hour urinary cortisol in post-traumatic stress disorder: A meta-analysis
- Parasites modulate the gut-microbiome in insects: A proof-of-concept study
- The dynamics of shapes of vesicle membranes with time dependent spontaneous curvature
- Vascularization and biocompatibility of poly(ε-caprolactone) fiber mats for rotator cuff tear repair
- The shield of self-compassion: A buffer against disordered eating risk from physical appearance perfectionism
- Disease-specific out-of-pocket healthcare expenditure in urban Bangladesh: A Bayesian analysis
- Advanced biofilm analysis in streams receiving organic deicer runoff
- Upregulation of long non-coding RNA ROR1-AS1 promotes cell growth and migration in bladder cancer by regulation of miR-504
- Method development and validation for rapid identification of epigallocatechin gallate using ultra-high performance liquid chromatography
- Neonatal sepsis in Iran: A systematic review and meta-analysis on national prevalence and causative pathogens
- Drug-eluting versus bare-metal stents for first myocardial infarction in patients with atrial fibrillation: A nationwide population-based cohort study
- Same-day antiretroviral therapy initiation for HIV-infected adults in South Africa: Analysis of routine data
- Health-related quality of life among patients with type 2 diabetes mellitus in Eastern Province, Saudi Arabia: A cross-sectional study
- Photocatalytic biocidal effect of copper doped TiO2 nanotube coated surfaces under laminar flow, illuminated with UVA light on Legionella pneumophila
- The interoceptive hippocampus: Mouse brain endocrine receptor expression highlights a dentate gyrus (DG)–cornu ammonis (CA) challenge–sufficiency axis
- Educational attainment and HIV testing and counselling service utilisation during antenatal care in Ghana: Analysis of Demographic and Health Surveys
- Dissection of flag leaf metabolic shifts and their relationship with those occurring simultaneously in developing seed by application of non-targeted metabolomics
- Centromeres of Cucumis melo L. comprise Cmcent and two novel repeats, CmSat162 and CmSat189
- Acute high-intensity and moderate-intensity interval exercise do not change corticospinal excitability in low fit, young adults
- “I like the way I am, but I feel like I could get a little bit bigger”: Perceptions of body image among adolescents and youth living with HIV in Durban, South Africa
- Nanoparticle-based ‘turn-on’ scattering and post-sample fluorescence for ultrasensitive detection of water pollution in wider window
- The relationship of moral sensitivity and patient safety attitudes with nursing students’ perceptions of disclosure of patient safety incidents: A cross-sectional study
- Insights into the strategy of micro-environmental adaptation: Transcriptomic analysis of two alvinocaridid shrimps at a hydrothermal vent
- Thirty-day readmission after medical-surgical hospitalization for people who experience imprisonment in Ontario, Canada: A retrospective cohort study
- The effect of long-term brine discharge from desalination plants on benthic foraminifera
- Hyper-spectral response and estimation model of soil degradation in Kenli County, the Yellow River Delta
- Prescribing trends of glaucoma drugs in six major cities of China from 2013 to 2017
- Significant changes in synovial fluid microRNAs after high tibial osteotomy in medial compartmental knee osteoarthritis: Identification of potential prognostic biomarkers
- Reassortment and adaptive mutations of an emerging avian influenza virus H7N4 subtype in China
- Ischemia and reperfusion injury in superficial inferior epigastric artery-based vascularized lymph node flaps
- High failure rates of protease inhibitor-based antiretroviral treatment in rural Tanzania – A prospective cohort study
- Switchable resolution in soft x-ray tomography of single cells
- Mitochondrial DNA variations and mitochondrial dysfunction in Fanconi anemia
- Extended-spectrum beta-lactamase (ESBL)-producing and non-ESBL-producing Escherichia coli isolates causing bacteremia in the Netherlands (2014 – 2016) differ in clonal distribution, antimicrobial resistance gene and virulence gene content
- Molecular characterization of blaKHM-1 encoding plasmid in an Enterobacter hormaechei subsp. hoffmannii isolate from blood culture
- PR3 levels are impaired in plasma and PBMCs from Arabs with cardiovascular diseases
- Sex differences in self-regulation in early, middle and late adolescence: A large-scale cross-sectional study
- Interaction between elevated temperature and different types of Na-salicylate treatment in Brachypodium dystachion
- A highway crash risk assessment method based on traffic safety state division
- A brain connectivity characterization of children with different levels of mathematical achievement based on graph metrics
- Quantifying the level of difficulty to treat major depressive disorder with antidepressants: Treatment Resistance to Antidepressants Evaluation Scale
- Occupational gender segregation and economic growth in U.S. local labor markets, 1980 through 2010
- The association of telomere length and telomerase activity with adverse outcomes in older patients with non-ST-elevation acute coronary syndrome
- Construction of a high-density genetic map and fine mapping of a candidate gene locus for a novel branched-spike mutant in barley
- Alterations of aqueous humor Aβ levels in Aβ-infused and transgenic mouse models of Alzheimer disease
- Parameters impacting the live birth rate per transfer after frozen single euploid blastocyst transfer
- Deep2Full: Evaluating strategies for selecting the minimal mutational experiments for optimal computational predictions of deep mutational scan outcomes
- Economic compensation interventions to increase uptake of voluntary medical male circumcision for HIV prevention: A systematic review and meta-analysis
- Distinctive effect of anesthetics on the effect of limb remote ischemic postconditioning following ischemic stroke
- Natural hybridization between Phyllagathis and Sporoxeia species produces a hybrid without reproductive organs
- Preliminary evaluation of a novel nine-biomarker profile for the prediction of autism spectrum disorder
- The impact of peer attachment on prosocial behavior, emotional difficulties and conduct problems in adolescence: The mediating role of empathy
- Spatial and climatic variables independently drive elevational gradients in ant species richness in the Eastern Himalaya
- What is the qualitative evidence concerning the risks, diagnosis, management and consequences of gastrointestinal infections in the community in the United Kingdom? A systematic review and meta-ethnography
- Naringenin protects AlCl3/D-galactose induced neurotoxicity in rat model of AD via attenuation of acetylcholinesterase levels and inhibition of oxidative stress
- Key barriers and enablers associated with uptake and continuation of oral pre-exposure prophylaxis (PrEP) in the public sector in Zimbabwe: Qualitative perspectives of general population clients at high risk for HIV
- Characterizing the University of California’s tenure-track teaching position from the faculty and administrator perspectives
- Restoration of Mal overcomes the defects of apoptosis in lung cancer cells
- Patient preferences for maintenance therapy in Crohn’s disease: A discrete-choice experiment
- Diagnostic performance of serum interferon gamma, matrix metalloproteinases, and periostin measurements for pulmonary tuberculosis in Japanese patients with pneumonia
- Hesperidin improves insulin resistance via down-regulation of inflammatory responses: Biochemical analysis and in silico validation
- Accuracy of intraocular lens power calculation formulas using a swept-source optical biometer
- Characterization of black patina from the Tiber River embankments using Next-Generation Sequencing
- Comparison of blood lactate and perceived exertion responses in two matched time-under-tension protocols
- Fibrin hydrogels are safe, degradable scaffolds for sub-retinal implantation
- Post-translational modifications of Drosophila melanogaster HOX protein, Sex combs reduced
- Problem gambling, associations with comorbid health conditions, substance use, and behavioural addictions: Opportunities for pathways to treatment
- Liganded T3 receptor β2 inhibits the positive feedback autoregulation of the gene for GATA2, a transcription factor critical for thyrotropin production
- Characterization of METTL16 as a cytoplasmic RNA binding protein
- Impact of long-term storage and freeze-thawing on eight circulating microRNAs in plasma samples
- Nanosheet wrapping-assisted coverslip-free imaging for looking deeper into a tissue at high resolution
- Assessment of dynamic cerebral autoregulation in humans: Is reproducibility dependent on blood pressure variability?
- Early diagnosis of sepsis in emergency departments, time to treatment, and association with mortality: An observational study
- Validity of cerebrovascular ICD-9-CM codes in healthcare administrative databases. The Umbria Data-Value Project
- Tuberculoid leprosy: An in vivo microvascular evaluation of cutaneous lesions
- Neuromuscular blockers in the acute respiratory distress syndrome: A meta-analysis
- Identification of putative Type-I sex pheromone biosynthesis-related genes expressed in the female pheromone gland of Streltzoviella insularis
- Redefining transcriptional regulation of the APOE gene and its association with Alzheimer’s disease
- Disease-relevant mutations alter amino acid co-evolution networks in the second nucleotide binding domain of CFTR
- A bushel of viruses: Identification of seventeen novel putative viruses by RNA-seq in six apple trees
- Torque teno virus viral load is related to age, CMV infection and HLA type but not to Alzheimer's disease
- The variability of bacterial communities in both the endosphere and ectosphere of different niches in Chinese chives (Allium tuberosum)
- Tripartite factors leading to molecular divergence between human and murine smooth muscle
- Characterization of dermal skin innervation in fibromyalgia syndrome
- A neonatal nonhuman primate model of gestational Zika virus infection with evidence of microencephaly, seizures and cardiomyopathy
- A scoping review of importation and predictive models related to vector-borne diseases, pathogens, reservoirs, or vectors (1999–2016)
- Assessment of climate change impact on the malaria vector Anopheles hyrcanus, West Nile disease, and incidence of melanoma in the Vojvodina Province (Serbia) using data from a regional climate model
- Associations of cigarette smoking and burden of thoracic aortic calcification in asymptomatic individuals: A dose-response relationship
- Healthcare utilization of Mexican-American Medicare beneficiaries with and without Alzheimer’s disease and related dementias
- Evaluation of questionnaire as an instrument to measure the level of nutritional and weight gain knowledge in pregnant women in Poland. A pilot study
- TranCEP: Predicting the substrate class of transmembrane transport proteins using compositional, evolutionary, and positional information
- Non-Invasive Functional-Brain-Imaging with an OPM-based Magnetoencephalography System
- Expression of acyl-CoA-binding protein 5 from Rhodnius prolixus and its inhibition by RNA interference
- Transforming assessment of speech in children with cleft palate via online crowdsourcing
- High prevalence of off-label and unlicensed paediatric prescribing in a hospital in Indonesia during the period Aug.—Oct. 2014
- General practice management of rotator cuff related shoulder pain: A reliance on ultrasound and injection guided care
- Estimating the population size of female sex workers and transgender women in Sri Lanka
- Can helmet decrease mortality of craniocerebral trauma patients in a motorcycle accident?: A propensity score matching
- Obesity, smoking habits, and serum phosphate levels predicts mortality after life-style intervention
- Treatment of children under 4 years of age with medulloblastoma and ependymoma in the HIT2000/HIT-REZ 2005 trials: Neuropsychological outcome 5 years after treatment
- Can a semi-quantitative method replace the current quantitative method for the annual screening of microalbuminuria in patients with diabetes? Diagnostic accuracy and cost-saving analysis considering the potential health burden
- A two-arm parallel double-blind randomised controlled pilot trial of the efficacy of Omega-3 polyunsaturated fatty acids for the treatment of women with endometriosis-associated pain (PurFECT1)
- Association of benzodiazepines, opioids and tricyclic antidepressants use and falls in trauma patients: Conditional effect of age
- Burden and risk factors of cutaneous leishmaniasis in a peri-urban settlement in Kenya, 2016
- Predicting strike susceptibility and collision patterns of the common buzzard at wind turbine structures in the federal state of Brandenburg, Germany
- Embryonic thermal manipulation has short and long-term effects on the development and the physiology of the Japanese quail
- High-order radiomics features based on T2 FLAIR MRI predict multiple glioma immunohistochemical features: A more precise and personalized gliomas management
- Human-raptor conflict in rural settlements of Colombia
- Regional adaptations and parallel mutations in Feline panleukopenia virus strains from China revealed by nearly-full length genome analysis
- Long-term ecological research in southern Brazil grasslands: Effects of grazing exclusion and deferred grazing on plant and arthropod communities
- Assessment of peritoneal microbial features and tumor marker levels as potential diagnostic tools for ovarian cancer
- Survival analysis of 230 patients with unresectable hepatocellular carcinoma treated with bland transarterial embolization
- Adverse drug reaction reporting practice and associated factors among medical doctors in government hospitals in Addis Ababa, Ethiopia
- TaWAK6 encoding wall-associated kinase is involved in wheat resistance to leaf rust similar to adult plant resistance
- Deficiency syndromes in top predators associated with large-scale changes in the Baltic Sea ecosystem
- The inhibitor of apoptosis proteins antagonist Debio 1143 promotes the PD-1 blockade-mediated HIV load reduction in blood and tissues of humanized mice
- Allele specific expression of Dof genes responding to hormones and abiotic stresses in sugarcane
- Perceived relative social status and cognitive load influence acceptance of unfair offers in the Ultimatum Game
- Quantitative evaluation of choriocapillaris using optical coherence tomography and optical coherence tomography angiography in patients with central serous chorioretinopathy after half-dose photodynamic therapy
- Structure-function analyses of candidate small molecule RPN13 inhibitors with antitumor properties
- Extracting lung function measurements to enhance phenotyping of chronic obstructive pulmonary disease (COPD) in an electronic health record using automated tools
- Multiple fragmented habitat-patch use in an urban breeding passerine, the Short-toed Treecreeper
- Histological and immunohistochemical characterization of the porcine ocular surface
- Household environmental tobacco smoke exposure in healthy young children in Hong Kong: Prevalence and risk factors
- Wind energy development and wildlife conservation in Lithuania: A mapping tool for conflict assessment
- Characteristics and prognosis of primary treatment-naïve oral cavity squamous cell carcinoma in Norway, a descriptive retrospective study
- Effect of epoch length on intensity classification and on accuracy of measurement under controlled conditions on treadmill: Towards a better understanding of accelerometer measurement
- Peer distribution of HIV self-test kits to men who have sex with men to identify undiagnosed HIV infection in Uganda: A pilot study
- Error rates of human reviewers during abstract screening in systematic reviews
- Faecal analyses and alimentary tracers reveal the foraging ecology of two sympatric bats
- Urethral realignment with maximal urethral length and bladder neck preservation in robot-assisted radical prostatectomy: Urinary continence recovery
- Error metrics determination in functionally approximated circuits using SAT solvers
- Spatial movement pattern recognition in soccer based on relative player movements
- A novel visual ranking system based on arterial spin labeling perfusion imaging for evaluating perfusion disturbance in patients with ischemic stroke
- Prospective Validation of the Laboratory Risk Indicator for Necrotizing Fasciitis (LRINEC) Score for Necrotizing Fasciitis of the Extremities
- The importance of transporters and cell polarization for the evaluation of human stem cell-derived hepatic cells
- Incidence, trends, and outcomes of infection sites among hospitalizations of sepsis: A nationwide study
- Morphological and functional characteristics of mitral annular calcification and their relationship to stroke
- And the nominees are: Using design-awards datasets to build computational aesthetic evaluation model
- Service delivery interventions to increase uptake of voluntary medical male circumcision for HIV prevention: A systematic review
- Multidimensional Scales of Perceived Self-Efficacy (MSPSE): Measurement invariance across Italian and Colombian adolescents
- Diversity of Mycobacteriaceae from aquatic environment at the São Paulo Zoological Park Foundation in Brazil
- A graph-based algorithm for RNA-seq data normalization
- Parents’ underestimation of their child’s weight status. Moderating factors and change over time: A cross-sectional study
- Pharmacokinetics, absolute bioavailability and tolerability of ketamine after intranasal administration to dexmedetomidine sedated dogs
- Spatial variation in fertilizer prices in Sub-Saharan Africa
- Knowledge, beliefs, and concerns about bone health from a systematic review and metasynthesis of qualitative studies
- Successful isolation of Treponema pallidum strains from patients’ cryopreserved ulcer exudate using the rabbit model
- Effects of size and elasticity on the relation between flow velocity and wall shear stress in side-wall aneurysms: A lattice Boltzmann-based computer simulation study
- Pupil response to noxious corneal stimulation
- Incidence, risk factors and healthcare costs of central line-associated nosocomial bloodstream infections in hematologic and oncologic patients
- The impact of computed radiography and teleradiology on patients’ diagnosis and treatment in Mweso, the Democratic Republic of Congo
- Differential effects of synthetic psychoactive cathinones and amphetamine stimulants on the gut microbiome in mice
- Hepatitis B and C virus infection among HIV patients within the public and private healthcare systems in Chile: A cross-sectional serosurvey
- Increased episodes of aspiration on videofluoroscopic swallow study in children with nasogastric tube placement
- Obstructive sleep apnea and hypopnea syndrome in patients admitted in a tertiary hospital in Cameroon: Prevalence and associated factors
- Association of single nucleotide polymorphisms with dyslipidemia in antiretroviral exposed HIV patients in a Ghanaian population: A case-control study
- Sonic Hedgehog upregulation does not enhance the survival and engraftment of stem cell-derived cardiomyocytes in infarcted hearts
- The pharmacokinetic parameters and the effect of a single and repeated doses of memantine on gastric myoelectric activity in experimental pigs
- Blind method for discovering number of clusters in multidimensional datasets by regression on linkage hierarchies generated from random data
- Predictive factors of first dosage intravenous immunoglobulin-related adverse effects in children
- Description and characterization of the artisanal elasmobranch fishery on Guatemala’s Caribbean coast
- Individual and community level determinants of short birth interval in Ethiopia: A multilevel analysis
- Effects of rejection intensity and rejection sensitivity on social approach behavior in women
- The impact of IoT security labelling on consumer product choice and willingness to pay
- The development and validation of a measurement instrument to investigate determinants of health care utilisation for low back pain in Ethiopia
- Validity of the French version of the Autonomy Preference Index and its adaptation for patients with advanced cancer
- The epidemiological characteristics and spatio-temporal analysis of childhood hand, foot and mouth disease in Korea, 2011-2017
- Exponential random graph model parameter estimation for very large directed networks
- The implementation of community-based diabetes and hypertension management care program in Indonesia
- Effect of temperature variation on hospital admissions and outcomes in dogs with myxomatous mitral valve disease and new onset pulmonary edema
- The development of the Police Practices Scale: Understanding policing approaches towards street-based female sex workers in a U.S. City
- A capability approach to assess aquaculture sustainability standard compliance
- Pre-collecting lymphatic vessels form detours following obstruction of lymphatic flow and function as collecting lymphatic vessels
- Construct validity and reliability of the Talent Development Environment Questionnaire in Caribbean youth track and field athletes
- Optimization of cytotoxic activity of Nocardia sp culture broths using a design of experiments
- Tissue-resident macrophages can be generated de novo in adult human skin from resident progenitor cells during substance P-mediated neurogenic inflammation ex vivo
- Microbiota in foods from Inuit traditional hunting
- Investigating Italian disinformation spreading on Twitter in the context of 2019 European elections
- In vivo expression of peptidylarginine deiminase in Drosophila melanogaster
- Modelling zero-truncated overdispersed antenatal health care count data of women in Bangladesh
- Detection and density of breeding marsh birds in Iowa wetlands
- A lineage-specific rapid diagnostic test (Chagas Sero K-SeT) identifies Brazilian Trypanosoma cruzi II/V/VI reservoir hosts among diverse mammalian orders
- Aromatase deficiency in hematopoietic cells improves glucose tolerance in male mice through skeletal muscle-specific effects
- If host is refractory, insistent parasite goes berserk: Trypanosomatid Blastocrithidia raabei in the dock bug Coreus marginatus
- Antimicrobial resistance patterns and molecular resistance markers of Campylobacter jejuni isolates from human diarrheal cases
- Protective role of brain derived neurotrophic factor (BDNF) in obstructive sleep apnea syndrome (OSAS) patients
- An IL-18-centered inflammatory network as a biomarker for cerebral white matter injury
- Prevalence of antiphospholipid antibodies in Behçet's disease: A systematic review and meta-analysis
- Chemical analysis of snus products from the United States and northern Europe
- Effect of prednisolone on glyoxalase 1 in an inbred mouse model of aristolochic acid nephropathy using a proteomics method with fluorogenic derivatization-liquid chromatography-tandem mass spectrometry
- Impact of early-onset persistent stunting on cognitive development at 5 years of age: Results from a multi-country cohort study
- Aggregation of CAT tails blocks their degradation and causes proteotoxicity in S. cerevisiae
- Expression of concern: Compensatory increase of transglutaminase 2 is responsible for resistance to mTOR inhibitor treatment
- Common mental illness among epilepsy patients in Bahir Dar city, Ethiopia: A cross-sectional study
- Staging dementia based on caregiver reported patient symptoms: Implications from a latent class analysis
- Health-related quality of life and its determinants among ambulatory patients with epilepsy at Ambo General Hospital, Ethiopia: Using WHOQOL-BREF
- In silico analysis and high-risk pathogenic phenotype predictions of non-synonymous single nucleotide polymorphisms in human Crystallin beta A4 gene associated with congenital cataract
- Fungal diversity in canopy soil of silver beech, Nothofagus menziesii (Nothofagaceae)
- Referral decisions and its predictors related to orthopaedic care. A retrospective study in a novel primary care setting
- Readiness to prescribe: Using educational design to untie the Gordian Knot
- Influence of gelation on the retention of purple cactus pear extract in microencapsulated double emulsions
- Factors related to met needs for rehabilitation 6 years after stroke
- Association of cataract and sun exposure in geographically diverse populations of India: The CASE study. First Report of the ICMR-EYE SEE Study Group
- Investigation of injury severity in urban expressway crashes: A case study from Beijing
- Clinical outcomes of incident peritoneal dialysis patients coming from kidney transplantation program: A case-control study
- Evaluation of the factors influencing the housing safety awareness of residents in Shanghai
- Morphometric study of the diaphragmatic surface of the liver in the human fetus
- Food insecurity and dietary diversity among lactating mothers in the urban municipality in the mountains of Nepal
- Genetic characterization of Bacillus anthracis strains circulating in Italy from 1972 to 2018
- Promising antifungal activity of new oxadiazole against Candida krusei
- An atlas of personality, emotion and behaviour
- Long-term effects of intracranial islet grafting on cognitive functioning in a rat metabolic model of sporadic Alzheimer's disease-like dementia
- Compartmentalized profiling of amniotic fluid cytokines in women with preterm labor
- Comparison of the myometrial transcriptome from singleton and twin pregnancies by RNA-Seq
- Adverse reproductive effects of S100A9 on bovine sperm and early embryonic development in vitro
- Functional dynamics of bacterial species in the mouse gut microbiome revealed by metagenomic and metatranscriptomic analyses
- Astrocyte senescence promotes glutamate toxicity in cortical neurons
- Primary ciliary dyskinesia and psychological well-being in adolescence
- Dipeptidyl peptidase-4 is increased in the abdominal aortic aneurysm vessel wall and is associated with aneurysm disease processes
- Primary care physician knowledge, attitudes, and diagnostic testing practices for norovirus and acute gastroenteritis
- Microfluidic-prepared DOTAP nanoparticles induce strong T-cell responses in mice
- Intraocular scattering as a predictor of driving performance in older adults with cataracts
- Reduced bone mineral density among HIV infected patients on anti-retroviral therapy in Blantyre, Malawi: Prevalence and associated factors
- Correction: Extraversion personality, perceived health and activity participation among community-dwelling aging adults in Hong Kong
- A rainwater control optimization design approach for airports based on a self-organizing feature map neural network model
- Influence of inflammasome NLRP3, and IL1B and IL2 gene polymorphisms in periodontitis susceptibility
- 18F-FDG-PET/MRI in the diagnostic work-up of limbic encephalitis
- The socioeconomic impact of orthopaedic trauma: A systematic review and meta-analysis
- Treatment patterns among patients with moderate-to-severe ulcerative colitis in the United States and Europe
- City to city learning and knowledge exchange for climate resilience in southern Africa
- Nuclear translocation of Atox1 potentiates activin A-induced cell migration and colony formation in colon cancer
- Activity-dependent switches between dynamic regimes of extracellular matrix expression
- Molecular sequencing and morphological identification reveal similar patterns in native bee communities across public and private grasslands of eastern North Dakota
- A mathematical model for assessing the effectiveness of controlling relapse in Plasmodium vivax malaria endemic in the Republic of Korea
- Cryo-focused ion beam preparation of perovskite based solar cells for atom probe tomography
- Physiological and transcriptomic responses of Lanzhou Lily (Lilium davidii, var. unicolor) to cold stress
- Unusual genome expansion and transcription suppression in ectomycorrhizal Tricholoma matsutake by insertions of transposable elements
- Estimating associations between antidepressant use and incident mild cognitive impairment in older adults with depression
- The use of telephone communication between nurse navigators and their patients
- CNP mediated selective toxicity on melanoma cells is accompanied by mitochondrial dysfunction
- HIV RNA measurement in dried blood spots of HIV-infected patients in Thailand using Abbott m2000 system
- Retraction: Oncogenic Fibulin-5 Promotes Nasopharyngeal Carcinoma Cell Metastasis through the FLJ10540/AKT Pathway and Correlates with Poor Prognosis
- Ultra-rapid cooling of ibex sperm by spheres method does not induce a vitreous extracellular state and increases the membrane damages
- Some animals are more equal than others: Validation of a new scale to measure how attitudes to animals depend on species and human purpose of use
- Observation and quantification of the morphological effect of trypan blue rupturing dead or dying cells
- The visual perception of emotion from masks
- Hexavalent chromium removal and total chromium biosorption from aqueous solution by Quercus crassipes acorn shell in a continuous up-flow fixed-bed column: Influencing parameters, kinetics, and mechanism
- The predictive value of anthropometric indices for cardiometabolic risk factors in Chinese children and adolescents: A national multicenter school-based study
- Lean back and wait for the alarm? Testing an automated alarm system for nosocomial outbreaks to provide support for infection control professionals
- Regional disparities in health care resources in traditional Chinese medicine county hospitals in China
- Analysis on hydraulic characteristics of improved sandy soil with soft rock
- Development and use of a scale to assess gender differences in appraisal of mistreatment during childbirth among Ethiopian midwifery students
- Factors for starting biosimilar TNF inhibitors in patients with rheumatic diseases in the real world
- Correction: Force field generalization and the internal representation of motor learning
- Prevalence and foetomaternal effects of iron deficiency anaemia among pregnant women in Lagos, Nigeria
- Socioeconomic risk factors for fatal opioid overdoses in the United States: Findings from the Mortality Disparities in American Communities Study (MDAC)
- Microbiome signatures in neonatal central line associated bloodstream infections
- Interventions for incarcerated adults with opioid use disorder in the United States: A systematic review with a focus on social determinants of health
- Opening gap width influences distal tibial rotation below the osteotomy site following open wedge high tibial osteotomy
- The impact of lowbush blueberry (Vaccinium angustifolium Ait.) and cranberry (Vaccinium macrocarpon Ait.) pollination on honey bee (Apis mellifera L.) colony health status
- Surveys of knowledge and awareness of antibiotic use and antimicrobial resistance in general population: A systematic review
- Managerial capacity among district health managers and its association with district performance: A comparative descriptive study of six districts in the Eastern Region of Ghana
- Knee joint distraction in regular care for treatment of knee osteoarthritis: A comparison with clinical trial data
- Reconstruction of a regulated two-cell metabolic model to study biohydrogen production in a diazotrophic cyanobacterium Anabaena variabilis ATCC 29413
- Cochlear dysfunction is associated with styrene exposure in humans
- Intra-individual variation of particles in exhaled air and of the contents of Surfactant protein A and albumin
- Revisits, readmissions, and outcomes for pediatric traumatic brain injury in California, 2005-2014
- Enhanced handover mechanism using mobility prediction in wireless networks
- Association between regular exercise and asthma control among adults: The population-based Northern Finnish Asthma Study
- Pharyngeal microbiome alterations during Neisseria gonorrhoeae infection
- Assessment of the clinical utility of four NGS panels in myeloid malignancies. Suggestions for NGS panel choice or design
- Assessment of time management practice and associated factors among primary hospitals employees in north Gondar, northwest Ethiopia
- Genetic diversity and population structure of feral rapeseed (Brassica napus L.) in Japan
- Are the current gRNA ranking prediction algorithms useful for genome editing in plants?
- Difference between physical therapist estimation and psychological patient-reported outcome measures in patients with low back pain
- Heterogeneity in the distribution of 159 drug-response related SNPs in world populations and their genetic relatedness
- Metabolic and lipidomic profiling of steatotic human livers during ex situ normothermic machine perfusion guides resuscitation strategies
- Investigating cumulative effects of pre-performance routine interventions in beach volleyball serving
- Dispensing of antibiotics without prescription and associated factors in drug retail outlets of Eritrea: A simulated client method
- MicroRNA expression and DNA methylation profiles do not distinguish between primary and recurrent well-differentiated liposarcoma
- Assessment of acyl-CoA cholesterol acyltransferase (ACAT-1) role in ovarian cancer progression—An in vitro study
- Cytoplasmic factories, virus assembly, and DNA replication kinetics collectively constrain the formation of poxvirus recombinants
- The wavelet power spectrum of perfusion weighted MRI correlates with tumor vascularity in biopsy-proven glioblastoma samples
- Agreement between cardiovascular disease risk assessment tools: An application to the United Arab Emirates population
- Constructing HLM to examine multi-level poverty-contributing factors of farmer households: Why and how?
- Patterns of symptoms possibly indicative of cancer and associated help-seeking behaviour in a large sample of United Kingdom residents—The USEFUL study
- An automated alarm system for food safety by using electronic invoices
- Neural effects of acute stress on appetite: A magnetoencephalography study
- Use of magnetic resonance imaging to determine laterality of meniscal size in healthy volunteers
- Co-prevalence of extracranial carotid aneurysms differs between European intracranial aneurysm cohorts
- Thermal biology of two tropical lizards from the Ecuadorian Andes and their vulnerability to climate change
- When weight is an encumbrance; avoidance of stairs by different demographic groups
- Non-mycosis fungoides cutaneous lymphomas in a referral center in Taiwan: A retrospective case series and literature review
- From the host's point of view: Effects of variation in burying beetle brood care and brood size on the interaction with parasitic mites
- Kernel-based Gaussian process for anomaly detection in sparse gamma-ray data
- Unmet care needs of children with ADHD
- Accelerometer-assessed outdoor physical activity is associated with meteorological conditions among older adults: Cross-sectional results from the OUTDOOR ACTIVE study
- Identification of Korean cancer survivors’ unmet needs and desired psychosocial assistance: A focus group study
- Evaluation of inactivated Bordetella pertussis as a delivery system for the immunization of mice with Pneumococcal Surface Antigen A
- The role of moral reasoning & personality in explaining lyrical preferences
- Would you like to participate in this trial? The practice of informed consent in intrapartum research in the last 30 years
- Correction: Mutation spectrums of TSC1 and TSC2 in Chinese women with lymphangioleiomyomatosis (LAM)
- Forward lunge before and after anterior cruciate ligament reconstruction: Faster movement but unchanged knee joint biomechanics
- Challenges associated with homologous directed repair using CRISPR-Cas9 and TALEN to edit the DMD genetic mutation in canine Duchenne muscular dystrophy
- Integrated targeted serum metabolomic profile and its association with gender, age, disease severity, and pattern identification in acne
- A prospective case-control study on miRNA circulating levels in subjects born small for gestational age (SGA) evaluated from childhood into young adulthood
- Polymer-fiber-coupled field-effect sensors for label-free deep brain recordings
- Global depth perception alters local timing sensitivity
- How to detect a polytrauma patient at risk of complications: A validation and database analysis of four published scales
- Module for SWC neuron morphology file validation and correction enabled for high throughput batch processing
- Reduced gray matter volume and cortical thickness associated with traffic-related air pollution in a longitudinally studied pediatric cohort
- Recombinant human soluble thrombomodulin is associated with attenuation of sepsis-induced renal impairment by inhibition of extracellular histone release
- Human and climatic drivers affect spatial fishing patterns in a multiple-use marine protected area: The Galapagos Marine Reserve
- Correction: Leisure-time physical activity and sports in the Brazilian population: A social disparity analysis
- Application of the mixture item response theory model to the Self-Administered Food Security Survey Module for Children
- Numerical simulation of atmospheric CO2 concentration and flux over the Korean Peninsula using WRF-VPRM model during Korus-AQ 2016 campaign
- Feline irradiated diet-induced demyelination; a model of the neuropathology of sub-acute combined degeneration?
- Improved multi-parametric prediction of tissue outcome in acute ischemic stroke patients using spatial features
- Genome-wide association and epistatic interactions of flowering time in soybean cultivar
- Correction: Association between workplace bullying and burnout, professional quality of life, and turnover intention among clinical nurses
- Correction: Estimation of membrane bending modulus of stiffness tuned human red blood cells from micropore filtration studies
- Correction: Limited indirect effects of an infant pneumococcal vaccination program in an aging population
- Correction: Targeting of the Plzf Gene in the Rat by Transcription Activator-Like Effector Nuclease Results in Caudal Regression Syndrome in Spontaneously Hypertensive Rats
- Fieldwork-based determination of design priorities for point-of-use drinking water quality sensors for use in resource-limited environments
- Young women’s reproductive health conversations: Roles of maternal figures and clinical practices
- Correction: Differential recordings of local field potential: A genuine tool to quantify functional connectivity
- Survival of medial versus lateral unicompartmental knee arthroplasty: A meta-analysis
- Novel MscL agonists that allow multiple antibiotics cytoplasmic access activate the channel through a common binding site
- Is it time to stop sweeping data cleaning under the carpet? A novel algorithm for outlier management in growth data
- Changes in oak (Quercus robur) photosynthesis after winter moth (Operophtera brumata) herbivory are not explained by changes in chemical or structural leaf traits
- Mutual interaction between motor cortex activation and pain in fibromyalgia: EEG-fNIRS study
- Evaluation of liposomal ciprofloxacin formulations in a murine model of anthrax
- Analysis of cholesterol in mouse brain by HPLC with UV detection
- Sugar, amino acid and inorganic ion profiling of the honeydew from different hemipteran species feeding on Abies alba and Picea abies
- Exploring prior diseases associated with incident late-onset Alzheimer’s disease dementia
- Hypertension prevalence in patients attending tertiary pain management services, a registry-based Australian cohort study
- SRL pathogenicity island contributes to the metabolism of D-aspartate via an aspartate racemase in Shigella flexneri YSH6000
- Correction: Comprehensive genome-wide analysis of the pear (Pyrus bretschneideri) laccase gene (PbLAC) family and functional identification of PbLAC1 involved in lignin biosynthesis
- Epilepsy in a melanocyte-lineage mTOR hyperactivation mouse model: A novel epilepsy model
- Water consumption and prevalence of irritable bowel syndrome among adults
- Mixed evidence for the relationship between periodontitis and Alzheimer’s disease: A bidirectional Mendelian randomization study
- Correction: Health conditions associated with overweight in climacteric women
- Correction: Determining Glomerular Filtration Rate in Homozygous Sickle Cell Disease: Utility of Serum Creatinine Based Estimating Equations
- Modelling the number of antenatal care visits in Bangladesh to determine the risk factors for reduced antenatal care attendance
- Correction: Cumulative viral load as a predictor of CD4+ T-cell response to antiretroviral therapy using Bayesian statistical models
- Dominant negative effects by inactive Spa47 mutants inhibit T3SS function and Shigella virulence
- ICOS-deficient and ICOS YF mutant mice fail to control Toxoplasma gondii infection of the brain
- Diel patterns in swimming behavior of a vertically migrating deepwater shark, the bluntnose sixgill (Hexanchus griseus)
- Life history of northern Gulf of Mexico Warsaw grouper Hyporthodus nigritus inferred from otolith radiocarbon analysis
- Physiology education for intensive care medicine residents: A 15-minute interactive peer-led flipped classroom session
- Strengthening capacity for natural sciences research: A qualitative assessment to identify good practices, capacity gaps and investment priorities in African research institutions
- Systematic scoping review of the concept of ‘genetic identity’ and its relevance for germline modification
- Height of overburden fracture based on key strata theory in longwall face
- Laboratory strains of Bacillus anthracis lose their ability to rapidly grow and sporulate compared to wildlife outbreak strains
- Improvement of classification performance of Parkinson’s disease using shape features for machine learning on dopamine transporter single photon emission computed tomography
- Comparative pharmacokinetics and pharmacodynamics of the advanced Retinol-Binding Protein 4 antagonist in dog and cynomolgus monkey
- Correction: A handy method to remove bacterial contamination from fungal cultures
- Correction: Effect of statin on life prognosis in Japanese patients undergoing hemodialysis
- Retraction: Outer Membrane Protein A (OmpA) of Shigella flexneri 2a Induces TLR2-Mediated Activation of B Cells: Involvement of Protein Tyrosine Kinase, ERK and NF-κB
- Retraction: Biofabrication of streptomycin-conjugated calcium phosphate nanoparticles using red ginseng extract and investigation of their antibacterial potential
- Receiver operating characteristic curve analysis of clinical signs for screening of convergence insufficiency in young adults
- Correction: Drivers of deforestation in the basin of the Usumacinta River: Inference on process from pattern analysis using generalised additive models
- Efficacy of fertilizing method for different potash sources in cotton (Gossypium hirsutum L.) nutrition under arid climatic conditions
- Podocyte autophagy is associated with foot process effacement and proteinuria in patients with minimal change nephrotic syndrome
- Effect of Lactobacillus acidophilus D2/CSL (CECT 4529) supplementation in drinking water on chicken crop and caeca microbiome
- Retraction: MiR-30a-5p Antisense Oligonucleotide Suppresses Glioma Cell Growth by Targeting SEPT7
- Correction: Dynamics of plasma micronutrient concentrations and their correlation with serum proteins and thyroid hormones in patients with paracoccidioidomycosis
- Impact of lower limb osteoarthritis on health-related quality of life: A cross-sectional study to estimate the expressed loss of utility in the Spanish population
- Correction: Prevalence of damaged and missing teeth among women in the southern plains of Nepal: Findings of a simplified assessment tool
- Correction: Tissue-Specific Expressed Antibody Variable Gene Repertoires
- Retraction: Immunoglobulin G Expression in Lung Cancer and Its Effects on Metastasis
- Correction: Causal knowledge promotes behavioral self-regulation: An example using climate change dynamics
- Retraction: Use of Granulocyte Colony-Stimulating Factor for the Treatment of Thin Endometrium in Experimental Rats
- Correction: Dynamic mechanical and nanofibrous topological combinatory cues designed for periodontal ligament engineering
- Correction: Evaluating the foundations that help avert antimicrobial resistance: Performance of essential water sanitation and hygiene functions in hospitals and requirements for action in Kenya
- From seed to flour: Sowing sustainability in the use of cantaloupe melon residue (Cucumis melo L. var. reticulatus)
- Core Scientific Dataset Model: A lightweight and portable model and file format for multi-dimensional scientific data
- Accounting for measurement error to assess the effect of air pollution on omic signals
- Leucine zipper transcription factor-like 1 binds adaptor protein complex-1 and 2 and participates in trafficking of transferrin receptor 1
- Barriers for tuberculosis case finding in Southwest Ethiopia: A qualitative study
- Genetic predisposition to celiac disease in Kazakhstan: Potential impact on the clinical practice in Central Asia
- A lower psoas muscle volume was associated with a higher rate of recurrence in male clear cell renal cell carcinoma
- Two angles of overqualification-the deviant behavior and creative performance: The role of career and survival job
- Cost-utility analysis of de-escalating biological disease-modifying anti-rheumatic drugs in patients with rheumatoid arthritis
- Efficient estimation of stereo thresholds: What slope should be assumed for the psychometric function?
- Learning efficient haptic shape exploration with a rigid tactile sensor array
- Effects of dietary supplementation with a microalga (Schizochytrium sp.) on the hemato-immunological, and intestinal histological parameters and gut microbiota of Nile tilapia in net cages
- Regional versus local wind speed and direction at a narrow beach with a high and steep foredune
- Fragmented QRS complex in patients with systemic lupus erythematosus at the time of diagnosis and its relationship with disease activity
- Severe thiamine deficiency in eastern Baltic cod (Gadus morhua)
- Transfer entropy as a variable selection methodology of cryptocurrencies in the framework of a high dimensional predictive model
- Psychometric validation of Czech version of the Sport Motivation Scale
- Correction: Multiple innate antibacterial immune defense elements are correlated in diverse ungulate species
- Recognition of personality disorder and anxiety disorder comorbidity in patients treated for depression in secondary psychiatric care
- Correction: Strategies for achieving high sequencing accuracy for low diversity samples and avoiding sample bleeding using illumina platform
- PLOS One
- Archiv čísel
- Aktuální číslo
- Informace o časopisu
Nejčtenější v tomto čísle
- Severity of misophonia symptoms is associated with worse cognitive control when exposed to misophonia trigger sounds
- Chemical analysis of snus products from the United States and northern Europe
- Calcium dobesilate reduces VEGF signaling by interfering with heparan sulfate binding site and protects from vascular complications in diabetic mice
- Effect of Lactobacillus acidophilus D2/CSL (CECT 4529) supplementation in drinking water on chicken crop and caeca microbiome
Zvyšte si kvalifikaci online z pohodlí domova
Mazová zátka a její řešení
nový kurzVšechny kurzy