-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_pkgdown.yml
55 lines (50 loc) · 1.11 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
destination: docs
authors:
Shixiang Wang:
href: https://shixiangwang.github.io/
reference:
- title: Standard dataset query and download pipeline
desc: Select, query, download and load datasets.
contents:
- XenaData
- XenaScan
- XenaGenerate
- XenaFilter
- XenaBrowse
- XenaQuery
- XenaDownload
- XenaPrepare
- title: Download a subset of dataset
desc: Download a subset of dataset for target analysis.
contents:
- fetch_dense_values
- fetch_dataset_samples
- fetch_dataset_identifiers
- fetch
- title: One-click download function
desc: Download datasets by setting options in one function.
contents:
- downloadTCGA
- getTCGAdata
- availTCGA
- showTCGA
- title: Utility
desc: Useful functions.
contents:
- XenaDataUpdate
- hosts
- cohorts
- datasets
- samples
- has_probeMap
- XenaQueryProbeMap
- title: Helpers
desc: Helper functions.
contents:
- xena_default_hosts
- to_snake
- title: Class
desc: Class and related function.
contents:
- XenaHub-class
- XenaHub