RNAseqcombine {nanotatoR} | 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)