| combineGRcoverage | R Documentation |
Combine GRanges coverage replicates
combineGRcoverage(
gr,
covNames = NULL,
covName = NULL,
strands = NULL,
scaleFactors = 1,
verbose = FALSE,
...
)
gr |
|
covNames |
|
covName |
|
strands |
|
scaleFactors |
|
verbose |
|
... |
additional arguments are ignored. |
This function takes a GRanges object as output from
getGRcoverageFromBw() and combines the coverages into
one coverage per strand for each covName (equivalent
to sample_id). Each coverage value is multiplied by
its scaleFactors value, then the sum is returned for
each strand, for each covName (sample_id).
The strand is inferred by the presence of negative values, where any negative value indicates the column is negative strand.
GRanges object whose colnames contain the
covName (sample_id) for each observed strand,
with coverage combined taking the sum of individual
coverages after multiplying each by scaleFactors.
Other jam GRanges functions:
addGRLgaps(),
addGRgaps(),
annotateGRLfromGRL(),
annotateGRfromGR(),
assignGRLexonNames(),
closestExonToJunctions(),
exoncov2polygon(),
findOverlapsGRL(),
flattenExonsBy(),
getFirstStrandedFromGRL(),
getGRLgaps(),
getGRcoverageFromBw(),
getGRgaps(),
grl2df(),
jam_isDisjoint(),
make_ref2compressed(),
sortGRL(),
spliceGR2junctionDF(),
stackJunctions()
Other jam RNA-seq functions:
assignGRLexonNames(),
closestExonToJunctions(),
defineDetectedTx(),
detectedTxInfo(),
exoncov2polygon(),
flattenExonsBy(),
getGRcoverageFromBw(),
groups2contrasts(),
internal_junc_score(),
makeTx2geneFromGtf(),
make_ref2compressed(),
prepareSashimi(),
runDiffSplice(),
sortSamples(),
spliceGR2junctionDF()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.