Dynamic Multiple Sequence Alignments in R and Shiny
msaR(
msa,
menu = TRUE,
width = NULL,
height = NULL,
rowheight = 15,
alignmentHeight = 225,
overviewbox = TRUE,
seqlogo = TRUE,
colorscheme = "nucleotide",
conservation = FALSE,
markers = TRUE,
metacell = FALSE,
leftheader = TRUE,
labels = TRUE,
labelname = TRUE,
labelid = FALSE,
labelNameLength = 100,
overviewboxWidth = "auto",
overviewboxHeight = "fixed"
)
File or BioString Object representing a multiple Sequence Alignment.
Optional. Default TRUE
. Determines whether to include the interactive menu.
Optional. Default NULL
. The width of the html widget element.
Optional. Default NULL
. The height of the html widget element.
Optional. Default 20
. Height of a row in the MSA.
Optional. Default 225
. Height of the MSA.
optional. Default TRUE
. Include the overview box?
optional. Default TRUE
. Include the seqlogo?
optional. Default "nucleotide"
. The color scheme to use. Can be one of the following:
"buried","cinema","clustal","clustal2","helix","hydro","lesk","mae","nucleotide","purine","strand","taylor","turn","zappo"
optional. Default TRUE
. Include the conservation widget?
optional. Default TRUE
. Include the alignment markers? These are the numbers along the top that
optional. Default FALSE
. Include the per-sequence metadata.
optional. Default TRUE
. Include the header information.
optional. Default TRUE
. Include all of the sequence information msa Labels.
optional. Default TRUE
. Include sequence name?
optional. Default FALSE
. Include the labelid?
optional. Default 100
. Width of the Label Names.
optional. Default. "auto"
. Can also be "fixed"
optional. Default. "fixed"
. Can also be an integer value.
# NOT RUN {
seqfile <- system.file("sequences","AHBA.aln",package="msaR")
msaR(seqfile)
# }
Run the code above in your browser using DataLab