tripr

T-cell Receptor/Immunoglobulin Profiler {tripr}

https://github.com/biodataanalysisgroup/tripr

Science Score: 64.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: zenodo.org
  • Committers with academic emails
    1 of 6 committers (16.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.8%) to scientific vocabulary

Keywords

bioconductor clonotype r

Keywords from Contributors

bioconductor-package
Last synced: 6 months ago · JSON representation ·

Repository

T-cell Receptor/Immunoglobulin Profiler {tripr}

Basic Info
  • Host: GitHub
  • Owner: BiodataAnalysisGroup
  • License: mit
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 10.5 MB
Statistics
  • Stars: 2
  • Watchers: 5
  • Forks: 4
  • Open Issues: 1
  • Releases: 2
Topics
bioconductor clonotype r
Created about 5 years ago · Last pushed 8 months ago
Metadata Files
Readme Changelog License Citation

README.md

tripr

T-cell Receptor/Immunoglobulin Profiler (TRIP)

R-CMD-check-bioc

Description

tripr is a Bioconductor package, written in shiny that provides analytics services on antigen receptor (B cell receptor immunoglobulin, BcR IG | T cell receptor, TR) gene sequence data. Every step of the analysis can be performed interactively, thus not requiring any programming skills. It takes as input the output files of the IMGT/HighV-Quest tool. Users can select to analyze the data from each of the input samples separately, or the combined data files from all samples and visualize the results accordingly.

Functions for an R command-line use are also available.

Installation

tripr is distributed as a Bioconductor package and requires R (version "4.2"), which can be installed on any operating system from CRAN, and Bioconductor (version "3.15").

To install tripr package enter the following commands in your R session:

```r if (!requireNamespace("BiocManager", quietly = TRUE)) { install.packages("BiocManager") }

BiocManager::install("tripr")

Check that you have a valid Bioconductor installation

BiocManager::valid() ```

Launching the app

Once tripr is successfully installed, it can be loaded as follow:

r library(tripr)

User Guide

To view documentation for the version of this package installed in your system, start R and enter:

r browseVignettes("tripr")

Owner

  • Name: Biodata Analysis Group
  • Login: BiodataAnalysisGroup
  • Kind: organization
  • Email: fpsom@certh.gr

Citation (CITATION.cff)

# YAML 1.2
---
authors: 
  -
    family-names: Kotouza
    given-names: "Maria Th."
    orcid: "https://orcid.org/0000-0002-5375-5410"
  -
    family-names: Gemenetzi
    given-names: Katerina
    orcid: "https://orcid.org/0000-0002-0216-0257"
  -
    family-names: Galigalidou
    given-names: Chrysi
  -
    family-names: Vlachonikola
    given-names: Elisavet
    orcid: "https://orcid.org/0000-0003-4609-9977"
  -
    family-names: Pechlivanis
    given-names: Nikolaos
    orcid: "https://orcid.org/0000-0003-2502-612X"
  -
    family-names: Agathangelidis
    given-names: Andreas
    orcid: "https://orcid.org/0000-0002-8467-7945"
  -
    family-names: Sandaltzopoulos
    given-names: Raphael
    orcid: "https://orcid.org/0000-0002-8490-4300"
  -
    family-names: Mitkas
    given-names: "Pericles A."
  -
    family-names: Stamatopoulos
    given-names: Kostas
  -
    family-names: Chatzidimitriou
    given-names: Anastasia
  -
    family-names: Psomopoulos
    given-names: "Fotis E."
    orcid: "https://orcid.org/0000-0002-0222-4273"
  
  
cff-version: "1.1.0"
date-released: 2020-09-29
doi: "10.1186/s12859-020-03669-1"
keywords: 
  - "Antigen receptor"
  - "Software pipeline"
  - "R shiny"
license: MIT
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/BiodataAnalysisGroup/TRIP"
title: "T-cell Receptor/Immunoglobulin Profiler (TRIP)"
version: "0.99.0"
...

GitHub Events

Total
  • Push event: 6
  • Pull request event: 4
Last Year
  • Push event: 6
  • Pull request event: 4

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 89
  • Total Committers: 6
  • Avg Commits per committer: 14.833
  • Development Distribution Score (DDS): 0.427
Past Year
  • Commits: 21
  • Committers: 3
  • Avg Commits per committer: 7.0
  • Development Distribution Score (DDS): 0.381
Top Committers
Name Email Commits
iofeidis j****5@g****m 51
aspaor a****r@h****m 25
KonstantinosKardamiliotis k****s@g****m 6
Nitesh Turaga n****a@g****m 4
J Wokaty j****y@s****u 2
unknown n****1@g****m 1
Committer Domains (Top 20 + Academic)

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 6,786 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
bioconductor.org: tripr

T-cell Receptor/Immunoglobulin Profiler (TRIP)

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 6,786 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Forks count: 5.1%
Average: 24.6%
Stargazers count: 29.0%
Downloads: 88.9%
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • shiny >= 1.6.0 depends
  • shinyBS * depends
  • parallel * enhances
  • DT * imports
  • RColorBrewer * imports
  • config >= 0.3.1 imports
  • data.table * imports
  • dplyr * imports
  • golem >= 0.3.1 imports
  • grDevices * imports
  • graphics * imports
  • gridExtra * imports
  • methods * imports
  • plot3D * imports
  • plotly * imports
  • plyr * imports
  • pryr * imports
  • shinyFiles * imports
  • shinyjs * imports
  • stats * imports
  • stringdist * imports
  • stringr * imports
  • utils * imports
  • BiocGenerics * suggests
  • BiocManager * suggests
  • BiocStyle * suggests
  • Biostrings * suggests
  • RefManageR * suggests
  • biocthis * suggests
  • fs * suggests
  • knitr * suggests
  • motifStack * suggests
  • rlist * suggests
  • rmarkdown * suggests
  • shinycssloaders * suggests
  • testthat >= 3.0.0 suggests
  • tidyverse * suggests
  • xtable * suggests