View source: R/CreateExSmatrix.R
CreateExSmatrix | R Documentation |
Generates the Events x RBP matrix for the splicing factor enrichment analysis.
CreateExSmatrix(
pathtoeventstable,
SG_List,
nt = 400,
Peaks,
POSTAR,
EventsRegions = NULL,
cores = 1
)
pathtoeventstable |
Path to eventsFound.txt with the information of all the events |
SG_List |
List with the information of the splicing graph of the genes. Returned by the funciotn EventDetectio_transcriptome |
nt |
Number of nt up and down for the splicing regions of each event |
Peaks |
Table with the peaks |
POSTAR |
Table with peaks of POSTAR |
EventsRegions |
Events regions if calculated prevously. Not need to calculated again. |
cores |
Number of cores if user want to run in parallel. |
The function returns a list with the ExS matrix and with the splicing regions of the events. If the Splicign regions is an input of the function then only the ExS matrix will be returned. The ExS matrix is the input for the Splicing Factor enrichment analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.