Skip to content

Commit 20294ca

Browse files
committed
docs: fix tip not rendering correctly
1 parent 2612146 commit 20294ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/output.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,8 +737,7 @@ The principal output files are the same between Salmon and Kallisto:
737737
- `tx2gene.tsv`: Tab-delimited file containing gene to transcripts ids mappings.
738738
- `all_samples_transcript.SummarizedExperiment.rds`: RDS object that can be loaded in R that contains a [SummarizedExperiment](https://bioconductor.org/packages/release/bioc/html/SummarizedExperiment.html) container with the abundance TPM (`tpm`), estimated isoform-level raw counts (`counts`) and transcript length (`length`) in the assays slot for transcripts.
739739

740-
> [!TIP]
741-
> You can access specific assay matrices from the `SummarizedExperiment` RDS object with the following R code:
740+
> **TIP:** You can access specific assay matrices from the `SummarizedExperiment` RDS object with the following R code:
742741
743742
```r
744743
library(SummarizedExperiment)

0 commit comments

Comments
 (0)