steal_salmon_tx_ids | R Documentation |
Steal transcript IDs from the first count table.
steal_salmon_tx_ids(
meta,
annotations,
meta_column = "salmon_count_table",
annot_gene_column = "ensembl_gene_id",
annot_tx_column = "ensembl_transcript_id",
keep_unique = TRUE
)
meta |
Input metadata containing the salmon count table names. |
annotations |
Extant set of gene annotations, likely from biomart. |
meta_column |
metadata column with the filenames. |
annot_gene_column |
Column of annotations with the gene IDs. |
annot_tx_column |
Column of annotations with the transcript IDs. |
keep_unique |
Drop the potential duplicate GIDs? |
List containing modified annotations for the genes, transcripts, and the map between them.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.