Description Usage Arguments Value Author(s) See Also Examples
View source: R/OverlapFunctions.R
Convert DEXSeq ids to gene ids
1 | 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
1 2 3 4 5 6 | # 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.