README.md

RSMod

BH-SNE clustering of RNA-Seq data.

Welcome! This is repository for RSMod package. This R package was used in the published project: Lignin-based resistance to Cuscuta campestris parasitism in Heinz resistant tomato cultivars

Package description

Installation

You can install it using the following command:

devtools::install_github("sdrowland/RSMod")

You can also simply download the "RSMod_0.8.30.tar.gz" file and then install it with:

install.packages("RSMod_0.8.30.tar.gz", repos=NULL, type="source")

Please make sure you put the correct path to your tar.gz file in install.packages().

Usage

  1. The script "Generalized_Clustering.Rmd" is for clustering analysis. *Note: All files should be trimmed to exclude unwanted data and characters. See sample data sets for examples of formatting. (genes by row, replicates by column).

  2. The script "Annotation.Rmd" is for gene annotation. *Note: The default setting is using tomato genome annotation ITAG3.0:

ano.list=read.csv("ITAG3.0-annotation.csv",header=T)

Please replace "ITAG3.0-annotation.csv" with the gene annotation file for the species that you are using.

Author Contact Info



sdrowland/RSMod documentation built on July 17, 2021, 7:16 p.m.