README.md

rexseek

Build Status

Overview

R package for matrix processing in the exSeek project

Installation

if (!requireNamespace("remotes")) install.packages('remotes');
remotes::install_github('dongzhuoer/rexseek', upgrade = F);

Usage

refer to vignette('rexseek').

Non-Git

data-raw/external/

data-raw/external/ can be found in dongzhuoer/lulab-rotation-summary repo, exseek/extdata folder

files neccessary for developing the packages

'data-raw/external/all.txt' %>% readr::read_tsv() %>% 
    dplyr::select('transcript_id', gene_type = 'transcript_type') %>%
    readr::write_rds('data-raw/rna_type.rds', 'xz')

Credits

rna_type comes from Binbin Shi



dongzhuoer/rexseek documentation built on Dec. 16, 2019, 3:19 a.m.