Diff of /man/findNearbyLoci.Rd [000000] .. [4a0329]

Switch to unified view

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