Single cell CNVs analysis 2023-11-29| Omics | Single cell infercnvInstallationBiocManager::install("infercnv")
Usage123456789101112131415161718192021222324252627library(infercnv)# Count matrixcounts ...
Read more IGV deployment 2023-10-22| Omics | Genome IGV webappDownload IGVhttps://igv.org/app-archive/
Create data directorymkdir -p igv-webapp.2.13.5/resources/data (Put the data into this folder)
Star ...
Read more Allele specific CNVs analysis 2023-10-21| Omics | Genome Here's something encrypted, password is required to continue reading.
Read more 转录组表达定量分析 2023-10-20| Omics | Transcriptome 基于bamStar比对构建索引123456STAR --runMode genomeGenerate \--genomeDir /opt/hg38/index \--genomeFastaFiles /opt/hg38/ref/GRCh38.p14.genome.fa \--sjdbGTFfile ...
Read more Cancer intervention summary 2023-10-19| Cancer Here's something encrypted, password is required to continue reading.
Read more 胶质细胞markers 2023-09-25| Omics | Single cell Here's something encrypted, password is required to continue reading.
Read more Seurat对象操作 2023-09-18| Omics | Single cell Seurat对象
查看seurat对象的结构: str(object)
seurat对象的元信息: object@meta.data
指定使用的idents: Idents(object) <- "seurat_clusters"
指定使用的assay: DefaultAs ...
Read more R之tidyverse包使用 2023-08-17| R 数据读取123library(magrittr)library(tidyverse)data <- readr::read_tsv("test.tsv") %>% as.data.frame() # %>%为管道操作符
合并数据123456789# 左连接 ( ...
Read more Seurat空间转录组分析流程 2023-05-31| Omics | Spatial transcriptome Load 10X visium data123456789101112library(Seurat)library(ggplot2)library(patchwork)# dataDir contains spatial dir and filtered_feature_bc_matrix.h5# ...
Read more 10X Visium空间转录组上游分析流程 2023-05-29| Omics | Spatial transcriptome Space Ranger countSpatial GEX12345678910# Pipeline for fresh frozen (FF) tissue section# Fastq name must be: sample_S1_L00[lane_number]_[I1/R1/R2]_001 ...
Read more