View source: R/RNASEQ_Analysis_Duo_Trio_SVMerge_SE.r
RNAseqcombine | R Documentation |
Combining the RNAseq reads of family members in a single file.
RNAseqcombine(
RNASeqDir,
returnMethod = c("Text", "dataFrame"),
outpath = "",
outFileName = ""
)
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. |
Text or Dataframe containing TPM read counts of genes in the family.
## Not run:
RNASeqDir = system.file("extdata", package="nanotatoR")
returnMethod="dataFrame"
datRNASeq <- RNAseqcombine(RNASeqDir = RNASeqDir,
returnMethod = returnMethod)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.