annoByCGC: Annotate integration sites by cancer-related genes.

Description Usage Arguments Value Examples

View source: R/annoByCGC.R

Description

Annotate vector integration sites by Genes from Cancer Gene Cencus.

Usage

1
2
3
4
5
6
7
annoByCGC(hits, ran_hits = NULL,
          mapTool = 'blast',
          organism = 'GRCh37',
          interval = 5000,
          range = c(-20000, 20000),
          outPath = getwd(),
          outFileName = paste0('RIPAT', round(unclass(Sys.time()))))

Arguments

hits

GR object. This object made by makeExpSet function.

ran_hits

GR object or list. This object is output of makeRanSet function.

mapTool

Character. Function uses two types of object
from BLAST and BLAT. Default is 'blast'. If you want to use BLAT result, use 'blat'.

organism

Character. This function can run by two versions of organisms
such as GRCh37, GRCh38 (Human). Default is 'GRCh37'.

interval

Integer. This number means interval number
for distribution analysis. Default is 5000.

range

Integer array. The range of highlight region for analysis.
Default range is c(-20000, 20000).

outPath

String. Plots are saved in this path.
Default value is R home directory.

outFileName

Character. Attached ID to the result file name.

Value

Return a result list that is made up of insertion and distribution result tables
and GenomicRange object of Gene and TSS data.

Examples

1
2
3
4
data(blast_obj)

blast_cgc = annoByCGC(hits = blast_obj, ran_hits = NULL, 
                      outFileName = 'blast_cgc_res')

bioinfo16/RIPAT documentation built on Oct. 16, 2020, 1:39 p.m.