tssArrayProperties {TSRchitect} | R Documentation |
An internal function that calculates various properties for a TSR derived in tsrCluster()
tssArrayProperties(tssArray, seqName, strand)
tssArray |
an object containing TSS coordinates and their abundances. (data.frame) |
seqName |
the name of the chromosome or scaffold. (character) |
strand |
the strand that the TSR tags are located. (character) |
A vector containing information about the TSR. The returned vector is as follows: seqName (character), TSR start (numeric), TSR end (numeric), strand (character), number of TSSs (numeric), number of tags (numeric), fraction of tags in highest peak (numeric), TSR width (numeric), TSR torque (numeric), Shape Index (numeric), Modified Shape Index (numeric)