r-linnorm 2.32.0
Linear model and normality based transformation method
Linnorm is an R package for the analysis of RNA-seq, scRNA-seq, ChIP-seq count data or any large scale count data. It transforms such datasets for parametric tests. In addition to the transformtion function (Linnorm
), the following pipelines are implemented:
Library size/batch effect normalization (
Linnorm.Norm
)Cell subpopluation analysis and visualization using t-SNE or PCA K-means clustering or hierarchical clustering (
Linnorm.tSNE
,Linnorm.PCA
,Linnorm.HClust
)Differential expression analysis or differential peak detection using limma (
Linnorm.limma
)Highly variable gene discovery and visualization (
Linnorm.HVar
)Gene correlation network analysis and visualization (
Linnorm.Cor
)Stable gene selection for scRNA-seq data; for users without or who do not want to rely on spike-in genes (
Linnorm.SGenes
)Data imputation (
Linnorm.DataImput
).
Linnorm can work with raw count, CPM, RPKM, FPKM and TPM. Additionally, the RnaXSim
function is included for simulating RNA-seq data for the evaluation of DEG analysis methods.
- Outputs:
out
- Website: http://www.jjwanglab.org/Linnorm/
- Licenses: Expat
- Package source: gnu/packages/bioconductor.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-linnorm 2.32.0
as follows:
guix install r-linnorm@2.32.0
Or install the latest version:
guix install r-linnorm
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.