Explorar el Código

上传文件至 '.'

master
yingyu hace 6 años
padre
commit
459d98ef74
Se han modificado 1 ficheros con 4 adiciones y 7 borrados
  1. +4
    -7
      README.md

+ 4
- 7
README.md Ver fichero

@@ -103,9 +103,13 @@ rnaseq_sexpredict.rds R对象
内容如下:
> Sample,Sex
>
> P1,Female
>
> P10,Female
>
> P11,Female
>
> P12,Male
### 运行示例
@@ -146,13 +150,6 @@ library(optparse) #all
​ 如果需要安装,运行
```R
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ballgown")
BiocManager::install("org.Hs.eg.db")
BiocManager::install("fgsea")
BiocManager::install("clusterProfiler")
install.packages("optparse")
```

Cargando…
Cancelar
Guardar