Skip to content

Commit 03e4e6a

Browse files
author
SuiYue-2308
committed
claim that se returns to rcf path
1 parent 39fa16d commit 03e4e6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ se <- bambu(reads = rcFiles, annotations = annotations, genome = fa.file)
330330
```
331331
rcFiles can be generated in two ways, either as a direct output of the bambu() function when quant and discovery are FALSE, or as written outputs when a path is provided to the rcOutdir argument. When rcFiles are output using rcOutdir this is done using BiocFileCache. For more details on how to access, use, and identify these files see [here](https://bioconductor.org/packages/release/bioc/html/BiocFileCache.html). A short example is shown below.
332332

333-
Example using rcOutDir to produce preprocessed files
333+
Example using rcOutDir to produce preprocessed files, and se returns to the path of files
334334
```rscript
335335
se <- bambu(reads = test.bam, rcOutDir = "path/to/rcOutput/", annotations = annotations, genome = fa.file, assignDist = FALSE)
336336
```

0 commit comments

Comments
 (0)