View source: R/alignment_file.R
alignment_file | R Documentation |
This function returns either a data frame of the pre-bundled alignments if
parameter gene
is missing (default behaviour), or the file name of the
alignment of a supplied gene name.
alignment_file(gene)
gene |
The gene name of one of the pre-bundled alignments. Run
|
Either a data frame of the pre-bundled alignments if parameter gene
is missing (default behaviour), or the file name of the alignment of a
supplied gene name.
# List pre-bundled alignment file names and associated genes
alignment_file()
# Retrieve the file name of an alignment
alignment_file("BRCA1")
# You may get the full path to an alignment file with `system.file()`
system.file("extdata", alignment_file("BRCA1"), package = "agvgd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.