This function takes the information on particular gene locations and creates a file to search for RBPs on RBPMap
1 2 3 4 5 6 7 8 | convert_to_RBP(
chr.vector,
start.vector,
end.vector,
strand.vector,
bprange = 100,
path.to.output = "output.txt"
)
|
chr.vector |
Chromosome locations |
start.vector |
Start positions |
end.vector |
End positions |
strand.vector |
Strand positions |
bprange |
BP range |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.