combiner | R Documentation |
This function makes and intersection dataframe for mRNA and miRNA/s of interest to be tested.
combiner(mRNA, miRNA, miRNA_select)
mRNA |
Matrix or data.frame mRNA/RNA from transforemed diff expression file (genrated using TZtranz) |
miRNA |
Matrix or data frame miRNA from transforemed diff file (genrated using TZtranz) |
miRNA_select |
A vector of character's for miRNAs which the user is interested in investigating if glm is use 1 miRNA should be input. If multivariate several miRNAs should be imported, same goes for interaction determination for miRNAs. Note we do not recommend more than 3-4 miRNAs at a time for the latter cases. |
A dataframe which includes only mRNAs and miRNA intersection for the next estimation geneVari output.
miRNA_select <- c("ebv-mir-bart9-5p")
x <- combiner(mRNA, miRNA, miRNA_select)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.