Skip to content
/ psdR Public

Power Spectral Density (psd) preprocessing method in R

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

VafaeeLab/psdR

Repository files navigation

psdR

Power Spectral Density (psd) preprocessing method in R

Citation

If you use this repository, please cite our publication in Nucleic Acids Research : Disentangling single-cell omics representation with a power spectral density-based feature extraction

Usage

devtools::install_github("VafaeeLab/psdR")

In R,

library(psdR)

3 functions made available through this package :

  • psd
  • complexity
  • compare_methods

Within R, to get help page for a function, say complexity

?complexity

The function definitions are present within the R directory in this repo.

The file test.R, contains sample function calls. It also contains, as comments, the execution time comparisons of psd in R and through Python.

tsne_plot.png and complexity_df.txt contain sample results of compare_methods.

About

Power Spectral Density (psd) preprocessing method in R

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages