Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024 June updates #773

Open
sjspielman opened this issue Jun 10, 2024 · 7 comments
Open

2024 June updates #773

sjspielman opened this issue Jun 10, 2024 · 7 comments

Comments

@sjspielman
Copy link
Member

This issue tracks changes we should implement as noticed during June 2024's Intro scRNA-seq training.

@sjspielman
Copy link
Member Author

Looks like the R4DS booked has moved, we should update links:
https://github.com/search?q=repo%3AAlexsLemonade%2Ftraining-modules%20r4ds&type=code

@sjspielman
Copy link
Member Author

Too many spaces surrounding the comma at package , which:

_Note:_ If you are using a version of `R` prior to 4.1 (or looking at older code), pipe functionality was available through the `magrittr` package , which used a pipe that looked like this: `%>%`.

@jashapiro
Copy link
Member

jashapiro commented Jun 11, 2024

Apparently we may need to load the alevinQC package before running it.

```{r alevinQC, eval = FALSE}
# First, define path to alevin output:
alevin_path <- file.path("data", "tabula-muris", "alevin-quant", "10X_P4_3_subset")
# Produce a QC report of results found in the `alevin_path` directory
alevinQC::alevinQCReport(alevin_path,
sampleId = "10X_P4_3_subset",
outputFile = "10X_P4_3_subset-qc_report.html",
outputDir = "qc-reports")
```

@sjspielman
Copy link
Member Author

Just a thought as we make plots, should we use theme_set(theme_bw()) at the top of notebooks that make many plots?

@jaclyn-taroni
Copy link
Member

Update this link to OSCA to use a current version of Bioconductor (3.19 at the moment):

For more detailed information about the methods presented here, including some ways to assess the "quality" of the clustering, I encourage you to explore at the relevant chapter of the [Orchestrating Single-Cell Analysis book](https://bioconductor.org/books/3.16/OSCA.basic/clustering.html#clustering-graph).

@jashapiro
Copy link
Member

Update this link to OSCA to use a current version of Bioconductor (3.19 at the moment):

For more detailed information about the methods presented here, including some ways to assess the "quality" of the clustering, I encourage you to explore at the relevant chapter of the [Orchestrating Single-Cell Analysis book](https://bioconductor.org/books/3.16/OSCA.basic/clustering.html#clustering-graph).

All links to OSCA?

@sjspielman
Copy link
Member Author

Cell type slides: We link review from 2021 about automated annotation tools, but 2021 is ages ago in single-cell time. Are there more recent papers we can reference here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants