F_to_C: Scatterplot

Description Usage Arguments Value Examples

View source: R/temp_conversion.R View source: R/scatterplot.R

Description

Plot a chosen miRNA and mRNA

Convert degrees Fahrenheit temperatures to degrees Celsius

Usage

1
2
3
F_to_C(F_temp)

F_to_C(F_temp)

Arguments

F_temp

The temperature in degrees Fahrenheit

miRNA_name

The miRNA

mRNA

the mRNA

cut_off

set at 0 and is the minimum expression it should have

Value

A scatterplot with the tissueType on the right

The temperature in degrees Celsius

Examples

1
2
3
temp1 <- F_to_C(50);
temp1 <- F_to_C(50);
temp2 <- F_to_C( c(50, 63, 23) );

Yaprak1/miRmoset documentation built on Dec. 18, 2021, 7:25 p.m.