View source: R/RNASEQ_Analysis_Duo_Trio_SVMerge_SE.r
OverlapRNAseq | R Documentation |
Extract Read counts for genes that overlap SVs.
OverlapRNAseq(
gnsOverlap,
SVID,
RNASeqData,
pattern_Proband = NA,
pattern_Mother = NA,
pattern_Father = NA
)
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. |
Text or Dataframe containing TPM read counts of genes in the family.
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_*")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.