Frequently asked questions / problems with the code #5
Unanswered
derrik-gratz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
General questions
Check to see if the library is installed. You can try sourcing the helper scripts '0#_install_packages.R' to try installing all
needed dependencies for that session. Depending on the version of R you have installed, other packages you have installed,
your machine/OS, etc., these helper scripts may not cover all dependencies you need. If you get error messages trying to
install packages through R studio, try reading the error messages and see if other dependencies are missing. You may need to install system libraries, which are handled outside of R.
Filepaths in the provided scripts rely on a project-based workflow using the
here
library to establish relative paths to the project directory. If you rename any files or folders, the paths may no longer be valid. You may need to edit the path to point to the directory on your machine, and you may need to remove thehere()
command if you aren't using a R-project workflow.Session 03 - QC, filtering, clustering
A few lines in this script have prompts for your input. This is to practice the decision making you will do on real data. Replace the '???' with appropriate values
Beta Was this translation helpful? Give feedback.
All reactions