tRNAscan | R Documentation |
Function for running the program spades to assemble short read sequencing data
tRNAscan(
contigs = NULL,
tRNAscan.path = "tRNAscan-SE",
organism.type = c("mammal", "vertebrate", "eukaryotic"),
quiet = TRUE
)
tRNAscan.path |
algorithm to use: "add" add sequences with "add.contigs"; "localpair" for local pair align. All others available |
organism.type |
algorithm to use: "add" add sequences with "add.contigs"; "localpair" for local pair align. All others available |
quiet |
TRUE to supress screen output |
genome.dir |
path to a folder of sequence alignments in phylip format. |
genbank.file |
contigs are added into existing alignment if algorithm is "add" |
out.dir |
contigs are added into existing alignment if algorithm is "add" |
overwrite |
TRUE to supress screen output |
an alignment of provided sequences in DNAStringSet format. Also can save alignment as a file with save.name
your.tree = ape::read.tree(file = "file-path-to-tree.tre")
astral.data = astralPlane(astral.tree = your.tree,
outgroups = c("species_one", "species_two"),
tip.length = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.