-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
93 lines (87 loc) · 2.1 KB
/
_pkgdown.yml
File metadata and controls
93 lines (87 loc) · 2.1 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
url: https://yuw444.github.io/FastQDesign/
title: FastQDesign
template:
bootstrap: 5
bslib:
primary_color: "#1f77b4"
navbar:
title: "FastQDesign"
type: inverse
left:
- icon: fa-home
href: index.html
- text: "Getting Started"
href: articles/experiment-design.html
- text: "Articles"
menu:
- text: "Getting Started"
href: articles/experiment-design.html
- text: "---"
- text: "fastF Tool"
href: articles/fastF-tool.html
- text: "Sample Analysis"
href: articles/sample-prep.html
- text: "Data Sources"
href: articles/data-sources.html
- text: "Power Metadata Generation"
href: articles/generate-power-metadata.html
- text: "Reference"
href: reference/index.html
right:
- icon: fa-github
href: https://github.com/yuw444/FastQDesign
home:
title: FastQDesign
description: >
Guide investigators in designing scRNA-seq experiments by shifting focus
from UMI matrix back to raw FastQ reads.
links:
- text: GitHub
href: https://github.com/yuw444/FastQDesign
- text: Paper
href: https://www.nature.com/articles/s42003-025-07938-8
reference:
- title: Main Functions
contents:
- FastQDesign
- SamplePrep
- SampleMatch
- DownSample
- FindPseudotime
- title: Analysis Utilities
contents:
- ConditionalShannonEntropy
- Entropy
- ExtractMTX
- FindAllMarkersByCondition
- FixedNumClusters
- JaccardIndex
- MarkerGeneFilter
- OptimalNumClusters
- PPV
- RootNodeSelect
- title: fastF Subcommands
contents:
- fastF_freq
- fastF_filter
- fastF_crb
- fastF_bam2db
- fastF_extract
articles:
- title: Getting Started
contents:
- experiment-design
- title: fastF Tool
contents:
- fastF-tool
- title: Sample Analysis
contents:
- sample-prep
- title: Data
contents:
- data-sources
- title: Power Metadata Generation
contents:
- generate-power-metadata
development:
mode: auto