File: control

package info (click to toggle)
sideretro 1.1.6-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,636 kB
  • sloc: ansic: 15,270; perl: 46; python: 44; makefile: 3
file content (50 lines) | stat: -rw-r--r-- 2,245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: sideretro
Standards-Version: 4.7.3
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Daniela Moreira Mombach <danielamombach@gmail.com>,
Section: science
Build-Depends:
 check <!nocheck>,
 cmake,
 debhelper-compat (= 13),
 libhts-dev,
 libsqlite3-dev,
 meson,
 pkgconf,
 python3-sphinx <!nocheck>,
 zlib1g-dev,
Vcs-Browser: https://salsa.debian.org/med-team/sideretro
Vcs-Git: https://salsa.debian.org/med-team/sideretro.git
Homepage: https://github.com/galantelab/sideRETRO
Rules-Requires-Root: no

Package: sideretro
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: pipeline for detecting Somatic Insertion of DE novo RETROcopies
 sideRETRO is a bioinformatics tool designed for the detection of somatic
 retrocopy insertions, also known as retroCNVs, in whole genome sequencing
 (WGS) and whole exome sequencing (WES) data.
 .
 Retrocopies, also known as processed pseudogenes, are sequences derived
 from protein-coding genes, generated by the duplication of these genes
 through the transposition of their mature messenger RNA via the LINE-1
 enzymatic machinery. Retrocopies can be fixed, meaning they are present
 in all genomes of a given species (including the species' reference
 genome), or unfixed (polymorphic, germline, or somatic), in which case
 they are referred to as retroCNVs. While fixed retrocopies have received
 considerable attention in the scientific community, knowledge of retroCNVs
 remains limited, largely due to the lack of specialized bioinformatics
 tools for their identification and annotation in DNA sequencing data.
 .
 sideRETRO is a dedicated computational algorithm that detects retrocopies
 absent from the reference genome but present in WGS and WES data from
 other individuals. In addition to identifying retroCNVs, sideRETRO annotates
 several characteristics associated with these events. It provides information
 on the genomic coordinates of the insertion, including chromosome, insertion
 point, and DNA strand. It also determines the genomic context of the event
 (exonic, intronic, or intergenic), performs genotyping (presence or absence),
 and provides haplotyping information (homozygous or heterozygous).