plotTcellExTRECT: Function to plot output from T cell ExTRECT

View source: R/plotTcellExTRECT.R

plotTcellExTRECTR Documentation

Function to plot output from T cell ExTRECT

Description

Function to plot output from T cell ExTRECT

Usage

plotTcellExTRECT(
  vdj.region.df,
  exons.selected,
  vdj.seg,
  hg19_or_38,
  exons.to.use = NULL,
  median.k = 50,
  median.thresh = 15,
  sample_name = "",
  txt.size = 4,
  txt.height = 1.5
)

Arguments

vdj.region.df

data frame containing coverage values by position

exons.selected

list of exon positions based on exome capture kit used

vdj.seg

locations of segments used for calculation of TCRA score

hg19_or_38

hg19 or hg38 version of genome

exons.to.use

option to manually select which exons to use (defaults to all)

median.k

rolling median window

median.thresh

threshold to remove exons with low coverage

sample_name

name of sample run

txt.size

size of annotation text

txt.height

location on y axis of annotation txt

Value

data frame of TCRA T cell fractions with 95


McGranahanLab/TcellExTRECT documentation built on Jan. 10, 2025, 11:04 p.m.