boxshade | R Documentation |
Executes boxshade on a multiple sequence alignment.
boxshade(x, file, dev="pdf", param="-thr=0.5 -cons -def",
pdfCrop=TRUE)
boxshade_help()
x |
a multiple alignment as an object of class DNAMultipleAlignment, RNAMultipleAlignment or AAMultipleAlignment. |
file |
output file |
dev |
used output device. Available are: ps, eps, hpgl, rtf, crt, ansi, vt, ascii, fig, pict, html and pdf. |
param |
character string with the command line parameters for clustal (see output of |
pdfCrop |
crop the pdf file if it is smaller than a page. Use
|
For installation details see: https://github.com/mhahsler/rMSA/blob/master/INSTALL
Only a file is created.
Michael Hahsler
Boxshade has been written by Kay Hofmann and Michael D. Baron
## Not run:
rna <- readRNAStringSet(system.file("examples/RNA_example.fasta",
package="rMSA"))
rna <- narrow(rna, start=1, end=50)
al <- clustal(rna)
boxshade(al, file="alignment.pdf", dev="pdf")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.