DEXSeqIdsToGeneIds {GeneStructureTools} | R Documentation |
Convert DEXSeq ids to gene ids
DEXSeqIdsToGeneIds(DEXSeqIds, removeVersion = FALSE, containsE = TRUE)
DEXSeqIds |
vector of DEXSeq group or exon ids |
removeVersion |
remove the version (.xx) of the gene? |
containsE |
do the DEXSeq exons ids contain :E00X? |
vector of unique gene ids
Beth Signal
Other DEXSeq processing methods: findDEXexonType
,
summariseExonTypes
# multiple genes in name DEXSeqId <- "ENSMUSG00000027618.17+ENSMUSG00000098950.7+ENSMUSG00000089824.10+ENSMUSG00000074643.12" DEXSeqIdsToGeneIds(DEXSeqId) # exonic part number in id DEXSeqIdsToGeneIds("ENSMUSG00000001017.15:E013", removeVersion=TRUE)