check_tx | R Documentation |
This function throws an error if transcript IDs in transcriptome and annotation do not overlap. If they do overlap, this function will give a message about transcript IDs that do not agree in the transcriptome and the annotation
check_tx(tx_annot, tx)
tx_annot |
Character vector of transcript IDs from the annotation. |
tx |
Character vector of transcript IDs from the transcriptome. |
Character vector of the overlapping transcript IDs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.