-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2117 from broadinstitute/development
Release 1.78.0
- Loading branch information
Showing
51 changed files
with
1,151 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,13 +123,28 @@ export function SaveDeleteButtons({ file, updateFile, saveFile, deleteFile, vali | |
</div> | ||
} | ||
|
||
function getExtraInfo(extraInfoType) { | ||
switch (extraInfoType) { | ||
case 'Processed': | ||
return <><br /><br /> | ||
To visualize processed expression data, <strong>adata.X</strong> should have processed expression data. Raw | ||
count data can be included in <strong>adata.raw</strong> (not used for visualization). SCP plans to support | ||
“exploratory differential expression” analysis for raw count data in <strong>adata.raw</strong>. If you have | ||
raw count data but cannot include it in the <strong>adata.raw</strong> slot, please contact | ||
<a href="mailto:[email protected]">[email protected]</a> for | ||
further assistance. | ||
</> | ||
} | ||
} | ||
|
||
/** renders the note that AnnData upload will occur later for preceeding upload steps */ | ||
export function AnnDataPreUploadDirections() { | ||
export function AnnDataPreUploadDirections({extraInfoType=null}) { | ||
return <> | ||
<div className="row"> | ||
<div className="col-md-12"> | ||
<p className="form-terra"> | ||
Fill in data here, the file upload will occur in the AnnData tab. | ||
Fill in form below, the file upload will occur in the AnnData tab. | ||
{ getExtraInfo(extraInfoType) } | ||
</p> | ||
</div> | ||
</div></> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.