ProteoDiscography-class | R Documentation |
An S4 object containing the reference genome sequences and gene-model annotations (TxDB).
This also stores genomic variants and splice-junctions from which mutant transcript sequences can be generated.
TxDb
(TxDb): TxDb object containing the genomic and transcript annotations.
genomeSeqs
(DNAStringSet or BSgenome): Genomic sequence of the respective genome.
input.genomicVariants
(VRangesList): Imported genomic variants (SNV, MNV and InDels).
input.spliceJunctions
(DataFrame): Imported splice-junctions.
input.manualSequences
(DataFrame): Imported manual sequences.
mutantTranscripts.genomicVariants
(tibble): Generated mutant mRNA sequences from genomic variants.
mutantTranscripts.spliceJunctions
(tibble): Generated mutant mRNA sequences from splice-junctions.
mutantTranscripts.manualSequences
(tibble): Processed mutant mRNA sequences from manual input.
GENETIC_CODE
(GENETIC_CODE_TABLE): The genetic code table to be used during translation.
metadata
(data.frame): Supplied data.frame.
Job van Riet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.