plotGene: old coverage plot function.

Description Usage Arguments

View source: R/PlotGene.R

Description

old coverage plot function.

Usage

1
2
plotGene(IP_BAM, INPUT_BAM, size.IP, size.INPUT, geneName, geneModel,
  libraryType = "opposite", center = mean, GTF, ZoomIn = NULL)

Arguments

IP_BAM

The bam files for IP samples

INPUT_BAM

The bam files for INPUT samples

size.IP

The size factor for IP libraries

size.INPUT

The size factor for INPUT libraries

geneName

The name (as defined in gtf file) of the gene you want to plot

geneModel

The gene model generated by gtfToGeneModel() function

libraryType

"opposite" for mRNA stranded library, "same" for samll RNA library

GTF

gtf annotation as GRanges object. Can be obtained by GTF <- rtracklayer::import("xxx.gtf",format = "gtf")


scottzijiezhang/MeRIPtools documentation built on March 27, 2021, 3:04 a.m.