The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
BRIC-seq is a genome-wide approach for determining RNA stalibity in
mammalian cells. bridger2
provides a series of functions
for performing a comprehensive BRIC-seq data analysis. After estimating
the RPKM values for all genes from your BRIC-seq fastq files, you can
easily analyze your BRIC-seq data using bridger2 R package.
To make that happen, bridger2
: * Checks the quality of
your BRIC-seq data.
Normalizes RPKM values of your BRIC-seq data.
Calculates RNA half-life for each transcript
Compares RNA half-lives between two conditions.
Displays RNA decay curve using a web browser (powered by shiny).
# The the development version from GitHub:
# install.packages("devtools")
::install_github("Imamachi-n/BridgeR2") devtools
Here I show the most basic step for analyzing your BRIC-seq data.
This step require matrix
object (named
RNA_halflife_comparison
in this case) of the RPKM values
from your BRIC-seq data. BridgeRCore
function returns
data.table
object including RNA half-life, R2 and the
selected fitting model.
<- BridgeRCore(RNA_halflife_comparison) halflife_table
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.