gscVisualizer
is an R package to comparing the similarity between
multiple RNA or DNA sequences. This tool can use to compare the
difference between wild type gene (as an reference) and mutated type of
genes. This package can also be used for computing difference among
multiple dot-bracket form RNA sequences. A plot can also be generated to
make data easier to look at.
To install the latest version of the package:
require("devtools")
devtools::install_github("Deemolotus/gscVisualizer", build_vignettes = TRUE)
library("gscVisualizer")
To run the ShinyApp:
gscVisualizer::runGscVisualizer()
ls("package:gscVisualizer")
gscVisualizer
contains 7 functions to compute the difference among
genes. The seqCompareAsInput function will takes in numbers of
gene sequences as arguments and compute the difference between each gene
sequence with the reference gene. seqCompareInPair function will
takes in number if gene sequences as argument and calculate the
difference between each pair of genes. seqCompareAsFile function
will takes in a .fa file and convert the .fa file to dataframes, then do
the difference comparison between every gene sequence with the reference
sequence. seqCompareAsFilePair function do the similar thing as
seqCompareInpair but get all data from .fa file instead of input
arguments. dotComp function will takes in two dot-bracket sequence
and then compute the difference between two RNA structure.
checkSeq function will takes in one sequence and make sure the
dot-bracket seequence is valid.
An overview of the package is illustrated below:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.