View source: R/makeAlignmentPDF.R
makeAlignmentPDF | R Documentation |
LaTeX
.Function to generate PDF files holding an alignment using the function msaPrettyPrint_extended and LaTeX
.
makeAlignmentPDF(clone, alignment, cloneIdColumn, outputFolder, colours)
clone |
Clone dataframe. |
alignment |
Alignment for the clone (including the germline sequence at the first position). |
cloneIdColumn |
Name of the column holding the clone IDs. |
outputFolder |
Path to the output folder. |
colours |
A named vector of HTML colours for the sequences (including the '#' sign). |
## Not run: makeAlignmentPDF <- function( clone = clone,
alignment = alignment,
cloneIdColumn = "Unique_CloneID",
outputFolder = "~/Desktop",
colours = colours )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.