Description Usage Arguments Value Examples
View source: R/summarizeAlignments.R
Function for gather summary statistics on your alignment. Can be used for filtering or summarizing data.
1 2 3 4 5 6 | summarizeAlignments(
alignment.path = NULL,
file.export = NULL,
dataset.name = NULL,
alignment.type = "phylip"
)
|
alignment.path |
path to a folder of sequence alignments in phylip format. |
file.export |
give a save name if you wnat to save the summary to file. |
dataset.name |
A name for your dataset. i.e. exons, introns, UCEs |
alignment.type |
select the format of the alignment. Phylip is avaialble for now, will be expanded in the future. |
returns a data.table with the raw summary statistics calculated for each alignment in the alignment.path. A csv file can optionally be saved by giving a file name to file.export
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.