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
IfquantissettoFALSEi.e.onlytranscriptdiscoveryisperformed, onlytherowRangesoutputoftheextendedannotationsis returned (aGRangesListobject).TheequivalentrowDatacanbeaccessedwith mcols()
- Subset transcripts and those above the NDR threshold are placed into the metadata of the annotations in $subsetTranscripts and $lowConfidenceTranscripts respectively (when filtered out by default).
687
-
- adds the setNDR function
688
-
- outputs the NDR, txScore and txScore.noFit as attributes to the gtf file and these are also read in with prepareAnnotations.
689
-
- Added setNDR as part of quant, which means that users can provide their extendedAnnotations alongside an NDR threshold when running bambu and it will automatically adjust the NDR used for quant. This means users do not need to manually filter the NDR value themselves.
690
-
- NDR and other stats are now copied over to equal transcripts even if above the NDR threshold (previously only happened for those below the NDR threshold)
691
-
- Read class to transcript assignment is now its own step instead of being done with quant. This is turned on and off with assignDist.
692
-
- Added demultiplexed argument
693
-
- Added spatial argument
694
-
- Added sampleNames argument
695
-
- Added cleanReads argument
696
-
- Added dedupUMI argument
697
-
- Added clusters argument
698
-
- Deprecated lowMemory - This has been replaced by processByChromosome
699
-
- Added processByChomosome (the old memory)
700
-
- Added processByBam argument
701
-
- Added importBambuResults()
702
-
- writeBambuOutput now outputs all information needed to import Bambu results from text files
703
-
- Count outputs are all now in sparse matrix format
688
+
689
+
**bambu v3.8.2**
690
+
691
+
Release date: 2025-02-06
704
692
705
693
Minor changes:
706
-
- Warnings will no longer occur if there are seqlevels in the readGrgList that are not in the annotations or genome. This was done by setting seqlevels of the reads to only those in the reads. Warning was constantly occuring because all the scaffolds used in alignment were in the bam files, even if no reads from these scaffolds existed.
694
+
695
+
- Fix large number of samples [issue](https://github.com/GoekeLab/bambu/issues/450)
0 commit comments