Skip to content

Commit

Permalink
Return all defined assay names
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Mar 5, 2023
1 parent dfec0e8 commit 7c05481
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions inst/extdata/process_FragPipe_template.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -959,6 +959,7 @@ S4Vectors::metadata(sce) <- c(
S4Vectors::metadata(sce),
list(
fragpipeDir = fragpipeDir,
aNames = aNames,
aName = aNames$assayInput,
iColPattern = iColPattern,
imputeMethod = imputeMethod,
Expand Down
1 change: 1 addition & 0 deletions inst/extdata/process_MaxQuant_template.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,7 @@ S4Vectors::metadata(sce) <- c(
S4Vectors::metadata(sce),
list(
mqFile = mqFile,
aNames = aNames,
aName = aNames$assayInput,
iColPattern = iColPattern,
imputeMethod = imputeMethod,
Expand Down
1 change: 1 addition & 0 deletions inst/extdata/process_PD_TMT_template.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,7 @@ S4Vectors::metadata(sce) <- c(
S4Vectors::metadata(sce),
list(
pdFile = pdFile,
aNames = aNames,
aName = aNames$assayInput,
iColPattern = iColPattern,
imputeMethod = imputeMethod,
Expand Down
2 changes: 1 addition & 1 deletion vignettes/einprot.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ not the columns corresponding to the test results that are copied into the
row data of the returned object). The separate test results are included in the
final `SingleCellExperiment` object and can be accessed via
```{r, eval=FALSE}
testres <- metadata(sce)$testres
testres <- metadata(sce)$testres$tests
```
(assuming that `sce` corresponds to the `SingleCellExperiment` object
returned by the `einprot` workflows).
Expand Down

0 comments on commit 7c05481

Please sign in to comment.