-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
58 lines (58 loc) · 2.27 KB
/
DESCRIPTION
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
51
52
53
54
55
56
57
58
Package: SeedMatchR
Title: Find Matches to Canonical SiRNA Seeds in Genomic Features
Version: 1.1.1
Authors@R:
c(person("Tareian", "Cazares", , "tareian.cazares@lilly.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4624-6156")),
person("Gulcin", "Ozer", , "ozer_gulcin@lilly.com", role = c("aut"),
comment = c(ORCID = "0000-0002-8315-8051")),
person("Jibo", "Wang", , , role = c("aut")),
person("Rick", "Higgs", , , role = c("aut")),
person("Eli Lilly and Company", role = c("cph")))
Description: On-target gene knockdown using siRNA ideally results from binding
fully complementary regions in mRNA transcripts to induce cleavage.
Off-target siRNA gene knockdown can occur through several modes, one being
a seed-mediated mechanism mimicking miRNA gene regulation. Seed-mediated
off-target effects occur when the ~8 nucleotides at the 5’ end of the guide
strand, called a seed region, bind the 3’ untranslated regions of mRNA,
causing reduced translation. Experiments using siRNA knockdown paired with
RNA-seq can be used to detect siRNA sequences with potential off-target
effects driven by the seed region. 'SeedMatchR' provides tools for exploring
and detecting potential seed-mediated off-target effects of siRNA in RNA-seq
experiments. 'SeedMatchR' is designed to extend current differential
expression analysis tools, such as 'DESeq2', by annotating results with
predicted seed matches. Using publicly available data, we demonstrate the
ability of 'SeedMatchR' to detect cumulative changes in differential gene
expression attributed to siRNA seed regions.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
biocViews:
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
org.Rn.eg.db
Config/testthat/edition: 3
Imports:
dplyr,
Biostrings,
ggmsa,
msa,
ggplot2,
utils,
AnnotationHub,
GenomeInfoDb,
GenomicFeatures,
cowplot,
testit,
lifecycle,
stringr,
stats
VignetteBuilder: knitr
Depends:
R (>= 4.1.0)
LazyData: true
URL: https://tacazares.github.io/SeedMatchR/, https://github.com/tacazares/SeedMatchR
BugReports: https://github.com/tacazares/SeedMatchR/issues