-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
79 lines (68 loc) · 1.91 KB
/
_pkgdown.yml
File metadata and controls
79 lines (68 loc) · 1.91 KB
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
url: https://songqi.org/shennong-object
authors:
Songqi Duan:
href: https://songqi.org
destination: docs
template:
bootstrap: 5
includes:
in_header:
<script defer src="https://umami.catplot.org/script.js" data-website-id="f882249b-4b3c-49a9-baf1-c1d2060215bb"></script>
articles:
- title: "Quick Start Guide"
dropdown: true
contents:
- quick_start
reference:
- title: "Core Object & Classes"
desc: "Main S4 classes, constructor, package documentation, and example dataset."
contents:
- Shennong-class
- sn_initialize_shennong_object
- show,Shennong-method
- so
- title: "Data Accessors"
desc: "Functions to retrieve data and metadata from Shennong objects."
contents:
- sn_active_assay
- sn_active_ident
- sn_active_layer
- sn_active_reduction
- sn_assays
- sn_fetch_data
- sn_layer_data
- sn_layers
- sn_metadata
- sn_reductions
- sn_features
- sn_samples
- sn_levels
- title: "Data Manipulation"
desc: "Functions to modify data within Shennong objects."
contents:
- sn_add_assay
- sn_add_metadata
- title: "Dimensionality Reduction"
desc: "Class and functions related to dimensionality reduction results."
contents:
- has_concept("reduction")
- title: "Plotting"
desc: "Functions for visualizing Shennong objects."
- contents:
- has_concept("plot")
- title: "Command Log"
desc: "Class and functions for tracking computational history."
- contents:
- has_concept("command")
- title: "Generic Methods & Utilities"
desc: "Implementations of standard generics and other utility functions."
contents:
- filter.Shennong
- dim,Shennong-method
- dimnames,Shennong-method
- head,Shennong-method
- sn_misc
- sn_project_name
- sn_tools
- sn_version
- ShennongTool-class