ReadCutsite: ReadCutsite

Description Usage Arguments Details Value Examples

View source: R/function.R

Description

Function to create a reference dataframe include each position and its' group

Usage

1
ReadCutsite(segref,reftype=NULL)

Arguments

segref

The cutsite file

reftype

Choose the reference type you want, if reftype="Accurate" (default), there will only the target sites be generated; if reftype="All", each site will be generated

Details

Title

Value

reference dataframe

Examples

1
2
3
data("example_data",package = "LinTInd")
ReadCutsite(cutsite)
ReadCutsite(cutsite,reftype="All")

mana-W/LinTInd documentation built on Feb. 14, 2022, 10:13 a.m.