# if (!isolate_specific_drug %in% subset_data[[drug_column_name]] |> unique()) stop("ERROR: The `isolate_specific_drug` is not included in the name of the availble treaments.")
DRUGSENS is a R-package tha allow users to automatically analyze QuPath™ output data from imaging analysis.
Here we include a QuPath™ script to run reproducible QuPath™-based image analysis, and some examples on how DRUGSENS can be used. For more detailed examples of QuPath™ scripting please refer to [QuPath™'s Documentation](https://qupath.readthedocs.io/en/stable/).
DRUGSENS is a R-package that allows users to automatically analyze QuPath™'s output data from imaging analysis.
This script should be placed into scripts within QuPath™. We tested this code to a previous version of QuPath&trade.
Here we include a QuPath™ script (the same that we regularly use) to run reproducible QuPath™-based image analysis, and some examples on how DRUGSENS can be used. For more detailed examples of QuPath™ scripting and usage please refer to [QuPath™'s Documentation](https://qupath.readthedocs.io/en/stable/).
This packge is complementary to the STAR protocol: `...`
This script should be placed into scripts manager within QuPath™. We tested this code with previous versions of QuPath™, but new versions should also be compatible.
This package is complementary to the STAR protocol: `...`
devtools::install_github("https://github.com/flalom/drugsens")# this is the mirroring repo of the gitlab
devtools::install_github("https://github.com/flalom/drugsens")# this is the GitLab's mirroring repo
```
```
`devtools` is required to install DRUGSENS. If `devtools` is not installed yet you can install it with:
`devtools` is required to install DRUGSENS. If `devtools` is not installed yet you can install it with:
...
@@ -313,4 +316,4 @@ Renv will automatically activate and install the necessary packages as specified
...
@@ -313,4 +316,4 @@ Renv will automatically activate and install the necessary packages as specified
### Reporting Issues
### Reporting Issues
If you encounter any bugs or have suggestions for improvements, please file an issue using our [GitLab Issue]("https://git.scicore.unibas.ch/ovca-research/DRUGSENS/issues"). Be sure to include as much information as possible to help us understand and address the issue.
If you encounter any bugs or have suggestions for improvements, please file an issue using our [GitLab Issue]("https://git.scicore.unibas.ch/ovca-research/DRUGSENS/issues"). Be sure to include as much information as possible to help us understand and address the issue.
Please make sure to file the issue in gitlab as the GitHub is a mirror repo.
Please make sure to file the issue in the GitLab repo as this one in GitHub is a forward-only mirror repo.