- Home
- Bioconductor 3.14
- Software Packages
- drawProteins
drawProteins
This package is for version 3.14 of Bioconductor; for the stable, up-to-date release version, see drawProteins.
Package to Draw Protein Schematics from Uniprot API output
Bioconductor version: 3.14
This package draws protein schematics from Uniprot API output. From the JSON returned by the GET command, it creates a dataframe from the Uniprot Features API. This dataframe can then be used by geoms based on ggplot2 and base R to draw protein schematics.
Author: Paul Brennan [aut, cre]
Maintainer: Paul Brennan <brennanpincardiff at gmail.com>
citation("drawProteins")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("drawProteins")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("drawProteins")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.