Skip to content

Commit

Permalink
depend on latest QFeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Apr 10, 2024
1 parent 78442fd commit bca8162
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@ jobs:
# cd preprocessCore
# R CMD INSTALL --configure-args="--disable-threading" .

# - name: Manually install latest QFeatures
# run: |
# BiocManager::install("RforMassSpectrometry/QFeatures")
# shell: Rscript {0}
- name: Manually install latest RforMassSpectrometry/QFeatures
run: |
BiocManager::install("RforMassSpectrometry/QFeatures")
shell: Rscript {0}

- name: Session info
run: |
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Description: Utility functions for manipulating, processing, and
visualization.
Depends:
R (>= 4.3.0),
QFeatures (>= 1.3.5)
QFeatures (>= 1.13.5)
Imports:
dplyr,
IHW,
Expand Down
4 changes: 2 additions & 2 deletions vignettes/scp.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ table(sampleAnnotation$SampleType)
Using `readSCP`, we combine both tables in a `QFeatures` object
formatted as described above.

```{r readSCP2}
```{r readSCP}
scp <- readSCP(assayData = mqScpData,
colData = sampleAnnotation,
runCol = "Raw.file",
Expand All @@ -183,7 +183,7 @@ See here that the 3 first assays contain 11 columns that correspond to
the TMT-11 labels and the last assay contains 16 columns that
correspond to the TMT-16 labels.

**Important**: More details about the usage of `readSCP` and how to
**Important**: More details about the usage of `readSCP()` and how to
read your own data set are provided in the `Load data using readSCP`
[vignette](https://uclouvain-cbio.github.io/scp/articles/read_scp.html).

Expand Down

0 comments on commit bca8162

Please # to comment.