Description Usage Arguments Value Author(s) Examples
View source: R/old_secondary_modules.R
This function will test whether the query transcript contain an annotated Start codon from a reference CCDS of the gene
1 | testTXforStart(refCDS, queryTranscript, full.output = FALSE)
|
queryTranscript |
A GRanges object containing exon structure of a query transcript from the same gene family |
refCDS |
A GRanges object containing CCDS information of a gene family |
full.output |
If TRUE, function will output additional information |
By default, function will return a TRUE/FALSE boolean (annotatedStart)
If full.output is TRUE, function will output other information which include: (1) the length of the first coding exon (firstexlen), (2) queryTranscript GRanges with 5' end appended to the start codon (ORF), (3) a list of GRanges objects similar to 'indentifyAddedRemovedRegions()' output (txrevise_out). ?indentifyAddedRemovedRegions for more information
Fursham Hamid
1 2 | testTXforStart(ptbp2Data$transcripts$ENSMUST00000197833, ptbp2Data$refCDS)
testTXforStart(ptbp2Data$afCDS, ptbp2Data$refCDS)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.