normalized: normalize gene expressions for sra metadata database

Description Usage Arguments Value Examples

Description

normalize gene expressions for sra metadata database

Usage

1
normalized(file, path, chr, start, end)

Arguments

file

file:filename

path

path used in the .sh file

chr

chr specify which chromosome is inspected

start

start specify the starting position of the inspected gene

end

end specify the ending position of the inspected gene

Value

a normalized gene expression dataframe

Examples

1
2
3
library(rtracklayer)
library(GenomicRanges)
normalized(file = scan("sra_samples.txt", what="", sep="\n"), path = path, chr = "chrY", start = 14813160, end = 14972768)

SiruoWang/srametadata documentation built on May 9, 2019, 1:47 p.m.