getIsoData | R Documentation |
Preprocess Isoform expression data for downstream analysis and plotting.
getIsoData(
d,
isoforms = NULL,
plotType = plotType,
group = NULL,
subgroup = NULL,
highlight = NULL,
facet = NULL,
stack = NULL,
useNormCounts = TRUE,
appris = NULL,
transcriptType = NULL,
symbol = "GeneSymbol",
ttype = "transcript_type",
...
)
d |
R data object with stored isoform annotation data; Most typically this is an |
isoforms |
character; A vector of isoform IDs to include in the output. Can be used in combination with with |
plotType |
character; Can be set to "box", "violin, "dot", "bar" or "denisity" for boxplots, violin plots, dot plots, bar plots, and kernal desity plots, respectively. |
group |
factor or name of factor to be exracted from |
subgroup |
factor or name of factor to be exracted from |
highlight |
factor or name of factor to be exracted from |
facet |
factor or name of factor to be exracted from |
stack |
factor or name of factor to be exracted from |
useNormCounts |
logical; By default |
appris |
boolean or character; If set to TRUE, will return only isoforms with appris annotation. If set to a character string, will restirct isoforms to those with the character value matching a substring of the appris tag. Appris collumn is determined by the first collumn name to containing 'Appris' (case insenstive). |
transcriptType |
character; Returns only those isoforms where the transcript type collumn has a substring that matches the character value supplied such as 'protein' in 'protein_coding'. The transcript type collumn is determined by the |
symbol |
character; Column name of the optional gene symbols column in the annotation. The default value is 'GeneSymbol'. |
ttype |
character; Column name of the optional transcript type column in the annotation. The default value is 'transcript_type'. |
... |
additional parameters for S3 variants. |
ToDO
ToDo
isoPlot
showIsoforms
getGeneData
ToDo<-1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.