Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 3.07 KB

README.md

File metadata and controls

38 lines (24 loc) · 3.07 KB

BioSeqUtils

Here supply this BioSeqUtils R package to extract different features (UTR, exon, CDS, intron, gene) sequence of gene/transcript from your local genome and annotation files in R. Besides there are many other tools for you to achive this. Also supplying other useful functions to do some interesting things. Any question or advice can be pushed on github Issues panel.

Installation

You can install the development version of BioSeqUtils like so:

# install.packages("devtools")
devtools::install_github("junjunlab/BioSeqUtils")
library(BioSeqUtils)

Citation

Jun Zhang (2023). BioSeqUtils: Extract Sequence from Genome According to Annotation File. https://github.com/junjunlab/BioSeqUtils

Documentation

https://junjunlab.github.io/BioSeqUtils-manual/

Related blogs