ProteoDiscographyExample.hg19: Example ProteoDiscography.

ProteoDiscographyExample.hg19R Documentation

Example ProteoDiscography.

Description

A ProteoDiscography object based on validated genomic variants (hg19) using existing transcript annotations (hg19).

Usage

ProteoDiscographyExample.hg19

Format

An object of class ProteoDiscography of length 1.

Details

Generated using the following commands: # Use existing hg19 annotations. ProteoDiscographyExample.hg19 <- ProteoDisco::generateProteoDiscography( TxDb = TxDb.Hsapiens.UCSC.hg19.knownGene::TxDb.Hsapiens.UCSC.hg19.knownGene, genomeSeqs = BSgenome.Hsapiens.UCSC.hg19::BSgenome.Hsapiens.UCSC.hg19 )

# Add mutations from hg19 validation set. ProteoDiscographyExample.hg19 <- ProteoDisco::importGenomicVariants( ProteoDiscography = ProteoDiscographyExample.hg19, files = system.file('extdata', 'validationSet_hg19.vcf', package = 'ProteoDisco'), samplenames = 'Validation Set (GRCh37)', threads = 1 )

# Incorporate genomic mutations. ProteoDiscographyExample.hg19 <- ProteoDisco::incorporateGenomicVariants( ProteoDiscography = ProteoDiscographyExample.hg19, aggregateSamples = FALSE, aggregateWithinExon = TRUE, aggregateWithinTranscript = FALSE, ignoreOverlappingMutations = TRUE, threads = 1 )

Source

https://cancer.sanger.ac.uk/cosmic


ErasmusMC-CCBC/ProteoDisco documentation built on Dec. 9, 2022, 8:41 a.m.