convert_to_RBP: This function takes the information on particular gene...

Description Usage Arguments

View source: R/Functions.R

Description

This function takes the information on particular gene locations and creates a file to search for RBPs on RBPMap

Usage

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"
)

Arguments

chr.vector

Chromosome locations

start.vector

Start positions

end.vector

End positions

strand.vector

Strand positions

bprange

BP range


MilesLab/RBPMapExp documentation built on Dec. 17, 2021, 4:17 a.m.