biocsi/biox
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# basic bio tools using Rcpp
# install
```{r}
devtools::install_github("zengfengbo/biox")
```
# usage
```{r}
biox::kmers("AGCTAAAA")
biox::rdna()
biox::rrna()
biox::revcomp("AAGG")
biox::dimer("AGGC", "CCCC")
biox::tm(c("AGGC", "CCCC"))
```