The aim of bioEAT is to provide functionality to Explore data, make gene Annotation exhaustive and simplify the gene IDs Translation between different organisms.
This package could be installed from this GitHub.
To install a package from GitHub, you will first need to install devtools:
# Install devtools from CRAN
install.packages("devtools")
Further you may install bioEAT:
devtools::install_github("Troshchk/bioEAT")
For the data exploration:
- find the non-overlapping elements of two vectors with outersect()
- get main n pca components with get_main_pca()
- calculate the logFold change between two dataframe columns and order the result with logfc()
- calculate and visualize Shannon entropy sh_entropy()
(usage expanation and example)
For the data annotation:
- use OrgDB and maRt in one function with conv_ids_full()
The part for the data translation is under development.
For more information about the package and the functions refer to the documentation.
Ksenia Troshchenkova
ksenia.trs@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.