cisInter | R Documentation |
cisInter function This function reads several outputs from coding potential programs and join all tesults in table, where 0 is coding and 1 - noncoding
cisInter(
lncRNAs = NULL,
mRNAs = NULL,
FEELnc.classes,
is.best = T,
lncRNA.level = "transcript",
mRNA.level = "gene",
max.dist = 1e+05
)
lncRNAs |
the list of lncRNA IDs (genes or transcripts) |
mRNAs |
the list of mRNA IDs (genes or transcripts) |
FEELnc.classes |
the "classes" output file from FEELnc |
is.best |
filtering by the first collumn "is.best" (see https://github.com/tderrien/FEELnc) |
lncRNA.level |
choose the "gene" or "transcript" level for lncRNA filtering |
mRNA.level |
choose the "gene" or "transcript" level for mRNA filtering |
max.dist |
the distance for cis-relation (default value is 100 000) |
cisInter()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.