cepair | R Documentation |
extract lncRNA-circRNA ceRNA pair
cepair(interac, N_mi = 50)
interac |
the interaction data matrix, in which the column name contain "node_gene_ID", "type" and "target_gene_ID" |
N_mi |
a numeric value, shared miRNAs by a lncRNA and circRNA |
interac_temp the interaction data matrix, in which the column name contain "node_gene_ID", "type" and "target_gene_ID"
## Not run: interac <- interStringency(type = "ncRNA", stringency = "strict") interac_strict_p_50 <- cepair(interac, N_mi= 50) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.