rice related analysis基因组生物信息学

应该是收集了水稻所有的ChIP-seq数据的一个网站Plants

2018-11-01  本文已影响18人  热衷组培的二货潜

Plantseq

首页界面


image.png

看看更新频率,你没看错,前几天才更新。。


image.png
随便拿一个基因输入看看(注意这里只支持RAPDB-ID):Os11g0559200

其次特别Nice的是给了所有分析脚本

分析命令

$ ./fastq-dump -I SRRxxxxx (for single-end sequencing)
$ ./fastq-dump -I --split-files SRRxxxxx (for pair-end sequencing)

比对到基因组

$ bowtie2 -5 xx -3 xx -x /directory/tair10 -U file.fastq -S file.sam

将sam文件转换成bam文件

$ samtools view -bS file.sam > file.bam
$ samtools sort -T file -o file_sort.bam file.bam
$ samtools index file_sort.bam
$ bamCoverage -b flie_sort.bam -o file_sort.bw -bs 10 --effectiveGenomeSize 135000000 --normalizeUsing RPGC --ignoreDuplicates -e 100 --samFlagExclude 1796

2.1.3 Generating peak plateau, FRiP, and median enrichment

scripts

Before running the script, several tools need to be installed and added to your executable path.

Bedtools
MACS2
R
ggplot2 package

上一篇下一篇

猜你喜欢

热点阅读