get_locus | R Documentation |
Get the locus IDs from splice variants IDs (remove the .1, .2 from a list of gene IDs)
get_locus(gene_ids, unique = TRUE)
gene_ids |
list of gene ids with splice variants information |
unique |
boolean, weather or not to return unique locus vector |
character vector of gene IDs without alternative transcripts information
splice_variants <- rownames(abiotic_stresses$normalized_counts)[1:20]
get_locus(splice_variants)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.