-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
61 lines (55 loc) · 1.53 KB
/
_quarto.yml
File metadata and controls
61 lines (55 loc) · 1.53 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
project:
type: book
book:
title: "TransProPyBook"
author: "Dongyue Yu"
favicon: TransProPy_logo.png
description: TransProPy is a Python package that is part of the TransPro series under the SuperOmics framework.
keyword: TransProPy, DL, data science, data engineering
url: https://sssydysss.github.io/TransProPyBook/
date: "2023/11/15"
sidebar:
background: "#a6cedb"
logo: TransProPy_logo.png
search: true
repo-url: https://github.com/SSSYDYSSS/TransProPyBook
repo-branch: main
repo-actions: [edit, issue, source]
sharing: [twitter, facebook, linkedin]
image: TransProPy_logo.png
comments:
giscus:
repo: SSSYDYSSS/TransProPyBook
open-graph:
image: https://github.com/SSSYDYSSS/TransProPyBook/blob/main/TransProPy_logo.png
description: Python package TransProPy.
chapters:
- index.qmd
- UtilsFunction1.qmd
- UtilsFunction2.qmd
- UtilsFunction3.qmd
- MACFCmain.qmd
- NewMACFCmain.qmd
- AutogluonTimeLimit.qmd
- AutoGluonSelectML.qmd
- AutoFeatureSelection.qmd
- funkyheatmap.qmd
- Percentage Stacked Line Bar Chart.qmd
- Ridge Plot.qmd
- CFD FullGSEA.qmd
- ANKRD35 FullGSEA.qmd
- ALOXE3 FullGSEA.qmd
- GeneCount and GseaNES.qmd
- ALL GENE LINE BAR.qmd
- Seprate All GSEA.qmd
- VennNetwork core enrichment.qmd
- CircosBar core enrichment.qmd
- Contact.qmd
- references.qmd
bibliography: references.bib
format:
html:
theme: cosmo
code-fold: false
css: custom.css
backgroundcolor: "#eff7f8"