-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
89 lines (87 loc) · 2.24 KB
/
_pkgdown.yml
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
86
87
88
89
reference:
- title: "Query N-sp predictions"
desc: >
Functions for obtaining N-sp predictions based on protein sequence.
contents:
- get_signalp5
- get_signalp
- get_targetp
- get_phobius
- title: "Query GPI predictions"
desc: >
Functions for obtaining GPI predictions based on protein sequence.
contents:
- get_big_pi
- get_pred_gpi
- get_netGPI
- title: "Annotate protein sequences"
desc: >
Functions for domain, transmembrane region and disorder prediction based on protein sequence.
contents:
- get_hmm
- get_cdd
- get_espritz
- pfam2go
- get_phobius
- get_tmhmm
- title: "Proline hydroxylation prediction"
desc: ~
contents:
- predict_hyp
- title: "Arabinogalactan identification"
desc: ~
contents:
- scan_ag
- title: "Classify HRGPs"
desc: ~
contents:
- maab
- title: "Protein structure diagram"
desc: ~
contents:
- plot_prot
- title: "Detection of motifs for N-glycosylation"
desc: ~
contents:
- scan_nglc
- title: "data"
desc: >
Data frame with 2700 Arabidopsis thaliana protein sequences predicted
to contain a N-sp by either Phobius or SignalP with length of 100 - 400
amino acids.
contents:
- at_nsp
- title: "Functions used internally"
desc: ~
contents:
- CTDC
- getAAindex
- getKmer
- extractMBdesc
- QSOlevel
- sub_hyp
- split_fasta
navbar:
type: inverse
left:
- icon: fa-home fa-lg
href: index.html
- text: Getting started
href: articles/pkgdown/start.html
- text: "Tutorials"
menu:
- text: Filtering hydroxyproline rich glycoproteins
href: articles/pkgdown/filter.html
- text: Analyse hydroxyproline rich glycoproteins
href: articles/pkgdown/analyse.html
- text: Protein Sequence Visualization
href: articles/pkgdown/PSV.html
- text: "Functions"
href: reference/index.html
- text: "News"
href: news/index.html
- text: "ragp shiny"
href: https://ragp.shinyapps.io/Rapp/
right:
- icon: fa-github fa-lg
href: https://github.com/missuse/ragp/