alignment_file {agvgd} | 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")