Description Usage Arguments Value Examples
feature_extraction
1 | feature_extraction(chr = 1, position = 5e+06)
|
chr |
chromosome number(s) |
position |
genomic position(s) |
a named matrix for feature space representation (~ 360 features), each row corresponds to one input position
1 2 | #get features for locus chr1:5000000
feature_extraction(chr=c(1,2),position=c(5000000,10000000))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.