-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 957 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: scLinaX
Type: Package
Title: Grouping cells according to the X chromosome subjected to X chromosome inactivation (XCI) in order to assess escape from XCI
Version: 0.1.1
Author: Yoshihiko Tomofuji
Maintainer: Yoshihiko Tomofuji <[email protected]>
Description: Grouping cells according to the X chromosome subjected to X chromosome inactivation (XCI) in order to assess escape from XCI. Details are described in our manuscript (Tomofuji Y et al. Cell Genomics 2024; https://doi.org/10.1016/j.xgen.2024.100625).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
GenomicRanges,
IRanges,
dplyr,
igraph,
magrittr,
purrr,
stringr,
tibble,
readr
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown,
ggplot2,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://ytomofuji.github.io/scLinaX/
Config/testthat/edition: 3