drawProteins
Package to Draw Protein Schematics from Uniprot API output
Bioconductor version: 3.23 · Package version: 1.32.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("drawProteins") Details
| Maintainer | Paul Brennan <brennanpincardiff@gmail.com> |
| Author | Paul Brennan [aut, cre] |
| License | MIT + file LICENSE |
| URL | https://github.com/brennanpincardiff/drawProteins |
| Bug Reports | https://github.com/brennanpincardiff/drawProteins/issues/new |
| Downloads rank | 340 |
| Source branch | RELEASE_3_23 |
| biocViews | FunctionalPrediction, Proteomics, Software, Visualization |
Documentation
Download
Reverse dependencies
Imports Me (1): factR