View source: R/RNASEQ_Analysis_solo_SVMerge_SE.r
| RNAseqcombine_solo | R Documentation | 
Combining the RNAseq reads of family members in a single file.
RNAseqcombine_solo(
  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.
RNASeqDir = system.file("extdata", package="nanotatoR")
returnMethod="dataFrame"
datRNASeq <- RNAseqcombine_solo(RNASeqDir = RNASeqDir,
returnMethod = returnMethod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.