forked from benediktrauscher/msaR
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Readme.Rmd
67 lines (43 loc) · 1.86 KB
/
Readme.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
# msaR
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/msaR)](https://cran.r-project.org/package=msaR)
msaR is a an [htmlwidgets](https://github.com/ramnathv/htmlwidgets) wrapper of the [BioJS MSA viewer](https://github.com/wilzbach/msa) javascript library. msa will pass alignments to the BioJS MSA.
## Installation
You can install msaR from CRAN or github:
```{r gh-installation, eval = FALSE}
# CRAN
install.packages("msaR")
#github
devtools::install_github("zachcp/msaR")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r, eval=F}
library(msaR)
# read some sequences from a multiple sequence alignment file and display
seqfile <- system.file("sequences","AHBA.aln", package="msaR")
msaR(seqfile, seqlogo = T)
```
![](man/figures/msaR_screenshot.png)
All contributions are welcome! Please feel free to submit a pull request.
### Support and Suggestions
If you have any problem or suggestion please open an issue [here](https://github.com/zachcp/msaR/issues)
### License
This project is licensed under the [Boost Software License 1.0](https://github.com/wilzbach/msa/blob/master/LICENSE).
> Permission is hereby granted, free of charge, to any person or organization
> obtaining a copy of the software and accompanying documentation covered by
> this license (the "Software") to use, reproduce, display, distribute,
> execute, and transmit the Software, and to prepare derivative works of the
> Software, and to permit third-parties to whom the Software is furnished to
> do so, all subject to the following:
If you use the MSAViewer on your website, it solely requires you to link to us