https://bioinformatics-core-shared-training.github.io/RNAseq-R/align-and-count.nb.htmlhttps://bioinf.wehi.edu.au/Rsubread/annot/#ftp://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_34/GRCh38.primary_assembly.genome.fa.gzlibrary(Rsubread)library(edgeR)library(limma)library(annotables)fastq.files<-list.files(path="~/Desktop/RNAseq",pattern=".fastq.gz$",full.names=T...[
阅读全文]
扁平疣特效方香附15g
木贼15g山豆根15g板蓝根15g加水烧开,凉到不会烫伤,用纱布外洗7-10天,10分/次,1-2次/天.同时口服VitB1.[
阅读全文]
Watchzaharaenglishatyoutube.Thisisthebestoneformetolearnenglish.[
阅读全文]
D<-apply(as.matrix(dat),2,as.numeric)d<-dat%>%group_by(Group)%>%summarise_if(is.numeric,mean,na.rm=TRUE)HNSC_TT<-HNSC[,grepl("01A",names(HNSC))]packageRsubreadforfastqtobam/countpackageDESeq2fordifferentlygeneexpressionpackageDOSEforGSEApackageyarrrlibrary(Hmisc)res<-rcorr(as.matrix(data))[
阅读全文]
catIN1_S1_L001_R1_001.fastqIN1_S1_L002_R1_001.fastq>IN1_S1_concatenated_R1_001.fastqcatIN1_S1_L001_R2_001.fastqIN1_S1_L002_R2_001.fastq>IN1_S1_concatenated_R2_001.fastqhttps://bioinformatics-core-shared-training.github.io/RNAseq-R/align-and-count.nb.htmllibrary(readr)library(dplyr)library(ggplot2)library(tidyverse)library(DESeq2)mycounts<-read.csv("C:/Users/?/Desktop/mycounts.csv&quo...[
阅读全文]
https://bioconductor.org/packages/release/bioc/html/TCGAbiolinks.htmllibrary(TCGAbiolinks)library(maftools)getGDCprojects()query<-GDCquery(project="TCGA-HNSC",data.category="TranscriptomeProfiling",experimental.strategy='RNA-Seq',data.type="GeneExpressionQuantification",workflow.type="HTSeq-Counts")GDCdownload(query)d<-getResults(query)HNSC.Rna...[
阅读全文]
library(readr)library(dplyr)library(ggplot2)library(tidyverse)library(DESeq2)mycounts<-read.csv("C:/Users/~/Desktop/datacounts.csv")metadata<-read.csv("C:/Users/~/Desktop/datametadata.csv")countData<-mycounts[!(duplicated(mycounts[[1]])|duplicated(mycounts[[1]],fromLast=TRUE)),]rownames(mycounts)=make.names(mycounts$gene,unique=TRUE)mycounts<-as.data.frame(mycounts)...[
阅读全文]
library(dplyr)library(Seurat)library(patchwork)library(ggplot2)dat1<-Read10X("C:/Users/~/Desktop/data")#data(matrix.mtx.gz,barcode.tsv.gz,features.tsv.gz)dat1<-CreateSeuratObject(counts=dat1,project="NT",min.cells=3,min.features=200)dat1dat1[["percent.mt"]]<-PercentageFeatureSet(dat1,pattern="^MT-")VlnPlot(dat1,features=c("nFeature_RNA",&q...[
阅读全文]