Limour's Blog
  • Home
  • Archives

分享壁纸一张,测试一下图床接口

2022-09-03
转载

ReactomePA试用

安装补充包 conda activate clusterprofiler ~/dev/xray/xray -c ~/etc/xui2.json & wget -e “https_proxy=http://127.0.0.1:20809“ https://github.com/YuLab-SMU/ReactomePA/archive
2022-09-02
通路富集

让NPM面板只允许CDN回源IP访问

之前用docker安装NPM面板,并套上了CF的免费CDN,做好了规则防护。现在还差一个防止通过固定Hostname然后扫描全网ip来反查源站的保护。 123456789101112131415161718#!/bin/bash/usr/sbin/iptables -I DOCKER-USER -p tcp -m multiport --dports 80,443 -j DROP/usr/sbi
2022-09-02
运维

Docker安装A面板

之前安装了X面板,现在在客户端上安装A面板来使用它 1234567891011121314version: '3.3'services: v2raya: restart: always privileged: true network_mode: host container_name: v2raya
2022-09-01
开源

Docker搭建ServerStatus

服务端123456789101112version: '3.3'services: serverstatus: restart: always container_name: serverstatus volumes: - './serverstatus-config.json:/ServerSta
2022-08-27
开源

AWS的Lambda使用尝试

之前给博客尝试用了CloudFront,今天来试试Lambda。 先给虚拟机装个conda wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-py39\_4.12.0-Linux-x86\_64.sh -O conda_install.sh chmod +x conda_install.sh ./
2022-08-23
uncategorized

对富集结果进行贝叶斯网络推断

安装补充包 conda activate clusterprofiler ~/dev/xray/xray -c ~/etc/xui2.json & wget -e “https_proxy=http://127.0.0.1:20809“ https://github.com/noriakis/CBNplot/archive/ref
2022-08-22
通路富集

生存数据计算C指数并进行比较

安装补充包 conda activate ggsurvplot conda install -c bioconda bioconductor-survcomp -y 计算C指数1234library(survcomp)C_index1 <- concordance.index(x=test_data$GS, surv.time=test_data$time, surv.event=test
2022-08-20
统计学

蛋白互作网络PPI分析后进行hub基因提取

导出基因1234x <- readRDS('../../fig.1/C_ref_A_fiig.1_A/x.rds')x <- unique(c(x$RRA_up,x$RRA_down))x <- as.data.frame(x)write.table(x = x, file = 'input.txt', row.names = F, quo
2022-08-20
数据清洗

R语言:数据集分割

安装补充包 conda activate ggsurvplot conda install -c conda-forge r-catools -y 划分训练集和验证集123456library("caTools")dat <- readRDS('../data/dat.rds')set.seed(123)split = sample.split(su
2022-08-19
数据清洗
1…1213141516…33

Search

湘公网安备 43130202000203号 湘ICP备20008299号 萌ICP备20210128号

Hexo Fluid SRC