Commit 06613849 authored by smorabit's avatar smorabit
Browse files

small changes to fig sizes

parent 254024b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ Package: scWGCNA
Title: WGCNA
Version: 0.0.0.9000
Authors@R: c(
    person("Samuel", "Morabito", , "smorabit@uci.edu", role = c("aut", "cre"),
    person("Sam", "Morabito", , "smorabit@uci.edu", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-7768-4856"))
  )
Description: scWGCNA is an R package for performing weighted gene co-expression network analysis in single-cell RNA-seq data.
+2 −2
Original line number Diff line number Diff line

# scWGCNA <img src="man/figures/logo.png" align="right" height="20%" width="20%" />
# single-cell co-expression network analysis <img src="man/figures/logo.png" align="right" height="20%" width="20%" />

[![R](https://img.shields.io/github/r-package/v/smorabit/scWGCNA)](https://github.com/smorabit/scWGCNA/tree/dev)
[![LICENSE](https://img.shields.io/github/license/smorabit/scWGCNA)](LICENSE.md)
[![ISSUES](https://img.shields.io/github/issues/smorabit/scWGCNA)](https://github.com/smorabit/scWGCNA/issues)

scWGCNA is an R package for performing [weighted gene co-expression network analysis (WGCNA)](https://horvath.genetics.ucla.edu/html/CoexpressionNetwork/Rpackages/WGCNA/) in single-cell
scWGCNA is an R package for performing weighted gene co-expression network analysis [(WGCNA)](https://horvath.genetics.ucla.edu/html/CoexpressionNetwork/Rpackages/WGCNA/) in single-cell
RNA-seq data. scWGCNA constructs co-expression networks in a cell-type-specific manner,
identifies robust modules of inerconnected genes, and provides biological
context for these modules. scWGCNA is directly compatible with
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ home:
    structure: [license, citation, authors, dev]

authors:
  Samuel Morabito:
  Sam Morabito:
    href: https://smorabit.github.io

navbar:
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ Content not found. Please use links in the navbar.

      <footer><div class="copyright">
  <p></p>
<p>Developed by <a href="https://smorabit.github.io" class="external-link">Samuel Morabito</a>.</p>
<p>Developed by <a href="https://smorabit.github.io" class="external-link">Sam Morabito</a>.</p>
</div>

<div class="pkgdown">
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@


      <footer><div class="copyright">
  <p></p><p>Developed by <a href="https://smorabit.github.io" class="external-link">Samuel Morabito</a>.</p>
  <p></p><p>Developed by <a href="https://smorabit.github.io" class="external-link">Sam Morabito</a>.</p>
</div>

<div class="pkgdown">
Loading