Utility of Kallisto bootstraps when not using sleuth downstream
1
0
Entering edit mode
6.3 years ago
kautilya ▴ 430

Does the bootstrap option for kallisto have any utility if sleuth is not going to be used downstream? In a small test I did the abundance.tsv output files are identical with/without the option being used.

kallisto RNA-Seq • 3.1k views
ADD COMMENT
2
Entering edit mode

Bootstrapping provides a measure of the accuracy of the estimated abundances. The abundance values are consistent regardless of the number of bootstraps. See the answers here. Conventional packages such as DESeq2 or edgeR do not readily accommodate this extra information so you may as well run Kallisto with no bootstrapping.

ADD REPLY
3
Entering edit mode
6.3 years ago

The bootstrapped estimates are stored in the HDF5 file (extension h5). The regular abundance.tsv file will always contain the same values because no bootstrapped values are ever stored in it.

So, you can access and use the bootstrapped values by accessing the HDF5 file. You can do this with:

kallisto h5dump abundances.h5

Kevin

ADD COMMENT

Login before adding your answer.

Traffic: 2350 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6