# Bioconductor Mirror

## Instructions

Run this command in your bash shell before running R

```bash
export BIOCONDUCTOR_ONLINE_VERSION_DIAGNOSIS = FALSE
```

If Bioconductor is not installed, run

```r
install.packages("BiocManager",repos="http://cran.services.brown.edu")
```

You may have to quit R and open it again after installing Bioconductor

### To install a single package

```r
biocmanager::install("YourPackage", site_repository = "http://bioc.services.brown.edu")
```

### To install several packages in the same session

```r
options(BioC_mirror = "http://bioc.services.brown.edu")
biocmanager::install("YourPackage")
```

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ccv.brown.edu/oscar/sys-changes/package-archive-mirrors/bioconductor-mirror.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
