Skip to content

Commit

Permalink
添加更详细的结构
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Feb 21, 2020
1 parent 18d232b commit a0d5dd2
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 3 deletions.
118 changes: 117 additions & 1 deletion 02-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,122 @@ public: 1

# 资源列表

该列表分为{推荐}和{全部}两块,{推荐}展示强推资料,用于学习必备的一些技能,{全部}展示经过筛选的所有内容。

具体内容的选择、学习,读者需要自己根据当前自身的情况把握。

## 推荐

## 全部
{推荐}下一级条目下不再设下一级标题。

### 基础编程

### 研究背景

### 分析流程

### 统计技术

### 软件工具

### 工具开发

## 全部

{全部}下一级条目下设下一级标题对内容进一步区分。

### 学术资料

#### 学术工具

- 绘图
- iSlide
- 写作
- 汇报
- 海报
- 建站

#### 学术研究组

### 数据库

#### 核心数据库

NCBI

PDB

#### 临床试验

#### 癌症组学

#### 其他

### 软件与工具包

#### 协同工作

#### 组学数据预处理

#### 序列比对

#### 变异检测

#### 生信文件处理

#### 差异分析

#### 数据处理与转换

#### 统计建模与分析

#### 表格

#### 绘图

ggplot2

TBtools

#### 编程优化

#### 并行计算

### 基础编程

#### R

#### Python

#### Shell

#### Shiny

#### C 与 C++

#### Golang

#### Javascript、HTML 与 CSS

### 研究背景

#### 癌症

#### 免疫学

### 分析流程

### 统计技术

### 工具开发

#### R 包

#### Shiny

#### Python 包

#### 命令行工具



14 changes: 14 additions & 0 deletions 03-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,17 @@ public: 1

# 技术笔记

这里用于存储一些跟课题组工作相关的技术性笔记。

## 综合性

笔记内容涉及多种编程语言的联动。

## R

## Python

## Shell

## 其他

13 changes: 12 additions & 1 deletion 04-QA.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,15 @@ url: 04-qa
public: 1
---

# 问题与方案
# 问题与方案

这里记录一些简要的概念性或技术性问题。

## 编程

与编程相关的技术问答。


## 专业背景

与课题组工作方向相关的内容,包括癌症、免疫、组学分析等方面。
8 changes: 7 additions & 1 deletion 05-routine.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@ url: 05-routine
public: 1
---

# 周期任务
# 周期任务

## 维护实验室网站

详情见 <https://github.com/XSLiuLab/XSLiuLab.github.io>

> 注意,该仓库下有两个分支,一个是直接自动部署到免费网站上的(GitHub commit会自动更新),一个需要手动部署在学校提供的虚拟机上部署。

0 comments on commit a0d5dd2

Please sign in to comment.