Esmat Sarafraz
429 posts

Esmat Sarafraz
@esarafraz
A sometime researcher and always genetics enthusiast, studying genetics of flowering time @UTAS_ 🌱🧬💻Alum. @UnivOfTehran
Australia เข้าร่วม Haziran 2019
619 กำลังติดตาม383 ผู้ติดตาม
Esmat Sarafraz รีทวีตแล้ว

An absolute necessity 👌
Christine Rabinak@BrainsBeesBikes
Running a research lab is about leading people. I created a free toolkit on the human side of lab leadership—covering hiring, mentoring, conflict navigation, lab culture, and performance management. Open access: doi.org/10.5281/zenodo… #TeamScience #AcademicLeadership
English
Esmat Sarafraz รีทวีตแล้ว

🌱 Studying plant gene function?
This article introduces a practical workflow for exploring gene regulation in plants.If interested, take a look or save for later!
🔗 ybiohub.com/%E7%94%9F%E7%8…

English
Esmat Sarafraz รีทวีตแล้ว

ANOVA (Analysis of Variance) is a powerful statistical method used to compare the means of two or more groups. It helps to determine if there are significant differences among the group means. When applied correctly, ANOVA can provide clear insights into the variations within your data.
✔️ Uncover Hidden Patterns: ANOVA allows you to detect differences in group means, helping you understand the underlying patterns in your data.
✔️ Informed Decision-Making: By identifying significant differences, ANOVA supports more informed decisions based on data analysis.
✔️ Efficiency in Testing: ANOVA can test multiple groups simultaneously, saving time and reducing the risk of Type I errors.
❌ Misinterpretation Risk: If assumptions like normality or homogeneity of variances are not met, ANOVA results may be misleading.
❌ Complexity in Large Data Sets: Handling large data sets or multiple variables can complicate ANOVA, requiring careful management to avoid errors.
🔹 R: Use the aov() function for performing ANOVA, and ggplot2 for creating insightful visualizations like density plots to represent the distribution of groups.
🔹 Python: Utilize the statsmodels package to conduct ANOVA and seaborn or matplotlib for creating density plots and other visual aids.
In the attached visualization, a density plot is shown based on three groups (A, B, and C). Such a density by group plot is a useful complement to ANOVA as it enhances your understanding of the group distributions and the assumptions underlying the analysis. In this example, the plot shows different variances among the groups, suggesting we should assess if ANOVA is appropriate or if its assumptions are violated.
For those interested in diving deeper into Statistical Methods, including ANOVA, check out my online course on Statistical Methods in R. This course covers this and many other related topics in detail.
Click this link for detailed information: statisticsglobe.com/online-course-…
#database #Python #RStats #DataAnalytics

English
Esmat Sarafraz รีทวีตแล้ว

Breeding for plant‐based proteins in pulse and legume crops: Perspectives, challenges and opportunities
acsess.onlinelibrary.wiley.com/doi/10.1002/cs…

English
Esmat Sarafraz รีทวีตแล้ว

FRONTIERS IN PLANT SCIENCE
Legumes for Global Food Security, Volume III
This Research Topic is currently accepting articles.
Manuscript Summary Submission Deadline 30 May 2026
Manuscript Submission Deadline 29 September 2026
frontiersin.org/research-topic…
@tom_warken40864
English
Esmat Sarafraz รีทวีตแล้ว

More unsolicited advice for early career researchers:
8. Just do it!
Just keep moving, keep taking initiative, and good things will follow. It’s the only sensible way to spend our limited time on this planet and value life. Nothing great ever came from sitting on the sidelines—you don’t score goals by watching the match (apologies for the football metaphor). Get on the pitch and make things happen. kamounlab.medium.com/7-random-unsol…
English
Esmat Sarafraz รีทวีตแล้ว

🔍BOKU University team in #LegumeGeneration uses digital phenotyping to spot tiny soybean differences our eyes can’t see — revealing drought tolerance, nitrogen fixation, pigment levels & growth.
💡This helps breeders select stronger, more resilient varieties.
#legumebreeding

English
Esmat Sarafraz รีทวีตแล้ว
Esmat Sarafraz รีทวีตแล้ว
Esmat Sarafraz รีทวีตแล้ว

FULLY MOBILE phenotyping at APPN @UQ_News!
Our new PhenoMobile puts 3 LiDARs, 3 RGB cameras, thermal camera & spectrometer right over crops for hi-res, hi-throughput measurement of plant structures, features, traits and responses. See plantphenomics.org.au/new-uq-phenomo…
#NCRISimpact
English
Esmat Sarafraz รีทวีตแล้ว

