findDrClusters: Function looks for discordant reads with the same chromosome...

Description Usage Arguments Value

Description

Function looks for discordant reads with the same chromosome name, mate and direction in close distance and assigna them the same id.

Usage

1
2
3
findDrClusters(configuredDf, tresholdValue, countBufferValue,
  numberOfPositionBases, numberOfMrnmBases, startIndex = NULL,
  endIndex = NULL, filteredChromomes = NULL)

Arguments

configuredDf

gets dataframe result of function getConfiguration

tresholdValue

specifies how many similar elements should be in the sequence

countBufferValue

defines how many mismatched reads can be from another sequence to start ignore current sequence

numberOfPositionBases

defines the maximum length of sequence position from the first element in sequence

numberOfMrnmBases

defines the maximum length of sequence mrnm from the first element in sequence

startIndex

defines from which position start read configured dataframe

endIndex

defines to which position start read configured data from

filteredChromomes

defines character vector of given chromosomes

Value

dataframe of sequences with the same id


piotrcirocki/BCTs-finder documentation built on May 7, 2019, 11:10 a.m.