https://github.com/batoolmm/exonr
R package for generating beautiful and customizable plots for the exons and introns of any gene
Science Score: 23.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
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.3%) to scientific vocabulary
Repository
R package for generating beautiful and customizable plots for the exons and introns of any gene
Basic Info
Statistics
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
exonR
exonR is an R package for generating beautiful and customizable plots for the exons and introns of any gene.
If you find any bugs, have any feature requests or feedback, please submit an issue.
To download and install the development version of the package, use devtools:
install.packages("devtools")
devtools::install_github("BatoolMM/exonR")
Once you've installed the package, you can load the library in the standard way:
library(exonR)
Basic usage:
```
BRCA2 <- findexons("NM000059")
BRCA2
chromosome/scaffoldname exonregionstartbp exonregionend_bp
1 13 32890559 32890664
2 13 32893214 32893462
3 13 32899213 32899321
5'utrstart 5'utrend 3'utrstart 3'utrend exon_length
1 32890559 32890597 NA NA 105
2 NA NA NA NA 248
3 NA NA NA NA 108
graph <- plotexons(BRCA2, BRCA2$exonregionstartbp, BRCA2$exonregionend_bp) ```
TODO:
- FAIRfication of the package
Owner
- Name: Batool Almarzouq
- Login: BatoolMM
- Kind: user
- Company: University of Liverpool, Alan Turing Institute
- Website: https://batool-almarzouq.netlify.app/
- Twitter: batool664
- Repositories: 48
- Profile: https://github.com/BatoolMM
Ph.D. in Biochemistry. Experience in cancer bioinformatics, RNA-Seq, network biology, pathway enrichment, and integrated –omics analyses, Docker, HPC (She/her).
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Batool Almarzouq | b****l@l****k | 36 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0