factR is a robust and easy-to-use R package with tools to process custom-assembled transcriptomes (GTF). Below are factR's key functions:
The latest stable version can be installed directly from Bioconductor:
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("factR")
Alternatively, you may install the development version of factR using devtools:
# install.packages("devtools")
devtools::install_github("fursham-h/factR")
See our quickstart guide or our full vignette on how to get started
We thank Kaur Alasoo for sharing code resources for wiggleplotr and for valuable discussions on the design of the package.
Please cite the following references if you use factR:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.