get_locus: Get gene IDs loci, without splicing information

View source: R/fct_geneIDs.R

get_locusR Documentation

Get gene IDs loci, without splicing information

Description

Get the locus IDs from splice variants IDs (remove the .1, .2 from a list of gene IDs)

Usage

get_locus(gene_ids, unique = TRUE)

Arguments

gene_ids

list of gene ids with splice variants information

unique

boolean, weather or not to return unique locus vector

Value

character vector of gene IDs without alternative transcripts information

Examples

splice_variants <- rownames(abiotic_stresses$normalized_counts)[1:20]
get_locus(splice_variants)

OceaneCsn/DIANE documentation built on Jan. 10, 2024, 6:43 p.m.