-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
85 lines (85 loc) · 1.96 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Package: epitopefindr
Type: Package
Title: Minimal Overlaps from BLAST Alignments
Version: 1.1.31
Authors@R: c(person("Brandon", "Sie", role = c("aut", "cre"),
email = "brandonsie@gmail.com"),
person("Ben", "Larman", role = "ctb"),
person("Daniel", "Monaco", role = "ctb"),
person("Athena", "Chen", role = "ctb"))
Maintainer: Brandon Sie <brandonsie@gmail.com>
Description: The purpose of this tool is to describe the alignments among a set of peptide sequences by reporting the overlaps of each peptide's alignments to other peptides in the set. One can imagine inputting a list of peptides enriched by immunoprecipitation to identify corresponding epitopes.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Collate:
'epitopefindr.R'
'addPepSeq.R'
'chooseIndex.R'
'cycleBLAST.R'
'data.R'
'decipherGaps.R'
'epfind.R'
'epPB.R'
'epitopeBLAST.R'
'filterBLAST.R'
'groupMSA.R'
'indexEpitopes.R'
'indexGroups.R'
'isOverlapping.R'
'makeIR.R'
'mergeFastaDuplicates.R'
'numAlignments.R'
'organizeBLAST.R'
'outputTable.R'
'pbCycleBLAST.R'
'prepareBLAST.R'
'qsSwap.R'
'queryBLASTaa.R'
'removeSmallAln.R'
'renameBLAST.R'
'renameFasta.R'
'selfBLASTaa.R'
'threshBLAST.R'
'tidyBLAST.R'
'tidyFasta.R'
'trimEpitopes.R'
'unmergeFastaDuplicates.R'
'writeFastaAA.R'
'zzz.R'
Remotes:
mhahsler/rBLAST,
brandonsie/pdfuniter,
bioc::3.10/Biostrings,
bioc::3.10/IRanges,
bioc::3.10/msa,
bioc::3.10/S4Vectors
Imports:
data.table,
magrittr,
seqinr,
msa,
stringr,
tools,
rBLAST,
readr,
microseq,
IRanges,
S4Vectors,
dplyr,
tidyr,
Biostrings,
utils,
pdfuniter,
staplr,
tidytable
Suggests:
knitr,
rmarkdown,
pdftools,
igraph,
foreach,
doParallel
VignetteBuilder: knitr
Depends: R (>= 3.5)