annotatedGenome object,
either for all transcripts or only those corresponding
to a given island or transcript.
transcripts retrieves all stored transcripts for a given
transcript or island.
matchTranscripts finds transcripts in queryDB matching a
transcript in subjectDB. The best match for each transcript
in subjectDB is returned, unless difference in bp is >maxbp
transcripts(genomeDB, txid, islandid)
matchTranscripts(queryDB, subjectDB, maxbp=10)annotatedGenomeannotatedGenome with query transcriptsannotatedGenome with potentially matching
transcriptsIRangesList where each element in the list corresponds to a
different transcript.
signature(genomeDB = "annotatedGenome", txid="missing", islandid="missing")genomeDB
signature(genomeDB = "annotatedGenome", txid="character", islandid="missing")txid
signature(genomeDB = "annotatedGenome", txid="missing", islandid="character")islandid
genePlot to plot the resulting transcripts
data(hg19DB)
txs <- transcripts(txid="NM_005158",genomeDB=hg19DB)
txs
Run the code above in your browser using DataLab