Skip to content

an R package for sequence data processing

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

yueliu1115/seqfinder

Repository files navigation

seqfinder

The goal of seqfinder is to …

Installation

You can install the development version of seqfinder like so:

# install.packages("devtools")
devtools::install_github("yueliu1115/seqfinder")

Example

This is a basic example which shows you how to solve a common problem:

library(seqfinder)
## basic example code
# get fasta by id from fasta file
get_fa_by_id(geneid = './geneid.ID',
             fasta = 'Oryza_sativa.pep.fasta',
             output = 'tmp3.fasta'

About

an R package for sequence data processing

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages