which_tx_names | R Documentation |
This function is used to check if tx1 and tx2 are GENCODE or ENSEMBL transcript IDs and return an integer vector of tx1 transcript indexes that are in tx2.
which_tx_names(txnames, sig_tx)
txnames |
A |
sig_tx |
A |
A
integer()
vector of txnames
transcript indexes in sig_tx
.
sig_tx <- select_transcripts("cell_component")
whichTx <- which_tx_names(rownames(rse_tx), sig_tx)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.