check_tx {BUSpaRse} | 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.