OverlapRNAseq: Extract Read counts for genes that overlap SVs.

Description Usage Arguments Value Examples

View source: R/RNASEQ_Analysis_Duo_Trio_SVMerge_SE.r

Description

Extract Read counts for genes that overlap SVs.

Usage

1
2
3
4
5
6
7
8
OverlapRNAseq(
  gnsOverlap,
  SVID,
  RNASeqData,
  pattern_Proband = NA,
  pattern_Mother = NA,
  pattern_Father = NA
)

Arguments

gnsOverlap

character. genes that overlap SV.

SVID

character. ID of the SVs.

RNASeqData

character. Expression of the genes.

pattern_Proband

character. Pattern to identify the proband reads.

pattern_Mother

character. Pattern to identify the mother reads.

pattern_Father

character. Pattern to identify the father reads.

Value

Text or Dataframe containing TPM read counts of genes in the family.

Examples

1
2
3
4
5
6
7
8
9
RNASeqDir = system.file("extdata", package="nanotatoR")
returnMethod="dataFrame"
datRNASeq <- RNAseqcombine(RNASeqDir = RNASeqDir,
returnMethod = returnMethod)
gnsOverlap <- c("AGL")
SVID = 397
datgnovrlap <- OverlapRNAseq(gnsOverlap = gnsOverlap,
SVID = SVID, RNASeqData = datRNASeq,
pattern_Proband = "*_P_*")

VilainLab/Nanotator documentation built on Oct. 9, 2021, 8:59 p.m.