smartPARE_ListTrue: Constructs a list of the true cleavages

Description Usage Arguments Examples

View source: R/cleavageModelAndPrediction.R

Description

Searches for the true cleavages in dirs called true at the depth of recursion The list can be used to filer away false cleavages from the original dataset

Usage

1
smartPARE_ListTrue(pathToTrue = "data/example/", recursionLevel = 2)

Arguments

pathToTrue

Path to where to recursively look for true cleavages (dirs called true)

recursionLevel

Depth of recursion where the true dirs should be found at

Examples

1
2
smartPARE_ListTrue(pathToTrue = "keras/3categories/",
recursionLevel = 3 )

kristianHoden/smartPARE documentation built on July 3, 2021, 7:10 p.m.