Description Usage Arguments Value
Function looks for discordant reads with the same chromosome name, mate and direction in close distance and assigna them the same id.
1 2 3 | findDrClusters(configuredDf, tresholdValue, countBufferValue,
numberOfPositionBases, numberOfMrnmBases, startIndex = NULL,
endIndex = NULL, filteredChromomes = NULL)
|
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 |
dataframe of sequences with the same id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.