Ajit Johnson Nirmal
library(devtools)
library(roxygen2)
source_url ("")
source_url("https://raw.githubusercontent.com/ajitjohnson/Jupyter-Notebooks/master/r_scripts/collapse_to_one_gene.R")
genesummary (x)
source_url("https://raw.githubusercontent.com/ajitjohnson/Jupyter-Notebooks/master/r_scripts/plot_before_after_normalization.R")
plotba (x,y)
Requires output from a DESeq analysis with a column name "padj"
source_url("https://raw.githubusercontent.com/ajitjohnson/Jupyter-Notebooks/master/r_scripts/goenrichment.R")
goenrichment (x)
Run file_url and then run the following command
import wget
exec(open(wget.download(file_url)).read())
Requires a pandas dataframe with cells on rows and markers/genes on columns.
file_url = 'https://raw.githubusercontent.com/ajitjohnson/Jupyter-Notebooks/master/py_scripts/mi_pp_cleandata.py'
exec(open(wget.download(file_url)).read())
mi_pp_cleandata (x)
Requires a pandas dataframe with cells on rows and markers/genes on columns.
file_url = 'https://raw.githubusercontent.com/ajitjohnson/Jupyter-Notebooks/master/py_scripts/mi_pp_normalize.py'
exec(open(wget.download(file_url)).read())
mi_pp_normalize (x)
Requires a pandas dataframe with cells on rows and markers/genes on columns.
file_url = 'https://raw.githubusercontent.com/ajitjohnson/Jupyter-Notebooks/master/py_scripts/mi_pp_anndata.py'
exec(open(wget.download(file_url)).read())
mi_pp_anndata (x)