RNAseqcombine: Combining the RNAseq reads of family members in a single...

Description Usage Arguments Value Examples

View source: R/RNASEQ_Analysis_Duo_Trio_SVMerge_SE.r

Description

Combining the RNAseq reads of family members in a single file.

Usage

1
2
3
4
5
6
RNAseqcombine(
  RNASeqDir,
  returnMethod = c("Text", "dataFrame"),
  outpath = "",
  outFileName = ""
)

Arguments

RNASeqDir

character. Directory containing RNAseq reads.

returnMethod

character. Method of returning Data.

outpath

character. Contains file path if Method of return is chosen as Text.

outFileName

character. Output file name.

Value

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

Examples

1
2
3
4
5
6
7
## Not run: 
RNASeqDir = system.file("extdata", package="nanotatoR")
returnMethod="dataFrame"
datRNASeq <- RNAseqcombine(RNASeqDir = RNASeqDir,
returnMethod = returnMethod)

## End(Not run)

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