feature_extraction: Compute the feature representation for one or more genomic...

Description Usage Arguments Value Examples

Description

feature_extraction

Usage

1
feature_extraction(chr = 1, position = 5e+06)

Arguments

chr

chromosome number(s)

position

genomic position(s)

Value

a named matrix for feature space representation (~ 360 features), each row corresponds to one input position

Examples

1
2
#get features for locus chr1:5000000
feature_extraction(chr=c(1,2),position=c(5000000,10000000))

kevinVervier/TiSAn documentation built on May 20, 2019, 9:07 a.m.