Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Aug 29, 2018
1 parent f15e8c2 commit 2b0d423
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rnaseqDTU
Title: RNA-seq workflow for differential transcript usage following Salmon quantification
Version: 0.99.18
Version: 0.99.19
Date: 2018-06-27
Authors@R: c(person(role=c("aut", "cre"), "Michael", "Love", email = "michaelisaiahlove@gmail.com"),
person(role=c("aut"), "Charlotte", "Soneson"),
Expand Down
13 changes: 13 additions & 0 deletions vignettes/rnaseqDTU.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,19 @@ described by @Trapnell2013Differential and @Soneson2015Differential.
Our DTU and DGE `countsFromAbundance` recommendations are
summarized in Figure \@ref(fig:diagram).

A final note is that, the motivation for using `scaledTPM` counts
hinges on the fact that estimated fragment counts scale with
transcript length in fragmented RNA-seq data. If a different experiment
is performed and a different quantification method used to produce
counts per transcript which *do not* scale with transcript length,
then the recommendation would be to use these counts per transcript directly.
Examples of experiments producing counts per transcript that would potentially
not scale with transcript length include
counts of full-transcript-length or nearly-full-transcript-length reads,
or counts of 3' tagged RNA-seq reads aggregated to transcript groups.
In either case, the statistical methods for DTU could be provided directly
with the transcript counts.

The following code chunk is what one would use in a typical analysis,
but is not evaluated in this workflow because the quantification files
are not provided in the *rnaseqDTU* package due to size restrictions.
Expand Down

0 comments on commit 2b0d423

Please sign in to comment.