subdata | R Documentation |
Data are splited into two subsets: gene single-isoform data and gene multi-isoform data.
subdata(xx, sg)
xx |
real data containing single-isoforms and multi-isoforms of genes in rows. |
sg |
int value. |
For the RNA count data, some genes have only one isoform, some genes have multiple isoforms. so data are divided by subdata.R into two datasets: single-isoform data and multi-isoform data.
return dataset by setting sg=1 or sg=2.
Yuan-De Tan tanyuande@gmail.com
data(jkttcell) colnames(jkttcell)[3]<-"Gene" jk.mg<-subdata(xx=jkttcell, sg=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.