Description Usage Arguments Details Value Author(s)
View source: R/buildTxMethods.R
Collapse entries from a GetTxBySec
return object.
See 'Details'.
This is a low-level function that is being called from
BuildTx
.
1 | CollapseTxBySec(txBySec, geneXID, verbose = FALSE)
|
txBySec |
A |
geneXID |
A |
verbose |
A logical scalar; if |
Entries are collapsed using the following method:
If multiple entries exist for one Entrez ID, the transcript with the longest CDS is kept.
For every CDS with a unique RefSeq ID, the 5'/3'UTRs closest to the CDS (non-overlapping) is kept; in the case of a distance tie, the longest UTR is kept.
For every 5'UTR with a unique RefSeq ID, the corresponding upstream promoter is chosen.
A list
of GRangesList
objects
Maurits Evers, maurits.evers@anu.edu.au
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.