Some utility functions in bioinformatics, still in developing, use at your own risks.
if (!('remotes' %in% .packages(T))) install.packages('remotes');
remotes::install_github('dongzhuoer/biozhuoer');
refer to vignette('biozhuoer')
.
- add more test for read-fasta (unalign)
- move
read_sam()
,read_bed()
, etc from paristools to here.