Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: ncbi.nlm.nih.gov -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.3%) to scientific vocabulary
Repository
Publication-quality sequence logos in R
Statistics
- Stars: 220
- Watchers: 12
- Forks: 32
- Open Issues: 30
- Releases: 0
Metadata Files
README.md
ggseqlogo is an R package for generating publication-ready sequence logos using ggplot2.
Getting started
First install ggseqlogo from github using the devtools package:
r
devtools::install_github("omarwagih/ggseqlogo")
Load up the package and sample data
```r
Load the required packages
require(ggplot2) require(ggseqlogo)
Some sample data
data(ggseqlogo_sample)
```
Then draw a sequence logo
```r
Plot DNA sequence logo for transcription factor - data from JASPAR
ggseqlogo( seqs_dna$MA0001.1 )
Plot protein sequence logo for kinase target phosphosites
ggseqlogo( seqs_aa$AKT1 ) ```
For more examples, and a list of features see the full tutorial here.
Tutorial
A detailed tutorial on how to use ggseqlogo can be found here.
Citation
If you use ggseqlogo, please cite:
Wagih, Omar. ggseqlogo: a versatile R package for drawing sequence logos. Bioinformatics 33, no. 22 (2017): 3645-3647. https://doi.org/10.1093/bioinformatics/btx469 PMID: 29036507
Feedback
If you have any feedback or suggestions, drop me a line at (omarwagih(at)gmail.com) or open an issue on github.
Owner
- Name: Omar Wagih
- Login: omarwagih
- Kind: user
- Location: Toronto, Canada
- Company: Deep Genomics
- Website: https://www.linkedin.com/in/omarwagih
- Repositories: 19
- Profile: https://github.com/omarwagih
GitHub Events
Total
- Issues event: 4
- Watch event: 14
- Issue comment event: 2
- Pull request event: 1
- Fork event: 2
Last Year
- Issues event: 4
- Watch event: 14
- Issue comment event: 2
- Pull request event: 1
- Fork event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Omar Wagih | o****h@g****m | 33 |
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 37
- Total pull requests: 5
- Average time to close issues: 3 months
- Average time to close pull requests: almost 3 years
- Total issue authors: 35
- Total pull request authors: 5
- Average comments per issue: 1.0
- Average comments per pull request: 0.2
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 1
- Average time to close issues: 15 minutes
- Average time to close pull requests: N/A
- Issue authors: 3
- Pull request authors: 1
- Average comments per issue: 0.33
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- moa4020 (2)
- ewallace (2)
- aroelo (1)
- rongxinzh (1)
- dxl3742 (1)
- kaufm202 (1)
- durrantmm (1)
- egenomics (1)
- lxavierneves (1)
- jglavina (1)
- pwwang (1)
- wshen2 (1)
- MattBrauer (1)
- Brochiert (1)
- danli349 (1)
Pull Request Authors
- soumitrakp (1)
- cvaske (1)
- AliSajid (1)
- ewallace (1)
- aviezerl (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 3,929 last-month
- Total docker downloads: 22,345
-
Total dependent packages: 8
(may contain duplicates) -
Total dependent repositories: 27
(may contain duplicates) - Total versions: 4
- Total maintainers: 1
cran.r-project.org: ggseqlogo
A 'ggplot2' Extension for Drawing Publication-Ready Sequence Logos
- Homepage: https://github.com/omarwagih/ggseqlogo
- Documentation: http://cran.r-project.org/web/packages/ggseqlogo/ggseqlogo.pdf
- License: LGPL-2 | LGPL-2.1 | LGPL-3 [expanded from: LGPL]
-
Latest release: 0.0.1
published about 9 years ago
Rankings
Maintainers (1)
conda-forge.org: r-ggseqlogo
- Homepage: https://github.com/omarwagih/ggseqlogo
- License: LGPL-2.0-or-later
-
Latest release: 0.1
published almost 4 years ago
Rankings
Dependencies
- ggplot2 * imports
- knitr * suggests
- rmarkdown * suggests