You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|reads|A string or a vector of strings specifying the paths of bam files for genomic alignments, or a BamFile object or a BamFileList object (from Rsamtools).|
445
445
| rcOutDir | A string variable specifying the path to where read class files will be saved. |
446
446
| annotations | A TxDb object, a path to a .gtf file, or a GRangesList object obtained by prepareAnnotations. |
447
-
| genome | A fasta file or a BSGenome object. |
447
+
| genome | A fasta file or a BSGenome object. If a fa.gz is provided, the .fai and .gzi must also be present |
448
448
| stranded | A boolean for strandedness, defaults to FALSE. |
449
449
| ncore | specifying number of cores used when parallel processing is used, defaults to 1. |
450
450
| NDR | specifying the maximum NDR rate to novel transcript output among detected transcripts, defaults to 0.1 |
@@ -498,7 +498,19 @@ rowData(se)
498
498
499
499
### Release History
500
500
501
-
**bambu v3.2.6**
501
+
**bambu v3.2.5**
502
+
503
+
Release date: 2023-July-07
504
+
505
+
Minor changes:
506
+
507
+
- Fix crash when extremely large datasets provided
508
+
- Speed up read class construction
509
+
- Add LongRead BiocView
510
+
- Update release history
511
+
512
+
513
+
**bambu v3.2.4**
502
514
503
515
Release date: 2023-Apr-26
504
516
@@ -592,7 +604,7 @@ Release date: 2020-06-18
592
604
Release date: 2020-05-29
593
605
594
606
### Citation
595
-
Chen, Ying, et al. "Context-Aware Transcript Quantification from Long Read RNA-Seq data with Bambu" bioRxiv (2022). doi: https://doi.org/10.1101/2022.11.14.516358
607
+
Chen, Y., Sim, A., Wan, Y.K. et al. Context-aware transcript quantification from long-read RNA-seq data with Bambu. Nat Methods (2023). https://doi.org/10.1038/s41592-023-01908-w
0 commit comments