Creating publication-ready plots in R is easier than ever with ggpubr. This extension for ggplot2 simplifies the process of generating clean and professional graphics, especially for exploratory data analysis and reporting.
The attached visual, which I created using ggpubr, demonstrates its versatility. It includes a density plot with group comparisons (upper right), a boxplot with statistical significance annotations (lower left), and a grouped bar chart (lower right). These examples showcase how ggpubr helps streamline the creation of informative and visually appealing plots, perfect for presentations and publications.
If you’d like to learn how to create publication-ready visualizations with ggpubr and other tools, join my online course, Data Visualization in R Using ggplot2 & Friends. In this course, you’ll learn how to design polished graphics like these step-by-step!
More info: statisticsglobe.com/online-course-…
#ggplot2 #R4DS #RStats #Python #tidyverse #DataViz #statisticsclass #DataVisualization #Rpackage

English
Esmat Sarafraz รีทวีตแล้ว

In case you missed the International Legume Society's most recent webinar:
Soybean photoperiod flowering and architecture, with Fanjiang Kong
@tom_warken40864
youtube.com/watch?v=YIk4v0…

YouTube
English

Fantastic
Emma Mace@EmmaOmics
In the sorghum fields at Melkasa with the fantastic EIAR sorghum breeding team and @SorgGuy. Great to come back and see the team using the bird cage (purchased through @ACIARAustralia and @gatesfoundation) to run their crossing nursery safe away from hungry birds! Great job!
English

@VT_TPSC @USDA_NIFA Well deserved. She is a humble and experienced scientist 👏
English

Dr. Yuan Zeng was recently awarded a @USDA_NIFA grant from the Crop Protection and Pest Management program to improve prediction accuracy in order to optimize current fungicide programs on field crops. Congratulations!

English
Esmat Sarafraz รีทวีตแล้ว
Esmat Sarafraz รีทวีตแล้ว

In my opinion, ggplot2 is by far the best tool for visualizing your data! Built on the Grammar of Graphics, it offers a structured, powerful approach for creating insightful and visually compelling plots that elevate data storytelling. Whether you’re working with simple visuals or complex, multi-layered charts, ggplot2 provides the flexibility and control needed at any skill level.
Here’s why ggplot2 stands out:
✔️ Structured Approach: ggplot2 organizes visuals through layers, making it easy to add elements like titles, labels, colors, and themes. This layered design simplifies the process of building, customizing, and refining your plots.
✔️ Complete Customization: Control every aspect of your plot—from scales and fonts to colors and legends—allowing you to tailor visuals precisely to your data insights.
✔️ Broad Applications: From bar charts and line plots to scatter plots and maps, ggplot2 supports a wide range of visualization types, making it adaptable to any data set.
✔️ Scalable for All Data Sizes: Effortlessly handle data of any size, from small samples to large-scale data, while maintaining high performance.
I’ve created a tutorial that dives deep into ggplot2:
Video: youtube.com/watch?v=Cl9yE_…
Website Tutorial: statisticsglobe.com/ggplot2-r-pack…
If you’re interested in exploring ggplot2 and advanced visualization techniques in R further, consider joining my course, "Data Visualization in R Using ggplot2 & Friends!" Check out this link for more details: statisticsglobe.com/online-course-…
#statisticians #Python #DataViz #Rpackage #R4DS #RStats

YouTube

English
Esmat Sarafraz รีทวีตแล้ว

Correlation matrix plots are a powerful tool for understanding relationships between variables, but they can become overwhelming with larger data sets. Here’s an example of how to make these plots easier to interpret by displaying only the most relevant parts, created using the corrplot package in R.
❌ In the first image, all correlations are displayed, regardless of significance. This can lead to a cluttered and confusing visualization, where non-significant correlations crowd the space, making it harder to identify meaningful patterns.
✅ In the second image, only the significant correlations are shown, resulting in a much cleaner and more readable plot. By removing the non-significant values, the important relationships stand out clearly. This approach is especially useful for larger data sets, where showing all correlations can make the plot difficult to interpret.
Want to learn more about statistical techniques such as correlation matrix plots? My Statistical Methods in R course covers such topics in more detail!
More details are available at this link: statisticsglobe.com/online-course-…
#DataAnalytics #datastructure #programmer #Statistical

English








