Learn R Programming

casper (version 2.6.0)

getNreads: Get total number of paths in each island from a pathCounts object.

Description

getNreads returns a numeric vector with the total number of path counts in each island from a pathCounts object.

Usage

getNreads(pc)

Arguments

pc
pathCounts object generated by pathCounts()

Value

  • Numeric vector with total number of path counts in each island of pc.

Examples

Run this code
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

Run the code above in your browser using DataLab