plotGeneCov-MeRIP.Peak-method: plotGeneCov

Description Usage Arguments

Description

plotGeneCov

Usage

1
2
3
4
## S4 method for signature 'MeRIP.Peak'
plotGeneCov(object, geneName,
  libraryType = "opposite", center = mean, ZoomIn = NULL,
  adjustExprLevel = F, adjustExpr_peak_range = NULL)

Arguments

object

The data list from countReads and other analysis.

geneName

The gene symbol to be ploted.

libraryType

Specify whether the library is the same or opposite strand of the original RNA molecule. Default is "opposite".

center

Specify the method to calculate average coverage of each group. Could be mean or median.

ZoomIn

c(start,end) The coordinate to zoom in at the gene to be ploted.

adjustExprLevel

logical parameter. Specify whether normalize the two group so that they have similar expression level.

GTF

The GRanges object containing gtf annotation. Can obtain by rtracklayer::import("file.gtf", format= "gtf").


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