[4a0329]: / man / findNearbyLoci.Rd

Download this file

21 lines (17 with data), 517 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/scAI_model.R
\name{findNearbyLoci}
\alias{findNearbyLoci}
\title{find the nearby loci in a given loci set for a given set of genes}
\usage{
findNearbyLoci(genes, loci, width = 50000, species = "mouse")
}
\arguments{
\item{genes}{a given set of genes}
\item{loci}{the background loci set}
\item{width}{the width from TSS}
\item{species}{mouse or human}
}
\description{
find the nearby loci in a given loci set for a given set of genes
}