txdb.hsapiens.ncbi.hg38.mane
https://github.com/ctriermaansson/txdb.hsapiens.ncbi.hg38.mane
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: ncbi.nlm.nih.gov, nature.com -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.0%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: CTrierMaansson
- Language: R
- Default Branch: main
- Size: 9.91 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
TxDb.Hsapiens.NCBI.hg38.MANE
Description
A TxDb object to be used for genetic analysis in R.
The object suited to be used as any TxDb object which can be explored with different Bioconductor packages, including GenomicFeatures.
TxDb.Hsapiens.NCBI.hg38.MANE contains transcript information from the Matched Annotation from NCBI and EMBL-EBI (MANE) project which collects information from both the NCBI RefSeq and the EMBL-EBi Ensembl/GENCODE projects. The dataset contains information from representative protein coding transcripts and combines both transcript and gene identifiers.
Resources
The .gtf file used to create the package was downloaded from NCBI and was made into a TxDb object using txdbmaker.
The MANE project is described in Morales et al. 2022, Nature.
Installation
The package is installed directly from GitHub using devtools
```R
if (!require(devtools)) install.packages('devtools')
library(devtools)
devtools::installgithub("CTrierMaansson/TxDb.Hsapiens.NCBI.hg38.MANE") TxDbMANE <- TxDb.Hsapiens.NCBI.hg38.MANE::TxDb.Hsapiens.NCBI.hg38.MANE
```
Citation
Please site this package as Maansson, CT. (2024). TxDb.Hsapiens.NCBI.hg38.MANE (Version 1.0.0) [Computer software]. https://github.com/CTrierMaansson/TxDb.Hsapiens.NCBI.hg38.MANE
Owner
- Name: Christoffer Trier Månsson
- Login: CTrierMaansson
- Kind: user
- Location: Aarhus University Hospital
- Website: https://www.linkedin.com/in/christoffer-maansson/
- Twitter: triermaansson1
- Repositories: 3
- Profile: https://github.com/CTrierMaansson
PhD student at AUH studying blood based biomarkers in lung cancer patients. My main focuses are epigenetic features in liquid biopsies and NGS.
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Trier Maansson
given-names: Christoffer
orcid: https://orcid.org/0000-0002-3071-3437
title: "TxDb.Hsapiens.NCBI.hg38.MANE"
version: 1.0.0
date-released: 2024-06-07
url: https://github.com/CTrierMaansson/TxDb.Hsapiens.NCBI.hg38.MANE
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Christoffer Trier Månsson | 1****n | 24 |
Issues and Pull Requests
Last synced: 12 months 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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- txdbmaker >= 1.0.0 depends
- AnnotationDbi * imports