Browse code

Fix CellQCReport bug. Add importAlevin function. Add exportSCEToSeurat function

rz2333 authored on 17/04/2021 19:30:28
Showing 1 changed files
... ...
@@ -9,7 +9,7 @@ exportSCE(
9 9
   samplename = "sample",
10 10
   directory = "./",
11 11
   type = "Cells",
12
-  format = c("SCE", "AnnData", "FlatFile", "HTAN")
12
+  format = c("SCE", "AnnData", "FlatFile", "HTAN", "Seurat")
13 13
 )
14 14
 }
15 15
 \arguments{
Browse code

Integrate changes from sctk_qc_1.7.6. Fix bugs in QC and QC report. Fix bugs of vapply

rz2333 authored on 17/10/2020 00:43:30
Showing 1 changed files
... ...
@@ -28,12 +28,15 @@ It can be 'Droplets'(raw droplets matrix) or 'Cells' (cells matrix).}
28 28
 \item{format}{The format of output. It currently supports flat files, rds files
29 29
 and python h5 files. It can output multiple formats. Default: c("SCE", "AnnData", "FlatFile", "HTAN").}
30 30
 }
31
-<<<<<<< HEAD
32
-=======
33 31
 \value{
34 32
 Generates a file containing data from \code{inSCE}, in specified \code{format}.
35 33
 }
36
->>>>>>> compbiomed-master
37 34
 \description{
38 35
 Export data in SingleCellExperiment object
39 36
 }
37
+\examples{
38
+data(scExample)
39
+\dontrun{
40
+exportSCE(sce, format = "SCE")
41
+}
42
+}
Browse code

Merge from upstream

rz2333 authored on 16/10/2020 03:13:00
Showing 0 changed files
Browse code

Merge from upstream

rz2333 authored on 16/10/2020 03:10:12
Showing 0 changed files
Browse code

Remove '@' in example code

Yusuke Koga authored on 16/10/2020 02:16:22
Showing 1 changed files
... ...
@@ -29,7 +29,7 @@ It can be 'Droplets'(raw droplets matrix) or 'Cells' (cells matrix).}
29 29
 and python h5 files. It can output multiple formats. Default: c("SCE", "AnnData", "FlatFile", "HTAN").}
30 30
 }
31 31
 \value{
32
-Generates a file containing data from \code{inSCE} as \code{format}.
32
+Generates a file containing data from \code{inSCE}, in specified \code{format}.
33 33
 }
