Skip to content

Commit

Permalink
README: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JD2112 committed Dec 6, 2024
1 parent e66bb99 commit 26e86fe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ shiny::runApp("app.R")
8. Volcano plot
9. Violin plot for selected proteins

All of these features are now accessible through a modern, responsive interface using the bslib package, with a sidebar for data input and separate tabs for each analysis type.

As you continue to use the app, here are a few suggestions:

1. Thoroughly test the app with different datasets to ensure it handles various data structures and edge cases.
2. Consider adding error handling and informative messages for users if something goes wrong (e.g., if a file is in the wrong format or if an analysis can't be performed due to data characteristics).
3. If you plan to share this app with colleagues, you might want to add some documentation or help text to guide users through the different analyses.
4. Keep an eye on the performance, especially with larger datasets. If you notice any slowdowns, you might need to optimize some of the data processing or consider using reactive expressions for computations that are used in multiple places.

## Credits
- Main Author:
Expand Down

0 comments on commit 26e86fe

Please sign in to comment.