Açıklama Yok

zhangxudong 9c9ede5a62 修改参数顺序 2 ay önce
support_scripts f138256959 first commit 3 yıl önce
README.md 20c01a01a2 add saf 8 ay önce
abundance_estimates_to_matrix.pl 71cd505a04 add cpm 2 yıl önce
run-featurecounts.R 9c9ede5a62 修改参数顺序 2 ay önce

README.md

一.安装

  1. 安装依赖R包 argparser, Rsubread, limma, edgeR
  2. 安装本软件
git clone http://git.genek.cn:3333/zhxd2/RunFeatureCounts.git

二.使用

对 GTF 中的 GENE 定量

Rscript RunFeatureCounts/run-featurecounts.R -b ../21.Mapping/BLO_S1_LD1.bam -g ../12.ref/genes.gtf -f exon -a gene_id -i FALSE -s 2 -o BLO_S1_LD1

对 GTF 中的 ISOFORM 定量

Rscript RunFeatureCounts/run-featurecounts.R -b ../21.Mapping/BLO_S1_LD1.bam -g ../12.ref/genes.gtf -f exon -a transcript_id -i FALSE -s 2 -o BLO_S1_LD1

对 SAF 定量

Rscript RunFeatureCounts/run-featurecounts.R -b aligned/FoxA1_E2_rep1_sorted_filtered.bam --saf merged_peaks.saf --isPairedEnd FALSE -o FoxA1_E2_rep1