/biozhuoer

Some utility functions in bioinformatics

Primary LanguageRGNU Affero General Public License v3.0AGPL-3.0

biozhuoer

Build Status

Overview

Some utility functions in bioinformatics, still in developing, use at your own risks.

Installation

if (!('remotes' %in% .packages(T))) install.packages('remotes');
remotes::install_github('dongzhuoer/biozhuoer');

Usage

refer to vignette('biozhuoer').

to do

  1. add more test for read-fasta (unalign)
  2. move read_sam(), read_bed(), etc from paristools to here.