https://github.com/yasinkaymaz/HieRFIT
Raw File
Tip revision: 8d5e7127a605bd087c8a823c313f33795d110cab authored by Yasin Kaymaz on 26 May 2021, 07:52:06 UTC
title change
Tip revision: 8d5e712
DESCRIPTION
Package: HieRFIT
Type: Package
Title: This package provides a utility for information transfer between various data collections using hierarchical random forest
Version: 0.1.0
Author: Yasin Kaymaz, Bioinformatics Scientist, Harvard University
Author@R: person("Yasin", "Kaymaz", email = "yasinkaymaz@gmail.com",role = c("aut", "cre"))
Maintainer: The package maintainer <yasinkaymaz@g.harvard.edu>
Description: Cell type assignment is one of the cumbersome challenges when analyzing scRNAseq datasets. This package provides a function to predict cell types based on transcriptional profiles using supervised machine learning techniques.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
    methods,
    ape,
    data.tree,
    caret,
    nnet
Suggests:
    Seurat,
    grid,
    gridExtra,
    biomaRt,
    doParallel,
    DiagrammeR,
    data.tree,
    ggplot2
RoxygenNote: 6.1.1
back to top