cross_expression_matrix | R Documentation |
Extracts gene donor mRNA expression based on CR candidates.
## S4 method for signature 'xrResult'
cross_expression_matrix(object, rank = NULL, pvalue_threshold = 0.01)
object |
Depends on xrResult object. Run |
rank |
A numeric value to filter number of candidates |
pvalue_threshold |
P-value threshold |
Return a matrix containing mRNA expression across healthy tissues.
## Not run:
result <- crossdome::mage_result
cross_expression_matrix(object = result)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.