View source: R/DiffSplicingAnalysis.R
DiffSplicingAnalysis | R Documentation |
This function allows you to test alternative splicing differences between any two groups based on the full splice-form, exons, the transcription start site (TSS) or end site (polyA).
DiffSplicingAnalysis('config',10,25,'Exon',is.hier=FALSE)
configFile |
File in a .tsv format with four columns specifying the comparisons to be made |
numIsoforms |
Cap on the number of sites to test per gene. Defaults to 10 |
minNumReads |
Parameter to filter out lowly expressed genes. Defaults to 25 |
typeOfTest |
Exon, TSS, PolyA or Isoform test conducted depending on input. Defaults to Iso |
numThreads |
number of parallel processes for the differential testing. Defaults to 10 |
is.hier |
OPTIONAL logical indicating hierarchical structure |
region1 |
string containing comparison1 for parsing if is.hier is TRUE |
region2 |
string containing comparison2 for parsing if is.hier is TRUE |
yamlFile |
.yaml file indicating hierarchical structure |
Output folder with results for each line of config file, i.e. for each set of comparisons
Result file with gene, uncorrected pval, deltaPI, FDR
handy .Robj per comparison to import if need be
file with significantly differentially spliced genes
file with numbers per gene and isoform tested in each group
IsoQuant
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.