34 34
 \description{
35 35
 Export data in SingleCellExperiment object
Browse code

Merge branch 'master' of https://github.com/compbiomed/singleCellTK

Joshua D. Campbell authored on 16/10/2020 01:50:26
Showing 0 changed files
Browse code

doc fix

Joshua D. Campbell authored on 16/10/2020 01:50:21
Showing 1 changed files
... ...
@@ -31,3 +31,9 @@ and python h5 files. It can output multiple formats. Default: c("SCE", "AnnData"
31 31
 \description{
32 32
 Export data in SingleCellExperiment object
33 33
 }
34
+\examples{
35
+data(scExample)
36
+\dontrun{
37
+exportSCE(sce, format = "SCE")
38
+}
39
+}
Browse code

Merge upstream

Yusuke Koga authored on 16/10/2020 01:47:26
Showing 0 changed files
Browse code

Put dontrun around examples that were outputting files. Removed Remotes from DESCRIPTION. Further compressed data objects

Joshua D. Campbell authored on 16/10/2020 00:52:57
Showing 1 changed files
... ...
@@ -31,6 +31,3 @@ and python h5 files. It can output multiple formats. Default: c("SCE", "AnnData"
31 31
 \description{
32 32
 Export data in SingleCellExperiment object
33 33
 }
34
-\examples{
35
-exportSCE(mouseBrainSubsetSCE, format = "SCE")
36
-}
Browse code

Merge branch 'master' of github.com:compbiomed/singleCellTK

Yusuke Koga authored on 16/10/2020 00:27:01
Showing 0 changed files
Browse code

Add Runnable functions

Yusuke Koga authored on 15/10/2020 16:44:51
Showing 1 changed files
... ...
@@ -31,3 +31,6 @@ and python h5 files. It can output multiple formats. Default: c("SCE", "AnnData"
31 31
 \description{
32 32
 Export data in SingleCellExperiment object
33 33
 }
34
+\examples{
35
+exportSCE(mouseBrainSubsetSCE, format = "SCE")
36
+}
Browse code

Update documentation

Yusuke Koga authored on 12/10/2020 20:59:18
Showing 1 changed files
... ...
@@ -13,8 +13,8 @@ exportSCE(
13 13
 )
14 14
 }
15 15
 \arguments{
16
-\item{inSCE}{A \link[SingleCellExperiment]{SingleCellExperiment} object 
17
-that contains the data. QC metrics are stored in colData of the 
16
+\item{inSCE}{A \link[SingleCellExperiment]{SingleCellExperiment} object
17
+that contains the data. QC metrics are stored in colData of the
18 18
 singleCellExperiment object.}
19 19
 
20 20
 \item{samplename}{Sample name. This will be used as name of subdirectories
... ...
@@ -22,7 +22,7 @@ and the prefix of flat file output. Default is 'sample'.}
22 22
 
23 23
 \item{directory}{Output directory. Default is './'.}
24 24
 
25
-\item{type}{Type of data. The type of data stored in SingleCellExperiment object. 
25
+\item{type}{Type of data. The type of data stored in SingleCellExperiment object.
26 26
 It can be 'Droplets'(raw droplets matrix) or 'Cells' (cells matrix).}
27 27
 
28 28
 \item{format}{The format of output. It currently supports flat files, rds files
Browse code

Updated description in DESCRIPTION. Moved importMultipleSources to its own file and removed some shiny code. Updated docs.

Joshua D. Campbell authored on 12/10/2020 18:25:27
Showing 1 changed files
... ...
@@ -13,8 +13,8 @@ exportSCE(
13 13
 )
14 14
 }
15 15
 \arguments{
16
-\item{inSCE}{A \link[SingleCellExperiment]{SingleCellExperiment} object 
17
-that contains the data. QC metrics are stored in colData of the 
16
+\item{inSCE}{A \link[SingleCellExperiment]{SingleCellExperiment} object
17
+that contains the data. QC metrics are stored in colData of the
18 18
 singleCellExperiment object.}
19 19
 
20 20
 \item{samplename}{Sample name. This will be used as name of subdirectories
... ...
@@ -22,7 +22,7 @@ and the prefix of flat file output. Default is 'sample'.}
22 22
 
23 23
 \item{directory}{Output directory. Default is './'.}
24 24
 
25
-\item{type}{Type of data. The type of data stored in SingleCellExperiment object. 
25
+\item{type}{Type of data. The type of data stored in SingleCellExperiment object.
26 26
 It can be 'Droplets'(raw droplets matrix) or 'Cells' (cells matrix).}
27 27
 
28 28
 \item{format}{The format of output. It currently supports flat files, rds files
Browse code

Update QC report and edited output format of SCTK QC pipeline

rz2333 authored on 10/09/2020 16:26:11
Showing 1 changed files
... ...
@@ -9,7 +9,7 @@ exportSCE(
9 9
   samplename = "sample",
10 10
   directory = "./",
11 11
   type = "Cells",
12
-  format = c("R", "Python", "FlatFile", "HTAN")
12
+  format = c("SCE", "AnnData", "FlatFile", "HTAN")
13 13
 )
14 14
 }
15 15
 \arguments{
... ...
@@ -26,7 +26,7 @@ and the prefix of flat file output. Default is 'sample'.}
26 26
 It can be 'Droplets'(raw droplets matrix) or 'Cells' (cells matrix).}
27 27
 
28 28
 \item{format}{The format of output. It currently supports flat files, rds files
29
-and python h5 files. It can output multiple formats. Default: c('R', 'Python', 'Flatfile').}
29
+and python h5 files. It can output multiple formats. Default: c("SCE", "AnnData", "FlatFile", "HTAN").}
30 30
 }
31 31
 \description{
32 32
 Export data in SingleCellExperiment object
Browse code

Update documentation of sctkQCUtils.R

rz2333 authored on 26/05/2020 19:18:06
Showing 1 changed files
... ...
@@ -9,7 +9,7 @@ exportSCE(
9 9
   samplename = "sample",
10 10
   directory = "./",
11 11
   type = "Cells",
12
-  format = c("R", "Python", "FlatFile")
12
+  format = c("R", "Python", "FlatFile", "HTAN")
13 13
 )
14 14
 }
15 15
 \arguments{
Browse code

Organize SCTK_runQC.R and move utility functions into R/sctkQCUtils.R

rz2333 authored on 25/05/2020 17:23:03
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,33 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/sctkQCUtils.R
3
+\name{exportSCE}
4
+\alias{exportSCE}
5
+\title{Export data in SingleCellExperiment object}
6
+\usage{
7
+exportSCE(
8
+  inSCE,
9
+  samplename = "sample",
10
+  directory = "./",
11
+  type = "Cells",
12
+  format = c("R", "Python", "FlatFile")
13
+)
14
+}
15
+\arguments{
16
+\item{inSCE}{A \link[SingleCellExperiment]{SingleCellExperiment} object 
17
+that contains the data. QC metrics are stored in colData of the 
18
+singleCellExperiment object.}
19
+
20
+\item{samplename}{Sample name. This will be used as name of subdirectories
21
+and the prefix of flat file output. Default is 'sample'.}
22
+
23
+\item{directory}{Output directory. Default is './'.}
24
+
25
+\item{type}{Type of data. The type of data stored in SingleCellExperiment object. 
26
+It can be 'Droplets'(raw droplets matrix) or 'Cells' (cells matrix).}
27
+
28
+\item{format}{The format of output. It currently supports flat files, rds files
29
+and python h5 files. It can output multiple formats. Default: c('R', 'Python', 'Flatfile').}
30
+}
31
+\description{
32
+Export data in SingleCellExperiment object
33
+}