You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MeltShiny is a software application that automates the analysis and visualization of DNA melting curves for researchers in chemistry, biology, and genetics. It is built on tools like MeltWin and MeltR, resulting an intuitive graphical user interface with robust data processing capabilities powered by R. MeltShiny removes the need for manual curve fitting with just a few clicks, researchers can upload their DNA melting data and automatically generate graphs and tables. Key benefits include automated outlier removal, compatibility with modern operating systems, and accessibility for non-programmers. By streamlining tedious tasks like handling file formats and filtering data, MeltShiny allows researchers to focus their time on scientific analysis and interpretation. Its simple yet powerful interface makes complex computational analysis of DNA thermodynamics accessible to scientists with varied technical skill levels.
9
+
MeltShiny is a software application that automates the analysis and visualization of DNA melting curves for researchers in chemistry, biology, and genetics. It is built on tools like MeltWin and MeltR, resulting an intuitive graphical user interface with robust data processing capabilities powered by R. MeltShiny removes the need for manual curve fitting with just a few clicks, researchers can upload their DNA melting data and automatically generate graphs and tables. Key benefits include automated outlier removal, compatibility with modern operating systems, and accessibility for non-programmers. By streamlining tedious tasks like handling file formats and filtering data, MeltShiny allows researchers to focus their time on scientific analysis and interpretation. Its simple yet powerful interface makes complex computational analysis of DNA thermodynamics accessible to scientists with varied technical skill levels.
- Anthony Hampton (alumni) [<imgsrc="/img/github.svg"alt="github"width="25"height="25" />](https://github.com/adhampton110)
27
31
28
32
-**Start Date:** July 2022
29
33
-**Adoption Date:** July 2022
@@ -35,7 +39,31 @@ MeltShiny is a software application that automates the analysis and visualizatio
35
39
36
40
### User Guide
37
41
38
-
MeltShiny has some dependencies which will need to be installed for the program to run. R Package installer files have been included, with the names MeltShinyDependenciesInstaller.command and MeltShinyDependenciesInstaller.bat for MacOS and Windows, respectively. These files are found within the MacOS_Scripts and Windows_Scripts folders found within the MeltShiny application bundle.Note, that in order for the Windows version to work, you must add the R bin folder to your PATH variable. For MacOS, the script can be used without any additional work. Double clicking MeltShinyDependenciesInstaller.command or MeltShinyDependenciesInstaller.bat for Mac and Windows, respectively, will open up a terminal.
42
+
MeltShiny is a web-based tool designed for researchers to easily analyze and visualize DNA melting curves.
43
+
44
+
**Access the Web App**: Open the MeltShiny web app on any modern browser.
45
+
46
+
**Upload Your Data**: Use the "Upload Data" section to upload files in .csv format.
47
+
48
+
**Visualize Results**: Customize and generate graphs in the "Visualize Data" section to explore melting curves and other data.
49
+
50
+
**Analyze and Export**: View detailed thermodynamic parameters in the "Analysis" section and export findings in preferred formats.
51
+
52
+
**Get Help**: Visit the "Help" section for guides and support, or contact our team directly for assistance.
53
+
54
+
MeltShiny streamlines complex DNA data analysis, allowing researchers to focus on scientific insights.
55
+
56
+
## Installation
57
+
58
+
MeltShiny requires specific dependencies to function correctly. Installation files for R packages are included in the application bundle:
59
+
60
+
-**MacOS**: MeltShinyDependenciesInstaller.command (located in the MacOS_Scripts folder)
61
+
-**Windows**: MeltShinyDependenciesInstaller.bat (located in the Windows_Scripts folder)
62
+
63
+
**Important Notes:**
64
+
65
+
-**Windows Users**: Ensure that the R bin folder is added to your PATH variable for proper execution.
66
+
-**MacOS Users**: The script can be run directly without additional configuration.
39
67
40
68
## Technical Information
41
69
@@ -45,11 +73,17 @@ MeltShiny has some dependencies which will need to be installed for the program
45
73
46
74
### Development Priorities
47
75
48
-
- Latest R version required
49
-
- Knowledge on Shiny server
50
-
- Implement user-friendly UI
51
-
- Require automated testing
52
-
- Version Control and Collaboration
76
+
-**Latest R version required** : Ensure compatibility with the most recent version of R.
77
+
-**Knowledge on Shiny server** : Expertise in Shiny server setup and management.
78
+
-**Implement user-friendly UI** : Develop a clean, intuitive interface for ease of use.
79
+
-**Require automated testing** : Implement comprehensive testing to ensure reliability.
80
+
-**Version Control and Collaboration** : Utilize version control systems and collaboration tools for effective project management.
81
+
82
+
### Additional Details:
83
+
84
+
-**Project Goals**: Improve user experience by continuously incorporating feedback from researchers and addressing emerging needs in DNA melting curve analysis.
85
+
-**Future Enhancements**: Explore integration with additional data formats, enhance error-handling capabilities, and expand visualization options.
86
+
-**Community Engagement**: Actively seek contributions from the open-source community to foster collaboration and innovation.
0 commit comments