SingleR (六) 切出指定群并检验 第一步 切出神经细胞1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991 2021-10-01 生物信息学
Seurat (三) scRNA-seq数据全流程分析 (三) 第九步 提取Neuron细胞群12sc_Neuron <- subset(x = scRNA, integrated_snn_res.0.5 %in% c("2","6","8","11","13","15"))saveRDS(sc_Neuron, "sc_Neu 2021-10-01 生物信息学
Seurat (三) scRNA-seq数据全流程分析 (二) 第五步 手动标注 (一) marker表达可视化12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929 2021-10-01 生物信息学
Seurat (三) scRNA-seq数据全流程分析 (一) 第一步 查看数据构成123456789101112131415161718192021222324252627282930library(RColorBrewer)library(ggplot2)blank_theme <- theme_minimal()+ theme( axis.title.x = element_blank(), axis.text.x 2021-10-01 生物信息学
21.09.26 医学英语Pre Slides FileGood morning, everyone. I appreciate the opportunity to be with you today. I am here to briefly introduce to you spatial transcriptomics, a bioinformatics technology, and its significance f 2021-09-25 医学与通识
TCGA (二) 获得counts矩阵 第一步 进入对应的癌症页面 第二步 查看所需的Project 第三步 下载所需的分组1234567891011121314151617181920212223242526272829303132333435363738394041424344454647# 一般的前列腺癌 GDC Data Portal 是 hg38 的PRAD <- GDCquery(project = 'TCG 2021-09-25 组织测序分析
TCGA (一) 获取数据 第一步 安装程辑包并加载123456789options(BioC_mirror="https://mirrors.tuna.tsinghua.edu.cn/bioconductor")BiocManager::install("TCGAbiolinks")# 加载响应的包,默认已经安装好TCGAbiolinks包library(TCGAbiolinks)l 2021-09-24 组织测序分析
无Root权限安装Chrome 下载并上传对应的rpm包 12345# 解压RPM包 到当前目录rpm2cpio google-chrome-stable_current_x86_64.rpm cpio -idvm# 创建链接ln -s /home/rqzhang/zlliu/dev/chrome/opt/google/chrome/chrome /home/rqzhang/zlliu/bin/ 2021-09-23 有趣技能
复旦高性能计算 (五) 安装jupyter 第一步 安装jupyter模块12pip3.8 install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simpleln -s /home/rqzhang/zlliu/dev/python38/bin/jupyter /home/rqzhang/zlliu/bin/jupyter38 第二步 开启代码提示12345pip3.8 install - 2021-09-23 生物信息学
复旦高性能计算 (四) 编译安装python3.8 第一步 安装依赖 编译安装sqlite3 下载源文件:SQLite Download Page 1234567wget https://www.sqlite.org/snapshot/sqlite-snapshot-202108231028.tar.gztar -zxvf sqlite-snapshot-202108231028.tar.gz ./configure --prefix=/home 2021-09-21 生物信息学