README.md

plotmics

plOtMICS: Visualization of omics and sequencing data in R.

Information

plOtMICS is an R package to visualize omics and sequencing data in R using simple but useful functions:

Install plotmics

To install plotmics you have to run the following command in R:

# if not installed, install the devtools package from CRAN 
if(!require(devtools)) { install.packages("devtools") }

# install plotmics from this Github repository 
devtools::install_github("amitjavilaventura/plotmics")

Contributors

This package has been developed by AdriĆ  Mitjavila Ventura, with some contributions from dfernandezperez.

If you want to contribute to this package, make a post in the issues section in this repository or fork this repository adding your code and do a pull request.

Cite

If you use this package, please cite this repository and give it a star.

Versions

plotmics versions have the structure of 1.2.3. The first number (1, major) implies the addition of a function and/or major changes in the packages; the second number (2,minor) implies the addition of new features to a function and possible corrections; the third number (3, micro) implies the correction of minor bugs or addition of minor features.

plotmics version history is shown below:



amitjavilaventura/seqViewR documentation built on Nov. 21, 2023, 10:12 a.m.